home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / PROCDLG.DFM / PROCDLG.txt
Text File  |  1997-02-14  |  3KB  |  168 lines

  1. object ProcParams: TProcParams
  2.   Left = 230
  3.   Top = 108
  4.   ActiveControl = ParamList
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'ソストアソスソス ソスソスロシソスソズャ'
  8.   ClientHeight = 226
  9.   ClientWidth = 378
  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 = 7
  20.     Top = 4
  21.     Width = 365
  22.     Height = 176
  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 = 147
  35.       Top = 89
  36.       Width = 30
  37.       Height = 13
  38.       Caption = 'ソスl(&V):'
  39.       FocusControl = ParamValue
  40.     end
  41.     object Label3: TLabel
  42.       Left = 147
  43.       Top = 64
  44.       Width = 77
  45.       Height = 13
  46.       Caption = 'ソズーソスソスフ趣ソスソス(&Y):'
  47.       FocusControl = TypeList
  48.     end
  49.     object Label4: TLabel
  50.       Left = 147
  51.       Top = 38
  52.       Width = 91
  53.       Height = 13
  54.       Caption = 'ソスソスソスメーソスソスフ趣ソスソス(&T):'
  55.       FocusControl = ParamTypeList
  56.     end
  57.     object ParamValue: TEdit
  58.       Left = 244
  59.       Top = 85
  60.       Width = 110
  61.       Height = 21
  62.       TabOrder = 3
  63.       OnExit = ParamValueExit
  64.     end
  65.     object NullValue: TCheckBox
  66.       Left = 147
  67.       Top = 111
  68.       Width = 79
  69.       Height = 17
  70.       Caption = 'ソスル値(&N)'
  71.       TabOrder = 4
  72.       OnClick = NullValueClick
  73.     end
  74.     object TypeList: TComboBox
  75.       Left = 244
  76.       Top = 60
  77.       Width = 110
  78.       Height = 21
  79.       Style = csDropDownList
  80.       ItemHeight = 13
  81.       Sorted = True
  82.       TabOrder = 2
  83.       OnChange = TypeListChange
  84.     end
  85.     object ParamTypeList: TComboBox
  86.       Left = 244
  87.       Top = 34
  88.       Width = 110
  89.       Height = 21
  90.       Style = csDropDownList
  91.       ItemHeight = 13
  92.       Sorted = True
  93.       TabOrder = 1
  94.       OnChange = ParamTypeListChange
  95.     end
  96.     object ParamList: TListBox
  97.       Left = 8
  98.       Top = 35
  99.       Width = 119
  100.       Height = 93
  101.       ItemHeight = 13
  102.       Sorted = True
  103.       TabOrder = 0
  104.       OnClick = ParamListChange
  105.     end
  106.     object AddButton: TButton
  107.       Left = 59
  108.       Top = 138
  109.       Width = 75
  110.       Height = 25
  111.       Caption = 'ソスヌ会ソス(&A)'
  112.       Enabled = False
  113.       TabOrder = 5
  114.       OnClick = AddButtonClick
  115.     end
  116.     object DeleteButton: TButton
  117.       Left = 145
  118.       Top = 138
  119.       Width = 75
  120.       Height = 25
  121.       Caption = 'ソス尞(&D)'
  122.       Enabled = False
  123.       TabOrder = 6
  124.       OnClick = DeleteButtonClick
  125.     end
  126.     object ClearButton: TButton
  127.       Left = 231
  128.       Top = 138
  129.       Width = 75
  130.       Height = 25
  131.       Caption = 'ソスリア(&C)'
  132.       Enabled = False
  133.       TabOrder = 7
  134.       OnClick = ClearButtonClick
  135.     end
  136.   end
  137.   object OkBtn: TButton
  138.     Left = 65
  139.     Top = 191
  140.     Width = 75
  141.     Height = 25
  142.     Caption = 'OK'
  143.     Default = True
  144.     ModalResult = 1
  145.     TabOrder = 1
  146.     OnClick = OkBtnClick
  147.   end
  148.   object CancelBtn: TButton
  149.     Left = 152
  150.     Top = 191
  151.     Width = 75
  152.     Height = 25
  153.     Cancel = True
  154.     Caption = 'ソスソスンセソス'
  155.     ModalResult = 2
  156.     TabOrder = 2
  157.   end
  158.   object HelpBtn: TButton
  159.     Left = 238
  160.     Top = 191
  161.     Width = 75
  162.     Height = 25
  163.     Caption = 'ソスソスソスソス(&H)'
  164.     TabOrder = 3
  165.     OnClick = HelpBtnClick
  166.   end
  167. end
  168.