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

  1. object InputReqDialog: TInputReqDialog
  2.   Left = 267
  3.   Top = 160
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスソスソスヘ要ソスソス'
  7.   ClientHeight = 268
  8.   ClientWidth = 193
  9.   Font.Color = clBlack
  10.   Font.Height = -12
  11.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object OKButton: TButton
  17.     Left = 24
  18.     Top = 239
  19.     Width = 75
  20.     Height = 25
  21.     Caption = '&OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 2
  25.   end
  26.   object CancelButton: TButton
  27.     Left = 107
  28.     Top = 239
  29.     Width = 75
  30.     Height = 25
  31.     Cancel = True
  32.     Caption = 'ソスソスンセソス'
  33.     ModalResult = 2
  34.     TabOrder = 3
  35.   end
  36.   object InputOptions: TPanel
  37.     Left = 7
  38.     Top = 67
  39.     Width = 178
  40.     Height = 84
  41.     BevelInner = bvRaised
  42.     BevelOuter = bvLowered
  43.     TabOrder = 0
  44.     OnClick = InputOptionsClick
  45.   end
  46.   object NoPromptAgain: TCheckBox
  47.     Left = 15
  48.     Top = 214
  49.     Width = 163
  50.     Height = 17
  51.     Caption = 'ソスネ鯉ソスソスソスソスソスソスソストゑソスソスoソスソスソスネゑソス'
  52.     TabOrder = 1
  53.   end
  54.   object ErrorGroupBox: TPanel
  55.     Left = 7
  56.     Top = 7
  57.     Width = 178
  58.     Height = 55
  59.     BevelInner = bvRaised
  60.     BevelOuter = bvLowered
  61.     TabOrder = 4
  62.     object ErrorGoupBoxSpacer: TPanel
  63.       Left = 2
  64.       Top = 2
  65.       Width = 174
  66.       Height = 51
  67.       Align = alClient
  68.       BevelOuter = bvNone
  69.       BorderWidth = 4
  70.       TabOrder = 0
  71.       object InputMessage: TLabel
  72.         Left = 4
  73.         Top = 4
  74.         Width = 166
  75.         Height = 43
  76.         Align = alClient
  77.         AutoSize = False
  78.         WordWrap = True
  79.       end
  80.     end
  81.   end
  82.   object DescriptionGroupBox: TPanel
  83.     Left = 7
  84.     Top = 158
  85.     Width = 178
  86.     Height = 50
  87.     BevelInner = bvRaised
  88.     BevelOuter = bvLowered
  89.     TabOrder = 5
  90.     object DescriptionGroupBoxSpacer: TPanel
  91.       Left = 2
  92.       Top = 2
  93.       Width = 174
  94.       Height = 46
  95.       Align = alClient
  96.       BevelOuter = bvNone
  97.       BorderWidth = 4
  98.       TabOrder = 0
  99.       object ErrorHelp: TLabel
  100.         Left = 4
  101.         Top = 4
  102.         Width = 166
  103.         Height = 38
  104.         Align = alClient
  105.         WordWrap = True
  106.       end
  107.     end
  108.   end
  109. end
  110.