home *** CD-ROM | disk | FTP | other *** search
/ internet.au CDrom 42 / NETCD42.iso / web / w95 / hm5ev.exe / data1.cab / Program_Top / SQCBldr.dll / RCDATA / TINSERTTABLE / TINSERTTABLE.txt < prev   
Encoding:
Text File  |  1998-11-03  |  5.9 KB  |  333 lines

  1. object InsertTable: TInsertTable
  2.   Left = 239
  3.   Top = 152
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insert Table'
  7.   ClientHeight = 342
  8.   ClientWidth = 350
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 9
  18.     Top = 60
  19.     Width = 104
  20.     Height = 30
  21.     AutoSize = False
  22.     Caption = '&Background color: '
  23.     FocusControl = TableColor
  24.     WordWrap = True
  25.   end
  26.   object Label4: TLabel
  27.     Left = 10
  28.     Top = 97
  29.     Width = 96
  30.     Height = 21
  31.     AutoSize = False
  32.     Caption = '&Width:'
  33.     FocusControl = TableWidth
  34.   end
  35.   object Label2: TLabel
  36.     Left = 10
  37.     Top = 10
  38.     Width = 45
  39.     Height = 21
  40.     AutoSize = False
  41.     Caption = '&Rows:'
  42.     FocusControl = Rows
  43.   end
  44.   object Label3: TLabel
  45.     Left = 186
  46.     Top = 10
  47.     Width = 57
  48.     Height = 21
  49.     AutoSize = False
  50.     Caption = '&Columns:'
  51.     FocusControl = Columns
  52.   end
  53.   object Bevel1: TBevel
  54.     Left = 10
  55.     Top = 37
  56.     Width = 299
  57.     Height = 9
  58.     Shape = bsBottomLine
  59.   end
  60.   object Label6: TLabel
  61.     Left = 10
  62.     Top = 228
  63.     Width = 62
  64.     Height = 13
  65.     Caption = 'Cell &Spacing:'
  66.     FocusControl = TableCellSpacing
  67.   end
  68.   object Label10: TLabel
  69.     Left = 10
  70.     Top = 260
  71.     Width = 62
  72.     Height = 13
  73.     Caption = 'C&ell Padding:'
  74.     FocusControl = TableCellPadding
  75.   end
  76.   object TableColor: TEdit
  77.     Left = 111
  78.     Top = 60
  79.     Width = 57
  80.     Height = 21
  81.     TabOrder = 4
  82.   end
  83.   object TableColorBtn: TButton
  84.     Left = 175
  85.     Top = 60
  86.     Width = 25
  87.     Height = 21
  88.     Caption = '...'
  89.     TabOrder = 5
  90.     OnClick = TableColorBtnClick
  91.   end
  92.   object TableWidth: TEdit
  93.     Left = 111
  94.     Top = 97
  95.     Width = 45
  96.     Height = 21
  97.     TabOrder = 6
  98.     Text = '50'
  99.   end
  100.   object TableWidthUpDown: TUpDown
  101.     Left = 156
  102.     Top = 97
  103.     Width = 15
  104.     Height = 21
  105.     Associate = TableWidth
  106.     Min = 0
  107.     Max = 9999
  108.     Position = 50
  109.     TabOrder = 7
  110.     Wrap = False
  111.   end
  112.   object TablePixels: TRadioButton
  113.     Left = 175
  114.     Top = 109
  115.     Width = 57
  116.     Height = 17
  117.     Caption = 'Pi&xels'
  118.     TabOrder = 9
  119.   end
  120.   object TablePercent: TRadioButton
  121.     Left = 175
  122.     Top = 93
  123.     Width = 57
  124.     Height = 17
  125.     Caption = '&Percent'
  126.     Checked = True
  127.     TabOrder = 8
  128.     TabStop = True
  129.   end
  130.   object GroupBox1: TGroupBox
  131.     Left = 10
  132.     Top = 133
  133.     Width = 299
  134.     Height = 82
  135.     Caption = 'Border '
  136.     TabOrder = 10
  137.     object Label20: TLabel
  138.       Left = 172
  139.       Top = 25
  140.       Width = 34
  141.       Height = 13
  142.       Caption = 'Wi&dth: '
  143.       FocusControl = TableBorderWidth
  144.     end
  145.     object TableBorderWidth: TComboBox
  146.       Left = 212
  147.       Top = 22
  148.       Width = 72
  149.       Height = 21
  150.       ItemHeight = 13
  151.       Items.Strings = (
  152.         'BORDER'
  153.         '0'
  154.         '1'
  155.         '2'
  156.         '3'
  157.         '4'
  158.         '5'
  159.         '6'
  160.         '7'
  161.         '8'
  162.         '9'
  163.         '10')
  164.       TabOrder = 2
  165.       Text = '1'
  166.     end
  167.     object TableBorderOn: TRadioButton
  168.       Left = 16
  169.       Top = 21
  170.       Width = 65
  171.       Height = 17
  172.       Caption = '&Grid'
  173.       Checked = True
  174.       TabOrder = 0
  175.       TabStop = True
  176.       OnClick = TableBorderOnClick
  177.     end
  178.     object TableBorderOff: TRadioButton
  179.       Left = 16
  180.       Top = 46
  181.       Width = 65
  182.       Height = 17
  183.       Caption = '&None'
  184.       TabOrder = 1
  185.       OnClick = TableBorderOffClick
  186.     end
  187.     object GridPnl: TPanel
  188.       Left = 103
  189.       Top = 21
  190.       Width = 46
  191.       Height = 48
  192.       BevelOuter = bvNone
  193.       BorderStyle = bsSingle
  194.       Caption = 'GridPnl'
  195.       Color = clWhite
  196.       TabOrder = 3
  197.       object TableBorderOnImg: TImage
  198.         Left = 1
  199.         Top = 1
  200.         Width = 40
  201.         Height = 42
  202.         Picture.Data = {<image000.bmp>}
  203.       end
  204.       object TableBorderOffImg: TImage
  205.         Left = 1
  206.         Top = 1
  207.         Width = 40
  208.         Height = 42
  209.         Picture.Data = {<image001.bmp>}
  210.         Visible = False
  211.       end
  212.     end
  213.   end
  214.   object TableCellSpacing: TEdit
  215.     Left = 80
  216.     Top = 228
  217.     Width = 49
  218.     Height = 21
  219.     TabOrder = 11
  220.     Text = '0'
  221.   end
  222.   object TableCellPadding: TEdit
  223.     Left = 80
  224.     Top = 260
  225.     Width = 49
  226.     Height = 21
  227.     TabOrder = 13
  228.     Text = '0'
  229.   end
  230.   object CellSpacingUpDown: TUpDown
  231.     Left = 129
  232.     Top = 228
  233.     Width = 15
  234.     Height = 21
  235.     Associate = TableCellSpacing
  236.     Min = 0
  237.     Max = 9999
  238.     Position = 0
  239.     TabOrder = 12
  240.     Wrap = False
  241.   end
  242.   object CellPaddingUpDown: TUpDown
  243.     Left = 129
  244.     Top = 260
  245.     Width = 15
  246.     Height = 21
  247.     Associate = TableCellPadding
  248.     Min = 0
  249.     Max = 9999
  250.     Position = 0
  251.     TabOrder = 14
  252.     Wrap = False
  253.   end
  254.   object OKBtn: TButton
  255.     Left = 11
  256.     Top = 306
  257.     Width = 75
  258.     Height = 25
  259.     Caption = 'OK'
  260.     Default = True
  261.     TabOrder = 15
  262.     OnClick = OKBtnClick
  263.   end
  264.   object CancelBtn: TButton
  265.     Left = 91
  266.     Top = 306
  267.     Width = 75
  268.     Height = 25
  269.     Cancel = True
  270.     Caption = 'Cancel'
  271.     TabOrder = 16
  272.     OnClick = CancelBtnClick
  273.   end
  274.   object ApplyBtn: TButton
  275.     Left = 171
  276.     Top = 306
  277.     Width = 75
  278.     Height = 25
  279.     Caption = '&Apply'
  280.     TabOrder = 17
  281.     OnClick = ApplyBtnClick
  282.   end
  283.   object Rows: TEdit
  284.     Left = 68
  285.     Top = 10
  286.     Width = 45
  287.     Height = 21
  288.     TabOrder = 0
  289.     Text = '2'
  290.   end
  291.   object RowsUpDown: TUpDown
  292.     Left = 113
  293.     Top = 10
  294.     Width = 15
  295.     Height = 21
  296.     Associate = Rows
  297.     Min = 1
  298.     Max = 999
  299.     Position = 2
  300.     TabOrder = 1
  301.     Wrap = False
  302.   end
  303.   object Columns: TEdit
  304.     Left = 244
  305.     Top = 10
  306.     Width = 45
  307.     Height = 21
  308.     TabOrder = 2
  309.     Text = '2'
  310.   end
  311.   object ColumnsUpDown: TUpDown
  312.     Left = 289
  313.     Top = 10
  314.     Width = 15
  315.     Height = 21
  316.     Associate = Columns
  317.     Min = 1
  318.     Max = 999
  319.     Position = 2
  320.     TabOrder = 3
  321.     Wrap = False
  322.   end
  323.   object HelpBtn: TButton
  324.     Left = 259
  325.     Top = 305
  326.     Width = 75
  327.     Height = 25
  328.     Caption = '&Help'
  329.     TabOrder = 18
  330.     OnClick = HelpBtnClick
  331.   end
  332. end
  333.