home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMFRAMESET / TFRMFRAMESET.txt
Text File  |  1996-10-14  |  7KB  |  387 lines

  1. object frmFrameSet: TfrmFrameSet
  2.   Left = 220
  3.   Top = 112
  4.   HelpContext = 149
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'FrameSet'
  8.   ClientHeight = 223
  9.   ClientWidth = 278
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKBtn: TBitBtn
  20.     Left = 24
  21.     Top = 192
  22.     Width = 77
  23.     Height = 25
  24.     Caption = 'OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 2
  28.     NumGlyphs = 2
  29.     Spacing = -1
  30.     IsControl = True
  31.   end
  32.   object CancelBtn: TBitBtn
  33.     Left = 108
  34.     Top = 192
  35.     Width = 77
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 3
  41.     NumGlyphs = 2
  42.     Spacing = -1
  43.     IsControl = True
  44.   end
  45.   object HelpBtn: TBitBtn
  46.     Left = 192
  47.     Top = 192
  48.     Width = 77
  49.     Height = 25
  50.     HelpContext = 149
  51.     Caption = '&Help'
  52.     TabOrder = 4
  53.     OnClick = HelpBtnClick
  54.     NumGlyphs = 2
  55.     Spacing = -1
  56.     IsControl = True
  57.   end
  58.   object gbxRows: TGroupBox
  59.     Left = 8
  60.     Top = 8
  61.     Width = 129
  62.     Height = 177
  63.     Caption = '&Rows'
  64.     TabOrder = 0
  65.     TabStop = True
  66.     object lblRow1: TLabel
  67.       Left = 8
  68.       Top = 24
  69.       Width = 6
  70.       Height = 13
  71.       Caption = '1'
  72.     end
  73.     object lblRow2: TLabel
  74.       Left = 8
  75.       Top = 56
  76.       Width = 6
  77.       Height = 13
  78.       Caption = '2'
  79.     end
  80.     object lblRow3: TLabel
  81.       Left = 8
  82.       Top = 88
  83.       Width = 6
  84.       Height = 13
  85.       Caption = '3'
  86.     end
  87.     object lblRow4: TLabel
  88.       Left = 8
  89.       Top = 120
  90.       Width = 6
  91.       Height = 13
  92.       Caption = '4'
  93.     end
  94.     object lblRow5: TLabel
  95.       Left = 8
  96.       Top = 152
  97.       Width = 6
  98.       Height = 13
  99.       Caption = '5'
  100.     end
  101.     object cmbRow1: TComboBox
  102.       Left = 24
  103.       Top = 21
  104.       Width = 97
  105.       Height = 21
  106.       Hint = 
  107.         'Straight number for pixels, % for percentage, * for relative (ex' +
  108.         '. 23, 23%, 2*)'
  109.       ItemHeight = 13
  110.       Items.Strings = (
  111.         '10%'
  112.         '20%'
  113.         '30%'
  114.         '40%'
  115.         '50%'
  116.         '60%'
  117.         '70%'
  118.         '80%'
  119.         '90%'
  120.         '100%')
  121.       ParentShowHint = False
  122.       ShowHint = True
  123.       TabOrder = 0
  124.     end
  125.     object cmbRow2: TComboBox
  126.       Left = 24
  127.       Top = 53
  128.       Width = 97
  129.       Height = 21
  130.       Hint = 
  131.         'Straight number for pixels, % for percentage, * for relative (ex' +
  132.         '. 23, 23%, 2*)'
  133.       ItemHeight = 13
  134.       Items.Strings = (
  135.         '10%'
  136.         '20%'
  137.         '30%'
  138.         '40%'
  139.         '50%'
  140.         '60%'
  141.         '70%'
  142.         '80%'
  143.         '90%'
  144.         '100%')
  145.       ParentShowHint = False
  146.       ShowHint = True
  147.       TabOrder = 1
  148.     end
  149.     object cmbRow3: TComboBox
  150.       Left = 24
  151.       Top = 85
  152.       Width = 97
  153.       Height = 21
  154.       Hint = 
  155.         'Straight number for pixels, % for percentage, * for relative (ex' +
  156.         '. 23, 23%, 2*)'
  157.       ItemHeight = 13
  158.       Items.Strings = (
  159.         '10%'
  160.         '20%'
  161.         '30%'
  162.         '40%'
  163.         '50%'
  164.         '60%'
  165.         '70%'
  166.         '80%'
  167.         '90%'
  168.         '100%')
  169.       ParentShowHint = False
  170.       ShowHint = True
  171.       TabOrder = 2
  172.     end
  173.     object cmbRow4: TComboBox
  174.       Left = 24
  175.       Top = 116
  176.       Width = 97
  177.       Height = 21
  178.       Hint = 
  179.         'Straight number for pixels, % for percentage, * for relative (ex' +
  180.         '. 23, 23%, 2*)'
  181.       ItemHeight = 13
  182.       Items.Strings = (
  183.         '10%'
  184.         '20%'
  185.         '30%'
  186.         '40%'
  187.         '50%'
  188.         '60%'
  189.         '70%'
  190.         '80%'
  191.         '90%'
  192.         '100%')
  193.       ParentShowHint = False
  194.       ShowHint = True
  195.       TabOrder = 3
  196.     end
  197.     object cmbRow5: TComboBox
  198.       Left = 24
  199.       Top = 148
  200.       Width = 97
  201.       Height = 21
  202.       Hint = 
  203.         'Straight number for pixels, % for percentage, * for relative (ex' +
  204.         '. 23, 23%, 2*)'
  205.       ItemHeight = 13
  206.       Items.Strings = (
  207.         '10%'
  208.         '20%'
  209.         '30%'
  210.         '40%'
  211.         '50%'
  212.         '60%'
  213.         '70%'
  214.         '80%'
  215.         '90%'
  216.         '100%')
  217.       ParentShowHint = False
  218.       ShowHint = True
  219.       TabOrder = 4
  220.     end
  221.   end
  222.   object gbxColumns: TGroupBox
  223.     Left = 141
  224.     Top = 8
  225.     Width = 129
  226.     Height = 177
  227.     Caption = '&Columns'
  228.     TabOrder = 1
  229.     TabStop = True
  230.     object lblColumn1: TLabel
  231.       Left = 8
  232.       Top = 24
  233.       Width = 6
  234.       Height = 13
  235.       Caption = '1'
  236.     end
  237.     object lblColumn2: TLabel
  238.       Left = 8
  239.       Top = 56
  240.       Width = 6
  241.       Height = 13
  242.       Caption = '2'
  243.     end
  244.     object lblColumn3: TLabel
  245.       Left = 8
  246.       Top = 88
  247.       Width = 6
  248.       Height = 13
  249.       Caption = '3'
  250.     end
  251.     object lblColumn4: TLabel
  252.       Left = 8
  253.       Top = 120
  254.       Width = 6
  255.       Height = 13
  256.       Caption = '4'
  257.     end
  258.     object lblColumn5: TLabel
  259.       Left = 8
  260.       Top = 152
  261.       Width = 6
  262.       Height = 13
  263.       Caption = '5'
  264.     end
  265.     object cmbColumn1: TComboBox
  266.       Left = 24
  267.       Top = 21
  268.       Width = 97
  269.       Height = 21
  270.       Hint = 
  271.         'Straight number for pixels, % for percentage, * for relative (ex' +
  272.         '. 23, 23%, 2*)'
  273.       ItemHeight = 13
  274.       Items.Strings = (
  275.         '10%'
  276.         '20%'
  277.         '30%'
  278.         '40%'
  279.         '50%'
  280.         '60%'
  281.         '70%'
  282.         '80%'
  283.         '90%'
  284.         '100%')
  285.       ParentShowHint = False
  286.       ShowHint = True
  287.       TabOrder = 0
  288.     end
  289.     object cmbColumn2: TComboBox
  290.       Left = 24
  291.       Top = 53
  292.       Width = 97
  293.       Height = 21
  294.       Hint = 
  295.         'Straight number for pixels, % for percentage, * for relative (ex' +
  296.         '. 23, 23%, 2*)'
  297.       ItemHeight = 13
  298.       Items.Strings = (
  299.         '10%'
  300.         '20%'
  301.         '30%'
  302.         '40%'
  303.         '50%'
  304.         '60%'
  305.         '70%'
  306.         '80%'
  307.         '90%'
  308.         '100%')
  309.       ParentShowHint = False
  310.       ShowHint = True
  311.       TabOrder = 1
  312.     end
  313.     object cmbColumn3: TComboBox
  314.       Left = 24
  315.       Top = 85
  316.       Width = 97
  317.       Height = 21
  318.       Hint = 
  319.         'Straight number for pixels, % for percentage, * for relative (ex' +
  320.         '. 23, 23%, 2*)'
  321.       ItemHeight = 13
  322.       Items.Strings = (
  323.         '10%'
  324.         '20%'
  325.         '30%'
  326.         '40%'
  327.         '50%'
  328.         '60%'
  329.         '70%'
  330.         '80%'
  331.         '90%'
  332.         '100%')
  333.       ParentShowHint = False
  334.       ShowHint = True
  335.       TabOrder = 2
  336.     end
  337.     object cmbColumn4: TComboBox
  338.       Left = 24
  339.       Top = 116
  340.       Width = 97
  341.       Height = 21
  342.       Hint = 
  343.         'Straight number for pixels, % for percentage, * for relative (ex' +
  344.         '. 23, 23%, 2*)'
  345.       ItemHeight = 13
  346.       Items.Strings = (
  347.         '10%'
  348.         '20%'
  349.         '30%'
  350.         '40%'
  351.         '50%'
  352.         '60%'
  353.         '70%'
  354.         '80%'
  355.         '90%'
  356.         '100%')
  357.       ParentShowHint = False
  358.       ShowHint = True
  359.       TabOrder = 3
  360.     end
  361.     object cmbColumn5: TComboBox
  362.       Left = 24
  363.       Top = 148
  364.       Width = 97
  365.       Height = 21
  366.       Hint = 
  367.         'Straight number for pixels, % for percentage, * for relative (ex' +
  368.         '. 23, 23%, 2*)'
  369.       ItemHeight = 13
  370.       Items.Strings = (
  371.         '10%'
  372.         '20%'
  373.         '30%'
  374.         '40%'
  375.         '50%'
  376.         '60%'
  377.         '70%'
  378.         '80%'
  379.         '90%'
  380.         '100%')
  381.       ParentShowHint = False
  382.       ShowHint = True
  383.       TabOrder = 4
  384.     end
  385.   end
  386. end
  387.