-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathamInputQueryDialog.dfm
More file actions
135 lines (135 loc) · 3.32 KB
/
amInputQueryDialog.dfm
File metadata and controls
135 lines (135 loc) · 3.32 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
inherited FormInputQuery: TFormInputQuery
ActiveControl = PanelMain
AutoSize = True
Caption = ''
ClientHeight = 211
ClientWidth = 464
ExplicitWidth = 470
ExplicitHeight = 239
PixelsPerInch = 96
TextHeight = 13
inherited PanelButtons: TPanel
Top = 166
Width = 464
Align = alTop
ExplicitTop = 166
ExplicitWidth = 464
inherited ButtonCancel: TcxButton
Left = 290
ExplicitLeft = 290
end
inherited ButtonOK: TcxButton
Left = 208
ExplicitLeft = 208
end
inherited ButtonHelp: TcxButton
Left = 378
ExplicitLeft = 378
end
end
inherited PanelMain: TPanel
Width = 464
Height = 112
Align = alTop
AutoSize = True
ExplicitWidth = 464
ExplicitHeight = 112
object LayoutControl: TdxLayoutControl
Left = 11
Top = 11
Width = 442
Height = 93
Align = alTop
ParentBackground = True
TabOrder = 0
AutoSize = True
LayoutLookAndFeel = dxLayoutSkinLookAndFeel1
OptionsItem.FocusControlOnItemCaptionClick = True
object EditValue: TcxTextEdit
Left = 0
Top = 18
Style.HotTrack = False
TabOrder = 0
Width = 442
end
object ComboBoxValue: TcxComboBox
Left = 68
Top = 45
Style.HotTrack = False
TabOrder = 1
Width = 374
end
object LayoutControlGroup_Root: TdxLayoutGroup
AlignHorz = ahClient
AlignVert = avTop
ButtonOptions.Buttons = <>
Hidden = True
ShowBorder = False
Index = -1
end
object LayoutItemEdit: TdxLayoutItem
Parent = LayoutControlGroup_Root
CaptionOptions.Text = 'Lorem ipsum:'
CaptionOptions.WordWrap = True
CaptionOptions.Layout = clTop
Control = EditValue
ControlOptions.MinWidth = 200
ControlOptions.OriginalHeight = 21
ControlOptions.OriginalWidth = 230
ControlOptions.ShowBorder = False
Index = 0
end
object LayoutItemCombo: TdxLayoutItem
Parent = LayoutControlGroup_Root
CaptionOptions.Text = 'Lorem ipsum:'
CaptionOptions.WordWrap = True
Visible = False
Control = ComboBoxValue
ControlOptions.OriginalHeight = 21
ControlOptions.OriginalWidth = 121
ControlOptions.ShowBorder = False
Index = 1
end
object LayoutEmptySpaceItem: TdxLayoutEmptySpaceItem
Parent = LayoutControlGroup_Root
SizeOptions.Height = 12
SizeOptions.Width = 10
Index = 2
end
end
end
inherited PanelHeader: TPanel
Width = 464
ExplicitWidth = 464
inherited LabelHeader: TLabel
Width = 440
end
inherited LabelSubHeader: TLabel
Width = 440
end
end
inherited PanelBottomSeparator: TPanel
Top = 165
Width = 464
Align = alTop
ExplicitTop = 165
ExplicitWidth = 464
end
inherited PanelTopSeparator: TPanel
Width = 464
ExplicitWidth = 464
end
inherited ActionListDialog: TActionList
Left = 132
Top = 8
end
object LayoutLookAndFeelList: TdxLayoutLookAndFeelList
Left = 288
Top = 8
object dxLayoutSkinLookAndFeel1: TdxLayoutSkinLookAndFeel
Offsets.RootItemsAreaOffsetHorz = 0
Offsets.RootItemsAreaOffsetVert = 0
PixelsPerInch = 96
end
end
end