-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuniversalautosplit_main.lfm
More file actions
92 lines (92 loc) · 1.62 KB
/
universalautosplit_main.lfm
File metadata and controls
92 lines (92 loc) · 1.62 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
object FormMain: TFormMain
Left = 322
Height = 380
Top = 215
Width = 320
BorderStyle = bsSingle
Caption = 'UniveralAutoSplit'
ClientHeight = 380
ClientWidth = 320
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
LCLVersion = '2.2.4.0'
object ImagePreview: TImage
Left = 0
Height = 240
Top = 140
Width = 320
Align = alBottom
end
object SpinEditWidth: TSpinEdit
Left = 8
Height = 34
Top = 48
Width = 150
MaxValue = 6400
MinValue = 320
TabOrder = 0
Value = 1280
end
object SpinEditHeight: TSpinEdit
Left = 164
Height = 34
Top = 48
Width = 150
MaxValue = 3600
MinValue = 180
TabOrder = 1
Value = 960
end
object SpinEditTop: TSpinEdit
Left = 164
Height = 34
Top = 8
Width = 150
MaxValue = 6400
TabOrder = 2
end
object SpinEditLeft: TSpinEdit
Left = 8
Height = 34
Top = 8
Width = 150
MaxValue = 6400
TabOrder = 3
end
object CheckBoxPreview: TCheckBox
Left = 8
Height = 23
Top = 112
Width = 79
Caption = 'Preview'
Checked = True
State = cbChecked
TabOrder = 4
end
object UpDownSplitter: TUpDown
Left = 104
Height = 23
Top = 112
Width = 210
Min = 0
OnClick = UpDownSplitterClick
Orientation = udHorizontal
Position = 0
TabOrder = 5
end
object LabelInfo: TLabel
Left = 8
Height = 17
Top = 88
Width = 64
Caption = 'LabelInfo'
ParentColor = False
end
object TimerScreenshot: TTimer
Interval = 1
OnTimer = TimerScreenshotTimer
Left = 608
Top = 8
end
end