|
@@ -0,0 +1,66 @@
|
|
|
+unit isxclasses_wordlists_generated;
|
|
|
+
|
|
|
+{ This file is automatically generated. Do not edit. }
|
|
|
+
|
|
|
+interface
|
|
|
+
|
|
|
+var
|
|
|
+ PascalTypes_IsxClasses: array of AnsiString = [
|
|
|
+ 'TObject', 'TPersistent', 'TComponent', 'TStrings', 'TNotifyEvent', 'TStringList',
|
|
|
+ 'TStream', 'THandleStream', 'TFileStream', 'TStringStream', 'TGraphicsObject', 'TFontStyle',
|
|
|
+ 'TFontStyles', 'TFont', 'TCanvas', 'TPenMode', 'TPenStyle', 'TPen', 'TBrushStyle',
|
|
|
+ 'TBrush', 'TGraphic', 'TAlphaFormat', 'TBitmap', 'TAlign', 'TAnchorKind', 'TAnchors',
|
|
|
+ 'TControl', 'TWinControl', 'TGraphicControl', 'TCustomControl', 'TScrollBarKind', 'TScrollBarInc',
|
|
|
+ 'TScrollingWinControl', 'TFormBorderStyle', 'TBorderIcon', 'TBorderIcons', 'TConstraintSize',
|
|
|
+ 'TSizeConstraints', 'TPosition', 'TCloseAction', 'TCloseEvent', 'TCloseQueryEvent',
|
|
|
+ 'TEShiftState', 'TShiftState', 'TKeyEvent', 'TKeyPressEvent', 'TForm', 'TCustomLabel',
|
|
|
+ 'TAlignment', 'TLabel', 'TCustomEdit', 'TBorderStyle', 'TEditCharCase', 'TEdit', 'TNewEdit',
|
|
|
+ 'TCustomMemo', 'TScrollStyle', 'TMemo', 'TNewMemo', 'TCustomComboBox', 'TComboBoxStyle',
|
|
|
+ 'TComboBox', 'TNewComboBox', 'TButtonControl', 'TButton', 'TNewButton', 'TCustomCheckBox',
|
|
|
+ 'TCheckBoxState', 'TCheckBox', 'TNewCheckBox', 'TRadioButton', 'TNewRadioButton', 'TSysLinkType',
|
|
|
+ 'TSysLinkEvent', 'TCustomLinkLabel', 'TLinkLabel', 'TNewLinkLabel', 'TCustomListBox',
|
|
|
+ 'TListBoxStyle', 'TListBox', 'TNewListBox', 'TBevelKind', 'TBevelShape', 'TBevelStyle',
|
|
|
+ 'TBevel', 'TCustomPanel', 'TPanelBevel', 'TBevelWidth', 'TBorderWidth', 'TPanel', 'TNewStaticText',
|
|
|
+ 'TCheckItemOperation', 'TNewCheckListBox', 'TNewProgressBarState', 'TNewProgressBarStyle',
|
|
|
+ 'TNewProgressBar', 'TRichEditViewer', 'TPasswordEdit', 'TCustomFolderTreeView', 'TFolderRenameEvent',
|
|
|
+ 'TFolderTreeView', 'TStartMenuFolderTreeView', 'TBitmapImage', 'TNewNotebook', 'TNewNotebookPage',
|
|
|
+ 'TWizardPageNotifyEvent', 'TWizardPageButtonEvent', 'TWizardPageCancelEvent', 'TWizardPageShouldSkipEvent',
|
|
|
+ 'TWizardPage', 'TInputQueryWizardPage', 'TInputOptionWizardPage', 'TInputDirWizardPage',
|
|
|
+ 'TInputFileWizardPage', 'TOutputMsgWizardPage', 'TOutputMsgMemoWizardPage', 'TOutputProgressWizardPage',
|
|
|
+ 'TOutputMarqueeProgressWizardPage', 'TDownloadWizardPage', 'TUIStateForm', 'TSetupForm',
|
|
|
+ 'TMainForm', 'TWizardForm', 'TUninstallProgressForm'
|
|
|
+ ];
|
|
|
+
|
|
|
+ PascalEnumValues_IsxClasses: array of AnsiString = [
|
|
|
+ 'fsBold', 'fsItalic', 'fsUnderline', 'fsStrikeOut',
|
|
|
+ 'pmBlack', 'pmWhite', 'pmNop', 'pmNot', 'pmCopy', 'pmNotCopy', 'pmMergePenNot', 'pmMaskPenNot', 'pmMergeNotPen', 'pmMaskNotPen', 'pmMerge', 'pmNotMerge', 'pmMask', 'pmNotMask', 'pmXor', 'pmNotXor',
|
|
|
+ 'psSolid', 'psDash', 'psDot', 'psDashDot', 'psDashDotDot', 'psClear', 'psInsideFrame',
|
|
|
+ 'bsSolid', 'bsClear', 'bsHorizontal', 'bsVertical', 'bsFDiagonal', 'bsBDiagonal', 'bsCross', 'bsDiagCross',
|
|
|
+ 'afIgnored', 'afDefined', 'afPremultiplied',
|
|
|
+ 'alNone', 'alTop', 'alBottom', 'alLeft', 'alRight', 'alClient',
|
|
|
+ 'akLeft', 'akTop', 'akRight', 'akBottom',
|
|
|
+ 'sbHorizontal', 'sbVertical',
|
|
|
+ 'bsNone', 'bsSingle', 'bsSizeable', 'bsDialog', 'bsToolWindow', 'bsSizeToolWin',
|
|
|
+ 'biSystemMenu', 'biMinimize', 'biMaximize', 'biHelp',
|
|
|
+ 'poDesigned', 'poDefault', 'poDefaultPosOnly', 'poDefaultSizeOnly', 'poScreenCenter', 'poDesktopCenter', 'poMainFormCenter', 'poOwnerFormCenter',
|
|
|
+ 'caNone', 'caHide', 'caFree', 'caMinimize',
|
|
|
+ 'ssShift', 'ssAlt', 'ssCtrl', 'ssLeft', 'ssRight', 'ssMiddle', 'ssDouble',
|
|
|
+ 'taLeftJustify', 'taRightJustify', 'taCenter',
|
|
|
+ 'ecNormal', 'ecUpperCase', 'ecLowerCase',
|
|
|
+ 'ssNone', 'ssHorizontal', 'ssVertical', 'ssBoth',
|
|
|
+ 'csDropDown', 'csSimple', 'csDropDownList', 'csOwnerDrawFixed', 'csOwnerDrawVariable',
|
|
|
+ 'cbUnchecked', 'cbChecked', 'cbGrayed',
|
|
|
+ 'sltURL', 'sltID',
|
|
|
+ 'lbStandard', 'lbOwnerDrawFixed', 'lbOwnerDrawVariable',
|
|
|
+ 'bkNone', 'bkTile', 'bkSoft', 'bkFlat',
|
|
|
+ 'bsBox', 'bsFrame', 'bsTopLine', 'bsBottomLine', 'bsLeftLine', 'bsRightLine', 'bsSpacer',
|
|
|
+ 'bsLowered', 'bsRaised',
|
|
|
+ 'bvNone', 'bvLowered', 'bvRaised', 'bvSpace',
|
|
|
+ 'coUncheck', 'coCheck', 'coCheckWithChildren',
|
|
|
+ 'npbsNormal', 'npbsError', 'npbsPaused',
|
|
|
+ 'npbstNormal', 'npbstMarquee'
|
|
|
+ ];
|
|
|
+
|
|
|
+implementation
|
|
|
+
|
|
|
+end.
|