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

  1. object SaveAttributesAs: TSaveAttributesAs
  2.   Left = 583
  3.   Top = 113
  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.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 12
  16.   object Label1: TLabel
  17.     Left = 10
  18.     Top = 16
  19.     Width = 88
  20.     Height = 13
  21.     Caption = 'ソスソスソスソスソスソストの厄ソスソスO:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 10
  25.     Top = 64
  26.     Width = 48
  27.     Height = 13
  28.     Caption = 'ソズーソス:'
  29.   end
  30.   object Bevel1: TBevel
  31.     Left = 2
  32.     Top = 8
  33.     Width = 183
  34.     Height = 105
  35.     Shape = bsFrame
  36.   end
  37.   object BasedOnList: TComboBox
  38.     Left = 10
  39.     Top = 80
  40.     Width = 167
  41.     Height = 21
  42.     ItemHeight = 13
  43.     TabOrder = 1
  44.   end
  45.   object AttributeNameEdit: TEdit
  46.     Left = 10
  47.     Top = 32
  48.     Width = 167
  49.     Height = 21
  50.     TabOrder = 0
  51.   end
  52.   object OKBtn: TButton
  53.     Left = 192
  54.     Top = 8
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'OK'
  58.     Default = True
  59.     TabOrder = 2
  60.     OnClick = OKBtnClick
  61.   end
  62.   object CancelBtn: TButton
  63.     Left = 192
  64.     Top = 40
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'ソスソスンセソス'
  69.     ModalResult = 2
  70.     TabOrder = 3
  71.     OnClick = CancelBtnClick
  72.   end
  73.   object HelpBtn: TButton
  74.     Left = 192
  75.     Top = 72
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'ソスソスソスソス(&H)'
  79.     TabOrder = 4
  80.     Visible = False
  81.     Enabled = False
  82.     OnClick = HelpBtnClick
  83.   end
  84. end
  85.