home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 February
/
Chip_2000-02_cd.bin
/
sharewar
/
MBM
/
_SETUP.1
/
MBM4.exe
/
0
/
RCDATA
/
TFORM5
/
TFORM5.txt
Wrap
Text File
|
1999-11-06
|
3KB
|
151 lines
object Form5: TForm5
Left = 490
Top = 261
BorderIcons = []
BorderStyle = bsDialog
Caption = 'MBM'
ClientHeight = 308
ClientWidth = 295
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Image1: TImage
Left = 8
Top = 8
Width = 41
Height = 41
end
object Label2: TLabel
Left = 8
Top = 64
Width = 281
Height = 49
AutoSize = False
Caption = 'Label2'
WordWrap = True
end
object SpeedButton1: TSpeedButton
Left = 216
Top = 280
Width = 65
Height = 22
Caption = 'Next'
Layout = blGlyphBottom
OnClick = SpeedButton1Click
end
object Label3: TLabel
Left = 48
Top = 124
Width = 32
Height = 14
Caption = 'Label3'
end
object Label4: TLabel
Left = 8
Top = 184
Width = 281
Height = 49
AutoSize = False
Caption = 'Label4'
WordWrap = True
end
object Label1: TLabel
Left = 56
Top = 24
Width = 51
Height = 19
Caption = 'Label1'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 54
Top = 22
Width = 51
Height = 19
Caption = 'Label1'
Font.Charset = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label6: TLabel
Left = 48
Top = 156
Width = 32
Height = 14
Caption = 'Label3'
end
object UpDown1: TUpDown
Left = 24
Top = 120
Width = 16
Height = 24
Min = 0
Max = 1000
Increment = 10
Position = 0
TabOrder = 0
Wrap = False
OnClick = UpDown1Click
end
object CheckBox1: TCheckBox
Left = 24
Top = 232
Width = 249
Height = 15
Caption = 'CheckBox1'
TabOrder = 1
OnClick = CheckBox1Click
end
object CheckBox2: TCheckBox
Left = 24
Top = 248
Width = 257
Height = 15
Caption = 'CheckBox2'
TabOrder = 2
OnClick = CheckBox2Click
end
object ComboBox11: TComboBox
Left = 6
Top = 280
Width = 177
Height = 22
Style = csDropDownList
ItemHeight = 14
TabOrder = 3
Visible = False
OnChange = ComboBox11Change
end
object UpDown2: TUpDown
Left = 24
Top = 152
Width = 16
Height = 24
Min = 0
Max = 1000
Increment = 10
Position = 0
TabOrder = 4
Wrap = False
OnClick = UpDown2Click
end
end