From 9a39c7926a855b8b71f753c6fc50e704890c54a7 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 09 五月 2025 12:48:12 +0800 Subject: [PATCH] 工序采集 --- DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDaaDirectOut.Designer.cs | 22 +++++++++------------- 1 files changed, 9 insertions(+), 13 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDaaDirectOut.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDaaDirectOut.Designer.cs index 5daf99f..9063447 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDaaDirectOut.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDaaDirectOut.Designer.cs @@ -1,7 +1,7 @@ /* Create By GS EasyCode */ namespace Gs.DevApp.DevFrm { - partial class Frm_MesDaaDirectOut + partial class Frm_MesDaaDirectOut { /// <summary> /// Required designer variable. @@ -61,7 +61,7 @@ // // gv_itemId // - this.gv_itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_itemId.AppearanceCell.Options.UseFont = true; this.gv_itemId.Caption = "鐗╂枡ID"; this.gv_itemId.FieldName = "itemId"; @@ -75,7 +75,6 @@ // // gv_workshop // - this.gv_workshop.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_workshop.AppearanceCell.Options.UseFont = true; this.gv_workshop.Caption = "杞﹂棿ID"; this.gv_workshop.FieldName = "workshop"; @@ -104,7 +103,7 @@ // gcMain // this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; - this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); + this.gcMain.Location = new System.Drawing.Point(0, 54); this.gcMain.MainView = this.gridView1; this.gcMain.Name = "gcMain"; @@ -115,7 +114,7 @@ // // gridView1 // - this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); + this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, @@ -200,7 +199,7 @@ this.xtraTabPage1.Controls.Add(this.pageBar1); this.xtraTabPage1.Name = "xtraTabPage1"; this.xtraTabPage1.Size = new System.Drawing.Size(1126, 570); - this.xtraTabPage1.Text = "鏁版嵁鏌ヨ"; + this.xtraTabPage1.Text = "鏁版嵁鍒楄〃"; // // panel1 // @@ -213,7 +212,7 @@ this.panel1.Controls.Add(this.lb_itemId); this.panel1.Controls.Add(this.lb_workshop); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; - this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); + this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1126, 54); @@ -259,7 +258,6 @@ // // lb_itemId // - this.lb_itemId.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_itemId.Appearance.Options.UseFont = true; this.lb_itemId.Location = new System.Drawing.Point(305, 15); this.lb_itemId.Name = "lb_itemId"; @@ -269,7 +267,6 @@ // // lb_workshop // - this.lb_workshop.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.lb_workshop.Appearance.Options.UseFont = true; this.lb_workshop.Location = new System.Drawing.Point(15, 15); this.lb_workshop.Name = "lb_workshop"; @@ -285,7 +282,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(1126, 39); this.pageBar1.TabIndex = 3; this.pageBar1.TotalPages = 0; @@ -318,14 +314,14 @@ } #endregion - private UserControl.UcToolBarMenu toolBarMenu1; + private UserControl.UcToolBarMenu toolBarMenu1; private DevExpress.XtraGrid.GridControl gcMain; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraTab.XtraTabControl xtraTabControl1; private DevExpress.XtraTab.XtraTabPage xtraTabPage1; private UserControls.Data.UcPageBar pageBar1; - private DevExpress.XtraGrid.Columns.GridColumn gv_itemId; - private DevExpress.XtraGrid.Columns.GridColumn gv_workshop; + private DevExpress.XtraGrid.Columns.GridColumn gv_itemId; + private DevExpress.XtraGrid.Columns.GridColumn gv_workshop; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.LabelControl labelControl11; private System.Windows.Forms.Label lbGuid; -- Gitblit v1.9.3