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

  1. object WebFormForm: TWebFormForm
  2.   Left = 165
  3.   Top = 46
  4.   BorderStyle = bsDialog
  5.   Caption = 'Form Functions'
  6.   ClientHeight = 284
  7.   ClientWidth = 444
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   TextHeight = 13
  17.   object FormNotebook: TNotebook
  18.     Left = 0
  19.     Top = 0
  20.     Width = 444
  21.     Height = 263
  22.     Align = alTop
  23.     Font.Color = clWindowText
  24.     Font.Height = -12
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object TPage
  30.       Left = 0
  31.       Top = 0
  32.       Caption = 'Form Information'
  33.       object Label7: TLabel
  34.         Left = 8
  35.         Top = 36
  36.         Width = 74
  37.         Height = 15
  38.         Caption = 'Reset Button:'
  39.       end
  40.       object Label8: TLabel
  41.         Left = 8
  42.         Top = 13
  43.         Width = 80
  44.         Height = 15
  45.         Caption = 'Submit Button:'
  46.       end
  47.       object Label9: TLabel
  48.         Left = 8
  49.         Top = 56
  50.         Width = 38
  51.         Height = 15
  52.         Caption = 'Mail to:'
  53.       end
  54.       object ResetText: TEdit
  55.         Left = 83
  56.         Top = 31
  57.         Width = 98
  58.         Height = 21
  59.         TabOrder = 1
  60.         Text = 'Reset Form'
  61.       end
  62.       object SubmitText: TEdit
  63.         Left = 83
  64.         Top = 8
  65.         Width = 98
  66.         Height = 21
  67.         TabOrder = 0
  68.         Text = 'Submit Form'
  69.       end
  70.       object MailFormTo: TEdit
  71.         Left = 83
  72.         Top = 54
  73.         Width = 98
  74.         Height = 21
  75.         TabOrder = 2
  76.       end
  77.       object Preformatted: TCheckBox
  78.         Left = 25
  79.         Top = 85
  80.         Width = 116
  81.         Height = 17
  82.         Hint = 'This option overrides all other font options selected.'
  83.         Caption = 'Preformat All Text'
  84.         TabOrder = 3
  85.         OnClick = PreformattedClick
  86.       end
  87.     end
  88.     object TPage
  89.       Left = 0
  90.       Top = 0
  91.       Caption = 'Check Box'
  92.       object CBGrid: TStringGrid
  93.         Left = 7
  94.         Top = 8
  95.         Width = 197
  96.         Height = 92
  97.         Hint = 'Mark an X in column 1 to check by default'
  98.         ColCount = 3
  99.         DefaultRowHeight = 20
  100.         FixedCols = 0
  101.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs]
  102.         RowCount = 10
  103.         TabOrder = 0
  104.         ColWidths = (
  105.           15
  106.           96
  107.           105)
  108.       end
  109.       object ClearCheckBox: TButton
  110.         Left = 261
  111.         Top = 29
  112.         Width = 73
  113.         Height = 27
  114.         Caption = 'Clear Data'
  115.         TabOrder = 1
  116.         OnClick = ClearCheckBoxClick
  117.       end
  118.     end
  119.     object TPage
  120.       Left = 0
  121.       Top = 0
  122.       Caption = 'Radio Group'
  123.       object Label1: TLabel
  124.         Left = 5
  125.         Top = 125
  126.         Width = 42
  127.         Height = 15
  128.         Caption = 'Default:'
  129.       end
  130.       object Label3: TLabel
  131.         Left = 5
  132.         Top = 6
  133.         Width = 74
  134.         Height = 15
  135.         Caption = 'Group Name:'
  136.       end
  137.       object RGrid: TStringGrid
  138.         Left = 9
  139.         Top = 49
  140.         Width = 217
  141.         Height = 73
  142.         ColCount = 2
  143.         DefaultRowHeight = 20
  144.         FixedCols = 0
  145.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs]
  146.         RowCount = 10
  147.         TabOrder = 0
  148.         ColWidths = (
  149.           105
  150.           93)
  151.       end
  152.       object DefaultRadio: TComboBox
  153.         Left = 10
  154.         Top = 140
  155.         Width = 151
  156.         Height = 23
  157.         ItemHeight = 15
  158.         TabOrder = 1
  159.         OnDropDown = DefaultRadioDropDown
  160.       end
  161.       object GroupName: TEdit
  162.         Left = 10
  163.         Top = 20
  164.         Width = 121
  165.         Height = 21
  166.         TabOrder = 2
  167.       end
  168.       object ClearRadio: TButton
  169.         Left = 261
  170.         Top = 33
  171.         Width = 72
  172.         Height = 27
  173.         Caption = 'Clear Data'
  174.         TabOrder = 3
  175.         OnClick = ClearRadioClick
  176.       end
  177.     end
  178.     object TPage
  179.       Left = 0
  180.       Top = 0
  181.       Caption = 'Data Entry'
  182.       object EditGrid: TStringGrid
  183.         Left = 7
  184.         Top = 8
  185.         Width = 244
  186.         Height = 73
  187.         ColCount = 3
  188.         DefaultRowHeight = 20
  189.         FixedCols = 0
  190.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs]
  191.         RowCount = 10
  192.         TabOrder = 0
  193.         ColWidths = (
  194.           75
  195.           99
  196.           52)
  197.       end
  198.       object ClearEntry: TButton
  199.         Left = 261
  200.         Top = 33
  201.         Width = 72
  202.         Height = 27
  203.         Caption = 'Clear Data'
  204.         TabOrder = 1
  205.         OnClick = ClearEntryClick
  206.       end
  207.     end
  208.     object TPage
  209.       Left = 0
  210.       Top = 0
  211.       Caption = 'List Box'
  212.       object Label2: TLabel
  213.         Left = 7
  214.         Top = 50
  215.         Width = 85
  216.         Height = 15
  217.         Caption = 'Variable Name:'
  218.       end
  219.       object Label11: TLabel
  220.         Left = 11
  221.         Top = 10
  222.         Width = 46
  223.         Height = 15
  224.         Caption = 'Caption:'
  225.       end
  226.       object LBVarName: TEdit
  227.         Left = 16
  228.         Top = 66
  229.         Width = 121
  230.         Height = 20
  231.         TabOrder = 0
  232.       end
  233.       object LBGrid: TStringGrid
  234.         Left = 19
  235.         Top = 93
  236.         Width = 102
  237.         Height = 74
  238.         ColCount = 1
  239.         DefaultRowHeight = 20
  240.         FixedCols = 0
  241.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs]
  242.         RowCount = 10
  243.         TabOrder = 1
  244.         ColWidths = (
  245.           103)
  246.       end
  247.       object LBCaption: TEdit
  248.         Left = 16
  249.         Top = 26
  250.         Width = 99
  251.         Height = 20
  252.         TabOrder = 2
  253.       end
  254.       object ClearLB: TButton
  255.         Left = 261
  256.         Top = 33
  257.         Width = 72
  258.         Height = 27
  259.         Caption = 'Clear Data'
  260.         TabOrder = 3
  261.         OnClick = ClearLBClick
  262.       end
  263.     end
  264.     object TPage
  265.       Left = 0
  266.       Top = 0
  267.       Caption = 'Comment Boxes'
  268.       object Label4: TLabel
  269.         Left = 10
  270.         Top = 15
  271.         Width = 54
  272.         Height = 15
  273.         Caption = 'Columns:'
  274.       end
  275.       object Label5: TLabel
  276.         Left = 75
  277.         Top = 15
  278.         Width = 35
  279.         Height = 15
  280.         Caption = 'Rows:'
  281.       end
  282.       object Label6: TLabel
  283.         Left = 10
  284.         Top = 65
  285.         Width = 85
  286.         Height = 15
  287.         Caption = 'Variable Name:'
  288.       end
  289.       object Label10: TLabel
  290.         Left = 8
  291.         Top = 106
  292.         Width = 46
  293.         Height = 15
  294.         Caption = 'Caption:'
  295.       end
  296.       object ColCount: TSpinEdit
  297.         Left = 15
  298.         Top = 30
  299.         Width = 51
  300.         Height = 27
  301.         MaxValue = 0
  302.         MinValue = 0
  303.         TabOrder = 0
  304.         Value = 45
  305.       end
  306.       object RowCount: TSpinEdit
  307.         Left = 80
  308.         Top = 30
  309.         Width = 51
  310.         Height = 27
  311.         MaxValue = 0
  312.         MinValue = 0
  313.         TabOrder = 1
  314.         Value = 4
  315.       end
  316.       object CommentVar: TEdit
  317.         Left = 15
  318.         Top = 80
  319.         Width = 121
  320.         Height = 21
  321.         TabOrder = 2
  322.       end
  323.       object TextAreaCaption: TEdit
  324.         Left = 18
  325.         Top = 122
  326.         Width = 98
  327.         Height = 20
  328.         TabOrder = 3
  329.       end
  330.       object ClearComments: TButton
  331.         Left = 261
  332.         Top = 33
  333.         Width = 72
  334.         Height = 27
  335.         Caption = 'Clear Data'
  336.         TabOrder = 4
  337.         OnClick = ClearCommentsClick
  338.       end
  339.     end
  340.   end
  341.   object FormTabs: TTabSet
  342.     Left = 0
  343.     Top = 263
  344.     Width = 444
  345.     Height = 21
  346.     Align = alClient
  347.     Font.Color = clWindowText
  348.     Font.Height = -12
  349.     Font.Name = 'MS Sans Serif'
  350.     Font.Style = []
  351.     Tabs.Strings = (
  352.       'Gen. Form Info.'
  353.       'Check Box'
  354.       'Radio Group'
  355.       'Data Entry'
  356.       'List Box'
  357.       'Comment Boxes')
  358.     TabIndex = 0
  359.     OnChange = FormTabsChange
  360.   end
  361.   object WebForm: TMemo
  362.     Left = 10
  363.     Top = 177
  364.     Width = 176
  365.     Height = 76
  366.     ScrollBars = ssHorizontal
  367.     TabOrder = 2
  368.     Visible = False
  369.   end
  370.   object FontGroup: TGroupBox
  371.     Left = 336
  372.     Top = 13
  373.     Width = 95
  374.     Height = 66
  375.     Caption = 'Font Options:'
  376.     Font.Color = clWindowText
  377.     Font.Height = -12
  378.     Font.Name = 'Arial'
  379.     Font.Style = []
  380.     ParentFont = False
  381.     T