public ManagedInterface() { this._version = "0.0.0.1"; this._formFieldType = new FormFieldType(); this._formGroupType = new FormGroupType(); this._titleLocation = new TitleLocation(); this._formControlDockStyle = new FormControlDockStyle(); }
public ManagedInterface() { this._version = "1.1.2.2"; this._formFieldType = new FormFieldType(); this._formGroupType = new FormGroupType(); this._titleLocation = new TitleLocation(); this._formControlDockStyle = new FormControlDockStyle(); this._standardDialogs = new StandardDialogs(); }
public ManagedForm() { this._version = "0.0.0.1"; this._form = new Form(); this._form.AutoSizeMode = AutoSizeMode.GrowAndShrink; this._form.MinimumSize = new Size(50, 50); this._elements = new Elements(this, _form); this._formFieldType = new FormFieldType(); this._formGroupType = new FormGroupType(); this._titleLocation = new TitleLocation(); this._name = ""; this._methodNameOnShown = ""; this._thisScriptOnShown = null; this._methodNameOnClose = ""; this._thisScriptOnClose = null; this._methodNameOnCreated = ""; this._thisScriptOnCreated = null; }