-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathUnit9.lfm
80 lines (80 loc) · 1.71 KB
/
Unit9.lfm
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
object Form9: TForm9
Left = 323
Height = 244
Top = 107
Width = 295
ActiveControl = CheckBox1
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Print Options'
ClientHeight = 244
ClientWidth = 295
Font.Height = -11
Font.Name = 'MS Sans Serif'
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
OnDestroy = FormDestroy
object Button1: TButton
Left = 16
Height = 25
Top = 40
Width = 265
Caption = 'Print &actual field'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 16
Height = 25
Top = 72
Width = 265
Caption = 'Print &new field with current action options'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 16
Height = 25
Top = 104
Width = 265
Caption = 'Print &4 new fields with current action options'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 16
Height = 25
Top = 208
Width = 265
Caption = '&Cancel'
TabOrder = 5
OnClick = Button4Click
end
object Button5: TButton
Left = 16
Height = 25
Top = 136
Width = 265
Caption = 'Print &6 new fields with current action options'
TabOrder = 4
OnClick = Button5Click
end
object CheckBox1: TCheckBox
Left = 88
Height = 22
Top = 8
Width = 139
Caption = 'Print with pencil data'
TabOrder = 0
end
object Button6: TButton
Left = 16
Height = 25
Top = 168
Width = 265
Caption = 'Print &8 new fields with current action options'
TabOrder = 6
OnClick = Button6Click
end
end