예제 #1
0
        public frmTweak_Project_s000(
            cFlowformForm.dNotifyBase notifyBase_in,
            cFlowformForm.dNotifyBase notifyBase_aboutNext_in,
            cTweak_Project_s000.eMode mode_in
            )
        {
            #region Required for Windows Form Designer support...
            InitializeComponent();
            #endregion
            FlowformForm = new cFlowformForm(
                notifyBase_in,
                notifyBase_aboutNext_in
                );
            #region Event safeguard...
            this.btnNext.Click += new System.EventHandler(FlowformForm.btnNext_Click);
            this.Closed        += new System.EventHandler(FlowformForm.FlowformForm_Closed);

            this.btnPath.Click    += new System.EventHandler(this.btnPath_Click);
            this.btnNew.Click     += new System.EventHandler(this.btnNew_Click);
            this.btnEdit.Click    += new System.EventHandler(this.btnEdit_Click);
            this.btnRemove.Click  += new System.EventHandler(this.btnRemove_Click);
            this.btnDefault.Click += new System.EventHandler(this.btnDefault_Click);
            #endregion

            Mode = mode_in;
        }
예제 #2
0
 public frmGenerator_Generate_s000(
     cFlowformForm.dNotifyBase NotifyBase_,
     cFlowformForm.dNotifyBase NotifyBase_aboutNext_
     )
 {
     #region Required for Windows Form Designer support...
     InitializeComponent();
     #endregion
     FlowformForm = new cFlowformForm(
         NotifyBase_,
         NotifyBase_aboutNext_
         );
     #region Event safeguard...
     this.btnNext.Click += new System.EventHandler(FlowformForm.btnNext_Click);
     this.Closed        += new System.EventHandler(FlowformForm.FlowformForm_Closed);
     #endregion
 }
예제 #3
0
 public frmManage_ConfigTables_CreateOrChange_s020(
     cFlowformForm.dNotifyBase NotifyBase_,
     cFlowformForm.dNotifyBase NotifyBase_aboutNext_
     )
 {
     #region Required for Windows Form Designer support...
     InitializeComponent();
     #endregion
     FlowformForm = new cFlowformForm(
         NotifyBase_,
         NotifyBase_aboutNext_
         );
     #region Event safeguard...
     this.btnBack.Click += new System.EventHandler(FlowformForm.btnBack_Click);
     this.btnNext.Click += new System.EventHandler(FlowformForm.btnNext_Click);
     this.Closed        += new System.EventHandler(FlowformForm.FlowformForm_Closed);
     #endregion
 }