matrixFont/source/i_settings_controls.inc
2025-04-15 13:16:56 +03:00

211 lines
9.9 KiB
C++

acCancel: TAction;
acOK: TAction;
alSettings: TActionList;
bbApply: TBitBtn;
bbCancel: TBitBtn;
bbDefaults: TBitBtn;
cbAppUpdateFreq: TComboBox;
cbAppUpdateWay: TComboBox;
cbCharName: TCheckBox;
cbCharNameFont: TComboBox;
cbCodeHex: TCheckBox;
cbCodeName: TCheckBox;
cbCodeNameFont: TComboBox;
cbEncoding: TComboBox;
cbGenerateAuto: TCheckBox;
cbLanguage: TComboBox;
cbLastFileAtStart: TCheckBox;
cbNaviInvert: TCheckBox;
cbNaviScroll: TCheckBox;
cbNaviTransparent: TCheckBox;
cbPreviewRefresh: TCheckBox;
cbStickingBorder: TCheckBox;
cbStickingEnable: TCheckBox;
cbStickingSide: TComboBox;
cbStickingSize: TComboBox;
cbTheme: TComboBox;
cbtnActive: TColorButton;
cbtnActiveD: TColorButton;
cbtnBackground: TColorButton;
cbtnBackgroundD: TColorButton;
cbtnGrid: TColorButton;
cbtnGridD: TColorButton;
cbtnImportA: TColorButton;
cbtnImportAD: TColorButton;
cbtnImportBG: TColorButton;
cbtnImportBGD: TColorButton;
cbtnMapA: TColorButton;
cbtnMapAD: TColorButton;
cbtnMapBG: TColorButton;
cbtnMapBGD: TColorButton;
cbtnMapExportBG: TColorButton;
cbtnMapExportBGD: TColorButton;
cbtnMapSelA: TColorButton;
cbtnMapSelAD: TColorButton;
cbtnMapSelBG: TColorButton;
cbtnMapSelBGD: TColorButton;
cbtnNaviA: TColorButton;
cbtnNaviAD: TColorButton;
cbtnNaviBG: TColorButton;
cbtnNaviBGD: TColorButton;
cbtnNaviT: TColorButton;
cbtnNaviTD: TColorButton;
cbtnPreviewA: TColorButton;
cbtnPreviewAD: TColorButton;
cbtnPreviewBG: TColorButton;
cbtnPreviewBGD: TColorButton;
clbSticking: TCheckListBox;
edAuthor: TEdit;
edFontName: TEdit;
gbStickingScheme: TGroupBox;
lbAppUpdate: TLabel;
lbAppUpdateFreq: TLabel;
lbAppUpdateFreq1: TLabel;
lbAuthor: TLabel;
lbBWTreshold: TLabel;
lbCharUndoLimit: TLabel;
lbColor: TLabel;
lbColorBG: TLabel;
lbColorEditor: TLabel;
lbColorGrid: TLabel;
lbColorImport: TLabel;
lbColorMap: TLabel;
lbColorMapExportBG: TLabel;
lbColorMapSelA: TLabel;
lbColorMapSelBG: TLabel;
lbColorNavi: TLabel;
lbColorPreview: TLabel;
lbColorsD1: TLabel;
lbColorsD2: TLabel;
lbColorsD3: TLabel;
lbColorsD4: TLabel;
lbColorsD5: TLabel;
lbColorsHint: TLabel;
lbColorsL1: TLabel;
lbColorsL2: TLabel;
lbColorsL3: TLabel;
lbColorsL4: TLabel;
lbColorsL5: TLabel;
lbColorsTheme: TLabel;
lbFontEncoding: TLabel;
lbFontName: TLabel;
lbFontScale: TLabel;
lbIconsScale: TLabel;
lbInterface: TLabel;
lbLanguage: TLabel;
lbMapExport: TLabel;
lbMapExportScale: TLabel;
lbMapExportSpace: TLabel;
lbNaviColumns: TLabel;
lbNaviHeight: TLabel;
lbNaviOptions: TLabel;
lbNewDefaults: TLabel;
lbNewHeight: TLabel;
lbNewItemLast: TLabel;
lbNewItemStart: TLabel;
lbNewWidth: TLabel;
lbOpenCharInMap1: TLabel;
lbOpenCharInMap2: TLabel;
lbStickingSide: TLabel;
lbStickingSize: TLabel;
lbTheme: TLabel;
nbPages: TNotebook;
pButtons: TPanel;
pColorsGrid: TPanel;
pControls: TPanel;
pcPageCtrl: TPageControl;
pNaviColumns: TPanel;
pNewDefaults1: TPanel;
pNewDefaults2: TPanel;
pSpacer1: TPanel;
pSpacer14: TPanel;
pSpacer15: TPanel;
pSpacer2: TPanel;
pSpacer3: TPanel;
pSpacer4: TPanel;
pSpacer5: TPanel;
pSpacer6: TPanel;
pSpacer7: TPanel;
pStickingForms: TPanel;
pTitle1: TPanel;
pTitle10: TPanel;
pTitle11: TPanel;
pTitle12: TPanel;
pTitle2: TPanel;
pTitle27: TPanel;
pTitle3: TPanel;
pTitle4: TPanel;
pTitle5: TPanel;
pTitle6: TPanel;
pTitle7: TPanel;
pTitle8: TPanel;
pTitle9: TPanel;
pValues1: TPanel;
pValues10: TPanel;
pValues11: TPanel;
pValues12: TPanel;
pValues13: TPanel;
pValues14: TPanel;
pValues15: TPanel;
pValues16: TPanel;
pValues17: TPanel;
pValues18: TPanel;
pValues19: TPanel;
pValues2: TPanel;
pValues20: TPanel;
pValues21: TPanel;
pValues22: TPanel;
pValues23: TPanel;
pValues24: TPanel;
pValues25: TPanel;
pValues26: TPanel;
pValues27: TPanel;
pValues28: TPanel;
pValues29: TPanel;
pValues3: TPanel;
pValues30: TPanel;
pValues31: TPanel;
pValues32: TPanel;
pValues33: TPanel;
pValues34: TPanel;
pValues35: TPanel;
pValues36: TPanel;
pValues37: TPanel;
pValues38: TPanel;
pValues39: TPanel;
pValues4: TPanel;
pValues40: TPanel;
pValues41: TPanel;
pValues42: TPanel;
pValues5: TPanel;
pValues6: TPanel;
pValues7: TPanel;
pValues8: TPanel;
pValues9: TPanel;
rbOpenMapDblClick: TRadioButton;
rbOpenMapSngClick: TRadioButton;
seBWTreshold: TSpinEdit;
seCharNameFontSize: TSpinEdit;
seCharUndoLimit: TSpinEdit;
seCodeNameFontSize: TSpinEdit;
seFontScale: TSpinEdit;
seIconsScale: TSpinEdit;
seMapExportScale: TSpinEdit;
seMapExportSpace: TSpinEdit;
seNaviHeight: TSpinEdit;
seNewHeight: TSpinEdit;
seNewItemLast: TSpinEdit;
seNewItemStart: TSpinEdit;
seNewWidth: TSpinEdit;
tsColors: TTabSheet;
tsEditor: TTabSheet;
tsGeneral: TTabSheet;
tsMap: TTabSheet;
tsMisc: TTabSheet;
tsNavigator: TTabSheet;
tsNewDefaults: TTabSheet;
tsSticking: TTabSheet;
tvTabs: TTreeView;
udStickingOrder: TUpDown;