home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / WBIT32.ZIP / WEBIT32.EXE / 0 / RCDATA / TTABLEATTRFORM / TTABLEATTRFORM.txt
Text File  |  1996-11-23  |  2KB  |  118 lines

  1. object TableAttrForm: TTableAttrForm
  2.   Left = 256
  3.   Top = 123
  4.   Width = 211
  5.   Height = 230
  6.   Caption = 'Cell Attributes'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnClose = FormClose
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 11
  16.     Top = 8
  17.     Width = 70
  18.     Height = 16
  19.     Caption = 'Span Rows:'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 106
  23.     Top = 8
  24.     Width = 89
  25.     Height = 16
  26.     Caption = 'Span Columns:'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 31
  30.     Top = 58
  31.     Width = 110
  32.     Height = 16
  33.     Caption = 'Vertical Alignment:'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 31
  37.     Top = 113
  38.     Width = 124
  39.     Height = 16
  40.     Caption = 'Horizontal Alignment:'
  41.   end
  42.   object RowSpan: TSpinEdit
  43.     Left = 15
  44.     Top = 25
  45.     Width = 56
  46.     Height = 26
  47.     MaxValue = 100
  48.     MinValue = 1
  49.     TabOrder = 0
  50.     Value = 1
  51.   end
  52.   object ColSpan: TSpinEdit
  53.     Left = 110
  54.     Top = 25
  55.     Width = 56
  56.     Height = 26
  57.     MaxValue = 100
  58.     MinValue = 1
  59.     TabOrder = 1
  60.     Value = 1
  61.   end
  62.   object BitBtn1: TBitBtn
  63.     Left = 20
  64.     Top = 165
  65.     Width = 77
  66.     Height = 30
  67.     TabOrder = 2
  68.     OnClick = BitBtn1Click
  69.     Kind = bkOK
  70.   end
  71.   object BitBtn2: TBitBtn
  72.     Left = 105
  73.     Top = 165
  74.     Width = 77
  75.     Height = 30
  76.     TabOrder = 3
  77.     OnClick = BitBtn2Click
  78.     Kind = bkCancel
  79.   end
  80.   object VAlign: TComboBox
  81.     Left = 45
  82.     Top = 80
  83.     Width = 91
  84.     Height = 24
  85.     ItemHeight = 16
  86.     Items.Strings = (
  87.       'none'
  88.       'top'
  89.       'middle'
  90.       'bottom')
  91.     TabOrder = 4
  92.     Text = 'none'
  93.   end
  94.   object HAlign: TComboBox
  95.     Left = 45
  96.     Top = 129
  97.     Width = 90
  98.     Height = 24
  99.     ItemHeight = 16
  100.     Items.Strings = (
  101.       'none'
  102.       'left'
  103.       'center'
  104.       'right')
  105.     TabOrder = 5
  106.     Text = 'none'
  107.   end
  108.   object Scaler1: TScaler
  109.     PixelsPerInch = 96
  110.     Xdevelop = 800
  111.     Ydevelop = 600
  112.     ClientWidth = 203
  113.     ClientHeight = 203
  114.     Left = 2
  115.     Top = 79
  116.   end
  117. end
  118.