forked from jrsoftware/issrc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCompInputQueryCombo.dfm
62 lines (62 loc) · 1.24 KB
/
CompInputQueryCombo.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
object InputQueryCombo: TInputQueryCombo
Left = 330
Top = 188
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = '...'
ClientHeight = 73
ClientWidth = 582
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
DesignSize = (
582
73)
PixelsPerInch = 96
TextHeight = 13
object PromptLabel: TLabel
Left = 8
Top = 11
Width = 265
Height = 13
AutoSize = False
Caption = '...'
FocusControl = ValueComboBox
end
object OKButton: TButton
Left = 421
Top = 43
Width = 73
Height = 23
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelButton: TButton
Left = 501
Top = 43
Width = 73
Height = 23
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object ValueComboBox: TComboBox
Left = 279
Top = 8
Width = 295
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
end