home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 September / Net2.iso / Utility / automate.exe / %MAINDIR% / Settings.exe / 0 / RCDATA / TFRMSELECTVAR / TFRMSELECTVAR.txt < prev   
Encoding:
Text File  |  2000-07-27  |  1.1 KB  |  61 lines

  1. object frmSelectVar: TfrmSelectVar
  2.   Left = 387
  3.   Top = 188
  4.   ActiveControl = cboChoose
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = '-'
  8.   ClientHeight = 90
  9.   ClientWidth = 194
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblChoose: TLabel
  22.     Left = 4
  23.     Top = 4
  24.     Width = 85
  25.     Height = 17
  26.     AutoSize = False
  27.     Caption = '&Constant:'
  28.     FocusControl = cboChoose
  29.   end
  30.   object cboChoose: TComboBox
  31.     Left = 4
  32.     Top = 24
  33.     Width = 181
  34.     Height = 21
  35.     Style = csDropDownList
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.   end
  39.   object comOK: TButton
  40.     Left = 4
  41.     Top = 60
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.     OnClick = comOKClick
  49.   end
  50.   object comCancel: TButton
  51.     Left = 108
  52.     Top = 60
  53.     Width = 75
  54.     Height = 25
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60. end
  61.