home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / BMPDLG.DFM / BMPDLG.txt
Text File  |  1997-02-14  |  1KB  |  75 lines

  1. object NewBMPForm: TNewBMPForm
  2.   Left = 487
  3.   Top = 141
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Bitmap Dimensions'
  7.   ClientHeight = 120
  8.   ClientWidth = 233
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 217
  20.     Height = 65
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 16
  27.     Width = 33
  28.     Height = 11
  29.     Caption = '&Width'
  30.     FocusControl = WidthEdit
  31.   end
  32.   object Label2: TLabel
  33.     Left = 24
  34.     Top = 48
  35.     Width = 49
  36.     Height = 11
  37.     Caption = '&Height'
  38.     FocusControl = HeightEdit
  39.   end
  40.   object OKBtn: TButton
  41.     Left = 36
  42.     Top = 84
  43.     Width = 77
  44.     Height = 27
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 0
  49.   end
  50.   object CancelBtn: TButton
  51.     Left = 120
  52.     Top = 84
  53.     Width = 77
  54.     Height = 27
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 1
  59.   end
  60.   object WidthEdit: TEdit
  61.     Left = 88
  62.     Top = 12
  63.     Width = 121
  64.     Height = 21
  65.     TabOrder = 2
  66.   end
  67.   object HeightEdit: TEdit
  68.     Left = 88
  69.     Top = 44
  70.     Width = 121
  71.     Height = 21
  72.     TabOrder = 3
  73.   end
  74. end
  75.