-
Notifications
You must be signed in to change notification settings - Fork 0
/
unit1.lfm
138 lines (138 loc) · 2.31 KB
/
unit1.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
object Form1: TForm1
Left = 317
Height = 699
Top = 183
Width = 1124
Caption = 'model falownika'
ClientHeight = 699
ClientWidth = 1124
OnCreate = FormCreate
LCLVersion = '1.0.14.0'
object readButton: TButton
Left = 16
Height = 25
Top = 8
Width = 120
Caption = 'Wczytaj dane'
OnClick = readButtonClick
TabOrder = 0
end
object Wykres: TShape
Left = 280
Height = 600
Top = 8
Width = 800
end
object symulacjaButton: TButton
Left = 16
Height = 25
Top = 48
Width = 120
Caption = 'Symulacja'
OnClick = symulacjaButtonClick
TabOrder = 1
end
object doneLabel: TLabel
Left = 160
Height = 1
Top = 12
Width = 1
ParentColor = False
end
object done2Label: TLabel
Left = 160
Height = 1
Top = 48
Width = 1
ParentColor = False
end
object stopButton: TButton
Left = 16
Height = 25
Top = 88
Width = 120
Caption = 'Stop'
OnClick = stopButtonClick
TabOrder = 2
end
object saveCheckBox: TCheckBox
Left = 280
Height = 19
Top = 624
Width = 53
Caption = 'Zapisz'
TabOrder = 3
end
object saveEdit: TEdit
Left = 368
Height = 23
Top = 616
Width = 104
TabOrder = 4
Text = 'falownik600.txt'
end
object Label1: TLabel
Left = 152
Height = 16
Top = 592
Width = 67
Caption = 'n_min [rpm]'
ParentColor = False
end
object Label2: TLabel
Left = 152
Height = 16
Top = 8
Width = 68
Caption = 'n_max [rpm]'
ParentColor = False
end
object nmaxEdit: TEdit
Left = 224
Height = 23
Top = 8
Width = 48
TabOrder = 5
Text = '650'
end
object nminEdit: TEdit
Left = 224
Height = 23
Top = 592
Width = 48
TabOrder = 6
Text = '550'
end
object Label3: TLabel
Left = 24
Height = 16
Top = 136
Width = 75
Caption = 'n_zad [rpm] ='
ParentColor = False
end
object nzadEdit: TEdit
Left = 104
Height = 23
Top = 133
Width = 72
TabOrder = 7
Text = '600'
end
object Label4: TLabel
Left = 24
Height = 16
Top = 168
Width = 58
Caption = 'kp [Nms]='
ParentColor = False
end
object kpEdit: TEdit
Left = 104
Height = 23
Top = 165
Width = 72
TabOrder = 8
Text = '0,34'
end
end