-
Notifications
You must be signed in to change notification settings - Fork 0
/
Unit2.dfm
217 lines (217 loc) · 6 KB
/
Unit2.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
object Form2: TForm2
Left = 596
Top = 225
BorderStyle = bsToolWindow
Caption = #1055#1072#1088#1072#1084#1077#1090#1088#1099' '#1086#1090#1082#1088#1099#1074#1072#1077#1084#1086#1075#1086' '#1092#1072#1081#1083#1072
ClientHeight = 415
ClientWidth = 521
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label3: TLabel
Left = 8
Top = 264
Width = 339
Height = 13
Caption = #1060#1088#1072#1075#1084#1077#1085#1090' '#1088#1077#1079#1091#1083#1100#1090#1072#1090#1086#1074' '#1086#1090#1082#1088#1099#1090#1080#1103' '#1092#1072#1081#1083#1072' '#1087#1088#1080' '#1079#1072#1076#1072#1085#1085#1099#1093' '#1085#1072#1089#1090#1088#1086#1081#1082#1072#1093
end
object Button1: TButton
Left = 104
Top = 384
Width = 153
Height = 25
Caption = #1054#1090#1082#1088#1099#1090#1100
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 264
Top = 384
Width = 153
Height = 25
Caption = #1054#1090#1084#1077#1085#1072
TabOrder = 1
OnClick = Button2Click
end
object StringGrid1: TStringGrid
Left = 8
Top = 280
Width = 505
Height = 89
ColCount = 4
DefaultColWidth = 120
DefaultRowHeight = 16
FixedCols = 0
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goColSizing, goRowMoving, goColMoving, goEditing, goThumbTracking]
ParentFont = False
TabOrder = 2
end
object GroupBox2: TGroupBox
Left = 272
Top = 8
Width = 241
Height = 249
Caption = #1055#1072#1088#1072#1084#1077#1090#1088#1099' '#1092#1086#1088#1084#1072#1090#1072
TabOrder = 3
object Label1: TLabel
Left = 64
Top = 224
Width = 92
Height = 13
Caption = #1053#1072#1095#1072#1090#1100' '#1089#1086' '#1089#1090#1088#1086#1082#1080':'
end
object RadioGroup1: TRadioGroup
Left = 8
Top = 16
Width = 225
Height = 97
Caption = #1056#1072#1079#1076#1077#1083#1080#1090#1077#1083#1080
Columns = 2
ItemIndex = 0
Items.Strings = (
#1055#1088#1086#1073#1077#1083#1099
#1058#1072#1073#1091#1083#1103#1094#1080#1103
#1044#1088#1091#1075#1080#1077
#1058#1086#1095#1082#1080' '#1089' '#1079#1072#1087#1103#1090#1086#1081
#1047#1072#1087#1103#1090#1099#1077)
TabOrder = 2
OnClick = RadioGroup1Click
end
object Edit1: TEdit
Left = 88
Top = 85
Width = 33
Height = 21
Enabled = False
TabOrder = 0
end
object ValueList: TValueListEditor
Left = 8
Top = 120
Width = 225
Height = 97
DefaultColWidth = 120
FixedCols = 1
GridLineWidth = 0
KeyOptions = [keyEdit, keyAdd, keyUnique]
Strings.Strings = (
#1048#1084#1103'=1'
'X=2'
'Y=3'
'Z=4')
TabOrder = 1
TitleCaptions.Strings = (
#1055#1077#1088#1077#1084#1077#1085#1085#1072#1103
#1050#1086#1083#1086#1085#1082#1072)
OnKeyUp = ValueListKeyUp
ColWidths = (
120
99)
RowHeights = (
18
18
18
18
18)
end
object SpinEdit1: TSpinEdit
Left = 168
Top = 220
Width = 65
Height = 22
MaxValue = 100000
MinValue = 1
TabOrder = 3
Value = 1
OnChange = RadioGroup1Click
end
end
object PageControl1: TPageControl
Left = 8
Top = 8
Width = 257
Height = 249
ActivePage = TabSheet2
TabOrder = 4
OnChange = PageControl1Change
object TabSheet1: TTabSheet
Caption = #1044#1072#1090#1091#1084#1099
object ComboBox1: TComboBox
Left = 8
Top = 8
Width = 241
Height = 22
Style = csOwnerDrawFixed
ItemHeight = 16
TabOrder = 0
OnChange = ComboBox1Change
end
object RadioGroup2: TRadioGroup
Left = 4
Top = 40
Width = 240
Height = 173
Caption = #1058#1080#1087' '#1082#1086#1086#1088#1076#1080#1085#1072#1090
ItemIndex = 0
Items.Strings = (
#1064#1080#1088#1086#1090#1072'/'#1044#1086#1083#1075#1086#1090#1072
#1055#1088#1086#1089#1090#1088#1072#1085#1089#1090#1074#1077#1085#1085#1099#1077' '#1082#1086#1086#1088#1076#1080#1085#1072#1090#1099
#1055#1088#1086#1077#1082#1094#1080#1103' '#1043#1072#1091#1089#1089#1072'-'#1050#1088#1102#1075#1077#1088#1072
#1055#1088#1086#1077#1082#1094#1080#1103' UTM (WGS84/NAD83) - '#1057#1077#1074#1077#1088
#1055#1088#1086#1077#1082#1094#1080#1103' UTM (WGS84/NAD83) - '#1070#1075)
TabOrder = 1
OnClick = RadioGroup2Click
end
end
object TabSheet2: TTabSheet
Caption = #1057#1080#1089#1090#1077#1084#1099' '#1082#1086#1086#1088#1076#1080#1085#1072#1090
ImageIndex = 1
object ComboBox2: TComboBox
Left = 8
Top = 8
Width = 233
Height = 22
Style = csOwnerDrawFixed
ItemHeight = 16
TabOrder = 0
OnChange = ComboBox2Change
end
object ListBox4: TListBox
Left = 8
Top = 32
Width = 233
Height = 185
ItemHeight = 13
ParentShowHint = False
PopupMenu = PopupMenu1
ShowHint = True
TabOrder = 1
OnClick = ListBox4Click
OnMouseMove = ListBox4MouseMove
end
end
end
object PopupMenu1: TPopupMenu
Left = 220
Top = 120
object N1: TMenuItem
Caption = #1048#1089#1082#1072#1090#1100' '#1089#1080#1089#1090#1077#1084#1091' '#1082#1086#1086#1088#1076#1080#1085#1072#1090
OnClick = N1Click
end
end
end