-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.dfm
248 lines (248 loc) · 6.1 KB
/
main.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
object Form1: TForm1
Left = 0
Top = 0
Caption = #1057#1080#1089#1090#1077#1084#1072' '#1088#1077#1079#1077#1088#1074#1080#1088#1086#1074#1072#1085#1080#1103' '#1072#1074#1080#1072#1073#1080#1083#1077#1090#1086#1074
ClientHeight = 304
ClientWidth = 643
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 472
Top = 41
Width = 34
Height = 25
Caption = #1043#1076#1077
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Visible = False
end
object Label3: TLabel
Left = 288
Top = 211
Width = 44
Height = 25
Caption = #1063#1077#1075#1086
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Visible = False
end
object Label1: TLabel
Left = 434
Top = 211
Width = 57
Height = 25
Caption = #1055#1086#1080#1089#1082
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
OnClick = Label1Click
end
object Panel1: TPanel
Left = 424
Top = 72
Width = 169
Height = 129
TabOrder = 0
object RadioButton1: TRadioButton
Left = 32
Top = 24
Width = 113
Height = 17
Caption = #1041#1080#1083#1077#1090#1099
TabOrder = 0
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 32
Top = 47
Width = 113
Height = 17
Caption = #1055#1072#1089#1089#1072#1078#1080#1088#1099
TabOrder = 1
OnClick = RadioButton2Click
end
object RadioButton3: TRadioButton
Left = 32
Top = 70
Width = 113
Height = 17
Caption = #1056#1077#1081#1089#1099
Checked = True
TabOrder = 2
TabStop = True
OnClick = RadioButton3Click
end
object RadioButton4: TRadioButton
Left = 32
Top = 93
Width = 113
Height = 17
Caption = #1057#1072#1084#1086#1083#1077#1090#1099
TabOrder = 3
OnClick = RadioButton4Click
end
end
object add_rand: TButton
Left = 31
Top = 240
Width = 75
Height = 25
Caption = #1044#1086#1073#1072#1074#1080#1090#1100' (!)'
TabOrder = 1
OnClick = add_randClick
end
object DBGrid1: TDBGrid
Left = 56
Top = 81
Width = 320
Height = 120
DataSource = DataSource1
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 31
Top = 271
Width = 240
Height = 25
DataSource = DataSource1
TabOrder = 3
end
object Button1: TButton
Left = 128
Top = 240
Width = 83
Height = 25
Caption = #1050#1091#1087#1080#1090#1100' '#1073#1080#1083#1077#1090
TabOrder = 4
OnClick = Button1Click
end
object Edit1: TEdit
Left = 277
Top = 242
Width = 121
Height = 21
TabOrder = 5
Visible = False
end
object Edit2: TEdit
Left = 448
Top = 242
Width = 121
Height = 21
TabOrder = 6
Visible = False
OnChange = Edit2Change
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 304
Top = 32
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=FLIGHTS;Data Source=VBOX\SQLEXPRESS'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 104
Top = 32
end
object ADOQuery1: TADOQuery
Active = True
Connection = ADOConnection1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'SELECT * FROM '#1041#1080#1083#1077#1090#1099)
Left = 208
Top = 32
end
object MainMenu1: TMainMenu
Left = 368
Top = 32
object N1: TMenuItem
Caption = #1044#1086#1073#1072#1074#1083#1077#1085#1080#1077
object N3: TMenuItem
Caption = #1057#1072#1084#1086#1083#1077#1090#1072
OnClick = N3Click
end
object N2: TMenuItem
Caption = #1056#1077#1081#1089#1072
OnClick = N2Click
end
object N4: TMenuItem
Caption = #1055#1072#1089#1089#1072#1078#1080#1088#1072
OnClick = N4Click
end
object N5: TMenuItem
Caption = #1041#1080#1083#1077#1090#1072
OnClick = N5Click
end
end
object N6: TMenuItem
Caption = #1048#1079#1084#1077#1085#1077#1085#1080#1077
object N8: TMenuItem
Caption = #1057#1072#1084#1086#1083#1077#1090#1072
OnClick = N8Click
end
object N9: TMenuItem
Caption = #1056#1077#1081#1089#1072
OnClick = N9Click
end
object N10: TMenuItem
Caption = #1055#1072#1089#1089#1072#1078#1080#1088#1072
OnClick = N10Click
end
object N11: TMenuItem
Caption = #1041#1080#1083#1077#1090#1072
OnClick = N11Click
end
end
object N7: TMenuItem
Caption = #1059#1076#1072#1083#1077#1085#1080#1077
object N12: TMenuItem
Caption = #1057#1072#1084#1086#1083#1077#1090#1072
OnClick = N12Click
end
object N13: TMenuItem
Caption = #1056#1077#1081#1089#1072
OnClick = N13Click
end
object N14: TMenuItem
Caption = #1055#1072#1089#1089#1072#1078#1080#1088#1072
OnClick = N14Click
end
object N15: TMenuItem
Caption = #1041#1080#1083#1077#1090#1072
OnClick = N15Click
end
end
end
end