-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTFigEditDialog.dfm
More file actions
244 lines (244 loc) · 4.6 KB
/
TFigEditDialog.dfm
File metadata and controls
244 lines (244 loc) · 4.6 KB
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
object FigEditDialog: TFigEditDialog
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #1048#1079#1084#1077#1085#1080#1090#1100
ClientHeight = 177
ClientWidth = 532
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 9
Width = 56
Height = 16
Caption = #1055#1086#1079#1080#1094#1080#1103
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object ScaleL: TLabel
Left = 8
Top = 63
Width = 60
Height = 16
Caption = #1052#1072#1089#1096#1090#1072#1073
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 8
Top = 36
Width = 69
Height = 16
Caption = #1057#1084#1077#1097#1077#1085#1080#1077
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 8
Top = 117
Width = 67
Height = 16
Caption = #1042#1088#1072#1097#1077#1085#1080#1077
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 8
Top = 90
Width = 82
Height = 16
Caption = #1056#1072#1089#1090#1103#1078#1077#1085#1080#1077
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object PosXAbs: TEdit
Left = 128
Top = 8
Width = 97
Height = 21
TabOrder = 0
Text = 'PosXAbs'
OnChange = PosXAbsChange
end
object PosYAbs: TEdit
Left = 231
Top = 8
Width = 97
Height = 21
TabOrder = 1
Text = 'PosYAbs'
OnChange = PosYAbsChange
end
object PosZAbs: TEdit
Left = 334
Top = 8
Width = 97
Height = 21
TabOrder = 2
Text = 'PosZAbs'
OnChange = PosZAbsChange
end
object PosXRel: TEdit
Left = 128
Top = 35
Width = 97
Height = 21
TabOrder = 3
Text = 'PosXRel'
OnChange = PosXRelChange
end
object PosYRel: TEdit
Left = 231
Top = 35
Width = 97
Height = 21
TabOrder = 4
Text = 'PosYRel'
OnChange = PosYRelChange
end
object PosZRel: TEdit
Left = 334
Top = 35
Width = 97
Height = 21
TabOrder = 5
Text = 'PosZRel'
OnChange = PosZRelChange
end
object ScXAbs: TEdit
Left = 128
Top = 62
Width = 97
Height = 21
TabOrder = 6
Text = 'ScXAbs'
OnChange = ScXAbsChange
end
object ScYAbs: TEdit
Left = 231
Top = 62
Width = 97
Height = 21
TabOrder = 7
Text = 'ScYAbs'
OnChange = ScYAbsChange
end
object ScZAbs: TEdit
Left = 334
Top = 62
Width = 97
Height = 21
TabOrder = 8
Text = 'ScZAbs'
OnChange = ScZAbsChange
end
object ScXRel: TEdit
Left = 128
Top = 89
Width = 97
Height = 21
TabOrder = 9
Text = 'ScXRel'
OnChange = ScXRelChange
end
object ScYRel: TEdit
Left = 231
Top = 89
Width = 97
Height = 21
TabOrder = 10
Text = 'ScYRel'
OnChange = ScYRelChange
end
object ScZRel: TEdit
Left = 334
Top = 89
Width = 97
Height = 21
TabOrder = 11
Text = 'ScZRel'
OnChange = ScZRelChange
end
object RotZ: TEdit
Left = 334
Top = 116
Width = 97
Height = 21
TabOrder = 12
Text = 'RotZ'
OnChange = RotZChange
end
object RotX: TEdit
Left = 128
Top = 116
Width = 97
Height = 21
TabOrder = 13
Text = 'RotX'
OnChange = RotXChange
end
object RotY: TEdit
Left = 231
Top = 116
Width = 97
Height = 21
TabOrder = 14
Text = 'RotY'
OnChange = RotYChange
end
object UniformCB: TCheckBox
Left = 437
Top = 91
Width = 97
Height = 17
Caption = #1054#1076#1085#1086#1088#1086#1076#1085#1086#1077
Checked = True
State = cbChecked
TabOrder = 15
end
object OkBtn: TBitBtn
Left = 453
Top = 145
Width = 75
Height = 25
Kind = bkOK
NumGlyphs = 2
TabOrder = 16
end
object CancelBtn: TBitBtn
Left = 372
Top = 145
Width = 75
Height = 25
Caption = #1054#1090#1084#1077#1085#1072
Kind = bkCancel
NumGlyphs = 2
TabOrder = 17
end
end