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

  1. object frmConstant: TfrmConstant
  2.   Left = 515
  3.   Top = 617
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Constant Properties'
  7.   ClientHeight = 164
  8.   ClientWidth = 241
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblName: TLabel
  19.     Left = 8
  20.     Top = 32
  21.     Width = 31
  22.     Height = 13
  23.     Caption = '&Name:'
  24.   end
  25.   object lblValue: TLabel
  26.     Left = 8
  27.     Top = 64
  28.     Width = 30
  29.     Height = 13
  30.     Caption = '&Value:'
  31.   end
  32.   object lblComment: TLabel
  33.     Left = 8
  34.     Top = 96
  35.     Width = 47
  36.     Height = 13
  37.     Caption = '&Comment:'
  38.   end
  39.   object edtConstantName: TEdit
  40.     Left = 64
  41.     Top = 28
  42.     Width = 169
  43.     Height = 21
  44.     TabOrder = 0
  45.     OnExit = edtConstantNameExit
  46.     OnKeyPress = edtConstantNameKeyPress
  47.   end
  48.   object edtConstantValue: TEdit
  49.     Left = 64
  50.     Top = 60
  51.     Width = 169
  52.     Height = 21
  53.     TabOrder = 1
  54.   end
  55.   object edtConstantComment: TEdit
  56.     Left = 64
  57.     Top = 92
  58.     Width = 169
  59.     Height = 21
  60.     TabOrder = 2
  61.   end
  62.   object comOK: TButton
  63.     Left = 36
  64.     Top = 132
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'OK'
  68.     Default = True
  69.     TabOrder = 3
  70.     OnClick = comOKClick
  71.   end
  72.   object comCancel: TButton
  73.     Left = 136
  74.     Top = 132
  75.     Width = 75
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     TabOrder = 4
  80.     OnClick = comCancelClick
  81.   end
  82. end
  83.