-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmake_slip_unit.lfm
More file actions
67 lines (67 loc) · 1.3 KB
/
make_slip_unit.lfm
File metadata and controls
67 lines (67 loc) · 1.3 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
object make_slip_form: Tmake_slip_form
Left = 2
Height = 20
Hint = ' drag this panel to set toolbars position - click to set number of rows '
Top = 2
Width = 158
BorderIcons = []
BorderStyle = bsToolWindow
Caption = ' toolbars'
ClientHeight = 20
ClientWidth = 158
Color = clWhite
DesignTimePPI = 120
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
OnCreate = FormCreate
ShowHint = True
LCLVersion = '3.4.0.0'
Scaled = False
Visible = True
object datestamp_label: TLabel
Left = 0
Height = 4
Top = 56
Width = 600
AutoSize = False
Font.Color = clGray
Font.Height = -7
Font.Name = 'Arial'
ParentFont = False
end
object rows_label: TLabel
Left = 0
Height = 20
Top = 0
Width = 34
Alignment = taRightJustify
AutoSize = False
Caption = 'rows:'
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
Layout = tlCenter
ParentFont = False
end
object Button1: TButton
Left = 35
Height = 20
Top = 0
Width = 18
Caption = '1'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 54
Height = 20
Top = 0
Width = 18
Caption = '2'
TabOrder = 1
OnClick = Button2Click
end
end