object FrmOpenWindow: TFrmOpenWindow Left = 155 Top = 187 BorderStyle = bsDialog Caption = 'Open window' ClientHeight = 152 ClientWidth = 443 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object lblURL: TLabel Left = 8 Top = 8 Width = 22 Height = 13 Caption = '&URL' FocusControl = EditURL end object lblTitle: TLabel Left = 8 Top = 32 Width = 20 Height = 13 Caption = '&Title' FocusControl = EditTitle end object lblHeight: TLabel Left = 344 Top = 8 Width = 31 Height = 13 Caption = '&Height' FocusControl = EditHeight end object lblWidth: TLabel Left = 344 Top = 32 Width = 28 Height = 13 Caption = '&Width' FocusControl = EditWidth end object EditURL: TEdit Left = 40 Top = 8 Width = 209 Height = 21 TabOrder = 0 end object EditTitle: TEdit Left = 40 Top = 32 Width = 289 Height = 21 TabOrder = 2 end object EditWidth: TEdit Left = 384 Top = 32 Width = 49 Height = 21 TabOrder = 4 end object EditHeight: TEdit Left = 384 Top = 8 Width = 49 Height = 21 TabOrder = 3 end object btnOK: TButton Left = 360 Top = 88 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 6 end object btnCancel: TButton Left = 360 Top = 120 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end object btnURL: TBitBtn Left = 256 Top = 8 Width = 75 Height = 21 Caption = 'U&RL ...' TabOrder = 1 OnClick = btnURLClick Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 0400000000000001000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000 000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB 7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888 807778F7778888888877777FF77778380777778FF777777F877777777777E788 777777788FFFFF88777777777888887777777777788888777777} NumGlyphs = 2 end object gbOptions: TGroupBox Left = 8 Top = 64 Width = 337 Height = 81 Caption = ' &Options ' TabOrder = 5 object cbToolbar: TCheckBox Left = 16 Top = 24 Width = 57 Height = 17 Caption = 'Toolbar' TabOrder = 0 end object cbMenubar: TCheckBox Left = 16 Top = 48 Width = 65 Height = 17 Caption = 'Menubar' TabOrder = 1 end object cbScrollbars: TCheckBox Left = 88 Top = 24 Width = 73 Height = 17 Caption = 'Scrollbars' TabOrder = 2 end object cbResizable: TCheckBox Left = 88 Top = 48 Width = 65 Height = 17 Caption = 'Resizable' TabOrder = 3 end object cbStatusBar: TCheckBox Left = 168 Top = 24 Width = 73 Height = 17 Caption = 'Status bar' TabOrder = 4 end object cbLocation: TCheckBox Left = 168 Top = 48 Width = 65 Height = 17 Caption = 'Location' TabOrder = 5 end object cbDirectories: TCheckBox Left = 248 Top = 24 Width = 73 Height = 17 Caption = 'Directories' TabOrder = 6 end object cbCopyHistory: TCheckBox Left = 248 Top = 48 Width = 81 Height = 17 Caption = 'Copy history' TabOrder = 7 end end end