object Form1: TForm1 Left = 237 Height = 243 Top = 152 Width = 288 HorzScrollBar.Page = 287 VertScrollBar.Page = 242 ActiveControl = MachineID AutoSize = True BorderStyle = bsDialog Caption = ' Special Code Generator ' ClientHeight = 243 ClientWidth = 288 LCLVersion = '2.3.0.0' object Label1: TLabel AnchorSideLeft.Control = GroupBox1 AnchorSideTop.Control = MachineID AnchorSideTop.Side = asrCenter Left = 16 Height = 15 Top = 20 Width = 60 Caption = 'Machine ID' Color = clNone ParentColor = False end object GenBtn: TButton AnchorSideLeft.Control = GroupBox1 AnchorSideLeft.Side = asrCenter AnchorSideTop.Control = GroupBox1 AnchorSideTop.Side = asrBottom Left = 85 Height = 25 Top = 161 Width = 96 BorderSpacing.Top = 16 BorderSpacing.Bottom = 8 BorderSpacing.InnerBorder = 4 Caption = 'Generate Code' OnClick = GenBtnClick TabOrder = 1 end object MachineID: TEdit AnchorSideLeft.Control = Label1 AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = Owner AnchorSideRight.Control = GroupBox1 AnchorSideRight.Side = asrBottom Left = 92 Height = 23 Top = 16 Width = 158 Anchors = [akTop, akLeft, akRight] BorderSpacing.Left = 16 BorderSpacing.Top = 16 MaxLength = 8 TabOrder = 0 end object GroupBox1: TGroupBox AnchorSideLeft.Control = Owner Left = 16 Height = 89 Top = 56 Width = 234 AutoSize = True BorderSpacing.Left = 16 BorderSpacing.Right = 16 Caption = 'Features' ClientHeight = 69 ClientWidth = 230 TabOrder = 2 object ReqFeat: TCheckBox AnchorSideLeft.Control = GroupBox1 AnchorSideTop.Control = GroupBox1 Left = 32 Height = 19 Top = 0 Width = 65 BorderSpacing.Left = 32 Caption = 'Required' Checked = True Enabled = False State = cbChecked TabOrder = 0 end object HelpFeat: TCheckBox AnchorSideLeft.Control = GroupBox1 AnchorSideTop.Control = ReqFeat AnchorSideTop.Side = asrBottom Left = 32 Height = 19 Top = 19 Width = 43 BorderSpacing.Left = 32 Caption = 'Help' TabOrder = 1 end object ExamplesFeat: TCheckBox AnchorSideLeft.Control = GroupBox1 AnchorSideTop.Control = HelpFeat AnchorSideTop.Side = asrBottom Left = 32 Height = 19 Top = 38 Width = 68 BorderSpacing.Left = 32 BorderSpacing.Bottom = 12 Caption = 'Examples' TabOrder = 2 end object DBFeat: TCheckBox AnchorSideLeft.Control = ExamplesFeat AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = ReqFeat Left = 132 Height = 19 Top = 0 Width = 66 BorderSpacing.Left = 32 BorderSpacing.Right = 32 Caption = 'Database' TabOrder = 3 end object FaxFeat: TCheckBox AnchorSideLeft.Control = ExamplesFeat AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = HelpFeat Left = 132 Height = 19 Top = 19 Width = 36 BorderSpacing.Left = 32 Caption = 'Fax' TabOrder = 4 end object GoodiesFeat: TCheckBox AnchorSideLeft.Control = ExamplesFeat AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = ExamplesFeat Left = 132 Height = 19 Top = 38 Width = 61 BorderSpacing.Left = 32 BorderSpacing.Right = 32 Caption = 'Goodies' TabOrder = 5 end end object CodeDisplay: TEdit AnchorSideLeft.Control = GroupBox1 AnchorSideTop.Control = GenBtn AnchorSideTop.Side = asrBottom AnchorSideRight.Control = GroupBox1 AnchorSideRight.Side = asrBottom Left = 16 Height = 23 Top = 194 Width = 234 Anchors = [akTop, akLeft, akRight] BorderSpacing.Bottom = 16 Color = clAqua TabOrder = 3 end end