home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 June / VPR0106A.BIN / OLS / DIARY / diary.lzh / diary / diary.exe / 0 / RCDATA / TQRENVIRONMENTEDITOR / TQRENVIRONMENTEDITOR.txt
Text File  |  2001-03-22  |  3KB  |  162 lines

  1. object QREnvironmentEditor: TQREnvironmentEditor
  2.   Left = 269
  3.   Top = 193
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスソスソス[ソスUソス[ソスソス`ソスヨ撰ソスソスフ設抵ソス'
  6.   ClientHeight = 260
  7.   ClientWidth = 381
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnCloseQuery = FormCloseQuery
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object NewEntryGB: TGroupBox
  17.     Left = 17
  18.     Top = 11
  19.     Width = 360
  20.     Height = 189
  21.     Caption = ' ソス成 '
  22.     TabOrder = 5
  23.     object Label1: TLabel
  24.       Left = 50
  25.       Top = 30
  26.       Width = 30
  27.       Height = 12
  28.       Caption = 'ソスソスソスO :'
  29.     end
  30.     object Label2: TLabel
  31.       Left = 60
  32.       Top = 61
  33.       Width = 18
  34.       Height = 12
  35.       Caption = 'ソスソス :'
  36.     end
  37.     object SpeedButton1: TSpeedButton
  38.       Left = 323
  39.       Top = 57
  40.       Width = 21
  41.       Height = 21
  42.       Caption = '...'
  43.       OnClick = SpeedButton1Click
  44.     end
  45.     object Name: TEdit
  46.       Left = 87
  47.       Top = 28
  48.       Width = 226
  49.       Height = 20
  50.       TabOrder = 0
  51.     end
  52.     object Expression: TEdit
  53.       Left = 87
  54.       Top = 57
  55.       Width = 226
  56.       Height = 20
  57.       TabOrder = 1
  58.     end
  59.     object NewOKBtn: TButton
  60.       Left = 194
  61.       Top = 109
  62.       Width = 60
  63.       Height = 25
  64.       Caption = 'OK(&O)'
  65.       TabOrder = 2
  66.       OnClick = NewOKBtnClick
  67.     end
  68.     object NewCancelBtn: TButton
  69.       Left = 264
  70.       Top = 109
  71.       Width = 80
  72.       Height = 25
  73.       Caption = 'ソスLソスソスソスソスソスZソスソス(&C)'
  74.       TabOrder = 3
  75.       OnClick = NewCancelBtnClick
  76.     end
  77.   end
  78.   object AvailableGB: TGroupBox
  79.     Left = 17
  80.     Top = 11
  81.     Width = 360
  82.     Height = 189
  83.     Caption = 'ソスgソスpソスツ能ソスネソスソス[ソスUソス[ソスソス`ソスヨ撰ソス'
  84.     TabOrder = 1
  85.     object UDFGrid: TStringGrid
  86.       Left = 15
  87.       Top = 39
  88.       Width = 331
  89.       Height = 139
  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 = 39
  105.       Top = 17
  106.       Width = 104
  107.       Height = 15
  108.       Caption = 'ソスソスソス[ソスJソスソスソスソス`(&L)'
  109.       Checked = True
  110.       TabOrder = 1
  111.       TabStop = True
  112.       OnClick = LocalCBClick
  113.     end
  114.     object GlobalCB: TRadioButton
  115.       Left = 162
  116.       Top = 17
  117.       Width = 104
  118.       Height = 15
  119.       Caption = 'ソスソスソスソス`(&G)'
  120.       TabOrder = 2
  121.       OnClick = LocalCBClick
  122.     end
  123.   end
  124.   object VariableOKBtn: TButton
  125.     Left = 317
  126.     Top = 215
  127.     Width = 60
  128.     Height = 25
  129.     Caption = 'ソスツゑソスソスソス'
  130.     Default = True
  131.     ModalResult = 1
  132.     TabOrder = 0
  133.     OnClick = VariableOKBtnClick
  134.   end
  135.   object DeleteBtn: TButton
  136.     Left = 148
  137.     Top = 215
  138.     Width = 60
  139.     Height = 25
  140.     Caption = 'ソス尞(&D)'
  141.     TabOrder = 2
  142.   end
  143.   object EditBtn: TButton
  144.     Left = 83
  145.     Top = 215
  146.     Width = 60
  147.     Height = 25
  148.     Caption = 'ソスメ集(&E)'
  149.     TabOrder = 3
  150.     OnClick = EditBtnClick
  151.   end
  152.   object AddBtn: TButton
  153.     Left = 18
  154.     Top = 215
  155.     Width = 60
  156.     Height = 25
  157.     Caption = 'ソスヌ会ソス(&A)'
  158.     TabOrder = 4
  159.     OnClick = AddBtnClick
  160.   end
  161. end
  162.