[About] Version=1.0 Author=Dilma,Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,ScrollableControl,ContainerControl Interfaces=Component,MarshalByRefObject,Object,ControlManager,Form Info=Represents a window or dialog box that makes up an application's user interface [Edit] Class=Form Color=BackColor Caption=Text BorderStyle=FormBorderStyle [Property] Width= | |300 Height= | |300 BackColor= | |clBtnFace Text= | |Form @AcceptButton=Sets the button on the form that is clicked when the user presses the ENTER key. ARG(IButtonControl)|20|(empty)|IButtonControl @AutoScroll=Sets a value indicating whether the form enables autoscrolling. ARG(bool)|14|1|True,False @AutoSize=Resize the form according to the setting of AutoSizeMode. ARG(bool)|14|1|True,False @AutoSizeMode=Sets the mode by which the form automatically resizes itself. ARG(AutoSizeMode)|14|1|GrowAndShrink,GrowOnly @CancelButton=Sets the button control that is clicked when the user presses the ESC key. ARG(IButtonControl)|20|(empty)|IButtonControl @ClientSize=Sets the size of the client area of the form. ARG(Size)|20|(empty)|Size @ControlBox=Sets a value indicating whether a control box is displayed in the caption bar of the form. ARG(bool)|14|0|True,False @FormBorderStyle=Sets the border style of the form. ARG(FormBorderStyle)|14|4|None,FixedSingle,Fixed3D,FixedDialog,Sizable,FixedToolWindow,SizableToolWindow @HelpButton=Sets a value indicating whether a Help button should be displayed in the caption box of the form. ARG(bool)|14|1|True,False @Icon=Sets the icon for the form. IMPORTANT! Need add AssemblyInfo element. ARG(Icon)|6| @IsMdiContainer=Sets a value indicating whether the form is a container for multiple-document interface child forms. ARG(bool)|14|1|True,False @KeyPreview=Sets a value indicating whether the form will receive key events before the event is passed to the control that has focus. ARG(bool)|14|1|True,False @Location=Sets the Point that represents the upper-left corner of the Form in screen coordinates. ARG(Point)|20|(empty)|Point @MainMenuStrip=Sets the primary menu container for the form. ARG(MenuStrip)|20|(empty)|MenuStrip @MaximizeBox=Sets a value indicating whether the Maximize button is displayed in the caption bar of the form. ARG(bool)|14|0|True,False @MaximumSize=Gets the maximum size the form can be resized to. ARG(Size)|20|(empty)|Size @MinimizeBox=Sets a value indicating whether the Minimize button is displayed in the caption bar of the form. ARG(bool)|14|0|True,False @MinimumSize=Sets the minimum size the form can be resized to. ARG(Size)|20|(empty)|Size @Opacity=Sets the opacity level of the form. ARG(double)|7|1 OneInstance=Prevent multiple instances of this app. ARG(bool)|14|1|True,False @RightToLeftLayout=Sets a value indicating whether right-to-left mirror placement is turned on. ARG(bool)|14|1|True,False @ShowIcon=Sets a value indicating whether an icon is displayed in the caption bar of the form. ARG(bool)|14|0|True,False @ShowInTaskbar=Sets a value indicating whether the form is displayed in the Windows taskbar. ARG(bool)|14|0|True,False @Size=Sets the size of the form. ARG(Size)|20|(empty)|Size @SizeGripStyle=Sets the style of the size grip to display in the lower-right corner of the form. ARG(SizeGripStyle)|14|0|Auto,Show,Hide @StartPosition=Sets the starting position of the form at run time. ARG(FormStartPosition)|14|2|Manual,CenterScreen,WindowsDefaultLocation,WindowsDefaultBounds,CenterParent @TopMost=Sets a value indicating whether the form should be displayed as a topmost form. ARG(bool)|14|1|True,False @TransparencyKey=Sets the color that will represent transparent areas of the form. ARG(Color)|8|clNone @WindowState=Sets a value that indicates whether form is minimized, maximized, or normal. ARG(FormWindowState)|14|0|Normal,Minimized,Maximized ##Build=Build Project Settings Configuration=Sets the build configuration. ARG(enum)|14|0|Debug,Release,Custom Symbols=Sets the conditional compilation symbols. ARG(string)|2| Constants=Defines the compilation constants. ARG(flags)|21|3|DEBUG,TRACE Platform=Sets the platform target. ARG(enum)|14|0|AnyCPU,x86,x64,Itanium Framework=Sets the framework target. ARG(string)|2|4.0 Unsafe=Allow unsafe mode. ARG(bool)|14|1|True,False Optimize=Sets a value indicating whether to optimize code. ARG(bool)|14|1|True,False WarningLevel=Sets the level of the warning. ARG(enum)|4|4|0,1,2,3,4 SuppressWarning=Sets the pattern to suppress warning. ARG(string)|2| TreatWarnings=Treat warnings as errors. ARG(enum)|14|1|True,False WarningsAsErrors=Sets the specific warnings. ARG(string)|2| OuputPath=Sets the own output path. ARG(string)|2| Serialization=Generate serialization assembly. ARG(enum)|14|2|Off,On,Auto ##Manifest=Embed in the program Embed=Embed in the program. ARG(enum)|14|1|True,False ExecutionLevel=Requested execution level. ARG(enum)|14|0|asInvoker,requireAdministrator,highestAvailable Compatibility=Selected the most compatible environment. ARG(enum)|4|0|None,Vista,Win7,Win8,Win8.1,Win10 Themes=Enable themes for Windows common controls and dialogs. ARG(enum)|14|1|True,False DpiAware=Automatically scaled by Windows at higher DPIs. ARG(enum)|14|1|True,False ## ##Advanced=Advanced Build Settings CodePage=Sets the code page of the project file. ARG(string)|2|windows-1251 Language=Sets the version of the languge. ARG(enum)|14|0|Default,ISO-1,ISO-2,3 ErrorReport=Sets the internal compiler error reporting. ARG(enum)|14|1|None,Prompt,Send,Queue CheckOverflow=Sets a value indicating whether to check for arithmetic overflow/underflow. ARG(bool)|14|1|True,False NoStdLib=Sets a value indicating whether do not reference mscorlib.dll. ARG(bool)|14|1|True,False DebugInfo=Sets the level of the detailization of the debug info. ARG(enum)|14|1|None,Full,Pdb-Only FileAligment=Sets the file entry alignment. ARG(enum)|14|0|512,1024,2048,4096,8192 ## ## [Methods] *doActivate=Activates the form and gives it focus. ARG()|1|0 *doAddOwnedForm=Adds an owned form to this form. ARG(Form ownedForm)|1|0 *doAutoScale=Obsolete. Gets or sets a value indicating whether the form adjusts its size to fit the height of the font used on the form and scales its controls. ARG(bool)|1|0 *doAutoScaleBaseSize=Sets the base size used for autoscaling of the form. ARG(Size)|1|0 *doClose=Closes the form. ARG()|1|0 *doDesktopBounds=Sets the size and location of the form on the Windows desktop. ARG(Rectangle)|1|0 *doDesktopLocation=Sets the location of the form on the Windows desktop. ARG(Point)|1|0 *doDialogResult=Sets the dialog result for the form. ARG(DialogResult)|1|0 *doGetAutoScaleSize=Obsolete. Gets the size when autoscaling the form based on a specified font. ARG(Font font)|1|0 *doLayoutMdi=Arranges the multiple-document interface child forms within the MDI parent form. ARG(MdiLayout value)|1|0 *doMargin=Sets the space between controls. ARG(Padding)|1|0 *doMdiParent=Sets the current multiple-document interface parent form of this form. ARG(Form)|1|0 *doMenu=Sets the MainMenu that is displayed in the form. ARG(MainMenu)|1|0 *doOwner=Sets the form that owns this form. ARG(Form)|1|0 *doRemoveOwnedForm=Removes an owned form from this form. ARG(Form ownedForm)|1|0 *doSetDesktopBounds=Sets the bounds of the form in desktop coordinates. ARG(int x, int y, int width, int height)|1|0 *doSetDesktopLocation=Sets the location of the form in desktop coordinates. ARG(int x, int y)|1|0 *doShow=Shows the form with the specified owner to the user. ARG(IWin32Window ownerWindow)|1|0 *doShowDialog2=Shows the form as a modal dialog box with the specified owner. ARG(IWin32Window ownerWindow)|1|0 *doTabIndex=Sets the tab order of the control within its container. ARG(int)|1|0 *doTabStop=Sets a value indicating whether the user can give the focus to this control using the TAB key. ARG(bool)|1|0 *doTopLevel=Sets a value indicating whether to display the form as a top-level window. ARG(bool)|1|0 *onActivated=Occurs when the form is activated in code or by the user. ARG(EventArgs)|2|0 *onAutoSizeChanged=Occurs when the AutoSize property changes. ARG(EventArgs)|2|0 *onAutoValidateChanged=Occurs when the AutoValidate property changes. ARG(EventArgs)|2|0 *onClosed=Occurs when the form is closed. ARG(EventArgs)|2|0 *onClosing=Occurs when the form is closing. ARG(CancelEventArgs)|2|0 onCreate=Occurs when the form is created. ARG(null)|2|0 onError=If an error occurs, an error message appears. ARG(string)|2|2 *onDeactivate=Occurs when the form loses focus and is no longer the active form. ARG(EventArgs)|2|0 *onFormClosed=Occurs after the form is closed. ARG(FormClosedEventArgs)|2|0 *onFormClosing=Occurs before the form is closed. ARG(FormClosingEventArgs)|2|0 *onGetAutoScaleSize=Occurs after invoke the method doGetAutoScaleSize and returns the result ARG(SizeF)|2|0 *onHelpButtonClicked=Occurs when the Help button is clicked. ARG(CancelEventArgs)|2|0 *onInputLanguageChanged=Occurs after the input language of the form has changed. ARG(InputLanguageChangedEventArgs)|2|0 *onInputLanguageChanging=Occurs when the user attempts to change the input language for the form. ARG(InputLanguageChangingEventArgs)|2|0 *onLoad=Occurs before a form is displayed for the first time. ARG(EventArgs)|2|0 *onMarginChanged=Occurs when the Margin property changes. ARG(EventArgs)|2|0 *onMaximizedBoundsChanged=Occurs when the value of the MaximizedBounds property has changed. ARG(EventArgs)|2|0 *onMaximumSizeChanged=Occurs when the value of the MaximumSize property has changed. ARG(EventArgs)|2|0 *onMdiChildActivate=Occurs when a multiple-document interface child form is activated or closed within an MDI application. ARG(EventArgs)|2|0 *onMenuComplete=Occurs when the menu of a form loses focus. ARG(EventArgs)|2|0 *onMenuStart=Occurs when the menu of a form receives focus. ARG(EventArgs)|2|0 *onMinimumSizeChanged=Occurs when the value of the MinimumSize property has changed. ARG(EventArgs)|2|0 *onResizeBegin=Occurs when a form enters resizing mode. ARG(EventArgs)|2|0 *onResizeEnd=Occurs when a form exits resizing mode. ARG(EventArgs)|2|0 *onRightToLeftLayoutChanged=Occurs after the value of the RightToLeftLayout property changes. ARG(EventArgs)|2|0 *onShowDialog=Occurs after invoke the method doShowDialog and returns the result ARG(DialogResult)|2|0 *onShown=Occurs whenever the form is first displayed. ARG(EventArgs)|2|0 *onTabStopChanged=Occurs when the TabStop property changes. ARG(EventArgs)|2|0 *AcceptButton=Returns the button on the form that is clicked when the user presses the ENTER key. ARG(IButtonControl)|3|0 *ActiveForm=Returns the currently active form for this application. ARG(Form)|3|0 *ActiveMdiChild=Returns the currently active multiple-document interface child window. ARG(Form)|3|0 *Arguments=Returns the array of the startup arguments. ARG(string[])|3|13 *AutoScale=Obsolete. Gets or sets a value indicating whether the form adjusts its size to fit the height of the font used on the form and scales its controls. ARG(bool)|3|104 *AutoScaleBaseSize=Returns the base size used for autoscaling of the form. ARG(Size)|3|0 *AutoScroll=Returns a value indicating whether the form enables autoscrolling. ARG(bool)|3|104 *AutoSize=Resize the form according to the setting of AutoSizeMode. ARG(bool)|3|104 *AutoSizeMode=Returns the mode by which the form automatically resizes itself. ARG(AutoSizeMode)|3|0 *CancelButton=Returns the button control that is clicked when the user presses the ESC key. ARG(IButtonControl)|3|0 *ClientSize=Returns the size of the client area of the form. ARG(Size)|3|0 *ControlBox=Returns a value indicating whether a control box is displayed in the caption bar of the form. ARG(bool)|3|104 *DesktopBounds=Returns the size and location of the form on the Windows desktop. ARG(Rectangle)|3|0 *DesktopLocation=Returns the location of the form on the Windows desktop. ARG(Point)|3|0 *DialogResult=Returns the dialog result for the form. ARG(DialogResult)|3|0 *FormBorderStyle=Returns the border style of the form. ARG(FormBorderStyle)|3|0 *HelpButton=Returns a value indicating whether a Help button should be displayed in the caption box of the form. ARG(bool)|3|104 *Icon=Returns the icon for the form. ARG(Icon)|3|6 *IsMdiChild=Returns a value indicating whether the form is a multiple-document interface child form. ARG(bool)|3|104 *IsMdiContainer=Returns a value indicating whether the form is a container for multiple-document interface child forms. ARG(bool)|3|104 *KeyPreview=Returns a value indicating whether the form will receive key events before the event is passed to the control that has focus. ARG(bool)|3|104 *Location=Returns the Point that represents the upper-left corner of the Form in screen coordinates. ARG(Point)|3|0 *MainMenuStrip=Returns the primary menu container for the form. ARG(MenuStrip)|3|0 *Margin=Returns the space between controls. ARG(Padding)|3|0 *MaximizeBox=Returns a value indicating whether the Maximize button is displayed in the caption bar of the form. ARG(bool)|3|104 *MaximumSize=Returns the maximum size the form can be resized to. ARG(Size)|3|0 *MdiChildren=Returns an array of forms that represent the multiple-document interface child forms that are parented to this form. ARG(Form[])|3|13 *MdiParent=Returns the current multiple-document interface parent form of this form. ARG(Form)|3|0 *Menu=Returns the MainMenu that is displayed in the form. ARG(MainMenu)|3|0 *MergedMenu=Returns the merged menu for the form. ARG(MainMenu)|3|0 *MinimizeBox=Returns a value indicating whether the Minimize button is displayed in the caption bar of the form. ARG(bool)|3|104 *MinimumSize=Returns the minimum size the form can be resized to. ARG(Size)|3|0 *Modal=Returns a value indicating whether this form is displayed modally. ARG(bool)|3|104 *Opacity=Returns the opacity level of the form. ARG(double)|3|7 *OwnedForms=Returns an array of Form objects that represent all forms that are owned by this form. ARG(Form[])|3|13 *Owner=Returns the form that owns this form. ARG(Form)|3|0 *RestoreBounds=Returns the location and size of the form in its normal window state. ARG(Rectangle)|3|0 *RightToLeftLayout=Returns a value indicating whether right-to-left mirror placement is turned on. ARG(bool)|3|104 *ShowDialog=Shows the form as a modal dialog box. ARG(DialogResult)|3|0 *ShowIcon=Returns a value indicating whether an icon is displayed in the caption bar of the form. ARG(bool)|3|104 *ShowInTaskbar=Returns a value indicating whether the form is displayed in the Windows taskbar. ARG(bool)|3|104 *Size=Returns the size of the form. ARG(Size)|3|0 *SizeGripStyle=Returns the style of the size grip to display in the lower-right corner of the form. ARG(SizeGripStyle)|3|0 *StartPosition=Returns the starting position of the form at run time. ARG(FormStartPosition)|3|0 *TabIndex=Returns the tab order of the control within its container. ARG(int)|3|1 *TabStop=Returns a value indicating whether the user can give the focus to this control using the TAB key. ARG(bool)|3|104 *TopLevel=Returns a value indicating whether to display the form as a top-level window. ARG(bool)|3|104 *TopMost=Returns a value indicating whether the form should be displayed as a topmost form. ARG(bool)|3|104 *ToString=Gets a string representing the current instance of the form. ARG(string)|3|2 *TransparencyKey=Returns the color that will represent transparent areas of the form. ARG(Color)|3|8 *WindowState=Returns a value that indicates whether form is minimized, maximized, or normal. ARG(FormWindowState)|3|0 Form=Returns the Form object. ARG(Form)|3|0 *font=A Font representing the font to determine the autoscaled base size of the form. ARG(Font)|4|0 *height=The height of the form. ARG(int)|4|1 *ownedForm=The Form that this form will own. ARG(Form)|4|0 *ownerWindow=Any object that implements IWin32Window and represents the top-level window that will own this form. ARG(IWin32Window)|4|0 *value=One of the MdiLayout values that defines the layout of MDI child forms. ARG(MdiLayout)|4|0 *width=The width of the form. ARG(int)|4|1 *x=The x-coordinate of the form's location. ARG(int)|4|1 *y=The y-coordinate of the form's location. ARG(int)|4|1