public cTweak_Project_s000(
			frm_Main base_ref_in, 
			cTweak_Project_s000.eMode mode_in
		) : this (
			base_ref_in, 
			mode_in, 
			null
		) {}
Пример #2
0
 public cGenerator_Generate_s000(
     frm_Main Base_ref_
     ) : this(
         Base_ref_,
         null
         )
 {
 }
Пример #3
0
 public cMODEL_s000(
     frm_Main Base_ref_
     ) : this(
         Base_ref_,
         null
         )
 {
 }
Пример #4
0
 public cManage_ConfigTables(
     frm_Main Base_ref_
     ) : this(
         Base_ref_,
         null
         )
 {
 }
Пример #5
0
 public cManage_Views_PK_s000(
     frm_Main Base_ref_
     ) : this(
         Base_ref_,
         null
         )
 {
 }
Пример #6
0
 public cTweak_Project_s000(
     frm_Main base_ref_in,
     cTweak_Project_s000.eMode mode_in
     ) : this(
         base_ref_in,
         mode_in,
         null
         )
 {
 }
Пример #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_;
 }
Пример #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;
		}
Пример #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;
        }
Пример #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);
		}
Пример #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_;
		}
Пример #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);
        }
Пример #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);
		}
Пример #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);
        }
Пример #16
0
 public PO_MODEL(frm_Main MainForm_)
 {
     this.MainForm = MainForm_;
 }
Пример #17
0
		public cManage_Views_PK_s000(
			frm_Main Base_ref_
		) : this (
			Base_ref_, 
			null
		) {}
Пример #18
0
		public cMODEL_s000(
			frm_Main Base_ref_
		) : this (
			Base_ref_, 
			null
		) {}
Пример #19
0
		public cGenerator_Generate_s000(
			frm_Main Base_ref_
		) : this (
			Base_ref_, 
			null
		) {}
Пример #20
0
		public PO_Manage_Views_PK(frm_Main MainForm_) {
			this.MainForm = MainForm_;
		}
Пример #21
0
 public PO_ConfigTables(frm_Main MainForm_)
 {
     this.MainForm = MainForm_;
 }
Пример #22
0
		public PO_ConfigTables(frm_Main MainForm_) {
			this.MainForm = MainForm_;
		}
Пример #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_;
		}
Пример #24
0
 public PO_Manage_Views_PK(frm_Main MainForm_)
 {
     this.MainForm = MainForm_;
 }