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

  1. object ParamDlg: TParamDlg
  2.   Left = 241
  3.   Top = 128
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスソスソスメーソスソスフ抵ソス`'
  7.   ClientHeight = 146
  8.   ClientWidth = 314
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 12
  17.   object Bevel1: TBevel
  18.     Left = 9
  19.     Top = 10
  20.     Width = 295
  21.     Height = 85
  22.     Shape = bsFrame
  23.   end
  24.   object Label5: TLabel
  25.     Left = 16
  26.     Top = 30
  27.     Width = 80
  28.     Height = 13
  29.     Caption = 'ソスソスソスメーソスソスソス(&P):'
  30.     FocusControl = ParamName
  31.   end
  32.   object Label6: TLabel
  33.     Left = 16
  34.     Top = 59
  35.     Width = 78
  36.     Height = 13
  37.     Caption = 'ソズーソスソスフ趣ソスソス(&D):'
  38.     FocusControl = ParamTypes
  39.   end
  40.   object ParamName: TEdit
  41.     Left = 107
  42.     Top = 26
  43.     Width = 145
  44.     Height = 21
  45.     TabOrder = 0
  46.   end
  47.   object ParamTypes: TComboBox
  48.     Left = 107
  49.     Top = 55
  50.     Width = 145
  51.     Height = 21
  52.     Style = csDropDownList
  53.     ItemHeight = 13
  54.     TabOrder = 1
  55.   end
  56.   object OkBtn: TButton
  57.     Left = 32
  58.     Top = 109
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'OK'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 2
  65.   end
  66.   object CancelBtn: TButton
  67.     Left = 119
  68.     Top = 109
  69.     Width = 75
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = 'ソスソスンセソス'
  73.     ModalResult = 2
  74.     TabOrder = 3
  75.   end
  76.   object Button1: TButton
  77.     Left = 206
  78.     Top = 109
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'ソスソスソスソス(&H)'
  82.     TabOrder = 4
  83.   end
  84. end
  85.