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

  1. inherited ComponentExpert2: TComponentExpert2
  2.   Left = 100
  3.   Top = 259
  4.   Caption = 'ComponentExpert2'
  5.   ClientHeight = 183
  6.   PixelsPerInch = 96
  7.   TextHeight = 12
  8.   inherited Bevel1: TBevel
  9.     Height = 167
  10.   end
  11.   object Label2: TLabel [1]
  12.     Left = 16
  13.     Top = 21
  14.     Width = 72
  15.     Height = 13
  16.     Caption = 'ソスソスハクラス(&A):'
  17.     FocusControl = ClassList
  18.   end
  19.   object Label1: TLabel [2]
  20.     Left = 16
  21.     Top = 52
  22.     Width = 64
  23.     Height = 13
  24.     Caption = 'ソスラスソスソス(&C):'
  25.     FocusControl = NewClassName
  26.   end
  27.   object Label3: TLabel [3]
  28.     Left = 17
  29.     Top = 83
  30.     Width = 68
  31.     Height = 15
  32.     Caption = 'ソスソスレッソス ソス゚ーソズ厄ソス(&P):'
  33.     FocusControl = PageNames
  34.   end
  35.   object Label5: TLabel [4]
  36.     Left = 16
  37.     Top = 114
  38.     Width = 72
  39.     Height = 13
  40.     Caption = 'ソスニッソス ファソスル厄ソス(&U):'
  41.     FocusControl = EditFileName
  42.   end
  43.   object Label4: TLabel [5]
  44.     Left = 16
  45.     Top = 145
  46.     Width = 65
  47.     Height = 13
  48.     Caption = 'ソスソスソスソスソス゚ス(&S):'
  49.     FocusControl = EditSearchPath
  50.   end
  51.   inherited OKButton: TButton
  52.     ModalResult = 0
  53.     TabOrder = 6
  54.     OnClick = OKButtonClick
  55.   end
  56.   inherited CancelButton: TButton
  57.     TabOrder = 7
  58.   end
  59.   inherited HelpButton: TButton
  60.     TabOrder = 8
  61.     OnClick = HelpButtonClick
  62.   end
  63.   object ClassList: TComboBox
  64.     Left = 110
  65.     Top = 18
  66.     Width = 240
  67.     Height = 21
  68.     ItemHeight = 13
  69.     Sorted = True
  70.     TabOrder = 0
  71.     OnChange = ClassListChange
  72.     OnClick = ClassListClick
  73.   end
  74.   object NewClassName: TEdit
  75.     Left = 110
  76.     Top = 49
  77.     Width = 240
  78.     Height = 21
  79.     TabOrder = 1
  80.     OnChange = NewClassNameChange
  81.   end
  82.   object PageNames: TComboBox
  83.     Left = 110
  84.     Top = 80
  85.     Width = 150
  86.     Height = 21
  87.     ItemHeight = 13
  88.     TabOrder = 2
  89.     Text = 'Samples'
  90.   end
  91.   object EditFileName: TEdit
  92.     Left = 110
  93.     Top = 111
  94.     Width = 214
  95.     Height = 21
  96.     TabOrder = 3
  97.     OnChange = EditChange
  98.   end
  99.   object BrowseButton: TButton
  100.     Left = 330
  101.     Top = 110
  102.     Width = 20
  103.     Height = 23
  104.     Caption = '...'
  105.     TabOrder = 4
  106.     OnClick = BrowseButtonClick
  107.   end
  108.   object EditSearchPath: TEdit
  109.     Left = 110
  110.     Top = 142
  111.     Width = 240
  112.     Height = 21
  113.     TabOrder = 5
  114.     OnChange = EditChange
  115.   end
  116.   object UnitNameDialog: TSaveDialog
  117.     DefaultExt = 'pas'
  118.     Filter = 'Delphi ソスニッソス (*.pas)|*.pas|ソスソスソスラてゑソスファソスソス (*.*)|*.*'
  119.     Title = 'ソスニッソス ファソスル厄ソス'
  120.     Left = 24
  121.     Top = 160
  122.   end
  123. end
  124.