home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 10
/
BUGCD1998_01.ISO
/
desktop
/
smagic
/
smagic.exe
/
0
/
RCDATA
/
TFRMMENU
/
TFRMMENU.txt
< prev
Wrap
Text File
|
1997-08-25
|
5KB
|
244 lines
object frmMenu: TfrmMenu
Left = 299
Top = 136
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Menu'
ClientHeight = 227
ClientWidth = 282
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
KeyPreview = True
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnKeyPress = FormKeyPress
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 89
Top = 208
Width = 32
Height = 13
Caption = 'Label1'
Visible = False
end
object Label2: TLabel
Left = 112
Top = 208
Width = 32
Height = 13
Caption = 'Label2'
Visible = False
end
object Label3: TLabel
Left = 136
Top = 208
Width = 32
Height = 13
Caption = 'Label3'
Visible = False
end
object Label4: TLabel
Left = 8
Top = 200
Width = 32
Height = 13
Caption = 'Label4'
Visible = False
end
object Label5: TLabel
Left = 32
Top = 200
Width = 32
Height = 13
Caption = 'Label5'
Visible = False
end
object Label6: TLabel
Left = 56
Top = 200
Width = 32
Height = 13
Caption = 'Label6'
Visible = False
end
object Label7: TLabel
Left = 8
Top = 208
Width = 32
Height = 13
Caption = 'Label7'
Visible = False
end
object Label8: TLabel
Left = 32
Top = 208
Width = 32
Height = 13
Caption = 'Label8'
Visible = False
end
object Label9: TLabel
Left = 57
Top = 208
Width = 32
Height = 13
Caption = 'Label9'
Visible = False
end
object TimeOut: TLabel
Left = 8
Top = 176
Width = 3
Height = 13
end
object StatusLabel: TLabel
Left = 144
Top = 0
Width = 3
Height = 13
Visible = False
end
object RadioGroup1: TRadioGroup
Left = 8
Top = 5
Width = 265
Height = 169
Caption = 'Main Menu'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object butOk: TButton
Left = 8
Top = 197
Width = 73
Height = 25
Caption = '&Ok'
Default = True
ModalResult = 1
TabOrder = 10
OnClick = butOkClick
end
object RadioButton1: TRadioButton
Left = 16
Top = 24
Width = 249
Height = 17
Caption = 'RadioButton1'
Checked = True
TabOrder = 1
TabStop = True
Visible = False
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 16
Top = 40
Width = 249
Height = 17
Caption = 'RadioButton2'
TabOrder = 2
Visible = False
OnClick = RadioButton2Click
end
object RadioButton3: TRadioButton
Left = 16
Top = 56
Width = 249
Height = 17
Caption = 'RadioButton3'
TabOrder = 3
Visible = False
OnClick = RadioButton3Click
end
object RadioButton4: TRadioButton
Left = 16
Top = 72
Width = 249
Height = 17
Caption = 'RadioButton4'
TabOrder = 4
Visible = False
OnClick = RadioButton4Click
end
object RadioButton5: TRadioButton
Left = 16
Top = 88
Width = 249
Height = 17
Caption = 'RadioButton5'
TabOrder = 5
Visible = False
OnClick = RadioButton5Click
end
object RadioButton6: TRadioButton
Left = 16
Top = 104
Width = 249
Height = 17
Caption = 'RadioButton6'
TabOrder = 6
Visible = False
OnClick = RadioButton6Click
end
object RadioButton7: TRadioButton
Left = 16
Top = 120
Width = 249
Height = 17
Caption = 'RadioButton7'
TabOrder = 7
Visible = False
OnClick = RadioButton7Click
end
object RadioButton8: TRadioButton
Left = 16
Top = 136
Width = 249
Height = 17
Caption = 'RadioButton8'
TabOrder = 8
Visible = False
OnClick = RadioButton8Click
end
object RadioButton9: TRadioButton
Left = 16
Top = 152
Width = 249
Height = 17
Caption = 'RadioButton9'
TabOrder = 9
Visible = False
OnClick = RadioButton9Click
end
object CancelBut: TButton
Left = 200
Top = 197
Width = 73
Height = 25
Cancel = True
Caption = '&Quit Script'
ModalResult = 2
TabOrder = 11
end
object TimeOutTimer: TTimer
Enabled = False
OnTimer = TimeOutTimerTimer
Left = 240
Top = 16
end
end