home *** CD-ROM | disk | FTP | other *** search
- object NewBMPForm: TNewBMPForm
- Left = 248
- Top = 99
- AutoScroll = False
- ActiveControl = WidthEdit
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'Bitmap Dimensions'
- ClientHeight = 114
- ClientWidth = 225
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object Label1: TLabel
- Left = 24
- Top = 8
- Width = 38
- Height = 16
- Caption = '&Width'
- FocusControl = WidthEdit
- end
- object Label2: TLabel
- Left = 24
- Top = 40
- Width = 42
- Height = 16
- Caption = '&Height'
- FocusControl = HeightEdit
- end
- object WidthEdit: TEdit
- Left = 88
- Top = 4
- Width = 121
- Height = 24
- TabOrder = 0
- Text = 'WidthEdit'
- end
- object HeightEdit: TEdit
- Left = 88
- Top = 36
- Width = 121
- Height = 24
- TabOrder = 1
- Text = 'HeightEdit'
- end
- object BitBtn1: TBitBtn
- Left = 16
- Top = 72
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 120
- Top = 72
- Width = 89
- Height = 33
- TabOrder = 3
- Kind = bkCancel
- end
- end
-