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

  1. object AddFields: TAddFields
  2.   Left = 293
  3.   Top = 103
  4.   ActiveControl = FieldsList
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスソスソスレの追会ソス'
  7.   ClientHeight = 216
  8.   ClientWidth = 237
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object OkBtn: TButton
  18.     Left = 154
  19.     Top = 13
  20.     Width = 75
  21.     Height = 25
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 1
  26.   end
  27.   object CancelBtn: TButton
  28.     Left = 154
  29.     Top = 43
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'ソスソスンセソス'
  34.     ModalResult = 2
  35.     TabOrder = 2
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 8
  39.     Top = 8
  40.     Width = 137
  41.     Height = 197
  42.     Caption = 'ソスIソスソスソスツ能ソスネ搾ソスソスソス'
  43.     TabOrder = 0
  44.     object FieldsList: TListBox
  45.       Left = 8
  46.       Top = 16
  47.       Width = 121
  48.       Height = 173
  49.       ItemHeight = 13
  50.       MultiSelect = True
  51.       TabOrder = 0
  52.     end
  53.   end
  54.   object HelpBtn: TButton
  55.     Left = 154
  56.     Top = 73
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'ソスソスソスソス(&H)'
  60.     TabOrder = 3
  61.     OnClick = HelpBtnClick
  62.   end
  63. end
  64.