object WebFormForm: TWebFormForm Left = 165 Top = 46 BorderStyle = bsDialog Caption = 'Form Functions' ClientHeight = 284 ClientWidth = 444 Font.Color = clWindowText Font.Height = -10 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 96 ShowHint = True OnCreate = FormCreate OnShow = FormShow TextHeight = 13 object FormNotebook: TNotebook Left = 0 Top = 0 Width = 444 Height = 263 Align = alTop Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object TPage Left = 0 Top = 0 Caption = 'Form Information' object Label7: TLabel Left = 8 Top = 36 Width = 74 Height = 15 Caption = 'Reset Button:' end object Label8: TLabel Left = 8 Top = 13 Width = 80 Height = 15 Caption = 'Submit Button:' end object Label9: TLabel Left = 8 Top = 56 Width = 38 Height = 15 Caption = 'Mail to:' end object ResetText: TEdit Left = 83 Top = 31 Width = 98 Height = 21 TabOrder = 1 Text = 'Reset Form' end object SubmitText: TEdit Left = 83 Top = 8 Width = 98 Height = 21 TabOrder = 0 Text = 'Submit Form' end object MailFormTo: TEdit Left = 83 Top = 54 Width = 98 Height = 21 TabOrder = 2 end object Preformatted: TCheckBox Left = 25 Top = 85 Width = 116 Height = 17 Hint = 'This option overrides all other font options selected.' Caption = 'Preformat All Text' TabOrder = 3 OnClick = PreformattedClick end end object TPage Left = 0 Top = 0 Caption = 'Check Box' object CBGrid: TStringGrid Left = 7 Top = 8 Width = 197 Height = 92 Hint = 'Mark an X in column 1 to check by default' ColCount = 3 DefaultRowHeight = 20 FixedCols = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs] RowCount = 10 TabOrder = 0 ColWidths = ( 15 96 105) end object ClearCheckBox: TButton Left = 261 Top = 29 Width = 73 Height = 27 Caption = 'Clear Data' TabOrder = 1 OnClick = ClearCheckBoxClick end end object TPage Left = 0 Top = 0 Caption = 'Radio Group' object Label1: TLabel Left = 5 Top = 125 Width = 42 Height = 15 Caption = 'Default:' end object Label3: TLabel Left = 5 Top = 6 Width = 74 Height = 15 Caption = 'Group Name:' end object RGrid: TStringGrid Left = 9 Top = 49 Width = 217 Height = 73 ColCount = 2 DefaultRowHeight = 20 FixedCols = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs] RowCount = 10 TabOrder = 0 ColWidths = ( 105 93) end object DefaultRadio: TComboBox Left = 10 Top = 140 Width = 151 Height = 23 ItemHeight = 15 TabOrder = 1 OnDropDown = DefaultRadioDropDown end object GroupName: TEdit Left = 10 Top = 20 Width = 121 Height = 21 TabOrder = 2 end object ClearRadio: TButton Left = 261 Top = 33 Width = 72 Height = 27 Caption = 'Clear Data' TabOrder = 3 OnClick = ClearRadioClick end end object TPage Left = 0 Top = 0 Caption = 'Data Entry' object EditGrid: TStringGrid Left = 7 Top = 8 Width = 244 Height = 73 ColCount = 3 DefaultRowHeight = 20 FixedCols = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs] RowCount = 10 TabOrder = 0 ColWidths = ( 75 99 52) end object ClearEntry: TButton Left = 261 Top = 33 Width = 72 Height = 27 Caption = 'Clear Data' TabOrder = 1 OnClick = ClearEntryClick end end object TPage Left = 0 Top = 0 Caption = 'List Box' object Label2: TLabel Left = 7 Top = 50 Width = 85 Height = 15 Caption = 'Variable Name:' end object Label11: TLabel Left = 11 Top = 10 Width = 46 Height = 15 Caption = 'Caption:' end object LBVarName: TEdit Left = 16 Top = 66 Width = 121 Height = 20 TabOrder = 0 end object LBGrid: TStringGrid Left = 19 Top = 93 Width = 102 Height = 74 ColCount = 1 DefaultRowHeight = 20 FixedCols = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs] RowCount = 10 TabOrder = 1 ColWidths = ( 103) end object LBCaption: TEdit Left = 16 Top = 26 Width = 99 Height = 20 TabOrder = 2 end object ClearLB: TButton Left = 261 Top = 33 Width = 72 Height = 27 Caption = 'Clear Data' TabOrder = 3 OnClick = ClearLBClick end end object TPage Left = 0 Top = 0 Caption = 'Comment Boxes' object Label4: TLabel Left = 10 Top = 15 Width = 54 Height = 15 Caption = 'Columns:' end object Label5: TLabel Left = 75 Top = 15 Width = 35 Height = 15 Caption = 'Rows:' end object Label6: TLabel Left = 10 Top = 65 Width = 85 Height = 15 Caption = 'Variable Name:' end object Label10: TLabel Left = 8 Top = 106 Width = 46 Height = 15 Caption = 'Caption:' end object ColCount: TSpinEdit Left = 15 Top = 30 Width = 51 Height = 27 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 45 end object RowCount: TSpinEdit Left = 80 Top = 30 Width = 51 Height = 27 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 4 end object CommentVar: TEdit Left = 15 Top = 80 Width = 121 Height = 21 TabOrder = 2 end object TextAreaCaption: TEdit Left = 18 Top = 122 Width = 98 Height = 20 TabOrder = 3 end object ClearComments: TButton Left = 261 Top = 33 Width = 72 Height = 27 Caption = 'Clear Data' TabOrder = 4 OnClick = ClearCommentsClick end end end object FormTabs: TTabSet Left = 0 Top = 263 Width = 444 Height = 21 Align = alClient Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] Tabs.Strings = ( 'Gen. Form Info.' 'Check Box' 'Radio Group' 'Data Entry' 'List Box' 'Comment Boxes') TabIndex = 0 OnChange = FormTabsChange end object WebForm: TMemo Left = 10 Top = 177 Width = 176 Height = 76 ScrollBars = ssHorizontal TabOrder = 2 Visible = False end object FontGroup: TGroupBox Left = 336 Top = 13 Width = 95 Height = 66 Caption = 'Font Options:' Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 object FormBold: TCheckBox Left = 8 Top = 16 Width = 79 Height = 14 Caption = 'Bold' TabOrder = 0 end object FormUnderline: TCheckBox Left = 8 Top = 30 Width = 79 Height = 13 Caption = 'Underline' TabOrder = 1 end object FormItalics: TCheckBox Left = 8 Top = 43 Width = 79 Height = 14 Caption = 'Italics' TabOrder = 2 end end object HTMLViewer1: THTMLViewer Left = 230 Top = 104 Width = 203 Height = 112 Cursor = crIBeam ViewImages = False TabOrder = 4 BorderStyle = bsSingle HistoryMaxCount = 0 DefFontName = 'Times New Roman' DefPreFontName = 'Courier New' end object CloseButton: TBitBtn Left = 313 Top = 221 Width = 72 Height = 30 Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 5 OnClick = CloseButtonClick Kind = bkClose end object AddToForm: TBitBtn Left = 230 Top = 221 Width = 72 Height = 30 Caption = 'Add' Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 6 OnClick = AddToFormClick Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 04000000000000010000130B0000130B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 33333333FF33333333FF333993333333300033377F3333333777333993333333 300033F77FFF3333377739999993333333333777777F3333333F399999933333 33003777777333333377333993333333330033377F3333333377333993333333 3333333773333333333F333333333333330033333333F33333773333333C3333 330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3 993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333 333333333337733333FF3333333C333330003333333733333777333333333333 3000333333333333377733333333333333333333333333333333} NumGlyphs = 2 end object Scaler1: TScaler PixelsPerInch = 96 Xdevelop = 800 Ydevelop = 600 ClientWidth = 444 ClientHeight = 284 Left = 8 Top = 134 end end