home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BCB.EXE
/
RCDATA
/
TSIZEDIALOG
/
TSIZEDIALOG.txt
Wrap
Text File
|
1997-01-16
|
3KB
|
156 lines
object SizeDialog: TSizeDialog
Left = 332
Top = 181
ActiveControl = hNoChange
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Size'
ClientHeight = 155
ClientWidth = 324
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 150
Height = 109
Caption = 'Width:'
TabOrder = 0
object hNoChange: TRadioButton
Left = 8
Top = 16
Width = 90
Height = 20
Caption = '&No change'
Checked = True
TabOrder = 0
TabStop = True
OnClick = WidthClick
end
object hShrink: TRadioButton
Left = 8
Top = 36
Width = 130
Height = 20
Caption = '&Shrink to smallest'
TabOrder = 1
OnClick = WidthClick
end
object hGrow: TRadioButton
Left = 8
Top = 56
Width = 130
Height = 20
Caption = '&Grow to largest'
TabOrder = 2
OnClick = WidthClick
end
object hAbsolute: TRadioButton
Left = 8
Top = 76
Width = 62
Height = 20
Caption = '&Width:'
TabOrder = 3
OnClick = WidthClick
end
object hWidth: TEdit
Left = 72
Top = 77
Width = 60
Height = 21
Enabled = False
TabOrder = 4
end
end
object GroupBox2: TGroupBox
Left = 168
Top = 8
Width = 150
Height = 109
Caption = 'Height:'
TabOrder = 1
object vNoChange: TRadioButton
Left = 8
Top = 16
Width = 90
Height = 20
Caption = 'No &change'
Checked = True
TabOrder = 0
TabStop = True
OnClick = HeightClick
end
object vShrink: TRadioButton
Left = 8
Top = 36
Width = 130
Height = 20
Caption = 'Shrin&k to smallest'
TabOrder = 1
OnClick = HeightClick
end
object vGrow: TRadioButton
Left = 8
Top = 56
Width = 118
Height = 20
Caption = 'Grow to &largest'
TabOrder = 2
OnClick = HeightClick
end
object vAbsolute: TRadioButton
Left = 8
Top = 76
Width = 62
Height = 20
Caption = 'Heigh&t:'
TabOrder = 3
OnClick = HeightClick
end
object vHeight: TEdit
Left = 72
Top = 77
Width = 60
Height = 21
Enabled = False
TabOrder = 4
end
end
object OKButton: TButton
Left = 83
Top = 125
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
OnClick = OkButtonClick
end
object CancelButton: TButton
Left = 163
Top = 125
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object HelpButton: TButton
Left = 243
Top = 125
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 4
OnClick = HelpButtonClick
end
end