public cTweak_Project_s000(
			frm_Main base_ref_in, 
			cTweak_Project_s000.eMode mode_in, 
			dNotifyBase notifyBase_in
		) : base (
			notifyBase_in, 
			1
		) {
			Base_ref = base_ref_in;
			mode_ = mode_in;

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

//			MyProcess = new PO_Tweak_Project(Base_ref);
		}
		public cTweak_Project_s000(
			frm_Main base_ref_in, 
			cTweak_Project_s000.eMode mode_in
		) : this (
			base_ref_in, 
			mode_in, 
			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 cGenerator_Generate_s000(
     frm_Main Base_ref_
     ) : this(
         Base_ref_,
         null
         )
 {
 }
Пример #6
0
 public cManage_Views_PK_s000(
     frm_Main Base_ref_
     ) : this(
         Base_ref_,
         null
         )
 {
 }
Пример #7
0
 public cTweak_Project_s000(
     frm_Main base_ref_in,
     cTweak_Project_s000.eMode mode_in
     ) : this(
         base_ref_in,
         mode_in,
         null
         )
 {
 }
Пример #8
0
 public frmManage_Updates(frm_Main Parent_ref_)
 {
     #region Required for Windows Form Designer support...
     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_;
 }
Пример #9
0
		public cGenerator_Generate_s000(
			frm_Main Base_ref_, 
			dNotifyBase NotifyBase_
		) : base (
			NotifyBase_, 
			0
		) {
			Base_ref = Base_ref_;

			MyForm = new frmGenerator_Generate_s000(
				new cFlowformForm.dNotifyBase(
					MyForm_notifiedMe
				),
				new cFlowformForm.dNotifyBase(
					MyForm_notifiedMe_aboutNext
				)
			);
			MyForm.MdiParent = Base_ref;
			//MyForm.MaximizeBox = false;
			//MyForm_ref = MyForm;
		}
Пример #10
0
        public cGenerator_Generate_s000(
            frm_Main Base_ref_,
            dNotifyBase NotifyBase_
            ) : base(
                NotifyBase_,
                0
                )
        {
            Base_ref = Base_ref_;

            MyForm = new frmGenerator_Generate_s000(
                new cFlowformForm.dNotifyBase(
                    MyForm_notifiedMe
                    ),
                new cFlowformForm.dNotifyBase(
                    MyForm_notifiedMe_aboutNext
                    )
                );
            MyForm.MdiParent = Base_ref;
            //MyForm.MaximizeBox = false;
            //MyForm_ref = MyForm;
        }
Пример #11
0
		public cMODEL_s000(
			frm_Main Base_ref_, 
			dNotifyBase NotifyBase_
		) : base (
			NotifyBase_, 
			1
		) {
			Base_ref = Base_ref_;

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

			MyProcess = new PO_MODEL(Base_ref);
		}
Пример #12
0
		public cManage_Views_PK_s010(
			frm_Main Base_ref_, 
			dNotifyBase NotifyBase_, 
			PO_Manage_Views_PK MyProcess_
		) : base (
			NotifyBase_, 
			1
		) {
			Base_ref = Base_ref_;

			MyForm = new frmManage_Views_PK_s010(
				new cFlowformForm.dNotifyBase(
					MyForm_notifiedMe
				),
				new cFlowformForm.dNotifyBase(
					MyForm_notifiedMe_aboutNext
				)
			);
			MyForm.MdiParent = Base_ref;
			//MyForm.MaximizeBox = false;
			//MyForm_ref = MyForm;

			MyProcess = MyProcess_;
		}
		public cManage_ConfigTables(
			frm_Main Base_ref_, 
			dNotifyBase NotifyBase_
		) : base (
			NotifyBase_, 
			1
		) {
			Base_ref = Base_ref_;

			MyForm = new frmManage_ConfigTables(
				new cFlowformForm.dNotifyBase(
					MyForm_notifiedMe
				),
				new cFlowformForm.dNotifyBase(
					MyForm_notifiedMe_aboutNext
				)
			);
			MyForm.MdiParent = Base_ref;
			//MyForm.MaximizeBox = false;
			//MyForm_ref = MyForm;

			//MyProcess = MyProcess_;
			MyProcess = new PO_ConfigTables(Base_ref);
		}
Пример #14
0
        public cMODEL_s000(
            frm_Main Base_ref_,
            dNotifyBase NotifyBase_
            ) : base(
                NotifyBase_,
                1
                )
        {
            Base_ref = Base_ref_;

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

            MyProcess = new PO_MODEL(Base_ref);
        }
Пример #15
0
		public frmManage_Updates(frm_Main Parent_ref_) {
			#region Required for Windows Form Designer support...
			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_;
		}
		public cManage_ConfigTables(
			frm_Main Base_ref_
		) : this (
			Base_ref_, 
			null
		) {}
Пример #17
0
		public PO_Manage_Views_PK(frm_Main MainForm_) {
			MainForm = MainForm_;
		}
Пример #18
0
 public PO_MODEL(frm_Main MainForm_)
 {
     MainForm = MainForm_;
 }
Пример #19
0
		public cGenerator_Generate_s000(
			frm_Main Base_ref_
		) : this (
			Base_ref_, 
			null
		) {}
Пример #20
0
		public cMODEL_s000(
			frm_Main Base_ref_
		) : this (
			Base_ref_, 
			null
		) {}
Пример #21
0
		public cManage_Views_PK_s000(
			frm_Main Base_ref_
		) : this (
			Base_ref_, 
			null
		) {}
Пример #22
0
 public PO_ConfigTables(frm_Main MainForm_)
 {
     MainForm = MainForm_;
 }
Пример #23
0
 public PO_Manage_Views_PK(frm_Main MainForm_)
 {
     MainForm = MainForm_;
 }
Пример #24
0
		public PO_ConfigTables(frm_Main MainForm_) {
			MainForm = MainForm_;
		}
Пример #25
0
		public PO_MODEL(frm_Main MainForm_) {
			MainForm = MainForm_;
		}