home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / QBINDDLG.DFM / QBINDDLG.txt
Text File  |  1996-05-08  |  2KB  |  120 lines

  1. object QueryParams: TQueryParams
  2.   Left = 242
  3.   Top = 122
  4.   ActiveControl = ParamList
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Query'
  8.   ClientHeight = 191
  9.   ClientWidth = 354
  10.   Font.Color = clBlack
  11.   Font.Height = -12
  12.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   TextHeight = 12
  18.   object GroupBox1: TGroupBox
  19.     Left = 9
  20.     Top = 3
  21.     Width = 336
  22.     Height = 143
  23.     Caption = 'ソスソスソスメーソスソスフ抵ソス`'
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 8
  27.       Top = 20
  28.       Width = 80
  29.       Height = 13
  30.       Caption = 'ソスソスソスメーソスソスソス(&P):'
  31.       FocusControl = ParamList
  32.     end
  33.     object Label2: TLabel
  34.       Left = 168
  35.       Top = 66
  36.       Width = 40
  37.       Height = 13
  38.       Alignment = taRightJustify
  39.       Caption = 'ソスl(&V):'
  40.       FocusControl = ParamValue
  41.     end
  42.     object Label3: TLabel
  43.       Left = 128
  44.       Top = 40
  45.       Width = 80
  46.       Height = 13
  47.       Alignment = taRightJustify
  48.       Caption = 'ソズーソスソスフ趣ソスソス(&D):'
  49.       FocusControl = TypeList
  50.     end
  51.     object ParamValue: TEdit
  52.       Left = 208
  53.       Top = 62
  54.       Width = 121
  55.       Height = 21
  56.       TabOrder = 2
  57.       OnExit = ParamValueExit
  58.     end
  59.     object NullValue: TCheckBox
  60.       Left = 143
  61.       Top = 112
  62.       Width = 82
  63.       Height = 17
  64.       Caption = 'ソスル値(&N)'
  65.       TabOrder = 3
  66.       OnClick = NullValueClick
  67.     end
  68.     object TypeList: TComboBox
  69.       Left = 208
  70.       Top = 36
  71.       Width = 121
  72.       Height = 21
  73.       Style = csDropDownList
  74.       ItemHeight = 13
  75.       Sorted = True
  76.       TabOrder = 1
  77.       OnChange = TypeListChange
  78.     end
  79.     object ParamList: TListBox
  80.       Left = 8
  81.       Top = 36
  82.       Width = 121
  83.       Height = 93
  84.       ItemHeight = 13
  85.       Sorted = True
  86.       TabOrder = 0
  87.       OnClick = ParamListChange
  88.     end
  89.   end
  90.   object OkBtn: TButton
  91.     Left = 54
  92.     Top = 153
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'OK'
  96.     Default = True
  97.     ModalResult = 1
  98.     TabOrder = 1
  99.     OnClick = OkBtnClick
  100.   end
  101.   object CancelBtn: TButton
  102.     Left = 139
  103.     Top = 153
  104.     Width = 75
  105.     Height = 25
  106.     Cancel = True
  107.     Caption = 'ソスソスンセソス'
  108.     ModalResult = 2
  109.     TabOrder = 2
  110.   end
  111.   object HelpBtn: TButton
  112.     Left = 224
  113.     Top = 153
  114.     Width = 75
  115.     Height = 25
  116.     Caption = 'ソスソスソスソス(&H)'
  117.     TabOrder = 3
  118.   end
  119. end
  120.