home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / wiagra / SetupW10.exe / _SETUP.1 / libmcl-2.2.6.dll / RCDATA / TFRMDLGSELECT / TFRMDLGSELECT.txt
Encoding:
Text File  |  2001-02-19  |  1.1 KB  |  58 lines

  1. object frmDlgSelect: TfrmDlgSelect
  2.   Left = 262
  3.   Top = 244
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmDlgSelect'
  6.   ClientHeight = 91
  7.   ClientWidth = 340
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object radOpt: TRadioGroup
  17.     Left = 13
  18.     Top = 10
  19.     Width = 205
  20.     Height = 66
  21.     TabOrder = 0
  22.   end
  23.   object btnOK: TBitBtn
  24.     Left = 239
  25.     Top = 15
  26.     Width = 84
  27.     Height = 28
  28.     Caption = 'OK'
  29.     Default = True
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ModalResult = 1
  36.     ParentFont = False
  37.     TabOrder = 1
  38.     NumGlyphs = 4
  39.   end
  40.   object btnCancel: TBitBtn
  41.     Left = 239
  42.     Top = 43
  43.     Width = 84
  44.     Height = 28
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ModalResult = 2
  53.     ParentFont = False
  54.     TabOrder = 2
  55.     NumGlyphs = 4
  56.   end
  57. end
  58.