This repository was archived by the owner on Jan 19, 2022. It is now read-only.
forked from z00m128/vortextracker25
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnloopDlg.dfm
More file actions
80 lines (80 loc) · 1.51 KB
/
Copy pathUnloopDlg.dfm
File metadata and controls
80 lines (80 loc) · 1.51 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
object UnloopDlg: TUnloopDlg
Left = 838
Top = 300
Width = 209
Height = 215
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 16
Width = 164
Height = 26
Caption = 'Enter unloop count.'#13#10'0 - for unloop till the end of sample.'
end
object Label2: TLabel
Left = 16
Top = 67
Width = 38
Height = 13
Caption = 'Count:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object UnloopCount: TEdit
Left = 57
Top = 64
Width = 33
Height = 21
TabOrder = 0
Text = '0'
OnKeyPress = UnloopCountKeyPress
end
object UnloopUpDown: TUpDown
Left = 90
Top = 64
Width = 16
Height = 21
Associate = UnloopCount
TabOrder = 1
end
object CalcSlides: TCheckBox
Left = 16
Top = 96
Width = 97
Height = 21
Caption = 'Calculate slides'
TabOrder = 2
end
object OkBtn: TButton
Left = 104
Top = 136
Width = 73
Height = 25
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 4
end
object CancelBtn: TButton
Left = 16
Top = 136
Width = 73
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
end