-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFrames.Export.dfm
More file actions
68 lines (68 loc) · 1.4 KB
/
Frames.Export.dfm
File metadata and controls
68 lines (68 loc) · 1.4 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
inherited frSettings: TfrSettings
Width = 211
Height = 174
Padding.Left = 8
Padding.Top = 8
Padding.Right = 8
Padding.Bottom = 8
ExplicitWidth = 211
ExplicitHeight = 174
inherited gpButtons: TGridPanel
Left = 8
Top = 125
Width = 195
Align = alBottom
TabOrder = 1
ExplicitLeft = 1
ExplicitTop = 120
end
object grpSize: TGroupBox
Left = 8
Top = 8
Width = 195
Height = 117
Align = alClient
Caption = #1056#1072#1079#1084#1077#1088' '#1080#1079#1086#1073#1088#1072#1078#1077#1085#1080#1103
TabOrder = 0
ExplicitLeft = 3
ExplicitTop = 3
ExplicitWidth = 172
ExplicitHeight = 110
object lblWidth: TLabel
Left = 16
Top = 19
Width = 40
Height = 13
Caption = #1064#1080#1088#1080#1085#1072
end
object lblHeight: TLabel
Left = 16
Top = 60
Width = 37
Height = 13
Caption = #1042#1099#1089#1086#1090#1072
end
object medtWidth: TMaskEdit
Left = 16
Top = 34
Width = 161
Height = 21
Alignment = taRightJustify
EditMask = '9999;1;_'
MaxLength = 4
TabOrder = 0
Text = ' '
end
object medtHeight: TMaskEdit
Left = 16
Top = 79
Width = 161
Height = 21
Alignment = taRightJustify
EditMask = '9999;1;_'
MaxLength = 4
TabOrder = 1
Text = ' '
end
end
end