summaryrefslogtreecommitdiff
path: root/examples/gui/widgettest/comboboxform.frm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/widgettest/comboboxform.frm')
-rw-r--r--examples/gui/widgettest/comboboxform.frm19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/gui/widgettest/comboboxform.frm b/examples/gui/widgettest/comboboxform.frm
new file mode 100644
index 00000000..23dd1f07
--- /dev/null
+++ b/examples/gui/widgettest/comboboxform.frm
@@ -0,0 +1,19 @@
+object ComboBoxForm: TComboBoxForm
+ BorderWidth = 8
+ Text = 'Combo box test'
+ OnCreate = FormCreate
+ object VertBox: TBoxLayout
+ Orientation = Vertical
+ object GrayCheckBox: TCheckBox
+ Text = 'Gray combo boxes'
+ OnClick = GrayCheckBoxClick
+ end
+ object BetaLabel: TLabel
+ Text = '(the drop-down lists are work in progress)'
+ end
+ object ComboBox1: TComboBox
+ end
+ object ComboBox2: TComboBox
+ end
+ end
+end