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

  1. object IndexFiles: TIndexFiles
  2.   Left = 236
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスソスソズッソスソス ファソスソス'
  6.   ClientHeight = 203
  7.   ClientWidth = 248
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 12
  15.   object GroupBox1: TGroupBox
  16.     Left = 4
  17.     Top = 3
  18.     Width = 238
  19.     Height = 152
  20.     Caption = 'ソスソスソズッソスソス ファソスソス'
  21.     TabOrder = 0
  22.     object ListBox1: TListBox
  23.       Left = 11
  24.       Top = 20
  25.       Width = 217
  26.       Height = 88
  27.       ItemHeight = 13
  28.       MultiSelect = True
  29.       TabOrder = 0
  30.       OnClick = ListBox1Click
  31.     end
  32.     object Add: TButton
  33.       Left = 34
  34.       Top = 116
  35.       Width = 60
  36.       Height = 25
  37.       Caption = 'ソスヌ会ソス(&A)...'
  38.       TabOrder = 1
  39.       OnClick = AddClick
  40.     end
  41.     object Delete: TButton
  42.       Left = 101
  43.       Top = 116
  44.       Width = 60
  45.       Height = 25
  46.       Caption = 'ソス尞(&D)'
  47.       Enabled = False
  48.       TabOrder = 2
  49.       OnClick = DeleteClick
  50.     end
  51.     object Clear: TButton
  52.       Left = 168
  53.       Top = 116
  54.       Width = 60
  55.       Height = 25
  56.       Caption = 'ソスリア(&C)'
  57.       Enabled = False
  58.       TabOrder = 3
  59.       OnClick = ClearClick
  60.     end
  61.   end
  62.   object Ok: TButton
  63.     Left = 6
  64.     Top = 169
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 1
  71.   end
  72.   object Cancel: TButton
  73.     Left = 87
  74.     Top = 169
  75.     Width = 75
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = 'ソスソスンセソス'
  79.     ModalResult = 2
  80.     TabOrder = 2
  81.   end
  82.   object Help: TButton
  83.     Left = 167
  84.     Top = 169
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'ソスソスソスソス(&H)'
  88.     TabOrder = 3
  89.     OnClick = HelpClick
  90.   end
  91.   object OpenDialog: TOpenDialog
  92.     Filter = 'dBase MDX (*.MDX)|*.mdx|dBase ソスソスソズッソスソス (*.NDX)|*.ndx'
  93.     Left = 216
  94.     Top = 169
  95.   end
  96. end
  97.