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

  1. object FrmSpacer: TFrmSpacer
  2.   Left = 198
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'Spacer'
  6.   ClientHeight = 200
  7.   ClientWidth = 209
  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 lblType: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 24
  18.     Height = 13
  19.     Caption = '&Type'
  20.     FocusControl = cbType
  21.   end
  22.   object lblSize: TLabel
  23.     Left = 8
  24.     Top = 40
  25.     Width = 20
  26.     Height = 13
  27.     Caption = '&Size'
  28.     FocusControl = seSize
  29.   end
  30.   object lblAlign: TLabel
  31.     Left = 8
  32.     Top = 72
  33.     Width = 23
  34.     Height = 13
  35.     Caption = '&Align'
  36.     FocusControl = cbAlign
  37.   end
  38.   object lblHeight: TLabel
  39.     Left = 8
  40.     Top = 104
  41.     Width = 31
  42.     Height = 13
  43.     Caption = '&Height'
  44.     Enabled = False
  45.     FocusControl = seHeight
  46.   end
  47.   object lblWidth: TLabel
  48.     Left = 8
  49.     Top = 136
  50.     Width = 28
  51.     Height = 13
  52.     Caption = '&Width'
  53.     Enabled = False
  54.     FocusControl = seWidth
  55.   end
  56.   object cbType: TComboBox
  57.     Left = 56
  58.     Top = 8
  59.     Width = 145
  60.     Height = 21
  61.     Hint = 'type of the spacer'
  62.     ItemHeight = 13
  63.     Items.Strings = (
  64.       'HORIZONTAL'
  65.       'VERTICAL'
  66.       'BLOCK')
  67.     ParentShowHint = False
  68.     ShowHint = True
  69.     TabOrder = 0
  70.     Text = 'VERTICAL'
  71.     OnChange = cbTypeChange
  72.   end
  73.   object cbAlign: TComboBox
  74.     Left = 56
  75.     Top = 72
  76.     Width = 145
  77.     Height = 21
  78.     Hint = 'Alignment of the spacer'
  79.     ItemHeight = 13
  80.     Items.Strings = (
  81.       'LEFT'
  82.       'RIGHT'
  83.       'TOP'
  84.       'TEXTTOP'
  85.       'MIDDLE'
  86.       'ABSMIDDLE'
  87.       'BASELINE'
  88.       'BOTTOM'
  89.       'ABSBOTTOM')
  90.     ParentShowHint = False
  91.     ShowHint = True
  92.     TabOrder = 2
  93.   end
  94.   object seHeight: TSpinEdit
  95.     Left = 56
  96.     Top = 104
  97.     Width = 145
  98.     Height = 22
  99.     Enabled = False
  100.     MaxValue = 9999
  101.     MinValue = 0
  102.     TabOrder = 3
  103.     Value = 0
  104.   end
  105.   object seWidth: TSpinEdit
  106.     Left = 56
  107.     Top = 136
  108.     Width = 145
  109.     Height = 22
  110.     Enabled = False
  111.     MaxValue = 9999
  112.     MinValue = 0
  113.     TabOrder = 4
  114.     Value = 0
  115.   end
  116.   object seSize: TSpinEdit
  117.     Left = 56
  118.     Top = 40
  119.     Width = 145
  120.     Height = 22
  121.     Hint = 'The size of the spacer in pixels'
  122.     MaxValue = 9999
  123.     MinValue = 0
  124.     TabOrder = 1
  125.     Value = 0
  126.   end
  127.   object btnOK: TButton
  128.     Left = 48
  129.     Top = 168
  130.     Width = 75
  131.     Height = 25
  132.     Caption = 'OK'
  133.     Default = True
  134.     ModalResult = 1
  135.     TabOrder = 5
  136.   end
  137.   object btnCancel: TButton
  138.     Left = 128
  139.     Top = 168
  140.     Width = 75
  141.     Height = 25
  142.     Caption = 'Cancel'
  143.     ModalResult = 2
  144.     TabOrder = 6
  145.   end
  146. end
  147.