home *** CD-ROM | disk | FTP | other *** search
/ Net Power 1999 #12 / NetCD1.iso / menics / NetOmok / NetOmok.exe / NGpdll.dll / RCDATA / TDEVICESELECTIONFORM / TDEVICESELECTIONFORM.txt
Encoding:
Text File  |  1999-03-02  |  1.1 KB  |  54 lines

  1. object DeviceSelectionForm: TDeviceSelectionForm
  2.   Left = 222
  3.   Top = 157
  4.   ActiveControl = dsfCancelBitBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Device Selection'
  8.   ClientHeight = 75
  9.   ClientWidth = 226
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   TextHeight = 13
  20.   object dsfComboBox: TComboBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 209
  24.     Height = 21
  25.     Style = csDropDownList
  26.     ItemHeight = 13
  27.     TabOrder = 2
  28.   end
  29.   object dsfOkBitBtn: TBitBtn
  30.     Left = 56
  31.     Top = 40
  32.     Width = 75
  33.     Height = 27
  34.     Caption = 'OK'
  35.     Default = True
  36.     ModalResult = 1
  37.     TabOrder = 0
  38.     OnClick = dsfOkBitBtnClick
  39.     NumGlyphs = 2
  40.   end
  41.   object dsfCancelBitBtn: TBitBtn
  42.     Left = 140
  43.     Top = 40
  44.     Width = 75
  45.     Height = 27
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 1
  50.     OnClick = dsfCancelBitBtnClick
  51.     NumGlyphs = 2
  52.   end
  53. end
  54.