From f518944447f2f57c69d63e397326b933d561bd95 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 30 十一月 2024 23:09:56 +0800 Subject: [PATCH] 11 --- DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs | 56 -------------------------------------------------------- 1 files changed, 0 insertions(+), 56 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs index f675876..6f493e3 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs @@ -43,10 +43,6 @@ this.lb_fmanager = new DevExpress.XtraEditors.LabelControl(); this.txt_fmanager = new DevExpress.XtraEditors.TextEdit(); this.gv_fmanager = new DevExpress.XtraGrid.Columns.GridColumn(); - this.lb_workshopName = new DevExpress.XtraEditors.LabelControl(); - this.txt_workshopName = new DevExpress.XtraEditors.TextEdit(); - this.lb_workshopNo = new DevExpress.XtraEditors.LabelControl(); - this.txt_workshopNo = new DevExpress.XtraEditors.TextEdit(); this.lb_depextr4 = new DevExpress.XtraEditors.LabelControl(); this.txt_depextr4 = new DevExpress.XtraEditors.TextEdit(); this.gv_depextr4 = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -82,8 +78,6 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_productionWorkshop.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fmanager.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_workshopName.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_workshopNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_depextr4.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_depextr3.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_depextr2.Properties)).BeginInit(); @@ -236,44 +230,6 @@ this.gv_fmanager.Visible = true; this.gv_fmanager.VisibleIndex = 8; this.gv_fmanager.Width = 94; - // - // lb_workshopName - // - this.lb_workshopName.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.lb_workshopName.Appearance.Options.UseFont = true; - this.lb_workshopName.Location = new System.Drawing.Point(543, 87); - this.lb_workshopName.Name = "lb_workshopName"; - this.lb_workshopName.Size = new System.Drawing.Size(56, 21); - this.lb_workshopName.TabIndex = 240; - this.lb_workshopName.Text = "杞﹂棿鍚� "; - // - // txt_workshopName - // - this.txt_workshopName.Location = new System.Drawing.Point(605, 83); - this.txt_workshopName.Name = "txt_workshopName"; - this.txt_workshopName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.txt_workshopName.Properties.Appearance.Options.UseFont = true; - this.txt_workshopName.Size = new System.Drawing.Size(150, 28); - this.txt_workshopName.TabIndex = 240; - // - // lb_workshopNo - // - this.lb_workshopNo.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.lb_workshopNo.Appearance.Options.UseFont = true; - this.lb_workshopNo.Location = new System.Drawing.Point(542, 52); - this.lb_workshopNo.Name = "lb_workshopNo"; - this.lb_workshopNo.Size = new System.Drawing.Size(57, 21); - this.lb_workshopNo.TabIndex = 235; - this.lb_workshopNo.Text = "杞﹂棿ID "; - // - // txt_workshopNo - // - this.txt_workshopNo.Location = new System.Drawing.Point(605, 48); - this.txt_workshopNo.Name = "txt_workshopNo"; - this.txt_workshopNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.txt_workshopNo.Properties.Appearance.Options.UseFont = true; - this.txt_workshopNo.Size = new System.Drawing.Size(150, 28); - this.txt_workshopNo.TabIndex = 235; // // lb_depextr4 // @@ -620,10 +576,6 @@ this.panel1.Controls.Add(this.txt_remark); this.panel1.Controls.Add(this.lb_fmanager); this.panel1.Controls.Add(this.txt_fmanager); - this.panel1.Controls.Add(this.lb_workshopName); - this.panel1.Controls.Add(this.txt_workshopName); - this.panel1.Controls.Add(this.lb_workshopNo); - this.panel1.Controls.Add(this.txt_workshopNo); this.panel1.Controls.Add(this.lb_depextr4); this.panel1.Controls.Add(this.txt_depextr4); this.panel1.Controls.Add(this.lb_depextr3); @@ -675,8 +627,6 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_productionWorkshop.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fmanager.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_workshopName.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_workshopNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_depextr4.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_depextr3.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_depextr2.Properties)).EndInit(); @@ -722,12 +672,6 @@ private DevExpress.XtraEditors.LabelControl lb_fmanager; private DevExpress.XtraEditors.TextEdit txt_fmanager; private DevExpress.XtraGrid.Columns.GridColumn gv_fmanager; - - private DevExpress.XtraEditors.LabelControl lb_workshopName; - private DevExpress.XtraEditors.TextEdit txt_workshopName; - - private DevExpress.XtraEditors.LabelControl lb_workshopNo; - private DevExpress.XtraEditors.TextEdit txt_workshopNo; private DevExpress.XtraEditors.LabelControl lb_depextr4; private DevExpress.XtraEditors.TextEdit txt_depextr4; -- Gitblit v1.9.3