home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMEMBEDDEDITEM / TFRMEMBEDDEDITEM.txt
Encoding:
Text File  |  1998-01-30  |  2.5 KB  |  111 lines

  1. object FrmEmbeddedItem: TFrmEmbeddedItem
  2.   Left = 217
  3.   Top = 258
  4.   BorderStyle = bsDialog
  5.   Caption = 'Embedded item'
  6.   ClientHeight = 72
  7.   ClientWidth = 410
  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 lblFileName: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 42
  18.     Height = 13
  19.     Caption = '&Filename'
  20.     FocusControl = EditFileName
  21.   end
  22.   object lblWidth: TLabel
  23.     Left = 112
  24.     Top = 40
  25.     Width = 28
  26.     Height = 13
  27.     Caption = '&Width'
  28.     FocusControl = EditWidth
  29.   end
  30.   object lblHeight: TLabel
  31.     Left = 8
  32.     Top = 40
  33.     Width = 31
  34.     Height = 13
  35.     Caption = '&Height'
  36.     FocusControl = EditHeight
  37.   end
  38.   object btnOK: TButton
  39.     Left = 216
  40.     Top = 40
  41.     Width = 89
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 4
  47.   end
  48.   object btnCancel: TButton
  49.     Left = 312
  50.     Top = 40
  51.     Width = 89
  52.     Height = 25
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 5
  56.   end
  57.   object btnBrowse: TBitBtn
  58.     Left = 312
  59.     Top = 7
  60.     Width = 89
  61.     Height = 22
  62.     Hint = 'Browse for file on local computer'
  63.     Caption = '&Browse ...'
  64.     ParentShowHint = False
  65.     ShowHint = True
  66.     TabOrder = 1
  67.     OnClick = btnBrowseClick
  68.     Glyph.Data = {
  69.       F6000000424DF600000000000000760000002800000010000000100000000100
  70.       0400000000008000000000000000000000000000000000000000000000000000
  71.       80000080000000808000800000008000800080800000C0C0C000808080000000
  72.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  73.       77777777777777777777000000000007777700333333333077770B0333333333
  74.       07770FB03333333330770BFB0333333333070FBFB000000000000BFBFBFBFB07
  75.       77770FBFBFBFBF0777770BFB0000000777777000777777770007777777777777
  76.       7007777777770777070777777777700077777777777777777777}
  77.   end
  78.   object EditFileName: TEdit
  79.     Left = 64
  80.     Top = 8
  81.     Width = 241
  82.     Height = 21
  83.     Hint = 'Name of file to be embedded'
  84.     ParentShowHint = False
  85.     ShowHint = True
  86.     TabOrder = 0
  87.   end
  88.   object EditHeight: TEdit
  89.     Left = 48
  90.     Top = 40
  91.     Width = 49
  92.     Height = 21
  93.     TabOrder = 2
  94.   end
  95.   object EditWidth: TEdit
  96.     Left = 144
  97.     Top = 40
  98.     Width = 49
  99.     Height = 21
  100.     TabOrder = 3
  101.   end
  102.   object DlgOpen: TOpenDialog
  103.     FileEditStyle = fsEdit
  104.     Filter = 'All files (*.*)|*.*|Bitmaps (*.bmp)|*.bmp'
  105.     Options = [ofHideReadOnly]
  106.     Title = 'Select file to embed'
  107.     Left = 7
  108.     Top = 63
  109.   end
  110. end
  111.