home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #5 / K-CD_2001-05.iso / K.exe / 0 / RCDATA / TQRENVIRONMENTEDITOR / TQRENVIRONMENTEDITOR.txt
Text File  |  2001-02-19  |  3KB  |  162 lines

  1. object QREnvironmentEditor: TQREnvironmentEditor
  2.   Left = 269
  3.   Top = 193
  4.   BorderStyle = bsDialog
  5.   Caption = 'User Defined Functions Edtor'
  6.   ClientHeight = 269
  7.   ClientWidth = 376
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnCloseQuery = FormCloseQuery
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object NewEntryGB: TGroupBox
  17.     Left = 18
  18.     Top = 12
  19.     Width = 343
  20.     Height = 205
  21.     Caption = 'New entry'
  22.     TabOrder = 5
  23.     object Label1: TLabel
  24.       Left = 20
  25.       Top = 32
  26.       Width = 34
  27.       Height = 13
  28.       Caption = 'Name :'
  29.     end
  30.     object Label2: TLabel
  31.       Left = 20
  32.       Top = 66
  33.       Width = 57
  34.       Height = 13
  35.       Caption = 'Expression :'
  36.     end
  37.     object SpeedButton1: TSpeedButton
  38.       Left = 302
  39.       Top = 62
  40.       Width = 23
  41.       Height = 23
  42.       Caption = '...'
  43.       OnClick = SpeedButton1Click
  44.     end
  45.     object Name: TEdit
  46.       Left = 94
  47.       Top = 30
  48.       Width = 197
  49.       Height = 21
  50.       TabOrder = 0
  51.     end
  52.     object Expression: TEdit
  53.       Left = 94
  54.       Top = 62
  55.       Width = 197
  56.       Height = 21
  57.       TabOrder = 1
  58.     end
  59.     object NewOKBtn: TButton
  60.       Left = 218
  61.       Top = 118
  62.       Width = 49
  63.       Height = 21
  64.       Caption = '&OK'
  65.       TabOrder = 2
  66.       OnClick = NewOKBtnClick
  67.     end
  68.     object NewCancelBtn: TButton
  69.       Left = 276
  70.       Top = 118
  71.       Width = 49
  72.       Height = 21
  73.       Caption = '&Cancel'
  74.       TabOrder = 3
  75.       OnClick = NewCancelBtnClick
  76.     end
  77.   end
  78.   object AvailableGB: TGroupBox
  79.     Left = 18
  80.     Top = 12
  81.     Width = 343
  82.     Height = 205
  83.     Caption = 'Available User Defined Functions'
  84.     TabOrder = 1
  85.     object UDFGrid: TStringGrid
  86.       Left = 16
  87.       Top = 42
  88.       Width = 311
  89.       Height = 151
  90.       ColCount = 2
  91.       DefaultRowHeight = 20
  92.       FixedCols = 0
  93.       RowCount = 2
  94.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing]
  95.       ScrollBars = ssVertical
  96.       TabOrder = 0
  97.       OnDblClick = EditBtnClick
  98.       OnSetEditText = UDFGridSetEditText
  99.       ColWidths = (
  100.         123
  101.         165)
  102.     end
  103.     object LocalCB: TRadioButton
  104.       Left = 18
  105.       Top = 18
  106.       Width = 113
  107.       Height = 17
  108.       Caption = '&Local defines'
  109.       Checked = True
  110.       TabOrder = 1
  111.       TabStop = True
  112.       OnClick = LocalCBClick
  113.     end
  114.     object GlobalCB: TRadioButton
  115.       Left = 134
  116.       Top = 18
  117.       Width = 113
  118.       Height = 17
  119.       Caption = '&Global defines'
  120.       TabOrder = 2
  121.       OnClick = LocalCBClick
  122.     end
  123.   end
  124.   object VariableOKBtn: TButton
  125.     Left = 310
  126.     Top = 233
  127.     Width = 49
  128.     Height = 21
  129.     Caption = 'Close'
  130.     Default = True
  131.     ModalResult = 1
  132.     TabOrder = 0
  133.     OnClick = VariableOKBtnClick
  134.   end
  135.   object DeleteBtn: TButton
  136.     Left = 136
  137.     Top = 233
  138.     Width = 49
  139.     Height = 21
  140.     Caption = '&Delete'
  141.     TabOrder = 2
  142.   end
  143.   object EditBtn: TButton
  144.     Left = 78
  145.     Top = 233
  146.     Width = 49
  147.     Height = 21
  148.     Caption = '&Edit'
  149.     TabOrder = 3
  150.     OnClick = EditBtnClick
  151.   end
  152.   object AddBtn: TButton
  153.     Left = 20
  154.     Top = 233
  155.     Width = 49
  156.     Height = 21
  157.     Caption = '&Add'
  158.     TabOrder = 4
  159.     OnClick = AddBtnClick
  160.   end
  161. end
  162.