home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Internet / Htmltool / HTMLTOOL.exe / 0 / RCDATA / TFRMOPENWINDOW / TFRMOPENWINDOW.txt
Text File  |  1998-01-30  |  4KB  |  189 lines

  1. object FrmOpenWindow: TFrmOpenWindow
  2.   Left = 155
  3.   Top = 187
  4.   BorderStyle = bsDialog
  5.   Caption = 'Open window'
  6.   ClientHeight = 152
  7.   ClientWidth = 443
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object lblURL: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 22
  18.     Height = 13
  19.     Caption = '&URL'
  20.     FocusControl = EditURL
  21.   end
  22.   object lblTitle: TLabel
  23.     Left = 8
  24.     Top = 32
  25.     Width = 20
  26.     Height = 13
  27.     Caption = '&Title'
  28.     FocusControl = EditTitle
  29.   end
  30.   object lblHeight: TLabel
  31.     Left = 344
  32.     Top = 8
  33.     Width = 31
  34.     Height = 13
  35.     Caption = '&Height'
  36.     FocusControl = EditHeight
  37.   end
  38.   object lblWidth: TLabel
  39.     Left = 344
  40.     Top = 32
  41.     Width = 28
  42.     Height = 13
  43.     Caption = '&Width'
  44.     FocusControl = EditWidth
  45.   end
  46.   object EditURL: TEdit
  47.     Left = 40
  48.     Top = 8
  49.     Width = 209
  50.     Height = 21
  51.     TabOrder = 0
  52.   end
  53.   object EditTitle: TEdit
  54.     Left = 40
  55.     Top = 32
  56.     Width = 289
  57.     Height = 21
  58.     TabOrder = 2
  59.   end
  60.   object EditWidth: TEdit
  61.     Left = 384
  62.     Top = 32
  63.     Width = 49
  64.     Height = 21
  65.     TabOrder = 4
  66.   end
  67.   object EditHeight: TEdit
  68.     Left = 384
  69.     Top = 8
  70.     Width = 49
  71.     Height = 21
  72.     TabOrder = 3
  73.   end
  74.   object btnOK: TButton
  75.     Left = 360
  76.     Top = 88
  77.     Width = 75
  78.     Height = 25
  79.     Caption = 'OK'
  80.     Default = True
  81.     ModalResult = 1
  82.     TabOrder = 6
  83.   end
  84.   object btnCancel: TButton
  85.     Left = 360
  86.     Top = 120
  87.     Width = 75
  88.     Height = 25
  89.     Caption = 'Cancel'
  90.     ModalResult = 2
  91.     TabOrder = 7
  92.   end
  93.   object btnURL: TBitBtn
  94.     Left = 256
  95.     Top = 8
  96.     Width = 75
  97.     Height = 21
  98.     Caption = 'U&RL ...'
  99.     TabOrder = 1
  100.     OnClick = btnURLClick
  101.     Glyph.Data = {
  102.       76010000424D7601000000000000760000002800000020000000100000000100
  103.       0400000000000001000000000000000000000000000000000000000000000000
  104.       80000080000000808000800000008000800080800000C0C0C000808080000000
  105.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
  106.       000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB
  107.       FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB
  108.       FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB
  109.       FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB
  110.       FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB
  111.       7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888
  112.       807778F7778888888877777FF77778380777778FF777777F877777777777E788
  113.       777777788FFFFF88777777777888887777777777788888777777}
  114.     NumGlyphs = 2
  115.   end
  116.   object gbOptions: TGroupBox
  117.     Left = 8
  118.     Top = 64
  119.     Width = 337
  120.     Height = 81
  121.     Caption = ' &Options '
  122.     TabOrder = 5
  123.     object cbToolbar: TCheckBox
  124.       Left = 16
  125.       Top = 24
  126.       Width = 57
  127.       Height = 17
  128.       Caption = 'Toolbar'
  129.       TabOrder = 0
  130.     end
  131.     object cbMenubar: TCheckBox
  132.       Left = 16
  133.       Top = 48
  134.       Width = 65
  135.       Height = 17
  136.       Caption = 'Menubar'
  137.       TabOrder = 1
  138.     end
  139.     object cbScrollbars: TCheckBox
  140.       Left = 88
  141.       Top = 24
  142.       Width = 73
  143.       Height = 17
  144.       Caption = 'Scrollbars'
  145.       TabOrder = 2
  146.     end
  147.     object cbResizable: TCheckBox
  148.       Left = 88
  149.       Top = 48
  150.       Width = 65
  151.       Height = 17
  152.       Caption = 'Resizable'
  153.       TabOrder = 3
  154.     end
  155.     object cbStatusBar: TCheckBox
  156.       Left = 168
  157.       Top = 24
  158.       Width = 73
  159.       Height = 17
  160.       Caption = 'Status bar'
  161.       TabOrder = 4
  162.     end
  163.     object cbLocation: TCheckBox
  164.       Left = 168
  165.       Top = 48
  166.       Width = 65
  167.       Height = 17
  168.       Caption = 'Location'
  169.       TabOrder = 5
  170.     end
  171.     object cbDirectories: TCheckBox
  172.       Left = 248
  173.       Top = 24
  174.       Width = 73
  175.       Height = 17
  176.       Caption = 'Directories'
  177.       TabOrder = 6
  178.     end
  179.     object cbCopyHistory: TCheckBox
  180.       Left = 248
  181.       Top = 48
  182.       Width = 81
  183.       Height = 17
  184.       Caption = 'Copy history'
  185.       TabOrder = 7
  186.     end
  187.   end
  188. end
  189.