From 66171de5ac9767e128072653d4d5e60393c09f63 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 28 五月 2025 17:28:57 +0800
Subject: [PATCH] 打印bug
---
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.Designer.cs | 359 +++++++++++++++++++++++++++++++----------------------------
1 files changed, 189 insertions(+), 170 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.Designer.cs
index e2e7447..2e9ad1e 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaMj.Designer.cs
@@ -29,6 +29,7 @@
/// </summary>
private void InitializeComponent()
{
+ this.components = new System.ComponentModel.Container();
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
@@ -38,7 +39,6 @@
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
- this.picCheckBox = new System.Windows.Forms.PictureBox();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.split1 = new DevExpress.XtraEditors.SplitContainerControl();
this.gcMain1 = new DevExpress.XtraGrid.GridControl();
@@ -56,36 +56,38 @@
this.gv_lastupdateDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_checkUser = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_checkDate = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pageBar1 = new UserControls.Data.UcPageBar();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
- this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
+ this.lbGuid = new System.Windows.Forms.Label();
this.txt_fSubsidiary = new Gs.DevApp.UserControl.UcLookOrg();
this.txt_suppNo = new DevExpress.XtraEditors.TextEdit();
this.txt_suppId = new Gs.DevApp.UserControl.UcLookSupplier();
- this.txt_itemId = new Gs.DevApp.UserControl.UcLookItems();
this.txt_checkDate = new DevExpress.XtraEditors.TextEdit();
+ this.txt_itemId = new Gs.DevApp.UserControl.UcLookItems();
this.txt_checkUser = new DevExpress.XtraEditors.TextEdit();
+ this.txt_itemNo = new DevExpress.XtraEditors.TextEdit();
this.txt_lastupdateDate = new DevExpress.XtraEditors.TextEdit();
this.txt_lastupdateBy = new DevExpress.XtraEditors.TextEdit();
- this.txt_itemNo = new DevExpress.XtraEditors.TextEdit();
+ this.txt_status = new DevExpress.XtraEditors.CheckEdit();
+ this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
- this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
- this.txt_status = new DevExpress.XtraEditors.CheckEdit();
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
- this.lbGuid = new System.Windows.Forms.Label();
- this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
+ this.picCheckBox = new System.Windows.Forms.PictureBox();
+ this.tips = new DevExpress.Utils.ToolTipController(this.components);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
this.xtraTabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.split1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).BeginInit();
@@ -102,25 +104,26 @@
this.splitMx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
this.layoutMx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_suppNo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_checkUser.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_lastupdateDate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_lastupdateBy.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
this.SuspendLayout();
//
// toolBarMenu1
@@ -151,17 +154,6 @@
this.xtraTabPage1,
this.xtraTabPage2});
//
- // picCheckBox
- //
- this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
- this.picCheckBox.Location = new System.Drawing.Point(957, 65);
- this.picCheckBox.Name = "picCheckBox";
- this.picCheckBox.Size = new System.Drawing.Size(100, 50);
- this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.picCheckBox.TabIndex = 7;
- this.picCheckBox.TabStop = false;
- this.picCheckBox.Visible = false;
- //
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.split1);
@@ -172,21 +164,23 @@
// split1
//
this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
this.split1.Horizontal = false;
this.split1.Location = new System.Drawing.Point(0, 0);
this.split1.Name = "split1";
//
- // split1.split1_Panel1
+ // split1.Panel1
//
this.split1.Panel1.Controls.Add(this.gcMain1);
this.split1.Panel1.Controls.Add(this.pageBar1);
this.split1.Panel1.Text = "Panel1";
//
- // split1.split1_Panel2
+ // split1.Panel2
//
this.split1.Panel2.Text = "Panel2";
+ this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
this.split1.Size = new System.Drawing.Size(1167, 570);
- this.split1.SplitterPosition = 558;
+ this.split1.SplitterPosition = 0;
this.split1.TabIndex = 0;
//
// gcMain1
@@ -216,7 +210,8 @@
this.gv_lastupdateBy,
this.gv_lastupdateDate,
this.gv_checkUser,
- this.gv_checkDate});
+ this.gv_checkDate,
+ this.gridColumn4});
this.gridView1.GridControl = this.gcMain1;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
@@ -233,7 +228,7 @@
this.gridColumn1.OptionsColumn.AllowEdit = false;
this.gridColumn1.Tag = "org.fnamber";
this.gridColumn1.Visible = true;
- this.gridColumn1.VisibleIndex = 0;
+ this.gridColumn1.VisibleIndex = 6;
this.gridColumn1.Width = 250;
//
// gv_status
@@ -247,7 +242,7 @@
this.gv_status.Tag = "query_a.STATUS";
this.gv_status.UnboundDataType = typeof(bool);
this.gv_status.Visible = true;
- this.gv_status.VisibleIndex = 1;
+ this.gv_status.VisibleIndex = 0;
this.gv_status.Width = 94;
//
// gv_itemId
@@ -259,6 +254,8 @@
this.gv_itemId.Name = "gv_itemId";
this.gv_itemId.OptionsColumn.AllowEdit = false;
this.gv_itemId.Tag = "query_a.ITEM_ID";
+ this.gv_itemId.Visible = true;
+ this.gv_itemId.VisibleIndex = 1;
this.gv_itemId.Width = 94;
//
// gv_itemNo
@@ -321,7 +318,7 @@
this.gv_createBy.OptionsColumn.AllowEdit = false;
this.gv_createBy.Tag = "query_a.CREATE_BY";
this.gv_createBy.Visible = true;
- this.gv_createBy.VisibleIndex = 6;
+ this.gv_createBy.VisibleIndex = 7;
this.gv_createBy.Width = 94;
//
// gv_createDate
@@ -334,7 +331,7 @@
this.gv_createDate.OptionsColumn.AllowEdit = false;
this.gv_createDate.Tag = "query_a.CREATE_DATE";
this.gv_createDate.Visible = true;
- this.gv_createDate.VisibleIndex = 7;
+ this.gv_createDate.VisibleIndex = 8;
this.gv_createDate.Width = 180;
//
// gv_lastupdateBy
@@ -347,7 +344,7 @@
this.gv_lastupdateBy.OptionsColumn.AllowEdit = false;
this.gv_lastupdateBy.Tag = "query_a.LASTUPDATE_BY";
this.gv_lastupdateBy.Visible = true;
- this.gv_lastupdateBy.VisibleIndex = 8;
+ this.gv_lastupdateBy.VisibleIndex = 9;
this.gv_lastupdateBy.Width = 94;
//
// gv_lastupdateDate
@@ -360,7 +357,7 @@
this.gv_lastupdateDate.OptionsColumn.AllowEdit = false;
this.gv_lastupdateDate.Tag = "query_a.LASTUPDATE_DATE";
this.gv_lastupdateDate.Visible = true;
- this.gv_lastupdateDate.VisibleIndex = 9;
+ this.gv_lastupdateDate.VisibleIndex = 10;
this.gv_lastupdateDate.Width = 180;
//
// gv_checkUser
@@ -373,7 +370,7 @@
this.gv_checkUser.OptionsColumn.AllowEdit = false;
this.gv_checkUser.Tag = "query_a.CHECK_USER";
this.gv_checkUser.Visible = true;
- this.gv_checkUser.VisibleIndex = 10;
+ this.gv_checkUser.VisibleIndex = 11;
this.gv_checkUser.Width = 94;
//
// gv_checkDate
@@ -386,8 +383,16 @@
this.gv_checkDate.OptionsColumn.AllowEdit = false;
this.gv_checkDate.Tag = "query_a.CHECK_DATE";
this.gv_checkDate.Visible = true;
- this.gv_checkDate.VisibleIndex = 11;
+ this.gv_checkDate.VisibleIndex = 12;
this.gv_checkDate.Width = 120;
+ //
+ // gridColumn4
+ //
+ this.gridColumn4.Caption = "涓婚敭Guid";
+ this.gridColumn4.FieldName = "guid";
+ this.gridColumn4.MinWidth = 25;
+ this.gridColumn4.Name = "gridColumn4";
+ this.gridColumn4.Width = 94;
//
// pageBar1
//
@@ -415,14 +420,15 @@
this.splitMx1.Location = new System.Drawing.Point(0, 0);
this.splitMx1.Name = "splitMx1";
//
- // splitMx1.splitMx1_Panel1
+ // splitMx1.Panel1
//
this.splitMx1.Panel1.Controls.Add(this.layoutMx1);
this.splitMx1.Panel1.Text = "Panel1";
//
- // splitMx1.splitMx1_Panel2
+ // splitMx1.Panel2
//
this.splitMx1.Panel2.Text = "Panel2";
+ this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
this.splitMx1.Size = new System.Drawing.Size(1167, 570);
this.splitMx1.SplitterPosition = 112;
this.splitMx1.TabIndex = 0;
@@ -451,6 +457,131 @@
this.layoutMx1.Size = new System.Drawing.Size(1167, 112);
this.layoutMx1.TabIndex = 0;
this.layoutMx1.Text = "layoutControl1";
+ //
+ // lbGuid
+ //
+ this.lbGuid.Location = new System.Drawing.Point(608, 73);
+ this.lbGuid.Name = "lbGuid";
+ this.lbGuid.Size = new System.Drawing.Size(294, 27);
+ this.lbGuid.TabIndex = 244;
+ this.lbGuid.Text = "lbGuid";
+ //
+ // txt_fSubsidiary
+ //
+ this.txt_fSubsidiary.IsReadly = false;
+ this.txt_fSubsidiary.Location = new System.Drawing.Point(84, 12);
+ this.txt_fSubsidiary.Name = "txt_fSubsidiary";
+ this.txt_fSubsidiary.Size = new System.Drawing.Size(210, 24);
+ this.txt_fSubsidiary.TabIndex = 242;
+ //
+ // txt_suppNo
+ //
+ this.txt_suppNo.Location = new System.Drawing.Point(99, 73);
+ this.txt_suppNo.Name = "txt_suppNo";
+ this.txt_suppNo.Properties.Appearance.Options.UseFont = true;
+ this.txt_suppNo.Size = new System.Drawing.Size(207, 24);
+ this.txt_suppNo.StyleController = this.layoutMx1;
+ this.txt_suppNo.TabIndex = 240;
+ this.txt_suppNo.Tag = "readOnly";
+ //
+ // txt_suppId
+ //
+ this.txt_suppId.IsReadly = false;
+ this.txt_suppId.Location = new System.Drawing.Point(370, 12);
+ this.txt_suppId.Margin = new System.Windows.Forms.Padding(0);
+ this.txt_suppId.Name = "txt_suppId";
+ this.txt_suppId.Size = new System.Drawing.Size(211, 24);
+ this.txt_suppId.TabIndex = 238;
+ //
+ // txt_checkDate
+ //
+ this.txt_checkDate.Location = new System.Drawing.Point(944, 42);
+ this.txt_checkDate.Name = "txt_checkDate";
+ this.txt_checkDate.Properties.Appearance.Options.UseFont = true;
+ this.txt_checkDate.Size = new System.Drawing.Size(211, 24);
+ this.txt_checkDate.StyleController = this.layoutMx1;
+ this.txt_checkDate.TabIndex = 226;
+ this.txt_checkDate.Tag = "readOnly";
+ //
+ // txt_itemId
+ //
+ this.txt_itemId.IsReadly = false;
+ this.txt_itemId.Location = new System.Drawing.Point(84, 42);
+ this.txt_itemId.Name = "txt_itemId";
+ this.txt_itemId.Size = new System.Drawing.Size(210, 24);
+ this.txt_itemId.TabIndex = 237;
+ this.txt_itemId.Tag = "no";
+ //
+ // txt_checkUser
+ //
+ this.txt_checkUser.Location = new System.Drawing.Point(944, 12);
+ this.txt_checkUser.Name = "txt_checkUser";
+ this.txt_checkUser.Properties.Appearance.Options.UseFont = true;
+ this.txt_checkUser.Size = new System.Drawing.Size(211, 24);
+ this.txt_checkUser.StyleController = this.layoutMx1;
+ this.txt_checkUser.TabIndex = 222;
+ this.txt_checkUser.Tag = "readOnly";
+ //
+ // txt_itemNo
+ //
+ this.txt_itemNo.Location = new System.Drawing.Point(370, 42);
+ this.txt_itemNo.Name = "txt_itemNo";
+ this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
+ this.txt_itemNo.Size = new System.Drawing.Size(211, 24);
+ this.txt_itemNo.StyleController = this.layoutMx1;
+ this.txt_itemNo.TabIndex = 211;
+ this.txt_itemNo.Tag = "readOnly";
+ //
+ // txt_lastupdateDate
+ //
+ this.txt_lastupdateDate.Location = new System.Drawing.Point(657, 42);
+ this.txt_lastupdateDate.Name = "txt_lastupdateDate";
+ this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true;
+ this.txt_lastupdateDate.Size = new System.Drawing.Size(211, 24);
+ this.txt_lastupdateDate.StyleController = this.layoutMx1;
+ this.txt_lastupdateDate.TabIndex = 219;
+ this.txt_lastupdateDate.Tag = "readOnly";
+ //
+ // txt_lastupdateBy
+ //
+ this.txt_lastupdateBy.Location = new System.Drawing.Point(657, 12);
+ this.txt_lastupdateBy.Name = "txt_lastupdateBy";
+ this.txt_lastupdateBy.Properties.Appearance.Options.UseFont = true;
+ this.txt_lastupdateBy.Size = new System.Drawing.Size(211, 24);
+ this.txt_lastupdateBy.StyleController = this.layoutMx1;
+ this.txt_lastupdateBy.TabIndex = 217;
+ this.txt_lastupdateBy.Tag = "readOnly";
+ //
+ // txt_status
+ //
+ this.txt_status.Location = new System.Drawing.Point(872, 73);
+ this.txt_status.Name = "txt_status";
+ this.txt_status.Properties.Caption = "瀹℃牳鏍囪瘑";
+ this.txt_status.Size = new System.Drawing.Size(283, 24);
+ this.txt_status.StyleController = this.layoutMx1;
+ this.txt_status.TabIndex = 243;
+ //
+ // layoutControlItem11
+ //
+ this.layoutControlItem11.Control = this.lbGuid;
+ this.layoutControlItem11.Location = new System.Drawing.Point(596, 61);
+ this.layoutControlItem11.Name = "layoutControlItem11";
+ this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
+ this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2;
+ this.layoutControlItem11.Size = new System.Drawing.Size(298, 31);
+ this.layoutControlItem11.Text = "lbGuid";
+ this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
+ this.layoutControlItem11.TextVisible = false;
+ //
+ // layoutControlItem5
+ //
+ this.layoutControlItem5.Control = this.txt_suppNo;
+ this.layoutControlItem5.Location = new System.Drawing.Point(0, 61);
+ this.layoutControlItem5.Name = "layoutControlItem5";
+ this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 2;
+ this.layoutControlItem5.Size = new System.Drawing.Size(298, 31);
+ this.layoutControlItem5.Text = "渚涘簲鍟嗙紪鐮�";
+ this.layoutControlItem5.TextSize = new System.Drawing.Size(50, 20);
//
// Root
//
@@ -494,92 +625,6 @@
this.Root.Size = new System.Drawing.Size(1167, 112);
this.Root.TextVisible = false;
//
- // txt_fSubsidiary
- //
- this.txt_fSubsidiary.IsReadly = false;
- this.txt_fSubsidiary.Location = new System.Drawing.Point(84, 12);
- this.txt_fSubsidiary.Name = "txt_fSubsidiary";
- this.txt_fSubsidiary.Size = new System.Drawing.Size(210, 24);
- this.txt_fSubsidiary.TabIndex = 242;
- //
- // txt_suppNo
- //
- this.txt_suppNo.Location = new System.Drawing.Point(99, 73);
- this.txt_suppNo.Name = "txt_suppNo";
- this.txt_suppNo.Properties.Appearance.Options.UseFont = true;
- this.txt_suppNo.Size = new System.Drawing.Size(207, 24);
- this.txt_suppNo.StyleController = this.layoutMx1;
- this.txt_suppNo.TabIndex = 240;
- this.txt_suppNo.Tag = "readOnly";
- //
- // txt_suppId
- //
- this.txt_suppId.IsReadly = false;
- this.txt_suppId.Location = new System.Drawing.Point(370, 12);
- this.txt_suppId.Margin = new System.Windows.Forms.Padding(0);
- this.txt_suppId.Name = "txt_suppId";
- this.txt_suppId.Size = new System.Drawing.Size(211, 24);
- this.txt_suppId.TabIndex = 238;
- //
- // txt_itemId
- //
- this.txt_itemId.IsReadly = false;
- this.txt_itemId.Location = new System.Drawing.Point(84, 42);
- this.txt_itemId.Name = "txt_itemId";
- this.txt_itemId.Size = new System.Drawing.Size(210, 24);
- this.txt_itemId.TabIndex = 237;
- this.txt_itemId.Tag = "no";
- //
- // txt_checkDate
- //
- this.txt_checkDate.Location = new System.Drawing.Point(944, 42);
- this.txt_checkDate.Name = "txt_checkDate";
- this.txt_checkDate.Properties.Appearance.Options.UseFont = true;
- this.txt_checkDate.Size = new System.Drawing.Size(211, 24);
- this.txt_checkDate.StyleController = this.layoutMx1;
- this.txt_checkDate.TabIndex = 226;
- this.txt_checkDate.Tag = "readOnly";
- //
- // txt_checkUser
- //
- this.txt_checkUser.Location = new System.Drawing.Point(944, 12);
- this.txt_checkUser.Name = "txt_checkUser";
- this.txt_checkUser.Properties.Appearance.Options.UseFont = true;
- this.txt_checkUser.Size = new System.Drawing.Size(211, 24);
- this.txt_checkUser.StyleController = this.layoutMx1;
- this.txt_checkUser.TabIndex = 222;
- this.txt_checkUser.Tag = "readOnly";
- //
- // txt_lastupdateDate
- //
- this.txt_lastupdateDate.Location = new System.Drawing.Point(657, 42);
- this.txt_lastupdateDate.Name = "txt_lastupdateDate";
- this.txt_lastupdateDate.Properties.Appearance.Options.UseFont = true;
- this.txt_lastupdateDate.Size = new System.Drawing.Size(211, 24);
- this.txt_lastupdateDate.StyleController = this.layoutMx1;
- this.txt_lastupdateDate.TabIndex = 219;
- this.txt_lastupdateDate.Tag = "readOnly";
- //
- // txt_lastupdateBy
- //
- this.txt_lastupdateBy.Location = new System.Drawing.Point(657, 12);
- this.txt_lastupdateBy.Name = "txt_lastupdateBy";
- this.txt_lastupdateBy.Properties.Appearance.Options.UseFont = true;
- this.txt_lastupdateBy.Size = new System.Drawing.Size(211, 24);
- this.txt_lastupdateBy.StyleController = this.layoutMx1;
- this.txt_lastupdateBy.TabIndex = 217;
- this.txt_lastupdateBy.Tag = "readOnly";
- //
- // txt_itemNo
- //
- this.txt_itemNo.Location = new System.Drawing.Point(370, 42);
- this.txt_itemNo.Name = "txt_itemNo";
- this.txt_itemNo.Properties.Appearance.Options.UseFont = true;
- this.txt_itemNo.Size = new System.Drawing.Size(211, 24);
- this.txt_itemNo.StyleController = this.layoutMx1;
- this.txt_itemNo.TabIndex = 211;
- this.txt_itemNo.Tag = "readOnly";
- //
// layoutControlItem1
//
this.layoutControlItem1.Control = this.txt_fSubsidiary;
@@ -620,16 +665,6 @@
this.layoutControlItem4.Text = "閫変緵搴斿晢";
this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 18);
//
- // layoutControlItem5
- //
- this.layoutControlItem5.Control = this.txt_suppNo;
- this.layoutControlItem5.Location = new System.Drawing.Point(0, 61);
- this.layoutControlItem5.Name = "layoutControlItem5";
- this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem5.Size = new System.Drawing.Size(298, 31);
- this.layoutControlItem5.Text = "渚涘簲鍟嗙紪鐮�";
- this.layoutControlItem5.TextSize = new System.Drawing.Size(50, 20);
- //
// layoutControlItem6
//
this.layoutControlItem6.Control = this.txt_lastupdateBy;
@@ -637,7 +672,7 @@
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem6.Size = new System.Drawing.Size(287, 30);
- this.layoutControlItem6.Text = "鏇存柊浜�";
+ this.layoutControlItem6.Text = "鏇存柊浜哄憳";
this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 18);
//
// layoutControlItem7
@@ -658,7 +693,7 @@
this.layoutControlItem8.Name = "layoutControlItem8";
this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem8.Size = new System.Drawing.Size(287, 30);
- this.layoutControlItem8.Text = "瀹℃牳浜�";
+ this.layoutControlItem8.Text = "瀹℃牳浜哄憳";
this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 18);
//
// layoutControlItem9
@@ -672,15 +707,6 @@
this.layoutControlItem9.Text = "瀹℃牳鏃堕棿";
this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 18);
//
- // txt_status
- //
- this.txt_status.Location = new System.Drawing.Point(872, 73);
- this.txt_status.Name = "txt_status";
- this.txt_status.Properties.Caption = "瀹℃牳鏍囪瘑";
- this.txt_status.Size = new System.Drawing.Size(283, 24);
- this.txt_status.StyleController = this.layoutMx1;
- this.txt_status.TabIndex = 243;
- //
// layoutControlItem10
//
this.layoutControlItem10.Control = this.txt_status;
@@ -693,25 +719,16 @@
this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem10.TextVisible = false;
//
- // lbGuid
+ // picCheckBox
//
- this.lbGuid.Location = new System.Drawing.Point(608, 73);
- this.lbGuid.Name = "lbGuid";
- this.lbGuid.Size = new System.Drawing.Size(294, 27);
- this.lbGuid.TabIndex = 244;
- this.lbGuid.Text = "lbGuid";
- //
- // layoutControlItem11
- //
- this.layoutControlItem11.Control = this.lbGuid;
- this.layoutControlItem11.Location = new System.Drawing.Point(596, 61);
- this.layoutControlItem11.Name = "layoutControlItem11";
- this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
- this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem11.Size = new System.Drawing.Size(298, 31);
- this.layoutControlItem11.Text = "lbGuid";
- this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
- this.layoutControlItem11.TextVisible = false;
+ this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
+ this.picCheckBox.Location = new System.Drawing.Point(957, 65);
+ this.picCheckBox.Name = "picCheckBox";
+ this.picCheckBox.Size = new System.Drawing.Size(100, 50);
+ this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.picCheckBox.TabIndex = 7;
+ this.picCheckBox.TabStop = false;
+ this.picCheckBox.Visible = false;
//
// Frm_MesQaMj
//
@@ -725,7 +742,6 @@
this.Text = "鍏嶆缁存姢";
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit();
this.xtraTabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).EndInit();
this.split1.Panel1.ResumeLayout(false);
@@ -742,25 +758,26 @@
this.splitMx1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit();
this.layoutMx1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_suppNo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_checkUser.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_lastupdateDate.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_lastupdateBy.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_itemNo.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit();
this.ResumeLayout(false);
}
@@ -812,5 +829,7 @@
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
+ private DevExpress.Utils.ToolTipController tips;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
}
}
\ No newline at end of file
--
Gitblit v1.9.3