Difference between revisions of "Component Palette/ru"

From Lazarus wiki
Jump to navigationJump to search
Line 3: Line 3:
 
'''Палитра компонентов''' представляет собой панели инструментов, разделенных вкладками, которые используются для построения форм.<br /><br />
 
'''Палитра компонентов''' представляет собой панели инструментов, разделенных вкладками, которые используются для построения форм.<br /><br />
 
[[Image:Component_Palette_Standard.png]]
 
[[Image:Component_Palette_Standard.png]]
<br /><br />
+
 
 
{{NavComponentPalette/ru}}
 
{{NavComponentPalette/ru}}
<br /><br />
+
 
 +
Each tab causes the display of a different set of icons, representing a functional group of components.  The left-most icon in each tabbed group is an obliquely leftward-facing arrow, called the Selection Tool.
 +
 
 +
If you allow the mouse cursor to hover over any of the icons on the Component Palette, without clicking on the icon, the title of that component will pop-up.  Note that each title begins with a 'T' - this signifies 'Type' or more accurately 'Class' of the component.  When you select a component for inclusion in a form, the [[Class]] is added to the ''' [[Type|type]] '''  section of the  ''' [[Interface|interface]] '''  part of the [[Unit]] (usually as part of the overall TForm1), and an  ''' instance '''  of that class is added to the  ''' [[Var|var]] '''  section (usually as the variable Form1).  Any  ''' [[Method]]s '''  that you design to be used by the Form or its Components (ie [[Procedure]]s or [[Function]]s) will be placed in the  ''' [[Implementation|implementation]] '''  part of the Unit.
 +
 
 
Используя меню [Инструменты|Опции]([Tools|Options]) или {{keypress|Crtl-Shift-O}} вы можете изменить расположение и состав компонентов.<br /><br />
 
Используя меню [Инструменты|Опции]([Tools|Options]) или {{keypress|Crtl-Shift-O}} вы можете изменить расположение и состав компонентов.<br /><br />
 
[[File:IDE Options - Environment - Component Palette.png]]
 
[[File:IDE Options - Environment - Component Palette.png]]

Revision as of 21:33, 31 August 2020

English (en) suomi (fi) français (fr) 日本語 (ja) русский (ru)

Палитра компонентов представляет собой панели инструментов, разделенных вкладками, которые используются для построения форм.

Component Palette Standard.png

Палитра компонентов
Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro

Each tab causes the display of a different set of icons, representing a functional group of components. The left-most icon in each tabbed group is an obliquely leftward-facing arrow, called the Selection Tool.

If you allow the mouse cursor to hover over any of the icons on the Component Palette, without clicking on the icon, the title of that component will pop-up. Note that each title begins with a 'T' - this signifies 'Type' or more accurately 'Class' of the component. When you select a component for inclusion in a form, the Class is added to the type section of the interface part of the Unit (usually as part of the overall TForm1), and an instance of that class is added to the var section (usually as the variable Form1). Any Methods that you design to be used by the Form or its Components (ie Procedures or Functions) will be placed in the implementation part of the Unit.

Используя меню [Инструменты|Опции]([Tools|Options]) или Crtl-Shift-O вы можете изменить расположение и состав компонентов.

IDE Options - Environment - Component Palette.png


См. также