home *** CD-ROM | disk | FTP | other *** search
/ serv.yrg.kuzbass.net / serv.yrg.kuzbass.net.zip / serv.yrg.kuzbass.net / bde501.zip / _SETUP.1 / BDEADMIN.EXE / RCDATA / TINPUTREQDIALOG / TINPUTREQDIALOG.txt
Text File  |  1998-10-10  |  2KB  |  107 lines

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