object BitmapPropertiesDlg: TBitmapPropertiesDlg Left = 574 Top = 176 BorderStyle = bsDialog Caption = 'Bitmap Properties' ClientHeight = 137 ClientWidth = 300 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 5 Top = 6 Width = 121 Height = 67 Caption = ' Size ' TabOrder = 0 object Label1: TLabel Left = 8 Top = 17 Width = 28 Height = 13 Caption = '&Width' FocusControl = WidthEdit end object Label2: TLabel Left = 8 Top = 42 Width = 31 Height = 13 Caption = '&Height' FocusControl = HeightEdit end object WidthEdit: TEdit Left = 48 Top = 14 Width = 49 Height = 21 TabOrder = 0 Text = '0' end object HeightEdit: TEdit Left = 48 Top = 40 Width = 49 Height = 21 TabOrder = 1 Text = '0' end end object ColorGroup: TRadioGroup Left = 133 Top = 6 Width = 161 Height = 89 Caption = ' Colors ' ItemIndex = 0 Items.Strings = ( '&Monochrome (2 colors)' '&VGA (16 colors)' '&SuperVGA (256 colors)') TabOrder = 1 end object OKButton: TButton Left = 68 Top = 107 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKButtonClick end object CancelButton: TButton Left = 156 Top = 107 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object Stretch: TCheckBox Left = 7 Top = 76 Width = 97 Height = 17 Caption = '&Stretch' TabOrder = 4 Visible = False end end