This repository was archived by the owner on Jan 23, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit15.dfm
More file actions
77 lines (77 loc) · 1.46 KB
/
Unit15.dfm
File metadata and controls
77 lines (77 loc) · 1.46 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
object AutoGrassForm: TAutoGrassForm
Left = 563
Top = 192
BorderStyle = bsToolWindow
Caption = 'AutoGrass'
ClientHeight = 158
ClientWidth = 180
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
OldCreateOrder = False
OnActivate = FormActivate
OnDeactivate = FormDeactivate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 72
Top = 99
Width = 8
Height = 13
Caption = '%'
end
object CheckBox1: TCheckBox
Left = 8
Top = 16
Width = 169
Height = 17
Caption = 'Smooth Edges'
Checked = True
State = cbChecked
TabOrder = 0
end
object LabeledEdit1: TLabeledEdit
Left = 8
Top = 96
Width = 57
Height = 21
EditLabel.Width = 31
EditLabel.Height = 13
EditLabel.Caption = 'Height'
TabOrder = 1
Text = '25'
end
object Button1: TButton
Left = 48
Top = 128
Width = 81
Height = 25
Caption = 'Apply'
TabOrder = 2
OnClick = Button1Click
end
object CheckBox2: TCheckBox
Left = 8
Top = 38
Width = 169
Height = 17
Caption = 'Correct Right Edge'
TabOrder = 3
end
object CheckBox3: TCheckBox
Left = 8
Top = 60
Width = 169
Height = 17
Caption = 'Constant Width'
Checked = True
State = cbChecked
TabOrder = 4
end
end