home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09961.iso / htmled1 / fe32_17.exe / FlexED32.exe / 0 / RCDATA / TFORM_TDP / TFORM_TDP.txt
Text File  |  1996-09-06  |  4KB  |  231 lines

  1. object Form_TDP: TForm_TDP
  2.   Left = 192
  3.   Top = 195
  4.   HelpContext = 1060
  5.   ActiveControl = AlignCB
  6.   BorderStyle = bsDialog
  7.   Caption = '<TD> Editor'
  8.   ClientHeight = 153
  9.   ClientWidth = 489
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 23
  23.     Height = 13
  24.     Caption = '&Align'
  25.     FocusControl = AlignCB
  26.   end
  27.   object Label2: TLabel
  28.     Left = 104
  29.     Top = 8
  30.     Width = 30
  31.     Height = 13
  32.     Caption = '&VAlign'
  33.     FocusControl = VAlignCB
  34.   end
  35.   object Label3: TLabel
  36.     Left = 280
  37.     Top = 8
  38.     Width = 47
  39.     Height = 13
  40.     Caption = '&RowSpan'
  41.     FocusControl = RowSpanSE
  42.   end
  43.   object Label4: TLabel
  44.     Left = 344
  45.     Top = 8
  46.     Width = 40
  47.     Height = 13
  48.     Caption = '&ColSpan'
  49.     FocusControl = ColSpanSE
  50.   end
  51.   object Width: TLabel
  52.     Left = 200
  53.     Top = 8
  54.     Width = 28
  55.     Height = 13
  56.     Caption = '&Width'
  57.     FocusControl = WidthSE
  58.   end
  59.   object OkButton: TButton
  60.     Left = 368
  61.     Top = 120
  62.     Width = 49
  63.     Height = 25
  64.     Caption = '&Ok'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 8
  68.     OnClick = OkButtonClick
  69.   end
  70.   object CancelButton: TButton
  71.     Left = 424
  72.     Top = 120
  73.     Width = 57
  74.     Height = 25
  75.     Caption = '&Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 9
  78.     OnClick = CancelButtonClick
  79.   end
  80.   object AlignCB: TComboBox
  81.     Left = 8
  82.     Top = 24
  83.     Width = 89
  84.     Height = 21
  85.     ItemHeight = 13
  86.     Items.Strings = (
  87.       '(none)'
  88.       'left'
  89.       'right'
  90.       'center'
  91.       'justify'
  92.       'char'
  93.       'decimal')
  94.     TabOrder = 0
  95.     Text = 'AlignCB'
  96.   end
  97.   object VAlignCB: TComboBox
  98.     Left = 104
  99.     Top = 24
  100.     Width = 89
  101.     Height = 21
  102.     ItemHeight = 13
  103.     Items.Strings = (
  104.       '(none)'
  105.       'top'
  106.       'middle'
  107.       'bottom'
  108.       'baseline')
  109.     TabOrder = 1
  110.     Text = 'VAlignCB'
  111.   end
  112.   object RowSpanSE: TSpinEdit
  113.     Left = 280
  114.     Top = 24
  115.     Width = 57
  116.     Height = 22
  117.     MaxValue = 0
  118.     MinValue = 0
  119.     TabOrder = 4
  120.     Value = 0
  121.   end
  122.   object ColSpanSE: TSpinEdit
  123.     Left = 344
  124.     Top = 24
  125.     Width = 57
  126.     Height = 22
  127.     MaxValue = 0
  128.     MinValue = 0
  129.     TabOrder = 5
  130.     Value = 0
  131.   end
  132.   object WidthSE: TSpinEdit
  133.     Left = 200
  134.     Top = 24
  135.     Width = 65
  136.     Height = 22
  137.     MaxValue = 300
  138.     MinValue = 0
  139.     TabOrder = 2
  140.     Value = 0
  141.   end
  142.   object NoWrapCB: TCheckBox
  143.     Left = 416
  144.     Top = 24
  145.     Width = 65
  146.     Height = 17
  147.     Caption = '&NoWrap'
  148.     TabOrder = 6
  149.   end
  150.   object GroupBox1: TGroupBox
  151.     Left = 8
  152.     Top = 48
  153.     Width = 473
  154.     Height = 65
  155.     Caption = 'MIE'
  156.     TabOrder = 7
  157.     object Label5: TLabel
  158.       Left = 8
  159.       Top = 16
  160.       Width = 39
  161.       Height = 13
  162.       Caption = '&BGColor'
  163.       FocusControl = BGColorE
  164.     end
  165.     object Label6: TLabel
  166.       Left = 131
  167.       Top = 16
  168.       Width = 55
  169.       Height = 13
  170.       Caption = 'B&orderColor'
  171.       FocusControl = BorderColorE
  172.     end
  173.     object Label7: TLabel
  174.       Left = 253
  175.       Top = 16
  176.       Width = 78
  177.       Height = 13
  178.       Caption = 'BorderColor&Light'
  179.       FocusControl = BorderColorLightE
  180.     end
  181.     object Label8: TLabel
  182.       Left = 376
  183.       Top = 16
  184.       Width = 78
  185.       Height = 13
  186.       Caption = 'BorderColor&Dark'
  187.       FocusControl = BorderColorDarkE
  188.     end
  189.     object BGColorE: TColorEdit
  190.       Left = 8
  191.       Top = 32
  192.       Width = 89
  193.       Height = 20
  194.       CharCase = ecUpperCase
  195.       TabOrder = 0
  196.     end
  197.     object BorderColorE: TColorEdit
  198.       Left = 131
  199.       Top = 32
  200.       Width = 89
  201.       Height = 20
  202.       CharCase = ecUpperCase
  203.       TabOrder = 1
  204.     end
  205.     object BorderColorLightE: TColorEdit
  206.       Left = 253
  207.       Top = 32
  208.       Width = 89
  209.       Height = 20
  210.       CharCase = ecUpperCase
  211.       TabOrder = 2
  212.     end
  213.     object BorderColorDarkE: TColorEdit
  214.       Left = 376
  215.       Top = 32
  216.       Width = 89
  217.       Height = 20
  218.       CharCase = ecUpperCase
  219.       TabOrder = 3
  220.     end
  221.   end
  222.   object WidthPerc: TCheckBox
  223.     Left = 240
  224.     Top = 6
  225.     Width = 31
  226.     Height = 17
  227.     Caption = '%'
  228.     TabOrder = 3
  229.   end
  230. end
  231.