home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
BMPDLG.DFM
/
BMPDLG.txt
Wrap
Text File
|
1997-01-16
|
1KB
|
75 lines
object NewBMPForm: TNewBMPForm
Left = 487
Top = 141
ActiveControl = OKBtn
BorderStyle = bsDialog
Caption = 'Bitmap Dimensions'
ClientHeight = 120
ClientWidth = 233
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 217
Height = 65
Shape = bsFrame
IsControl = True
end
object Label1: TLabel
Left = 24
Top = 16
Width = 33
Height = 11
Caption = '&Width'
FocusControl = WidthEdit
end
object Label2: TLabel
Left = 24
Top = 48
Width = 49
Height = 11
Caption = '&Height'
FocusControl = HeightEdit
end
object OKBtn: TButton
Left = 36
Top = 84
Width = 77
Height = 27
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 120
Top = 84
Width = 77
Height = 27
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object WidthEdit: TEdit
Left = 88
Top = 12
Width = 121
Height = 21
TabOrder = 2
end
object HeightEdit: TEdit
Left = 88
Top = 44
Width = 121
Height = 21
TabOrder = 3
end
end