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

  1. object AssociateAttributes: TAssociateAttributes
  2.   Left = 337
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'ソスソスソスソスソスフ関連ソスtソスソス'
  6.   ClientHeight = 199
  7.   ClientWidth = 235
  8.   Font.Color = clBlack
  9.   Font.Height = -12
  10.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 12
  16.   object OKBtn: TButton
  17.     Left = 156
  18.     Top = 6
  19.     Width = 75
  20.     Height = 25
  21.     Caption = 'OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 1
  25.     OnClick = OKBtnClick
  26.   end
  27.   object CancelBtn: TButton
  28.     Left = 156
  29.     Top = 37
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'ソスソスンセソス'
  34.     ModalResult = 2
  35.     TabOrder = 2
  36.     OnClick = CancelBtnClick
  37.   end
  38.   object HelpBtn: TButton
  39.     Left = 156
  40.     Top = 69
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'ソスソスソスソス(&H)'
  44.     TabOrder = 3
  45.     Visible = False
  46.     Enabled = False
  47.     OnClick = HelpBtnClick
  48.   end
  49.   object GroupBox1: TGroupBox
  50.     Left = 4
  51.     Top = 1
  52.     Width = 148
  53.     Height = 193
  54.     Caption = 'ソスソスソスソスソスソストの厄ソスソスO'
  55.     TabOrder = 0
  56.     object Edit: TEdit
  57.       Left = 8
  58.       Top = 16
  59.       Width = 129
  60.       Height = 21
  61.       TabOrder = 0
  62.       OnChange = EditChange
  63.       OnKeyDown = EditKeyDown
  64.     end
  65.     object AttributeNamesList: TListBox
  66.       Left = 8
  67.       Top = 40
  68.       Width = 129
  69.       Height = 145
  70.       ItemHeight = 13
  71.       Sorted = True
  72.       TabOrder = 1
  73.       OnClick = ListBoxClick
  74.       OnDblClick = ListBoxDblClick
  75.     end
  76.   end
  77. end
  78.