summaryrefslogtreecommitdiff
path: root/examples/gui/widgettest/checkboxform.frm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/widgettest/checkboxform.frm')
-rw-r--r--examples/gui/widgettest/checkboxform.frm17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/gui/widgettest/checkboxform.frm b/examples/gui/widgettest/checkboxform.frm
new file mode 100644
index 00000000..cc03310d
--- /dev/null
+++ b/examples/gui/widgettest/checkboxform.frm
@@ -0,0 +1,17 @@
+object CheckBoxForm: TCheckBoxForm
+ BorderWidth = 8
+ Text = 'Check box test'
+ object Box: TBoxLayout
+ Orientation = Vertical
+ object GrayCheckBox: TCheckBox
+ Text = 'Gray other check boxes'
+ OnClick = GrayCheckBoxClick
+ end
+ object CheckBox1: TCheckBox
+ Text = 'First other check box'
+ end
+ object CheckBox2: TCheckBox
+ Text = 'Second other check box'
+ end
+ end
+end