public cTweak_Project_s000(
			frm_Main base_ref_in, 
			cTweak_Project_s000.eMode mode_in
		) : this (
			base_ref_in, 
			mode_in, 
			null
		) {}
Esempio n. 2
0
 public cGenerator_Generate_s000(
     frm_Main Base_ref_
     ) : this(
         Base_ref_,
         null
         )
 {
 }
Esempio n. 3
0
 public cMODEL_s000(
     frm_Main Base_ref_
     ) : this(
         Base_ref_,
         null
         )
 {
 }
Esempio n. 4
0
 public cManage_ConfigTables(
     frm_Main Base_ref_
     ) : this(
         Base_ref_,
         null
         )
 {
 }
Esempio n. 5
0
 public cManage_Views_PK_s000(
     frm_Main Base_ref_
     ) : this(
         Base_ref_,
         null
         )
 {
 }
Esempio n. 6
0
 public cTweak_Project_s000(
     frm_Main base_ref_in,
     cTweak_Project_s000.eMode mode_in
     ) : this(
         base_ref_in,
         mode_in,
         null
         )
 {
 }
Esempio n. 7
0
 public frmManage_Updates(frm_Main Parent_ref_)
 {
     #region Required for Windows Form Designer support...
     this.InitializeComponent();
     #endregion
     #region Event safeguard...
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     this.Closed        += new System.EventHandler(this.frmManage_Updates_Closed);
     #endregion
     this.Parent_ref = Parent_ref_;
 }
Esempio n. 8
0
		public cGenerator_Generate_s000(
			frm_Main Base_ref_, 
			OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase NotifyBase_
		) : base (
			NotifyBase_, 
			0
		) {
			this.Base_ref = Base_ref_;

			this.MyForm = new frmGenerator_Generate_s000(
				this.MyForm_notifiedMe,
				this.MyForm_notifiedMe_aboutNext
			);
			this.MyForm.MdiParent = this.Base_ref;
			//this.MyForm.MaximizeBox = false;
			//this.MyForm_ref = MyForm;
		}
Esempio n. 9
0
        public cGenerator_Generate_s000(
            frm_Main Base_ref_,
            OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase NotifyBase_
            ) : base(
                NotifyBase_,
                0
                )
        {
            this.Base_ref = Base_ref_;

            this.MyForm = new frmGenerator_Generate_s000(
                this.MyForm_notifiedMe,
                this.MyForm_notifiedMe_aboutNext
                );
            this.MyForm.MdiParent = this.Base_ref;
            //this.MyForm.MaximizeBox = false;
            //this.MyForm_ref = MyForm;
        }
Esempio n. 10
0
		public cManage_Views_PK_s000(
			frm_Main Base_ref_, 
			OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase NotifyBase_
		) : base (
			NotifyBase_, 
			1
		) {
			this.Base_ref = Base_ref_;

			this.MyForm = new frmManage_Views_PK_s000(
				this.MyForm_notifiedMe,
				this.MyForm_notifiedMe_aboutNext
			);
			this.MyForm.MdiParent = this.Base_ref;
			//this.MyForm.MaximizeBox = false;
			//this.MyForm_ref = MyForm;

			this.MyProcess = new PO_Manage_Views_PK(this.Base_ref);
		}
Esempio n. 11
0
		public cManage_ConfigTables_CreateOrChange_s010(
			frm_Main Base_ref_, 
			OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase NotifyBase_, 
			PO_ConfigTables MyProcess_
		) : base (
			NotifyBase_, 
			1
		) {
			this.Base_ref = Base_ref_;

			this.MyForm = new frmManage_ConfigTables_CreateOrChange_s010(
				this.MyForm_notifiedMe,
				this.MyForm_notifiedMe_aboutNext
			);
			this.MyForm.MdiParent = this.Base_ref;
			//this.MyForm.MaximizeBox = false;
			//this.MyForm_ref = MyForm;

			this.MyProcess = MyProcess_;
		}
Esempio n. 12
0
        public cMODEL_s000(
            frm_Main Base_ref_,
            OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase NotifyBase_
            ) : base(
                NotifyBase_,
                1
                )
        {
            this.Base_ref = Base_ref_;

            this.MyForm = new frmMODEL(
                MyForm_notifiedMe,
                this.MyForm_notifiedMe_aboutNext
                );
            this.MyForm.MdiParent = this.Base_ref;
            //this.MyForm.MaximizeBox = false;
            //this.MyForm_ref = this.MyForm;

            this.MyProcess = new PO_MODEL(this.Base_ref);
        }
Esempio n. 13
0
        public cManage_Views_PK_s020(
            frm_Main Base_ref_,
            OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase NotifyBase_,
            PO_Manage_Views_PK MyProcess_
            ) : base(
                NotifyBase_,
                1
                )
        {
            this.Base_ref = Base_ref_;

            this.MyForm = new frmManage_Views_PK_s020(
                this.MyForm_notifiedMe,
                this.MyForm_notifiedMe_aboutNext
                );
            this.MyForm.MdiParent = this.Base_ref;
            //this.MyForm.MaximizeBox = false;
            //this.MyForm_ref = MyForm;

            this.MyProcess = MyProcess_;
        }
		public cTweak_Project_s000(
			frm_Main base_ref_in, 
			cTweak_Project_s000.eMode mode_in, 
			OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase notifyBase_in
		) : base (
			notifyBase_in, 
			1
		) {
			this.Base_ref = base_ref_in;
			this.mode_ = mode_in;

			this.MyForm = new frmTweak_Project_s000(
				this.MyForm_notifiedMe,
				this.MyForm_notifiedMe_aboutNext, 
				mode_in
			);
			this.MyForm.MdiParent = this.Base_ref;
			//this.MyForm.MaximizeBox = false;

//			this.MyProcess = new PO_Tweak_Project(Base_ref);
		}
Esempio n. 15
0
        public cTweak_Project_s000(
            frm_Main base_ref_in,
            cTweak_Project_s000.eMode mode_in,
            OGen.Libraries.PresentationLayer.WinForms.FlowForms.FlowformNotifyBase notifyBase_in
            ) : base(
                notifyBase_in,
                1
                )
        {
            this.Base_ref = base_ref_in;
            this.mode_    = mode_in;

            this.MyForm = new frmTweak_Project_s000(
                this.MyForm_notifiedMe,
                this.MyForm_notifiedMe_aboutNext,
                mode_in
                );
            this.MyForm.MdiParent = this.Base_ref;
            //this.MyForm.MaximizeBox = false;

//			this.MyProcess = new PO_Tweak_Project(Base_ref);
        }
Esempio n. 16
0
 public PO_MODEL(frm_Main MainForm_)
 {
     this.MainForm = MainForm_;
 }
Esempio n. 17
0
		public cManage_Views_PK_s000(
			frm_Main Base_ref_
		) : this (
			Base_ref_, 
			null
		) {}
Esempio n. 18
0
		public cMODEL_s000(
			frm_Main Base_ref_
		) : this (
			Base_ref_, 
			null
		) {}
Esempio n. 19
0
		public cGenerator_Generate_s000(
			frm_Main Base_ref_
		) : this (
			Base_ref_, 
			null
		) {}
Esempio n. 20
0
		public PO_Manage_Views_PK(frm_Main MainForm_) {
			this.MainForm = MainForm_;
		}
Esempio n. 21
0
 public PO_ConfigTables(frm_Main MainForm_)
 {
     this.MainForm = MainForm_;
 }
Esempio n. 22
0
		public PO_ConfigTables(frm_Main MainForm_) {
			this.MainForm = MainForm_;
		}
Esempio n. 23
0
		public frmManage_Searches(frm_Main Parent_ref_) {
			#region Required for Windows Form Designer support...
			this.InitializeComponent();
			#endregion
			#region Event safeguard...
			this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
			this.Closed += new System.EventHandler(this.frmManage_Searches_Closed);
			#endregion

			this.Parent_ref = Parent_ref_;
		}
Esempio n. 24
0
 public PO_Manage_Views_PK(frm_Main MainForm_)
 {
     this.MainForm = MainForm_;
 }