From b7b06604c4057163332b4017e02fe38bb40f51e4 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 03 十二月 2024 21:46:00 +0800 Subject: [PATCH] 修改了初始化 --- DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs | 57 --------------------------------------------------------- 1 files changed, 0 insertions(+), 57 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..a046f08 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 // @@ -594,7 +550,6 @@ this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.pageBar1.Name = "pageBar1"; this.pageBar1.RecordCount = 0; - this.pageBar1.RowsCount = 50; this.pageBar1.Size = new System.Drawing.Size(928, 39); this.pageBar1.TabIndex = 3; this.pageBar1.TotalPages = 0; @@ -620,10 +575,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 +626,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 +671,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