Exemplo n.º 1
0
        public cMODEL_s010(
            frm_Main Base_ref_,
            dNotifyBase NotifyBase_,
            PO_MODEL MyProcess_
            ) : 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 = MyProcess_;
        }
Exemplo n.º 2
0
		protected cFlowform(
			dNotifyBase notifyBase_in, 
			int numFlowformForms_in
		) {
			notifybase_ = notifyBase_in;
			myflowforms_ = new cFlowform[numFlowformForms_in];
		}
Exemplo n.º 3
0
        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);
        }
		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);
		}
Exemplo n.º 5
0
		public cFlowformForm(
			dNotifyBase notifyBase_in, 
			dNotifyBase notifyBase_aboutNext_in
		) {
			notifybase_ = notifyBase_in;
			notifybase_aboutnext_ = notifyBase_aboutNext_in;
		}
Exemplo n.º 6
0
        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);
        }
Exemplo n.º 7
0
 public cFlowformForm(
     dNotifyBase notifyBase_in,
     dNotifyBase notifyBase_aboutNext_in
     )
 {
     notifybase_           = notifyBase_in;
     notifybase_aboutnext_ = notifyBase_aboutNext_in;
 }
Exemplo n.º 8
0
 protected cFlowform(
     dNotifyBase notifyBase_in,
     int numFlowformForms_in
     )
 {
     notifybase_  = notifyBase_in;
     myflowforms_ = new cFlowform[numFlowformForms_in];
 }
Exemplo n.º 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;
		}
Exemplo n.º 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;
        }
Exemplo n.º 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);
		}
Exemplo n.º 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);
		}