示例#1
0
 public Rent_Brodcast_Car(TradeWright.UI.Forms.TabControlExtra tabControl1, string role, string UserID)
 {
     InitializeComponent();
     this.role        = role;
     this.User_ID     = UserID;
     this.tabControl1 = tabControl1;
 }
示例#2
0
 public Change_of_Ownership(TradeWright.UI.Forms.TabControlExtra tabControl1, string role, string UserID)
 {
     InitializeComponent();
     this.TabControlExtra             = tabControl1;
     this.role                        = role;
     this.User_ID                     = UserID;
     this.TabControlExtra.TabClosing += new System.EventHandler <System.Windows.Forms.TabControlCancelEventArgs>(this.tabControl1_TabClosing);
 }
示例#3
0
 public OrderAllForm(TradeWright.UI.Forms.TabControlExtra tabControl1, ToolStripProgressBar toolStripProgressBar1, ToolStripLabel toolStripLabel1, Button button1, Button button2, Button button3, Button button4, Button btn_Refrence, Button button7, string role)
 {
     InitializeComponent();
     this.TabControlExtra = tabControl1;
     this.progBar         = toolStripProgressBar1;
     this.TlStpLabel      = toolStripLabel1;
     this.btn1            = button1;
     this.btn2            = button2;
     this.btn3            = button3;
     this.btn4            = button4;
     this.btn6            = btn_Refrence;
     this.btn7            = button7;
     this.TabControlExtra = tabControl1;
     this.role            = role;
 }
示例#4
0
 public OrderAddForm(TradeWright.UI.Forms.TabControlExtra tabControlExtra)
 {
     InitializeComponent();
     TabControlExtra = tabControlExtra;
     this.TabControlExtra.TabClosing += new System.EventHandler <System.Windows.Forms.TabControlCancelEventArgs>(this.tabControl1_TabClosing);
 }