-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathformWallCalc.dfm
More file actions
executable file
·58 lines (58 loc) · 1.14 KB
/
Copy pathformWallCalc.dfm
File metadata and controls
executable file
·58 lines (58 loc) · 1.14 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
object frmWallCalc: TfrmWallCalc
Left = 192
Top = 107
Width = 362
Height = 224
Caption = 'WallCalc'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 8
Width = 332
Height = 13
Caption =
'Sane Syntax: enter x,y of topleft, bottomleft, topright, bottomr' +
'ight points'
end
object edtSane: TEdit
Left = 16
Top = 32
Width = 265
Height = 25
TabOrder = 0
Text = '100,105 100,200 200,105 200,200'
end
object edtBor: TEdit
Left = 16
Top = 104
Width = 265
Height = 21
TabOrder = 1
Text = 'edtBor'
end
object btnSane2Bor: TButton
Left = 16
Top = 64
Width = 75
Height = 25
Caption = 'btnSane2Bor'
TabOrder = 2
OnClick = btnSane2BorClick
end
object btnBor2Sane: TButton
Left = 16
Top = 136
Width = 75
Height = 25
Caption = 'btnBor2Sane'
TabOrder = 3
end
end