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/Sys/DocNoRule.Designer.cs | 460 ++++++++++++++++++++++++++++++---------------------------
1 files changed, 244 insertions(+), 216 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs
index 0134448..3118be7 100644
--- a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs
@@ -29,20 +29,23 @@
/// </summary>
private void InitializeComponent()
{
- this.gv_createdBy = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_createDate = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_flagIncludeDocCode = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_flagSpilitNo = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_resetZero = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_noLength = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_ruleFormat = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_docCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
- this.gcMain = new DevExpress.XtraGrid.GridControl();
- this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.gv_checkStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
+ this.split1 = new DevExpress.XtraEditors.SplitContainerControl();
+ this.gcMain1 = new DevExpress.XtraGrid.GridControl();
+ this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+ this.gv_checkStatus = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gv_docCode = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gv_ruleFormat = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gv_noLength = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gv_flagSpilitNo = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gv_resetZero = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gv_flagIncludeDocCode = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gv_createdBy = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gv_createDate = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pageBar1 = new UserControls.Data.UcPageBar();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.panel1 = new System.Windows.Forms.Panel();
@@ -72,13 +75,16 @@
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.lbGuid = new System.Windows.Forms.Label();
this.picCheckBox = new System.Windows.Forms.PictureBox();
- this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
- ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.split1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).BeginInit();
+ this.split1.Panel1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).BeginInit();
+ this.split1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.xtraTabPage2.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_resetZero.Properties)).BeginInit();
@@ -97,122 +103,11 @@
((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
this.SuspendLayout();
//
- // gv_createdBy
- //
- this.gv_createdBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_createdBy.AppearanceCell.Options.UseFont = true;
- this.gv_createdBy.Caption = "寤虹珛鑰�";
- this.gv_createdBy.FieldName = "createBy";
- this.gv_createdBy.MinWidth = 10;
- this.gv_createdBy.Name = "gv_createdBy";
- this.gv_createdBy.OptionsColumn.AllowEdit = false;
- this.gv_createdBy.Tag = "query_check_by";
- this.gv_createdBy.Visible = true;
- this.gv_createdBy.VisibleIndex = 7;
- this.gv_createdBy.Width = 94;
- //
- // gv_createDate
- //
- this.gv_createDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_createDate.AppearanceCell.Options.UseFont = true;
- this.gv_createDate.Caption = "寤虹珛鏃ユ湡";
- this.gv_createDate.FieldName = "createTime";
- this.gv_createDate.MinWidth = 10;
- this.gv_createDate.Name = "gv_createDate";
- this.gv_createDate.OptionsColumn.AllowEdit = false;
- this.gv_createDate.Tag = "query_check_date";
- this.gv_createDate.Visible = true;
- this.gv_createDate.VisibleIndex = 8;
- this.gv_createDate.Width = 180;
- //
- // gv_flagIncludeDocCode
- //
- this.gv_flagIncludeDocCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_flagIncludeDocCode.AppearanceCell.Options.UseFont = true;
- this.gv_flagIncludeDocCode.Caption = "鍖呭惈鍗曟嵁绫诲瀷";
- this.gv_flagIncludeDocCode.FieldName = "isIncludeDoc";
- this.gv_flagIncludeDocCode.MinWidth = 10;
- this.gv_flagIncludeDocCode.Name = "gv_flagIncludeDocCode";
- this.gv_flagIncludeDocCode.OptionsColumn.AllowEdit = false;
- this.gv_flagIncludeDocCode.Tag = "query_IS_INCLUDE_DOC";
- this.gv_flagIncludeDocCode.Visible = true;
- this.gv_flagIncludeDocCode.VisibleIndex = 6;
- this.gv_flagIncludeDocCode.Width = 94;
- //
- // gv_flagSpilitNo
- //
- this.gv_flagSpilitNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_flagSpilitNo.AppearanceCell.Options.UseFont = true;
- this.gv_flagSpilitNo.Caption = "搴忓彿鍓嶅垎闅旂";
- this.gv_flagSpilitNo.FieldName = "isSpilit";
- this.gv_flagSpilitNo.MinWidth = 10;
- this.gv_flagSpilitNo.Name = "gv_flagSpilitNo";
- this.gv_flagSpilitNo.OptionsColumn.AllowEdit = false;
- this.gv_flagSpilitNo.Tag = "query_IS_SPILIT";
- this.gv_flagSpilitNo.Visible = true;
- this.gv_flagSpilitNo.VisibleIndex = 4;
- this.gv_flagSpilitNo.Width = 94;
- //
- // gv_resetZero
- //
- this.gv_resetZero.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_resetZero.AppearanceCell.Options.UseFont = true;
- this.gv_resetZero.Caption = "姣忓ぉ褰掗浂";
- this.gv_resetZero.FieldName = "resetZero";
- this.gv_resetZero.MinWidth = 10;
- this.gv_resetZero.Name = "gv_resetZero";
- this.gv_resetZero.OptionsColumn.AllowEdit = false;
- this.gv_resetZero.Tag = "query_RESET_ZERO";
- this.gv_resetZero.Visible = true;
- this.gv_resetZero.VisibleIndex = 5;
- this.gv_resetZero.Width = 94;
- //
- // gv_noLength
- //
- this.gv_noLength.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_noLength.AppearanceCell.Options.UseFont = true;
- this.gv_noLength.Caption = "搴忓彿闀垮害";
- this.gv_noLength.FieldName = "noLength";
- this.gv_noLength.MinWidth = 10;
- this.gv_noLength.Name = "gv_noLength";
- this.gv_noLength.OptionsColumn.AllowEdit = false;
- this.gv_noLength.Tag = "query_NO_LENGTH";
- this.gv_noLength.Visible = true;
- this.gv_noLength.VisibleIndex = 3;
- this.gv_noLength.Width = 94;
- //
- // gv_ruleFormat
- //
- this.gv_ruleFormat.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_ruleFormat.AppearanceCell.Options.UseFont = true;
- this.gv_ruleFormat.Caption = "缂栫爜瑙勫垯";
- this.gv_ruleFormat.FieldName = "docFormat";
- this.gv_ruleFormat.MinWidth = 10;
- this.gv_ruleFormat.Name = "gv_ruleFormat";
- this.gv_ruleFormat.OptionsColumn.AllowEdit = false;
- this.gv_ruleFormat.Tag = "query_DOC_FORMAT";
- this.gv_ruleFormat.Visible = true;
- this.gv_ruleFormat.VisibleIndex = 2;
- this.gv_ruleFormat.Width = 300;
- //
- // gv_docCode
- //
- this.gv_docCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_docCode.AppearanceCell.Options.UseFont = true;
- this.gv_docCode.Caption = "鍗曟嵁绫诲瀷";
- this.gv_docCode.FieldName = "docCode";
- this.gv_docCode.MinWidth = 10;
- this.gv_docCode.Name = "gv_docCode";
- this.gv_docCode.OptionsColumn.AllowEdit = false;
- this.gv_docCode.Tag = "query_DOC_CODE";
- this.gv_docCode.Visible = true;
- this.gv_docCode.VisibleIndex = 1;
- this.gv_docCode.Width = 150;
- //
// toolBarMenu1
//
this.toolBarMenu1.chkParameter = "SYS_DOC_RULE,check_date,check_status,check_by";
this.toolBarMenu1.currentAction = null;
+ this.toolBarMenu1.defaultActions = null;
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
this.toolBarMenu1.guidKey = null;
this.toolBarMenu1.isSetBtn = false;
@@ -224,23 +119,62 @@
this.toolBarMenu1.xlsInService = null;
this.toolBarMenu1.xlsOutParameter = null;
//
- // gcMain
+ // xtraTabControl1
//
- 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, 0);
- this.gcMain.MainView = this.gridView1;
- this.gcMain.Name = "gcMain";
- this.gcMain.Size = new System.Drawing.Size(1072, 510);
- this.gcMain.TabIndex = 1;
- this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+ this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
+ this.xtraTabControl1.Name = "xtraTabControl1";
+ this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
+ this.xtraTabControl1.Size = new System.Drawing.Size(1074, 580);
+ this.xtraTabControl1.TabIndex = 3;
+ this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+ this.xtraTabPage1,
+ this.xtraTabPage2});
+ //
+ // xtraTabPage1
+ //
+ this.xtraTabPage1.Controls.Add(this.split1);
+ this.xtraTabPage1.Name = "xtraTabPage1";
+ this.xtraTabPage1.Size = new System.Drawing.Size(1072, 548);
+ this.xtraTabPage1.Text = "鏁版嵁鍒楄〃";
+ //
+ // split1
+ //
+ this.split1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.split1.Horizontal = false;
+ this.split1.Location = new System.Drawing.Point(0, 0);
+ this.split1.Name = "split1";
+ //
+ // split1.Panel1
+ //
+ this.split1.Panel1.Controls.Add(this.gcMain1);
+ this.split1.Panel1.Controls.Add(this.pageBar1);
+ this.split1.Panel1.Text = "Panel1";
+ //
+ // split1.Panel2
+ //
+ this.split1.Panel2.Text = "Panel2";
+ this.split1.Size = new System.Drawing.Size(1072, 548);
+ this.split1.SplitterPosition = 536;
+ this.split1.TabIndex = 4;
+ //
+ // gcMain1
+ //
+ this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
+
+ this.gcMain1.Location = new System.Drawing.Point(0, 0);
+ this.gcMain1.MainView = this.gridView1;
+ this.gcMain1.Name = "gcMain1";
+ this.gcMain1.Size = new System.Drawing.Size(1072, 498);
+ this.gcMain1.TabIndex = 2;
+ this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
- this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.ColumnPanelRowHeight = 50;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
@@ -255,7 +189,7 @@
this.gv_createDate,
this.gridColumn1,
this.gridColumn2});
- this.gridView1.GridControl = this.gcMain;
+ this.gridView1.GridControl = this.gcMain1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsFind.ShowSearchNavButtons = false;
this.gridView1.OptionsView.ShowAutoFilterRow = true;
@@ -274,36 +208,148 @@
this.gv_checkStatus.VisibleIndex = 0;
this.gv_checkStatus.Width = 50;
//
- // xtraTabControl1
+ // gv_docCode
//
- this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
- this.xtraTabControl1.Name = "xtraTabControl1";
- this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
- this.xtraTabControl1.Size = new System.Drawing.Size(1074, 580);
- this.xtraTabControl1.TabIndex = 3;
- this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
- this.xtraTabPage1,
- this.xtraTabPage2});
+
+ this.gv_docCode.AppearanceCell.Options.UseFont = true;
+ this.gv_docCode.Caption = "鍗曟嵁绫诲瀷";
+ this.gv_docCode.FieldName = "docCode";
+ this.gv_docCode.MinWidth = 10;
+ this.gv_docCode.Name = "gv_docCode";
+ this.gv_docCode.OptionsColumn.AllowEdit = false;
+ this.gv_docCode.Tag = "query_DOC_CODE";
+ this.gv_docCode.Visible = true;
+ this.gv_docCode.VisibleIndex = 1;
+ this.gv_docCode.Width = 150;
//
- // xtraTabPage1
+ // gv_ruleFormat
//
- this.xtraTabPage1.Controls.Add(this.gcMain);
- this.xtraTabPage1.Controls.Add(this.pageBar1);
- this.xtraTabPage1.Name = "xtraTabPage1";
- this.xtraTabPage1.Size = new System.Drawing.Size(1072, 548);
- this.xtraTabPage1.Text = "鏁版嵁鍒楄〃";
+
+ this.gv_ruleFormat.AppearanceCell.Options.UseFont = true;
+ this.gv_ruleFormat.Caption = "缂栫爜瑙勫垯";
+ this.gv_ruleFormat.FieldName = "docFormat";
+ this.gv_ruleFormat.MinWidth = 10;
+ this.gv_ruleFormat.Name = "gv_ruleFormat";
+ this.gv_ruleFormat.OptionsColumn.AllowEdit = false;
+ this.gv_ruleFormat.Tag = "query_DOC_FORMAT";
+ this.gv_ruleFormat.Visible = true;
+ this.gv_ruleFormat.VisibleIndex = 2;
+ this.gv_ruleFormat.Width = 300;
+ //
+ // gv_noLength
+ //
+
+ this.gv_noLength.AppearanceCell.Options.UseFont = true;
+ this.gv_noLength.Caption = "搴忓彿闀垮害";
+ this.gv_noLength.FieldName = "noLength";
+ this.gv_noLength.MinWidth = 10;
+ this.gv_noLength.Name = "gv_noLength";
+ this.gv_noLength.OptionsColumn.AllowEdit = false;
+ this.gv_noLength.Tag = "query_NO_LENGTH";
+ this.gv_noLength.Visible = true;
+ this.gv_noLength.VisibleIndex = 3;
+ this.gv_noLength.Width = 94;
+ //
+ // gv_flagSpilitNo
+ //
+
+ this.gv_flagSpilitNo.AppearanceCell.Options.UseFont = true;
+ this.gv_flagSpilitNo.Caption = "搴忓彿鍓嶅垎闅旂";
+ this.gv_flagSpilitNo.FieldName = "isSpilit";
+ this.gv_flagSpilitNo.MinWidth = 10;
+ this.gv_flagSpilitNo.Name = "gv_flagSpilitNo";
+ this.gv_flagSpilitNo.OptionsColumn.AllowEdit = false;
+ this.gv_flagSpilitNo.Tag = "query_IS_SPILIT";
+ this.gv_flagSpilitNo.Visible = true;
+ this.gv_flagSpilitNo.VisibleIndex = 4;
+ this.gv_flagSpilitNo.Width = 94;
+ //
+ // gv_resetZero
+ //
+
+ this.gv_resetZero.AppearanceCell.Options.UseFont = true;
+ this.gv_resetZero.Caption = "姣忓ぉ褰掗浂";
+ this.gv_resetZero.FieldName = "resetZero";
+ this.gv_resetZero.MinWidth = 10;
+ this.gv_resetZero.Name = "gv_resetZero";
+ this.gv_resetZero.OptionsColumn.AllowEdit = false;
+ this.gv_resetZero.Tag = "query_RESET_ZERO";
+ this.gv_resetZero.Visible = true;
+ this.gv_resetZero.VisibleIndex = 5;
+ this.gv_resetZero.Width = 94;
+ //
+ // gv_flagIncludeDocCode
+ //
+
+ this.gv_flagIncludeDocCode.AppearanceCell.Options.UseFont = true;
+ this.gv_flagIncludeDocCode.Caption = "鍖呭惈鍗曟嵁绫诲瀷";
+ this.gv_flagIncludeDocCode.FieldName = "isIncludeDoc";
+ this.gv_flagIncludeDocCode.MinWidth = 10;
+ this.gv_flagIncludeDocCode.Name = "gv_flagIncludeDocCode";
+ this.gv_flagIncludeDocCode.OptionsColumn.AllowEdit = false;
+ this.gv_flagIncludeDocCode.Tag = "query_IS_INCLUDE_DOC";
+ this.gv_flagIncludeDocCode.Visible = true;
+ this.gv_flagIncludeDocCode.VisibleIndex = 6;
+ this.gv_flagIncludeDocCode.Width = 94;
+ //
+ // gv_createdBy
+ //
+
+ this.gv_createdBy.AppearanceCell.Options.UseFont = true;
+ this.gv_createdBy.Caption = "寤虹珛鑰�";
+ this.gv_createdBy.FieldName = "createBy";
+ this.gv_createdBy.MinWidth = 10;
+ this.gv_createdBy.Name = "gv_createdBy";
+ this.gv_createdBy.OptionsColumn.AllowEdit = false;
+ this.gv_createdBy.Tag = "query_check_by";
+ this.gv_createdBy.Visible = true;
+ this.gv_createdBy.VisibleIndex = 7;
+ this.gv_createdBy.Width = 94;
+ //
+ // gv_createDate
+ //
+
+ this.gv_createDate.AppearanceCell.Options.UseFont = true;
+ this.gv_createDate.Caption = "寤虹珛鏃ユ湡";
+ this.gv_createDate.FieldName = "createTime";
+ this.gv_createDate.MinWidth = 10;
+ this.gv_createDate.Name = "gv_createDate";
+ this.gv_createDate.OptionsColumn.AllowEdit = false;
+ this.gv_createDate.Tag = "query_check_date";
+ this.gv_createDate.Visible = true;
+ this.gv_createDate.VisibleIndex = 8;
+ this.gv_createDate.Width = 180;
+ //
+ // gridColumn1
+ //
+ this.gridColumn1.Caption = "瀹℃牳鑰�";
+ this.gridColumn1.FieldName = "checkBy";
+ this.gridColumn1.MinWidth = 25;
+ this.gridColumn1.Name = "gridColumn1";
+ this.gridColumn1.Visible = true;
+ this.gridColumn1.VisibleIndex = 9;
+ this.gridColumn1.Width = 94;
+ //
+ // gridColumn2
+ //
+ this.gridColumn2.Caption = "瀹℃牳鏃ユ湡";
+ this.gridColumn2.FieldName = "checkDate";
+ this.gridColumn2.MinWidth = 25;
+ this.gridColumn2.Name = "gridColumn2";
+ this.gridColumn2.Visible = true;
+ this.gridColumn2.VisibleIndex = 10;
+ this.gridColumn2.Width = 94;
//
// pageBar1
//
this.pageBar1.CurrentPage = 1;
this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.pageBar1.Location = new System.Drawing.Point(0, 510);
+ this.pageBar1.Location = new System.Drawing.Point(0, 498);
this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.pageBar1.Name = "pageBar1";
this.pageBar1.RecordCount = 0;
this.pageBar1.Size = new System.Drawing.Size(1072, 38);
- this.pageBar1.TabIndex = 3;
+ this.pageBar1.TabIndex = 4;
this.pageBar1.TotalPages = 0;
//
// xtraTabPage2
@@ -328,7 +374,7 @@
this.panel1.Controls.Add(this.txt_docCode);
this.panel1.Controls.Add(this.labelControl11);
this.panel1.Controls.Add(this.lbGuid);
- this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.panel1.Location = new System.Drawing.Point(72, 33);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(937, 448);
@@ -366,7 +412,7 @@
//
// labelControl8
//
- this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.labelControl8.Appearance.Options.UseFont = true;
this.labelControl8.Location = new System.Drawing.Point(81, 35);
this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -377,7 +423,7 @@
//
// labelControl7
//
- this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.labelControl7.Appearance.Options.UseFont = true;
this.labelControl7.Location = new System.Drawing.Point(543, -23);
this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -391,7 +437,7 @@
this.txt_isIncludeDoc.Location = new System.Drawing.Point(329, 268);
this.txt_isIncludeDoc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_isIncludeDoc.Name = "txt_isIncludeDoc";
- this.txt_isIncludeDoc.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.txt_isIncludeDoc.Properties.Appearance.Options.UseFont = true;
this.txt_isIncludeDoc.Properties.Caption = "鍖呭惈鍗曟嵁瀛楀ご";
this.txt_isIncludeDoc.Size = new System.Drawing.Size(174, 25);
@@ -402,7 +448,7 @@
this.txt_isSpilit.Location = new System.Drawing.Point(329, 230);
this.txt_isSpilit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_isSpilit.Name = "txt_isSpilit";
- this.txt_isSpilit.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.txt_isSpilit.Properties.Appearance.Options.UseFont = true;
this.txt_isSpilit.Properties.Caption = "搴忓彿鍓嶅姞闂撮殧绗﹀彿";
this.txt_isSpilit.Size = new System.Drawing.Size(174, 25);
@@ -439,7 +485,7 @@
this.txxtItem5.Location = new System.Drawing.Point(617, 48);
this.txxtItem5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txxtItem5.Name = "txxtItem5";
- this.txxtItem5.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.txxtItem5.Properties.Appearance.Options.UseFont = true;
this.txxtItem5.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -452,7 +498,7 @@
//
// labelControl9
//
- this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.labelControl9.Appearance.Options.UseFont = true;
this.labelControl9.Location = new System.Drawing.Point(632, 17);
this.labelControl9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -463,7 +509,7 @@
//
// labelControl1
//
- this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Location = new System.Drawing.Point(110, 17);
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -477,13 +523,12 @@
this.txxtItem4.Location = new System.Drawing.Point(489, 48);
this.txxtItem4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txxtItem4.Name = "txxtItem4";
- this.txxtItem4.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.txxtItem4.Properties.Appearance.Options.UseFont = true;
this.txxtItem4.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txxtItem4.Properties.Items.AddRange(new object[] {
"<鏃�>",
- "<缁勭粐缂栧彿>",
"<骞村勾>",
"<骞村勾骞村勾>",
"<鏈堟湀>",
@@ -497,13 +542,12 @@
this.txxtItem3.Location = new System.Drawing.Point(363, 48);
this.txxtItem3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txxtItem3.Name = "txxtItem3";
- this.txxtItem3.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.txxtItem3.Properties.Appearance.Options.UseFont = true;
this.txxtItem3.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txxtItem3.Properties.Items.AddRange(new object[] {
"<鏃�>",
- "<缁勭粐缂栧彿>",
"<骞村勾>",
"<骞村勾骞村勾>",
"<鏈堟湀>",
@@ -519,7 +563,7 @@
this.txt_docFormat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_docFormat.Name = "txt_docFormat";
this.txt_docFormat.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
- this.txt_docFormat.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.txt_docFormat.Properties.Appearance.Options.UseBackColor = true;
this.txt_docFormat.Properties.Appearance.Options.UseFont = true;
this.txt_docFormat.Properties.ReadOnly = true;
@@ -531,13 +575,12 @@
this.txxtItem2.Location = new System.Drawing.Point(238, 48);
this.txxtItem2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txxtItem2.Name = "txxtItem2";
- this.txxtItem2.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.txxtItem2.Properties.Appearance.Options.UseFont = true;
this.txxtItem2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txxtItem2.Properties.Items.AddRange(new object[] {
"<鏃�>",
- "<缁勭粐缂栧彿>",
"<骞村勾>",
"<骞村勾骞村勾>",
"<鏈堟湀>",
@@ -548,7 +591,7 @@
//
// lblRuleFormat
//
- this.lblRuleFormat.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.lblRuleFormat.Appearance.Options.UseFont = true;
this.lblRuleFormat.Location = new System.Drawing.Point(25, 91);
this.lblRuleFormat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -562,13 +605,12 @@
this.txxtItem1.Location = new System.Drawing.Point(112, 48);
this.txxtItem1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txxtItem1.Name = "txxtItem1";
- this.txxtItem1.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.txxtItem1.Properties.Appearance.Options.UseFont = true;
this.txxtItem1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txxtItem1.Properties.Items.AddRange(new object[] {
"<鏃�>",
- "<缁勭粐缂栧彿>",
"<骞村勾>",
"<骞村勾骞村勾>",
"<鏈堟湀>",
@@ -579,7 +621,7 @@
//
// labelControl4
//
- this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.labelControl4.Appearance.Options.UseFont = true;
this.labelControl4.Location = new System.Drawing.Point(25, 49);
this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -590,7 +632,7 @@
//
// labelControl5
//
- this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.labelControl5.Appearance.Options.UseFont = true;
this.labelControl5.Location = new System.Drawing.Point(488, 17);
this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -601,7 +643,7 @@
//
// labelControl2
//
- this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Location = new System.Drawing.Point(238, 17);
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -612,7 +654,7 @@
//
// labelControl3
//
- this.labelControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Location = new System.Drawing.Point(362, 17);
this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -623,7 +665,7 @@
//
// lblDocCode
//
- this.lblDocCode.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.lblDocCode.Appearance.Options.UseFont = true;
this.lblDocCode.Location = new System.Drawing.Point(194, -23);
this.lblDocCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -634,7 +676,7 @@
//
// labelControl6
//
- this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.labelControl6.Appearance.Options.UseFont = true;
this.labelControl6.Location = new System.Drawing.Point(77, 232);
this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
@@ -648,7 +690,7 @@
this.txt_docCode.Location = new System.Drawing.Point(166, 31);
this.txt_docCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txt_docCode.Name = "txt_docCode";
- this.txt_docCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+
this.txt_docCode.Properties.Appearance.Options.UseFont = true;
this.txt_docCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
@@ -689,26 +731,6 @@
this.picCheckBox.TabStop = false;
this.picCheckBox.Visible = false;
//
- // gridColumn1
- //
- this.gridColumn1.Caption = "瀹℃牳鑰�";
- this.gridColumn1.FieldName = "checkBy";
- this.gridColumn1.MinWidth = 25;
- this.gridColumn1.Name = "gridColumn1";
- this.gridColumn1.Visible = true;
- this.gridColumn1.VisibleIndex = 9;
- this.gridColumn1.Width = 94;
- //
- // gridColumn2
- //
- this.gridColumn2.Caption = "瀹℃牳鏃ユ湡";
- this.gridColumn2.FieldName = "checkDate";
- this.gridColumn2.MinWidth = 25;
- this.gridColumn2.Name = "gridColumn2";
- this.gridColumn2.Visible = true;
- this.gridColumn2.VisibleIndex = 10;
- this.gridColumn2.Width = 94;
- //
// DocNoRule
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -719,11 +741,16 @@
this.Controls.Add(this.toolBarMenu1);
this.Name = "DocNoRule";
this.Text = "缂栫爜瑙勫垯";
- ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.split1.Panel1)).EndInit();
+ this.split1.Panel1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.split1.Panel2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.split1)).EndInit();
+ this.split1.ResumeLayout(false);
+ ((System.ComponentModel.ISupportInitialize)(this.gcMain1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.xtraTabPage2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
@@ -747,23 +774,11 @@
}
#endregion
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 DevExpress.XtraTab.XtraTabPage xtraTabPage2;
- private UserControls.Data.UcPageBar pageBar1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lbGuid;
private DevExpress.XtraEditors.LabelControl labelControl11;
- private DevExpress.XtraGrid.Columns.GridColumn gv_createdBy;
- private DevExpress.XtraGrid.Columns.GridColumn gv_createDate;
- private DevExpress.XtraGrid.Columns.GridColumn gv_flagIncludeDocCode;
- private DevExpress.XtraGrid.Columns.GridColumn gv_flagSpilitNo;
- private DevExpress.XtraGrid.Columns.GridColumn gv_resetZero;
- private DevExpress.XtraGrid.Columns.GridColumn gv_noLength;
- private DevExpress.XtraGrid.Columns.GridColumn gv_ruleFormat;
- private DevExpress.XtraGrid.Columns.GridColumn gv_docCode;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.CheckEdit txt_isIncludeDoc;
private DevExpress.XtraEditors.CheckEdit txt_isSpilit;
@@ -785,11 +800,24 @@
private DevExpress.XtraEditors.LabelControl labelControl8;
private System.Windows.Forms.NumericUpDown txt_noLength;
private DevExpress.XtraEditors.CheckEdit txt_resetZero;
- private DevExpress.XtraGrid.Columns.GridColumn gv_checkStatus;
private System.Windows.Forms.PictureBox picCheckBox;
private DevExpress.XtraEditors.LabelControl labelControl9;
private DevExpress.XtraEditors.ComboBoxEdit txxtItem5;
+ private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
+ private DevExpress.XtraEditors.SplitContainerControl split1;
+ private DevExpress.XtraGrid.GridControl gcMain1;
+ private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
+ private DevExpress.XtraGrid.Columns.GridColumn gv_checkStatus;
+ private DevExpress.XtraGrid.Columns.GridColumn gv_docCode;
+ private DevExpress.XtraGrid.Columns.GridColumn gv_ruleFormat;
+ private DevExpress.XtraGrid.Columns.GridColumn gv_noLength;
+ private DevExpress.XtraGrid.Columns.GridColumn gv_flagSpilitNo;
+ private DevExpress.XtraGrid.Columns.GridColumn gv_resetZero;
+ private DevExpress.XtraGrid.Columns.GridColumn gv_flagIncludeDocCode;
+ private DevExpress.XtraGrid.Columns.GridColumn gv_createdBy;
+ private DevExpress.XtraGrid.Columns.GridColumn gv_createDate;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
+ private UserControls.Data.UcPageBar pageBar1;
}
}
\ No newline at end of file
--
Gitblit v1.9.3