object SetupMsg: TSetupMsg Left = 357 Top = 111 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = Spd BorderStyle = bsDialog Caption = 'Message Defaults' ClientHeight = 225 ClientWidth = 441 Font.Color = clBlack Font.Height = -10 Font.Name = 'Arial' Font.Style = [] Icon.Data = {} PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 13 object Label3: TLabel Left = 7 Top = 89 Width = 26 Height = 10 Caption = 'Text' end object Msg: TLabel Left = 7 Top = 111 Width = 325 Height = 46 AutoSize = False Color = clBlack ParentColor = False Visible = False end object Label4: TLabel Left = 338 Top = 108 Width = 72 Height = 11 Caption = 'BackGround colour' end object Pos: TGroupBox Left = 7 Top = 7 Width = 143 Height = 72 Caption = ' Position ' TabOrder = 0 object Ctr: TRadioButton Left = 39 Top = 33 Width = 66 Height = 13 Caption = 'Centered' Checked = True TabOrder = 0 TabStop = True end object Rnd: TRadioButton Left = 72 Top = 13 Width = 59 Height = 14 Caption = 'Random' TabOrder = 1 end end object GroupBox1: TGroupBox Left = 156 Top = 7 Width = 209 Height = 72 Caption = ' Speed ' TabOrder = 1 object Label1: TLabel Left = 182 Top = 20 Width = 23 Height = 13 Caption = 'Slow' end object Label2: TLabel Left = 7 Top = 20 Width = 19 Height = 13 Caption = 'Fast' end object Spd: TScrollBar Left = 7 Top = 39 Width = 195 Height = 20 Min = 1 Position = 50 TabOrder = 0 OnChange = SpdChange end end object NewMsg: TEdit Left = 39 Top = 85 Width = 326 Height = 19 MaxLength = 254 TabOrder = 2 OnChange = NewMsgChange end object Ok: TBitBtn Left = 371 Top = 13 Width = 65 Height = 27 Caption = 'OK' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 3 OnClick = OkClick Glyph.Data = { 4E010000424D4E01000000000000760000002800000012000000120000000100 040000000000D800000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333330000003333333333333333330000003333344333333333330000003333 4224333333333300000033342222433333333300000033422222243333333300 000034222A2222433333330000003222A3A222433333330000003A2A333A2224 33333300000033A33333A222433333000000333333333A222433330000003333 333333A222433300000033333333333A222433000000333333333333A2224300 00003333333333333A224300000033333333333333A223000000333333333333 333A33000000333333333333333333000000} end object Cancel: TBitBtn Left = 371 Top = 46 Width = 65 Height = 26 TabOrder = 4 OnClick = CancelClick Kind = bkCancel end object TxtFont: TBitBtn Left = 371 Top = 78 Width = 65 Height = 27 Caption = '&Font' TabOrder = 5 OnClick = TxtFontClick end object GroupBox2: TGroupBox Left = 7 Top = 163 Width = 325 Height = 52 Caption = ' Password Protection ' TabOrder = 6 object SetPwd: TBitBtn Left = 215 Top = 15 Width = 85 Height = 27 Caption = '&Set Password' Enabled = False TabOrder = 0 OnClick = SetPwdClick end object PassType: TComboBox Left = 13 Top = 20 Width = 183 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'No Password' 'Windows Password' 'Network Password') TabOrder = 1 OnClick = PassTypeClick end end object Cg: TColorGrid Left = 338 Top = 124 Width = 96 Height = 76 Ctl3D = True ParentCtl3D = False TabOrder = 7 OnChange = CgChange end object Fd: TFontDialog Font.Color = clWindowText Font.Height = -17 Font.Name = 'System' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 424 Top = 240 end object Cd: TColorDialog Options = [cdPreventFullOpen] Left = 472 Top = 240 end end