home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / delphi32.exe / RCDATA / TAUTOOBJECTEXPERT / TAUTOOBJECTEXPERT.txt
Text File  |  1997-05-14  |  2KB  |  88 lines

  1. object AutoObjectExpert: TAutoObjectExpert
  2.   Left = 237
  3.   Top = 108
  4.   ActiveControl = NewClassName
  5.   BorderStyle = bsDialog
  6.   Caption = 'ソスソスソスメーソスソスソス ソスソズジェソスソス ソスソスソズーソスソス'
  7.   ClientHeight = 130
  8.   ClientWidth = 369
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 12
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 353
  18.     Height = 81
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 18
  23.     Top = 23
  24.     Width = 59
  25.     Height = 13
  26.     Caption = 'ソスラスソスソス(&C):'
  27.     FocusControl = NewClassName
  28.   end
  29.   object Label4: TLabel
  30.     Left = 18
  31.     Top = 56
  32.     Width = 52
  33.     Height = 13
  34.     Caption = 'ソスンスソスンスソスフ撰ソスソスソス(&I):'
  35.     FocusControl = Instancing
  36.   end
  37.   object NewClassName: TEdit
  38.     Left = 88
  39.     Top = 18
  40.     Width = 265
  41.     Height = 21
  42.     TabOrder = 0
  43.   end
  44.   object OKButton: TButton
  45.     Left = 128
  46.     Top = 100
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 2
  53.     OnClick = OKButtonClick
  54.   end
  55.   object CancelButton: TButton
  56.     Left = 207
  57.     Top = 100
  58.     Width = 75
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'ソスソスンセソス'
  62.     ModalResult = 2
  63.     TabOrder = 3
  64.   end
  65.   object HelpButton: TButton
  66.     Left = 287
  67.     Top = 100
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'ソスソスソスソス(&H)'
  71.     TabOrder = 4
  72.     OnClick = HelpButtonClick
  73.   end
  74.   object Instancing: TComboBox
  75.     Left = 116
  76.     Top = 51
  77.     Width = 237
  78.     Height = 21
  79.     Style = csDropDownList
  80.     ItemHeight = 13
  81.     Items.Strings = (
  82.       'Internal'
  83.       'Single Instance'
  84.       'Multiple Instance')
  85.     TabOrder = 1
  86.   end
  87. end
  88.