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

  1. object DBEditForm: TDBEditForm
  2.   Left = 196
  3.   Top = 114
  4.   ActiveControl = DatabaseName
  5.   BorderStyle = bsDialog
  6.   Caption = 'Form1.Database1'
  7.   ClientHeight = 293
  8.   ClientWidth = 473
  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 GroupBox1: TGroupBox
  18.     Left = 8
  19.     Top = 4
  20.     Width = 457
  21.     Height = 177
  22.     Caption = 'ソズーソスソズーソス'
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 159
  26.       Top = 19
  27.       Width = 60
  28.       Height = 13
  29.       Caption = 'ソスリアソスソスソス(&A):'
  30.       FocusControl = AliasName
  31.     end
  32.     object Label2: TLabel
  33.       Left = 310
  34.       Top = 19
  35.       Width = 66
  36.       Height = 13
  37.       Caption = 'ソスソスライソズ厄ソス(&D):'
  38.       FocusControl = DriverName
  39.     end
  40.     object Label3: TLabel
  41.       Left = 8
  42.       Top = 63
  43.       Width = 97
  44.       Height = 13
  45.       Caption = 'ソスソスソスメーソス ソスフ変更(&P):'
  46.       FocusControl = DatabaseParams
  47.     end
  48.     object Label4: TLabel
  49.       Left = 8
  50.       Top = 19
  51.       Width = 44
  52.       Height = 13
  53.       Caption = 'ソスソスソスO(&N):'
  54.       FocusControl = DatabaseName
  55.     end
  56.     object AliasName: TComboBox
  57.       Left = 159
  58.       Top = 36
  59.       Width = 137
  60.       Height = 21
  61.       ItemHeight = 13
  62.       Sorted = True
  63.       TabOrder = 1
  64.       OnChange = AliasNameChange
  65.       OnClick = ClearButtonClick
  66.       OnDropDown = AliasNameDropDown
  67.     end
  68.     object DriverName: TComboBox
  69.       Left = 310
  70.       Top = 36
  71.       Width = 137
  72.       Height = 21
  73.       ItemHeight = 13
  74.       Sorted = True
  75.       TabOrder = 2
  76.       OnChange = DriverNameChange
  77.       OnClick = ClearButtonClick
  78.       OnDropDown = DriverNameDropDown
  79.     end
  80.     object DatabaseParams: TMemo
  81.       Left = 8
  82.       Top = 80
  83.       Width = 353
  84.       Height = 89
  85.       ScrollBars = ssVertical
  86.       TabOrder = 3
  87.       WordWrap = False
  88.     end
  89.     object DefaultsButton: TButton
  90.       Left = 370
  91.       Top = 80
  92.       Width = 77
  93.       Height = 27
  94.       Caption = 'ソスソスフォソスソス(&E)'
  95.       TabOrder = 4
  96.       OnClick = DefaultsButtonClick
  97.     end
  98.     object ClearButton: TButton
  99.       Left = 370
  100.       Top = 112
  101.       Width = 77
  102.       Height = 27
  103.       Caption = 'ソスリア(&C)'
  104.       TabOrder = 5
  105.       OnClick = ClearButtonClick
  106.     end
  107.     object DatabaseName: TEdit
  108.       Left = 8
  109.       Top = 36
  110.       Width = 137
  111.       Height = 21
  112.       TabOrder = 0
  113.     end
  114.   end
  115.   object GroupBox3: TGroupBox
  116.     Left = 8
  117.     Top = 184
  118.     Width = 457
  119.     Height = 61
  120.     Caption = 'ソスソス゚シソスソス'
  121.     TabOrder = 1
  122.     object LoginPrompt: TCheckBox
  123.       Left = 8
  124.       Top = 16
  125.       Width = 150
  126.       Height = 17
  127.       Caption = 'ログイソス ソスソスソスソスソスソストゑソスソスoソスソス(&L)'
  128.       TabOrder = 0
  129.     end
  130.     object KeepConnection: TCheckBox
  131.       Left = 8
  132.       Top = 36
  133.       Width = 196
  134.       Height = 17
  135.       Caption = 'ソスソスティソズでなゑソスソスネゑソスソスソスソスレ托ソスソスフ維趣ソス(&K)'
  136.       TabOrder = 1
  137.     end
  138.   end
  139.   object OkButton: TButton
  140.     Left = 214
  141.     Top = 257
  142.     Width = 75
  143.     Height = 25
  144.     Caption = '&OK'
  145.     Default = True
  146.     ModalResult = 1
  147.     TabOrder = 2
  148.     OnClick = OkButtonClick
  149.   end
  150.   object CancelButton: TButton
  151.     Left = 302
  152.     Top = 257
  153.     Width = 75
  154.     Height = 25
  155.     Cancel = True
  156.     Caption = 'ソスソスンセソス'
  157.     ModalResult = 2
  158.     TabOrder = 3
  159.   end
  160.   object HelpButton: TButton
  161.     Left = 390
  162.     Top = 257
  163.     Width = 75
  164.     Height = 25
  165.     Caption = 'ソスソスソスソス(&H)'
  166.     TabOrder = 4
  167.     OnClick = HelpButtonClick
  168.   end
  169. end
  170.