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

  1. object FrmQuickPics: TFrmQuickPics
  2.   Left = 296
  3.   Top = 198
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Quick Pics'
  7.   ClientHeight = 226
  8.   ClientWidth = 313
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object FileListBox: TFileListBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 145
  21.     Height = 209
  22.     Hint = 
  23.       'Drag a filename and drop it into'#13#10'an open document to create an'#13 +
  24.       #10'image/figure tag at the location'#13#10'of the textcursor'
  25.     Ctl3D = True
  26.     DragMode = dmAutomatic
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ItemHeight = 16
  32.     Mask = '*.gif;*.jpg;*.bmp;*.png;*.jpeg'
  33.     ParentCtl3D = False
  34.     ParentFont = False
  35.     ParentShowHint = False
  36.     ShowHint = True
  37.     TabOrder = 0
  38.   end
  39.   object DirectoryListBox: TDirectoryListBox
  40.     Left = 160
  41.     Top = 7
  42.     Width = 145
  43.     Height = 113
  44.     FileList = FileListBox
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ItemHeight = 16
  50.     ParentFont = False
  51.     TabOrder = 1
  52.   end
  53.   object DriveComboBox: TDriveComboBox
  54.     Left = 160
  55.     Top = 128
  56.     Width = 145
  57.     Height = 21
  58.     DirList = DirectoryListBox
  59.     Font.Color = clBlack
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     TabOrder = 2
  65.   end
  66.   object gbInsertInlined: TGroupBox
  67.     Left = 160
  68.     Top = 152
  69.     Width = 145
  70.     Height = 65
  71.     Hint = 
  72.       'Decide whether the file should be inserted either as an image or' +
  73.       ' an inline figure'
  74.     Caption = ' &Insert inlined '
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     TabOrder = 3
  83.     object rbImage: TRadioButton
  84.       Left = 8
  85.       Top = 16
  86.       Width = 49
  87.       Height = 17
  88.       Caption = 'I&mage'
  89.       Checked = True
  90.       TabOrder = 0
  91.       TabStop = True
  92.     end
  93.     object rbFigure: TRadioButton
  94.       Left = 8
  95.       Top = 40
  96.       Width = 49
  97.       Height = 17
  98.       Caption = '&Figure'
  99.       TabOrder = 1
  100.     end
  101.   end
  102. end
  103.