-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathudSelectOptions.dfm
88 lines (88 loc) · 1.99 KB
/
udSelectOptions.dfm
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
object dSelectOptions: TdSelectOptions
Left = 0
Top = 0
Caption = 'Select Options'
ClientHeight = 109
ClientWidth = 201
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poOwnerFormCenter
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object edtTop: TLabeledEdit
Left = 8
Top = 24
Width = 145
Height = 26
EditLabel.Width = 135
EditLabel.Height = 19
EditLabel.Caption = 'Select Top Records'
EditLabel.Font.Charset = DEFAULT_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -16
EditLabel.Font.Name = 'Tahoma'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
Text = '1000'
end
object cbNoLock: TCheckBox
Left = 56
Top = 51
Width = 81
Height = 17
Caption = 'No Lock'
Checked = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
State = cbChecked
TabOrder = 1
end
object btnOK: TButton
Left = 8
Top = 74
Width = 81
Height = 30
Caption = 'Open'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 2
end
object btnCancel: TButton
Left = 110
Top = 74
Width = 83
Height = 30
Caption = 'Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 3
end
end