object StartupForm: TStartupForm Left = 328 Top = 174 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Welcome' ClientHeight = 313 ClientWidth = 341 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object OKButton: TButton Left = 180 Top = 281 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKButtonClick end object CancelButton: TButton Left = 260 Top = 281 Width = 73 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 325 Height = 61 Caption = ' New file ' TabOrder = 0 object NewImage: TImage Left = 12 Top = 19 Width = 16 Height = 16 AutoSize = True Picture.Data = { 07544269746D6170F6000000424DF60000000000000076000000280000001000 0000100000000100040000000000800000000000000000000000100000001000 000000000000000080000080000000808000800000008000800080800000C0C0 C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF FF007777777777777777777777777777777777700000000000777770FFFFFFFF F0777770FFFFFFFFF0777770FFFFFFFFF0777770FFFFFFFFF0777770FFFFFFFF F0777770FFFFFFFFF0777770FFFFFFFFF0777770FFFFFFFFF0777770FFFFFF00 00777770FFFFFF0F07777770FFFFFF0077777770000000077777777777777777 7777} end object EmptyRadioButton: TRadioButton Left = 40 Top = 16 Width = 209 Height = 17 Caption = 'Create a new &empty script file' TabOrder = 0 OnClick = RadioButtonClick OnDblClick = DblClick_ end object WizardRadioButton: TRadioButton Left = 40 Top = 36 Width = 261 Height = 17 Caption = 'Create a new script file using the &Script Wizard' TabOrder = 1 OnClick = RadioButtonClick OnDblClick = DblClick_ end end object GroupBox2: TGroupBox Left = 8 Top = 76 Width = 325 Height = 197 Caption = ' Open file ' TabOrder = 1 object OpenImage: TImage Left = 12 Top = 19 Width = 18 Height = 18 AutoSize = True Picture.Data = { 07544269746D61704E010000424D4E0100000000000076000000280000001200 0000120000000100040000000000D80000000000000000000000100000001000 0000000000000000800000800000008080008000000080008000808000008080 8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF FF00888888888888888888000000888888888888888888000000888888888888 88888800000080000000000088888800000080033333333308888800000080B0 3333333330888800000080FB0333333333088800000080BFB033333333308800 000080FBFB00000000000800000080BFBFBFBFB088888800000080FBFBFBFBF0 88888800000080BFB00000008888880000008800088888888000880000008888 8888888888008800000088888888808880808800000088888888880008888800 0000888888888888888888000000888888888888888888000000} end object OpenRadioButton: TRadioButton Left = 40 Top = 20 Width = 189 Height = 17 Caption = 'Open an e&xisting script file' TabOrder = 0 OnClick = RadioButtonClick OnDblClick = DblClick_ end object OpenListBox: TListBox Left = 44 Top = 44 Width = 269 Height = 141 ItemHeight = 13 TabOrder = 1 OnDblClick = DblClick_ end end object StartupCheck: TCheckBox Left = 8 Top = 284 Width = 165 Height = 17 TabStop = False Caption = '&Don'#39't show this dialog again' TabOrder = 4 end end
damian_55