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