home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
9EDU
/
VIN32_96.ZIP
/
VIN32.EXE
/
0
/
RCDATA
/
TFILLF
/
TFILLF.txt
Wrap
Text File
|
1998-04-25
|
4KB
|
196 lines
object FillF: TFillF
Left = 723
Top = 344
HelpContext = 1140
BorderStyle = bsDialog
Caption = 'Math Fill Cells'
ClientHeight = 375
ClientWidth = 309
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
OnActivate = FormActivate
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 21
object Label1: TLabel
Left = 18
Top = 18
Width = 164
Height = 43
AutoSize = False
Caption = 'Series # 1'
Font.Color = clGreen
Font.Height = -33
Font.Name = 'Abadi MT Condensed Extra Bold'
Font.Style = [fsBold]
ParentFont = False
end
object OperateOnBox: TRadioGroup
Left = 18
Top = 69
Width = 164
Height = 77
Caption = 'Operate on'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ItemIndex = 0
Items.Strings = (
'X Column cells'
'Y Column cells')
ParentFont = False
TabOrder = 0
end
object FillBox: TGroupBox
Left = 18
Top = 158
Width = 273
Height = 203
Caption = 'Select Fill Limits'
TabOrder = 1
object Label2: TLabel
Left = 8
Top = 29
Width = 120
Height = 24
AutoSize = False
Caption = 'Start Index'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 8
Top = 74
Width = 120
Height = 24
AutoSize = False
Caption = 'Stop Index'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 8
Top = 118
Width = 120
Height = 24
AutoSize = False
Caption = 'Start Value'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 8
Top = 161
Width = 120
Height = 24
AutoSize = False
Caption = 'Step Value'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
end
object Edit1: TEdit
Left = 132
Top = 26
Width = 121
Height = 30
AutoSize = False
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object Edit2: TEdit
Left = 132
Top = 70
Width = 121
Height = 30
AutoSize = False
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object Edit3: TEdit
Left = 132
Top = 114
Width = 121
Height = 30
AutoSize = False
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
end
object Edit4: TEdit
Left = 131
Top = 158
Width = 121
Height = 30
AutoSize = False
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
end
end
object ButtonOK: TButton
Left = 207
Top = 9
Width = 84
Height = 28
Caption = 'OK'
TabOrder = 3
OnClick = ButtonOKClick
end
object ButtonOperate: TButton
Left = 207
Top = 121
Width = 84
Height = 28
Caption = 'Operate'
TabOrder = 2
OnClick = ButtonOperateClick
end
object ButtonHelp: TButton
Left = 207
Top = 84
Width = 84
Height = 28
Caption = 'Help'
TabOrder = 4
OnClick = ButtonHelpClick
end
object NextB: TButton
Left = 207
Top = 46
Width = 84
Height = 28
Caption = 'Next'
TabOrder = 5
OnClick = NextBClick
end
end