home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / ToolsAPI / INTAServices / DISPLAYU.DFM / DISPLAYU.txt
Encoding:
Text File  |  1999-08-11  |  1.5 KB  |  82 lines

  1. object DisplayForm: TDisplayForm
  2.   Left = 469
  3.   Top = 351
  4.   Width = 292
  5.   Height = 270
  6.   Caption = 'Display Form'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnShow = DisplayFormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object GroupBox1: TGroupBox
  18.     Left = 0
  19.     Top = 80
  20.     Width = 284
  21.     Height = 98
  22.     Align = alTop
  23.     Caption = 'Select Image'
  24.     TabOrder = 0
  25.     object Image1: TImage
  26.       Left = 118
  27.       Top = 20
  28.       Width = 51
  29.       Height = 50
  30.     end
  31.     object Button1: TButton
  32.       Left = 10
  33.       Top = 30
  34.       Width = 92
  35.       Height = 30
  36.       Caption = 'Load'
  37.       TabOrder = 0
  38.       OnClick = Button1Click
  39.     end
  40.   end
  41.   object GroupBox2: TGroupBox
  42.     Left = 0
  43.     Top = 0
  44.     Width = 284
  45.     Height = 80
  46.     Align = alTop
  47.     Caption = 'Select Action'
  48.     TabOrder = 1
  49.     object ComboBox1: TComboBox
  50.       Left = 20
  51.       Top = 30
  52.       Width = 178
  53.       Height = 24
  54.       ItemHeight = 16
  55.       TabOrder = 0
  56.       OnChange = ComboBox1Change
  57.     end
  58.   end
  59.   object BitBtn1: TBitBtn
  60.     Left = 10
  61.     Top = 197
  62.     Width = 92
  63.     Height = 31
  64.     TabOrder = 2
  65.     Kind = bkOK
  66.   end
  67.   object BitBtn2: TBitBtn
  68.     Left = 138
  69.     Top = 197
  70.     Width = 92
  71.     Height = 31
  72.     TabOrder = 3
  73.     Kind = bkCancel
  74.   end
  75.   object OpenPictureDialog1: TOpenPictureDialog
  76.     Filter = 'Bitmaps (*.bmp)|*.bmp'
  77.     InitialDir = 'c:\Program files\Common Files\Borland Shared\Images\Buttons'
  78.     Left = 152
  79.     Top = 248
  80.   end
  81. end
  82.