[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control Interfaces=Component,MarshalByRefObject,Object,ControlManager,Form Info=Represents a window or dialog box that makes up an application's user interface. [Edit] Class=Form Caption=Text [Property] Left= | |0 Top= | |0 Width= | |300 Height= | |300 Text= | |ChildForm Name=Sets the name of the component. ARG(string)|2| ##Inherit=Inherit properties Inheritor=Sets the instance of the Inhetitor class. ARG(ControlManager)|20|(empty)|ControlManager ## @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 @AutoValidate=Sets a value that indicates whether controls in this container will be automatically validated when the focus changes. ARG(AutoValidate)|14|3|Disable,EnablePreventFocusChange,EnableAllowFocusChange,Inherit @BackColor=Sets the background color for the control. ARG(Color)|8|clDefault @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. 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 @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 @Text=Sets the text associated with this control. ARG(string)|2|ChildForm @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|clWhite @WindowState=Sets a value that indicates whether form is minimized, maximized, or normal. ARG(FormWindowState)|14|0|Normal,Minimized,Maximized [Methods] doShow=Shows the form with the specified owner to the user. ARG(IWin32Window owner)|1|0 doClose=Closes the form. ARG()|1|0 *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 *doConstructor=Initializes a new instance of the Form class. 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 w, int h)|1|0 *doSetDesktopLocation=Sets the location of the form in desktop coordinates. ARG(int x, int y)|1|0 *doShowDialog2=Shows the form as a modal dialog box with the specified owner. ARG(IWin32Window owner)|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 *doValidateChildren2=Causes all of the child controls within a control that support validation to validate their data. ARG(ValidationConstraints validationConstraints)|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 *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 *onValidateChildren=Occurs after invoke the method doValidateChildren and returns the result. ARG(bool)|2|104 *.Owner=Returns the form that owns this form. ARG(Form)|3|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 *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 *AutoValidate=Returns a value that indicates whether controls in this container will be automatically validated when the focus changes. ARG(AutoValidate)|3|0 *BackColor=Returns the background color for the control. ARG(Color)|3|8 *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 Form=Returns the Form object. ARG(Form)|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 *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 *Text=Returns the text associated with this control. ARG(string)|3|2 *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 *ValidateChildren=Causes all of the child controls within a control that support validation to validate their data. ARG(bool)|3|104 *WindowState=Returns a value that indicates whether form is minimized, maximized, or normal. ARG(FormWindowState)|3|0 *font=Defines a Font representing the font to determine the autoscaled base size of the form. ARG(Font)|4|0 *ownedForm=Defines the Form that this form will own. ARG(Form)|4|0 *owner=Defines any object that implements IWin32Window and represents the top-level window that will own this form. ARG(IWin32Window)|4|0 *validationConstraints=Defines places restrictions on which controls have their Validating event raised. ARG(ValidationConstraints)|4|0 *value=Defines one of the MdiLayout values that defines the layout of MDI child forms. ARG(MdiLayout)|4|0 *x=Defines the x-coordinate of the form's location. ARG(int)|4|1 *y=Defines the y-coordinate of the form's location. ARG(int)|4|1 *w=Defines the width of the form. ARG(int)|4|1 *h=Defines the height of the form. ARG(int)|4|1