home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / IMAGEDIT.EXE / 0 / RCDATA / TBITMAPPROPERTIESDLG / TBITMAPPROPERTIESDLG.txt
Text File  |  1997-02-28  |  2KB  |  100 lines

  1. object BitmapPropertiesDlg: TBitmapPropertiesDlg
  2.   Left = 574
  3.   Top = 176
  4.   BorderStyle = bsDialog
  5.   Caption = 'Bitmap Properties'
  6.   ClientHeight = 137
  7.   ClientWidth = 300
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 5
  18.     Top = 6
  19.     Width = 121
  20.     Height = 67
  21.     Caption = ' Size '
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 8
  25.       Top = 17
  26.       Width = 28
  27.       Height = 13
  28.       Caption = '&Width'
  29.       FocusControl = WidthEdit
  30.     end
  31.     object Label2: TLabel
  32.       Left = 8
  33.       Top = 42
  34.       Width = 31
  35.       Height = 13
  36.       Caption = '&Height'
  37.       FocusControl = HeightEdit
  38.     end
  39.     object WidthEdit: TEdit
  40.       Left = 48
  41.       Top = 14
  42.       Width = 49
  43.       Height = 21
  44.       TabOrder = 0
  45.       Text = '0'
  46.     end
  47.     object HeightEdit: TEdit
  48.       Left = 48
  49.       Top = 40
  50.       Width = 49
  51.       Height = 21
  52.       TabOrder = 1
  53.       Text = '0'
  54.     end
  55.   end
  56.   object ColorGroup: TRadioGroup
  57.     Left = 133
  58.     Top = 6
  59.     Width = 161
  60.     Height = 89
  61.     Caption = ' Colors '
  62.     ItemIndex = 0
  63.     Items.Strings = (
  64.       '&Monochrome (2 colors)'
  65.       '&VGA (16 colors)'
  66.       '&SuperVGA (256 colors)')
  67.     TabOrder = 1
  68.   end
  69.   object OKButton: TButton
  70.     Left = 68
  71.     Top = 107
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'OK'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 2
  78.     OnClick = OKButtonClick
  79.   end
  80.   object CancelButton: TButton
  81.     Left = 156
  82.     Top = 107
  83.     Width = 75
  84.     Height = 25
  85.     Cancel = True
  86.     Caption = 'Cancel'
  87.     ModalResult = 2
  88.     TabOrder = 3
  89.   end
  90.   object Stretch: TCheckBox
  91.     Left = 7
  92.     Top = 76
  93.     Width = 97
  94.     Height = 17
  95.     Caption = '&Stretch'
  96.     TabOrder = 4
  97.     Visible = False
  98.   end
  99. end
  100.