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

  1. object SaveAttributesAs: TSaveAttributesAs
  2.   Left = 426
  3.   Top = 119
  4.   BorderStyle = bsDialog
  5.   Caption = '%s ソスフ托ソスソスソスソスノ厄ソスソスOソスソスtソスソスソスト保托ソス'
  6.   ClientHeight = 119
  7.   ClientWidth = 274
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Bevel1: TBevel
  17.     Left = 2
  18.     Top = 8
  19.     Width = 183
  20.     Height = 105
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 10
  25.     Top = 16
  26.     Width = 98
  27.     Height = 13
  28.     Caption = 'ソスソスソスソスソスソストの厄ソスソスO(&A):'
  29.     FocusControl = AttributeNameEdit
  30.   end
  31.   object Label2: TLabel
  32.     Left = 10
  33.     Top = 64
  34.     Width = 48
  35.     Height = 13
  36.     Caption = 'ソズーソス(&B):'
  37.     FocusControl = BasedOnList
  38.   end
  39.   object BasedOnList: TComboBox
  40.     Left = 10
  41.     Top = 80
  42.     Width = 167
  43.     Height = 21
  44.     ItemHeight = 13
  45.     TabOrder = 1
  46.   end
  47.   object AttributeNameEdit: TEdit
  48.     Left = 10
  49.     Top = 32
  50.     Width = 167
  51.     Height = 21
  52.     TabOrder = 0
  53.   end
  54.   object OKBtn: TButton
  55.     Left = 192
  56.     Top = 8
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'OK'
  60.     Default = True
  61.     TabOrder = 2
  62.     OnClick = OKBtnClick
  63.   end
  64.   object CancelBtn: TButton
  65.     Left = 192
  66.     Top = 40
  67.     Width = 75
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'ソスソスンセソス'
  71.     ModalResult = 2
  72.     TabOrder = 3
  73.     OnClick = CancelBtnClick
  74.   end
  75.   object HelpBtn: TButton
  76.     Left = 192
  77.     Top = 72
  78.     Width = 75
  79.     Height = 25
  80.     Caption = 'ソスソスソスソス(&H)'
  81.     TabOrder = 4
  82.     OnClick = HelpBtnClick
  83.   end
  84. end
  85.