-
Notifications
You must be signed in to change notification settings - Fork 0
/
FormCanvasResize.dfm
175 lines (175 loc) · 3.43 KB
/
FormCanvasResize.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
object FrmCanvasResize: TFrmCanvasResize
Left = 103
Top = 202
BorderIcons = [biSystemMenu]
Caption = 'Canvas Resize'
ClientHeight = 715
ClientWidth = 1267
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnResize = FormResize
OnShow = FormShow
DesignSize = (
1267
715)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 277
Top = 628
Width = 25
Height = 13
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
Caption = 'Top: '
ExplicitTop = 595
end
object Label2: TLabel
Left = 163
Top = 637
Width = 21
Height = 13
Alignment = taRightJustify
Anchors = [akRight, akBottom]
Caption = 'Left:'
end
object Label3: TLabel
Left = 263
Top = 656
Width = 39
Height = 13
Alignment = taRightJustify
Anchors = [akLeft, akBottom]
Caption = 'Bottom: '
end
object Label4: TLabel
Left = 401
Top = 637
Width = 31
Height = 13
Alignment = taRightJustify
Anchors = [akRight, akBottom]
Caption = 'Right: '
end
object Bevel1: TBevel
Left = 0
Top = 675
Width = 1263
Height = 10
Anchors = [akLeft, akRight, akBottom]
Shape = bsBottomLine
ExplicitTop = 290
ExplicitWidth = 329
end
object PaintAreaPanel: TPanel
Left = 0
Top = 0
Width = 1264
Height = 622
Anchors = [akLeft, akTop, akRight, akBottom]
BevelInner = bvLowered
BevelOuter = bvNone
TabOrder = 0
ExplicitWidth = 330
ExplicitHeight = 237
DesignSize = (
1264
622)
object Image1: TImage
Left = 1
Top = 1
Width = 1262
Height = 620
Anchors = [akLeft, akTop, akRight, akBottom]
ExplicitWidth = 329
ExplicitHeight = 233
end
end
object SpinT: TSpinEdit
Left = 308
Top = 628
Width = 57
Height = 22
Anchors = [akLeft, akBottom]
MaxValue = 10000
MinValue = -10000
TabOrder = 1
Value = 0
OnChange = SpinTChange
OnKeyDown = FormKeyDown
end
object SpinB: TSpinEdit
Left = 308
Top = 656
Width = 57
Height = 22
Anchors = [akLeft, akBottom]
MaxValue = 10000
MinValue = -10000
TabOrder = 2
Value = 0
OnChange = SpinBChange
OnKeyDown = FormKeyDown
end
object SpinL: TSpinEdit
Left = 190
Top = 634
Width = 57
Height = 22
Anchors = [akRight, akBottom]
MaxValue = 10000
MinValue = -10000
TabOrder = 3
Value = 0
OnChange = SpinLChange
OnKeyDown = FormKeyDown
end
object SpinR: TSpinEdit
Left = 454
Top = 634
Width = 57
Height = 22
Anchors = [akRight, akBottom]
MaxValue = 10000
MinValue = -10000
TabOrder = 4
Value = 0
OnChange = SpinRChange
OnKeyDown = FormKeyDown
end
object BtOK: TButton
Left = 1102
Top = 690
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
TabOrder = 5
OnClick = BtOKClick
ExplicitLeft = 168
ExplicitTop = 305
end
object BtCancel: TButton
Left = 1185
Top = 690
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Cancel'
TabOrder = 6
OnClick = BtCancelClick
ExplicitLeft = 251
ExplicitTop = 305
end
object XPManifest: TXPManifest
Left = 56
Top = 304
end
end