lu
2025-01-13 9d3b4f0525c5a0c9a4c1e521cec260226394842f
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs
@@ -58,6 +58,7 @@
            this.gvMxDel = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.panelMx1 = new DevExpress.XtraEditors.PanelControl();
            this.ucBtnPrint1 = new Gs.DevApp.UserControl.UcBtnPrint();
            this.lbMxGuid = new DevExpress.XtraEditors.LabelControl();
            this.txt_iCount_1 = new DevExpress.XtraEditors.TextEdit();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
@@ -332,13 +333,13 @@
            // gcMx1
            // 
            this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMx1.Location = new System.Drawing.Point(0, 98);
            this.gcMx1.Location = new System.Drawing.Point(0, 102);
            this.gcMx1.MainView = this.gvMx1;
            this.gcMx1.Name = "gcMx1";
            this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemButtonEdit1,
            this.repositoryItemSearchLookUpEdit1});
            this.gcMx1.Size = new System.Drawing.Size(1124, 274);
            this.gcMx1.Size = new System.Drawing.Size(1124, 270);
            this.gcMx1.TabIndex = 0;
            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx1});
@@ -478,6 +479,7 @@
            // 
            // panelMx1
            // 
            this.panelMx1.Controls.Add(this.ucBtnPrint1);
            this.panelMx1.Controls.Add(this.lbMxGuid);
            this.panelMx1.Controls.Add(this.txt_iCount_1);
            this.panelMx1.Controls.Add(this.labelControl14);
@@ -498,8 +500,15 @@
            this.panelMx1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelMx1.Location = new System.Drawing.Point(0, 0);
            this.panelMx1.Name = "panelMx1";
            this.panelMx1.Size = new System.Drawing.Size(1124, 98);
            this.panelMx1.Size = new System.Drawing.Size(1124, 102);
            this.panelMx1.TabIndex = 2;
            //
            // ucBtnPrint1
            //
            this.ucBtnPrint1.Location = new System.Drawing.Point(543, 59);
            this.ucBtnPrint1.Name = "ucBtnPrint1";
            this.ucBtnPrint1.Size = new System.Drawing.Size(218, 41);
            this.ucBtnPrint1.TabIndex = 230;
            // 
            // lbMxGuid
            // 
@@ -1561,5 +1570,6 @@
        private DevExpress.XtraEditors.TextEdit txtWlid;
        private DevExpress.XtraEditors.LabelControl labelControl7;
        private DevExpress.XtraTab.XtraTabPage xtraTabPage3;
        private UserControl.UcBtnPrint ucBtnPrint1;
    }
}