-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit3.~dfm
187 lines (187 loc) · 3.4 KB
/
Unit3.~dfm
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
object Form3: TForm3
Left = 308
Top = 177
Width = 967
Height = 673
Caption = 'Charakterystyka pojazdu trakcyjnego'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 104
Width = 240
Height = 13
Caption = 'Zale'#380'nosc si'#322'y trakcyjnej [ kN]od predkosci [km/h]'
end
object Label2: TLabel
Left = 16
Top = 8
Width = 73
Height = 13
Caption = 'Nazwa pojazdu'
end
object Label3: TLabel
Left = 16
Top = 56
Width = 47
Height = 13
Caption = 'Liczba osi'
end
object Label4: TLabel
Left = 160
Top = 8
Width = 87
Height = 13
Caption = 'Masa s'#322'u'#380'bowa [t]'
end
object Label5: TLabel
Left = 160
Top = 56
Width = 98
Height = 13
Caption = 'D'#322'ugosc pojazdu [m]'
end
object Label6: TLabel
Left = 8
Top = 560
Width = 32
Height = 13
Caption = 'Dla V='
end
object Label7: TLabel
Left = 102
Top = 560
Width = 12
Height = 13
Caption = 'F='
end
object Shape1: TShape
Left = 328
Top = 16
Width = 1
Height = 600
end
object Shape2: TShape
Left = 328
Top = 616
Width = 600
Height = 1
end
object Label8: TLabel
Left = 840
Top = 600
Width = 79
Height = 13
Caption = 'Pr'#281'dkosc [km/h]'
end
object Label9: TLabel
Left = 304
Top = 8
Width = 42
Height = 13
Caption = 'Si'#322'a [kN]'
end
object ListBox1: TListBox
Left = 8
Top = 128
Width = 281
Height = 409
ItemHeight = 13
TabOrder = 0
end
object Button1: TButton
Left = 96
Top = 600
Width = 81
Height = 25
Caption = 'Zamknij'
TabOrder = 1
OnClick = Button1Click
end
object Edit1: TEdit
Left = 16
Top = 24
Width = 121
Height = 21
TabOrder = 2
OnChange = Edit1Change
end
object Edit2: TEdit
Left = 16
Top = 72
Width = 121
Height = 21
TabOrder = 3
OnChange = Edit2Change
end
object Edit3: TEdit
Left = 160
Top = 24
Width = 121
Height = 21
TabOrder = 4
OnChange = Edit3Change
end
object Edit4: TEdit
Left = 160
Top = 72
Width = 121
Height = 21
TabOrder = 5
OnChange = Edit4Change
end
object Edit5: TEdit
Left = 48
Top = 557
Width = 49
Height = 21
TabOrder = 6
end
object Edit6: TEdit
Left = 118
Top = 557
Width = 57
Height = 21
TabOrder = 7
end
object Button2: TButton
Left = 16
Top = 600
Width = 73
Height = 25
Caption = 'Usu'#324' punkt'
TabOrder = 8
OnClick = Button2Click
end
object Button3: TButton
Left = 192
Top = 552
Width = 89
Height = 25
Caption = 'Dodaj punkt'
TabOrder = 9
OnClick = Button3Click
end
object Button4: TButton
Left = 192
Top = 600
Width = 81
Height = 25
Caption = 'Zapisz do pliku'
TabOrder = 10
OnClick = Button4Click
end
object SaveDialog1: TSaveDialog
DefaultExt = '.xml'
Filter = '.xml|*.xml'
Left = 280
Top = 592
end
end