From c4187f9a3321d9ff62579f87dedf66bf8151690d Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 04 四月 2025 11:01:35 +0800
Subject: [PATCH] 加班
---
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDaaDirectOut.Designer.cs | 23 +++++++++--------------
1 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDaaDirectOut.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDaaDirectOut.Designer.cs
index bb43261..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);
@@ -223,7 +222,6 @@
//
this.txt_itemId.Enabled = false;
this.txt_itemId.IsReadly = false;
- this.txt_itemId.KeyFile = "";
this.txt_itemId.Location = new System.Drawing.Point(372, 9);
this.txt_itemId.Name = "txt_itemId";
this.txt_itemId.Size = new System.Drawing.Size(266, 33);
@@ -260,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";
@@ -270,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";
@@ -286,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;
@@ -319,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