From c417c607f22f90e1e1cec2d2a5fcde754f5adb73 Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期一, 09 九月 2024 22:13:34 +0800
Subject: [PATCH] 增加日志

---
 DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs |  681 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 678 insertions(+), 3 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs
index aa61b63..09809d5 100644
--- a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs
@@ -29,19 +29,694 @@
         /// </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.ToolBarMenu();
+            this.gcMain = new DevExpress.XtraGrid.GridControl();
+            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
+            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
+            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
+            this.pageBar1 = new UserControls.Data.PageBar();
+            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
+            this.panel1 = new System.Windows.Forms.Panel();
+            this.txt_noLength = new System.Windows.Forms.NumericUpDown();
+            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
+            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
+            this.txt_flagIncludeDocCode = new DevExpress.XtraEditors.CheckEdit();
+            this.txt_flagSpilitNo = new DevExpress.XtraEditors.CheckEdit();
+            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
+            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
+            this.lblPreview = new DevExpress.XtraEditors.LabelControl();
+            this.txxtItem4 = new DevExpress.XtraEditors.ComboBoxEdit();
+            this.txxtItem3 = new DevExpress.XtraEditors.ComboBoxEdit();
+            this.txt_ruleFormat = new DevExpress.XtraEditors.TextEdit();
+            this.txxtItem2 = new DevExpress.XtraEditors.ComboBoxEdit();
+            this.lblRuleFormat = new DevExpress.XtraEditors.LabelControl();
+            this.txxtItem1 = new DevExpress.XtraEditors.ComboBoxEdit();
+            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
+            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
+            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
+            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
+            this.lblDocCode = new DevExpress.XtraEditors.LabelControl();
+            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
+            this.lblResetZero = new DevExpress.XtraEditors.LabelControl();
+            this.txt_resetZero = new DevExpress.XtraEditors.ComboBoxEdit();
+            this.txt_docCode = new DevExpress.XtraEditors.LookUpEdit();
+            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
+            this.lbGuid = new System.Windows.Forms.Label();
+            ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
+            this.xtraTabControl1.SuspendLayout();
+            this.xtraTabPage1.SuspendLayout();
+            this.xtraTabPage2.SuspendLayout();
+            this.panel1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_noLength)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_flagIncludeDocCode.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_flagSpilitNo.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
+            this.panelControl1.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.txxtItem4.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txxtItem3.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_ruleFormat.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txxtItem2.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txxtItem1.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_resetZero.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_docCode.Properties)).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 = "createdBy";
+            this.gv_createdBy.MinWidth = 25;
+            this.gv_createdBy.Name = "gv_createdBy";
+            this.gv_createdBy.OptionsColumn.AllowEdit = false;
+            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 = 25;
+            this.gv_createDate.Name = "gv_createDate";
+            this.gv_createDate.OptionsColumn.AllowEdit = false;
+            this.gv_createDate.Visible = true;
+            this.gv_createDate.VisibleIndex = 6;
+            this.gv_createDate.Width = 94;
+            // 
+            // 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 = "flagIncludeDocCode";
+            this.gv_flagIncludeDocCode.MinWidth = 25;
+            this.gv_flagIncludeDocCode.Name = "gv_flagIncludeDocCode";
+            this.gv_flagIncludeDocCode.OptionsColumn.AllowEdit = false;
+            this.gv_flagIncludeDocCode.Visible = true;
+            this.gv_flagIncludeDocCode.VisibleIndex = 5;
+            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 = "flagSpilitNo";
+            this.gv_flagSpilitNo.MinWidth = 25;
+            this.gv_flagSpilitNo.Name = "gv_flagSpilitNo";
+            this.gv_flagSpilitNo.OptionsColumn.AllowEdit = false;
+            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 = 25;
+            this.gv_resetZero.Name = "gv_resetZero";
+            this.gv_resetZero.OptionsColumn.AllowEdit = false;
+            this.gv_resetZero.Visible = true;
+            this.gv_resetZero.VisibleIndex = 3;
+            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 = 25;
+            this.gv_noLength.Name = "gv_noLength";
+            this.gv_noLength.OptionsColumn.AllowEdit = false;
+            this.gv_noLength.Visible = true;
+            this.gv_noLength.VisibleIndex = 2;
+            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 = "ruleFormat";
+            this.gv_ruleFormat.MinWidth = 25;
+            this.gv_ruleFormat.Name = "gv_ruleFormat";
+            this.gv_ruleFormat.OptionsColumn.AllowEdit = false;
+            this.gv_ruleFormat.Visible = true;
+            this.gv_ruleFormat.VisibleIndex = 1;
+            this.gv_ruleFormat.Width = 94;
+            // 
+            // 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 = 25;
+            this.gv_docCode.Name = "gv_docCode";
+            this.gv_docCode.OptionsColumn.AllowEdit = false;
+            this.gv_docCode.Visible = true;
+            this.gv_docCode.VisibleIndex = 0;
+            this.gv_docCode.Width = 94;
+            // 
+            // toolBarMenu1
+            // 
+            this.toolBarMenu1.actions = null;
+            this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
+            this.toolBarMenu1.isSetBtn = false;
+            this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
+            this.toolBarMenu1.Name = "toolBarMenu1";
+            this.toolBarMenu1.Size = new System.Drawing.Size(997, 80);
+            this.toolBarMenu1.TabIndex = 0;
+            // 
+            // 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, 0);
+            this.gcMain.MainView = this.gridView1;
+            this.gcMain.Name = "gcMain";
+            this.gcMain.Size = new System.Drawing.Size(995, 510);
+            this.gcMain.TabIndex = 1;
+            this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
+            this.gridView1});
+            // 
+            // 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.gv_docCode,
+            this.gv_ruleFormat,
+            this.gv_noLength,
+            this.gv_flagSpilitNo,
+            this.gv_resetZero,
+            this.gv_flagIncludeDocCode,
+            this.gv_createDate,
+            this.gv_createdBy});
+            this.gridView1.GridControl = this.gcMain;
+            this.gridView1.Name = "gridView1";
+            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
+            this.gridView1.OptionsView.ShowAutoFilterRow = true;
+            this.gridView1.OptionsView.ShowGroupPanel = false;
+            // 
+            // xtraTabControl1
+            // 
+            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(997, 580);
+            this.xtraTabControl1.TabIndex = 3;
+            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
+            this.xtraTabPage1,
+            this.xtraTabPage2});
+            // 
+            // xtraTabPage1
+            // 
+            this.xtraTabPage1.Controls.Add(this.gcMain);
+            this.xtraTabPage1.Controls.Add(this.pageBar1);
+            this.xtraTabPage1.Name = "xtraTabPage1";
+            this.xtraTabPage1.Size = new System.Drawing.Size(995, 548);
+            this.xtraTabPage1.Text = "鏁版嵁鏌ヨ";
+            // 
+            // pageBar1
+            // 
+            this.pageBar1.CurrentPage = 1;
+            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
+            this.pageBar1.Location = new System.Drawing.Point(0, 510);
+            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(995, 38);
+            this.pageBar1.TabIndex = 3;
+            this.pageBar1.TotalPages = 0;
+            // 
+            // xtraTabPage2
+            // 
+            this.xtraTabPage2.Controls.Add(this.panel1);
+            this.xtraTabPage2.Name = "xtraTabPage2";
+            this.xtraTabPage2.PageEnabled = false;
+            this.xtraTabPage2.Size = new System.Drawing.Size(995, 548);
+            this.xtraTabPage2.Text = "鏁版嵁缂栬緫";
+            // 
+            // panel1
+            // 
+            this.panel1.BackColor = System.Drawing.Color.White;
+            this.panel1.Controls.Add(this.txt_noLength);
+            this.panel1.Controls.Add(this.labelControl8);
+            this.panel1.Controls.Add(this.labelControl7);
+            this.panel1.Controls.Add(this.txt_flagIncludeDocCode);
+            this.panel1.Controls.Add(this.txt_flagSpilitNo);
+            this.panel1.Controls.Add(this.panelControl1);
+            this.panel1.Controls.Add(this.lblDocCode);
+            this.panel1.Controls.Add(this.labelControl6);
+            this.panel1.Controls.Add(this.lblResetZero);
+            this.panel1.Controls.Add(this.txt_resetZero);
+            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(797, 448);
+            this.panel1.TabIndex = 1;
+            // 
+            // txt_noLength
+            // 
+            this.txt_noLength.Location = new System.Drawing.Point(166, 284);
+            this.txt_noLength.Maximum = new decimal(new int[] {
+            10,
+            0,
+            0,
+            0});
+            this.txt_noLength.Minimum = new decimal(new int[] {
+            3,
+            0,
+            0,
+            0});
+            this.txt_noLength.Name = "txt_noLength";
+            this.txt_noLength.Size = new System.Drawing.Size(159, 28);
+            this.txt_noLength.TabIndex = 237;
+            this.txt_noLength.Value = new decimal(new int[] {
+            3,
+            0,
+            0,
+            0});
+            // 
+            // 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);
+            this.labelControl8.Name = "labelControl8";
+            this.labelControl8.Size = new System.Drawing.Size(85, 21);
+            this.labelControl8.TabIndex = 236;
+            this.labelControl8.Text = "鍗曟嵁绫诲瀷锛�";
+            // 
+            // 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);
+            this.labelControl7.Name = "labelControl7";
+            this.labelControl7.Size = new System.Drawing.Size(85, 21);
+            this.labelControl7.TabIndex = 232;
+            this.labelControl7.Text = "鍗曟嵁瀛楀ご锛�";
+            // 
+            // txt_flagIncludeDocCode
+            // 
+            this.txt_flagIncludeDocCode.Location = new System.Drawing.Point(372, 337);
+            this.txt_flagIncludeDocCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.txt_flagIncludeDocCode.Name = "txt_flagIncludeDocCode";
+            this.txt_flagIncludeDocCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_flagIncludeDocCode.Properties.Appearance.Options.UseFont = true;
+            this.txt_flagIncludeDocCode.Properties.Caption = "鍖呭惈鍗曟嵁瀛楀ご";
+            this.txt_flagIncludeDocCode.Size = new System.Drawing.Size(174, 25);
+            this.txt_flagIncludeDocCode.TabIndex = 231;
+            // 
+            // txt_flagSpilitNo
+            // 
+            this.txt_flagSpilitNo.Location = new System.Drawing.Point(372, 287);
+            this.txt_flagSpilitNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.txt_flagSpilitNo.Name = "txt_flagSpilitNo";
+            this.txt_flagSpilitNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_flagSpilitNo.Properties.Appearance.Options.UseFont = true;
+            this.txt_flagSpilitNo.Properties.Caption = "搴忓彿鍓嶅姞闂撮殧绗﹀彿";
+            this.txt_flagSpilitNo.Size = new System.Drawing.Size(174, 25);
+            this.txt_flagSpilitNo.TabIndex = 230;
+            // 
+            // panelControl1
+            // 
+            this.panelControl1.Appearance.BackColor = System.Drawing.SystemColors.ActiveCaption;
+            this.panelControl1.Appearance.ForeColor = System.Drawing.Color.White;
+            this.panelControl1.Appearance.Options.UseBackColor = true;
+            this.panelControl1.Appearance.Options.UseForeColor = true;
+            this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
+            this.panelControl1.Controls.Add(this.labelControl1);
+            this.panelControl1.Controls.Add(this.lblPreview);
+            this.panelControl1.Controls.Add(this.txxtItem4);
+            this.panelControl1.Controls.Add(this.txxtItem3);
+            this.panelControl1.Controls.Add(this.txt_ruleFormat);
+            this.panelControl1.Controls.Add(this.txxtItem2);
+            this.panelControl1.Controls.Add(this.lblRuleFormat);
+            this.panelControl1.Controls.Add(this.txxtItem1);
+            this.panelControl1.Controls.Add(this.labelControl4);
+            this.panelControl1.Controls.Add(this.labelControl5);
+            this.panelControl1.Controls.Add(this.labelControl2);
+            this.panelControl1.Controls.Add(this.labelControl3);
+            this.panelControl1.Location = new System.Drawing.Point(81, 73);
+            this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.panelControl1.Name = "panelControl1";
+            this.panelControl1.Size = new System.Drawing.Size(661, 188);
+            this.panelControl1.TabIndex = 229;
+            // 
+            // 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);
+            this.labelControl1.Name = "labelControl1";
+            this.labelControl1.Size = new System.Drawing.Size(60, 21);
+            this.labelControl1.TabIndex = 0;
+            this.labelControl1.Text = "鍙傛暟1锛�";
+            // 
+            // lblPreview
+            // 
+            this.lblPreview.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
+            this.lblPreview.Appearance.ForeColor = System.Drawing.Color.White;
+            this.lblPreview.Appearance.Options.UseFont = true;
+            this.lblPreview.Appearance.Options.UseForeColor = true;
+            this.lblPreview.Location = new System.Drawing.Point(112, 140);
+            this.lblPreview.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.lblPreview.Name = "lblPreview";
+            this.lblPreview.Size = new System.Drawing.Size(269, 24);
+            this.lblPreview.TabIndex = 0;
+            this.lblPreview.Text = "鏍蜂緥锛歑X20150506-00001";
+            // 
+            // txxtItem4
+            // 
+            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[] {
+            "<鏃�>",
+            "<鍏徃缂栧彿>",
+            "<骞村勾>",
+            "<骞村勾骞村勾>",
+            "<鏈堟湀>",
+            "<鏃ユ棩>"});
+            this.txxtItem4.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+            this.txxtItem4.Size = new System.Drawing.Size(122, 28);
+            this.txxtItem4.TabIndex = 2;
+            // 
+            // txxtItem3
+            // 
+            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[] {
+            "<鏃�>",
+            "<鍏徃缂栧彿>",
+            "<骞村勾>",
+            "<骞村勾骞村勾>",
+            "<鏈堟湀>",
+            "<鏃ユ棩>"});
+            this.txxtItem3.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+            this.txxtItem3.Size = new System.Drawing.Size(122, 28);
+            this.txxtItem3.TabIndex = 2;
+            // 
+            // txt_ruleFormat
+            // 
+            this.txt_ruleFormat.EditValue = "";
+            this.txt_ruleFormat.Location = new System.Drawing.Point(112, 91);
+            this.txt_ruleFormat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.txt_ruleFormat.Name = "txt_ruleFormat";
+            this.txt_ruleFormat.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+            this.txt_ruleFormat.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_ruleFormat.Properties.Appearance.Options.UseBackColor = true;
+            this.txt_ruleFormat.Properties.Appearance.Options.UseFont = true;
+            this.txt_ruleFormat.Properties.ReadOnly = true;
+            this.txt_ruleFormat.Size = new System.Drawing.Size(499, 28);
+            this.txt_ruleFormat.TabIndex = 0;
+            // 
+            // txxtItem2
+            // 
+            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[] {
+            "<鏃�>",
+            "<鍏徃缂栧彿>",
+            "<骞村勾>",
+            "<骞村勾骞村勾>",
+            "<鏈堟湀>",
+            "<鏃ユ棩>"});
+            this.txxtItem2.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+            this.txxtItem2.Size = new System.Drawing.Size(122, 28);
+            this.txxtItem2.TabIndex = 2;
+            // 
+            // 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);
+            this.lblRuleFormat.Name = "lblRuleFormat";
+            this.lblRuleFormat.Size = new System.Drawing.Size(85, 21);
+            this.lblRuleFormat.TabIndex = 0;
+            this.lblRuleFormat.Text = "缂栫爜瑙勫垯锛�";
+            // 
+            // txxtItem1
+            // 
+            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[] {
+            "<鏃�>",
+            "<鍏徃缂栧彿>",
+            "<骞村勾>",
+            "<骞村勾骞村勾>",
+            "<鏈堟湀>",
+            "<鏃ユ棩>"});
+            this.txxtItem1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+            this.txxtItem1.Size = new System.Drawing.Size(122, 28);
+            this.txxtItem1.TabIndex = 2;
+            // 
+            // 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);
+            this.labelControl4.Name = "labelControl4";
+            this.labelControl4.Size = new System.Drawing.Size(85, 21);
+            this.labelControl4.TabIndex = 0;
+            this.labelControl4.Text = "閰嶇疆鍙傛暟锛�";
+            // 
+            // 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);
+            this.labelControl5.Name = "labelControl5";
+            this.labelControl5.Size = new System.Drawing.Size(60, 21);
+            this.labelControl5.TabIndex = 0;
+            this.labelControl5.Text = "鍙傛暟4锛�";
+            // 
+            // 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);
+            this.labelControl2.Name = "labelControl2";
+            this.labelControl2.Size = new System.Drawing.Size(60, 21);
+            this.labelControl2.TabIndex = 0;
+            this.labelControl2.Text = "鍙傛暟2锛�";
+            // 
+            // 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);
+            this.labelControl3.Name = "labelControl3";
+            this.labelControl3.Size = new System.Drawing.Size(60, 21);
+            this.labelControl3.TabIndex = 0;
+            this.labelControl3.Text = "鍙傛暟3锛�";
+            // 
+            // 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);
+            this.lblDocCode.Name = "lblDocCode";
+            this.lblDocCode.Size = new System.Drawing.Size(85, 21);
+            this.lblDocCode.TabIndex = 226;
+            this.lblDocCode.Text = "鍗曟嵁鍚嶇О锛�";
+            // 
+            // labelControl6
+            // 
+            this.labelControl6.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.labelControl6.Appearance.Options.UseFont = true;
+            this.labelControl6.Location = new System.Drawing.Point(81, 289);
+            this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.labelControl6.Name = "labelControl6";
+            this.labelControl6.Size = new System.Drawing.Size(85, 21);
+            this.labelControl6.TabIndex = 227;
+            this.labelControl6.Text = "搴忓彿闀垮害锛�";
+            // 
+            // lblResetZero
+            // 
+            this.lblResetZero.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.lblResetZero.Appearance.Options.UseFont = true;
+            this.lblResetZero.Location = new System.Drawing.Point(81, 339);
+            this.lblResetZero.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.lblResetZero.Name = "lblResetZero";
+            this.lblResetZero.Size = new System.Drawing.Size(85, 21);
+            this.lblResetZero.TabIndex = 221;
+            this.lblResetZero.Text = "褰掗浂鏂瑰紡锛�";
+            // 
+            // txt_resetZero
+            // 
+            this.txt_resetZero.EditValue = "";
+            this.txt_resetZero.Location = new System.Drawing.Point(166, 335);
+            this.txt_resetZero.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.txt_resetZero.Name = "txt_resetZero";
+            this.txt_resetZero.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.txt_resetZero.Properties.Appearance.Options.UseFont = true;
+            this.txt_resetZero.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
+            this.txt_resetZero.Properties.Items.AddRange(new object[] {
+            "--璇烽�夋嫨--",
+            "褰掗浂",
+            "涓嶅綊闆�"});
+            this.txt_resetZero.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+            this.txt_resetZero.Size = new System.Drawing.Size(159, 28);
+            this.txt_resetZero.TabIndex = 218;
+            // 
+            // txt_docCode
+            // 
+            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)});
+            this.txt_docCode.Properties.NullText = "";
+            this.txt_docCode.Size = new System.Drawing.Size(248, 28);
+            this.txt_docCode.TabIndex = 224;
+            // 
+            // labelControl11
+            // 
+            this.labelControl11.Location = new System.Drawing.Point(81, 390);
+            this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+            this.labelControl11.Name = "labelControl11";
+            this.labelControl11.Size = new System.Drawing.Size(45, 18);
+            this.labelControl11.TabIndex = 130;
+            this.labelControl11.Text = "涓婚敭锛�";
+            // 
+            // lbGuid
+            // 
+            this.lbGuid.AutoSize = true;
+            this.lbGuid.Location = new System.Drawing.Point(118, 390);
+            this.lbGuid.Name = "lbGuid";
+            this.lbGuid.Size = new System.Drawing.Size(0, 21);
+            this.lbGuid.TabIndex = 1;
             // 
             // DocNoRule
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(657, 342);
+            this.ClientSize = new System.Drawing.Size(997, 660);
+            this.Controls.Add(this.xtraTabControl1);
+            this.Controls.Add(this.toolBarMenu1);
             this.Name = "DocNoRule";
-            this.Text = "DocNoRule";
+            ((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);
+            this.xtraTabPage2.ResumeLayout(false);
+            this.panel1.ResumeLayout(false);
+            this.panel1.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_noLength)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_flagIncludeDocCode.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_flagSpilitNo.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
+            this.panelControl1.ResumeLayout(false);
+            this.panelControl1.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.txxtItem4.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txxtItem3.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_ruleFormat.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txxtItem2.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txxtItem1.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_resetZero.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_docCode.Properties)).EndInit();
             this.ResumeLayout(false);
 
         }
-
         #endregion
+        private UserControl.ToolBarMenu 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.PageBar 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_flagIncludeDocCode;
+        private DevExpress.XtraEditors.CheckEdit txt_flagSpilitNo;
+        private DevExpress.XtraEditors.PanelControl panelControl1;
+        private DevExpress.XtraEditors.LabelControl labelControl1;
+        private DevExpress.XtraEditors.LabelControl lblPreview;
+        private DevExpress.XtraEditors.ComboBoxEdit txxtItem4;
+        private DevExpress.XtraEditors.ComboBoxEdit txxtItem3;
+        private DevExpress.XtraEditors.TextEdit txt_ruleFormat;
+        private DevExpress.XtraEditors.ComboBoxEdit txxtItem2;
+        private DevExpress.XtraEditors.LabelControl lblRuleFormat;
+        private DevExpress.XtraEditors.ComboBoxEdit txxtItem1;
+        private DevExpress.XtraEditors.LabelControl labelControl4;
+        private DevExpress.XtraEditors.LabelControl labelControl5;
+        private DevExpress.XtraEditors.LabelControl labelControl2;
+        private DevExpress.XtraEditors.LabelControl labelControl3;
+        private DevExpress.XtraEditors.LabelControl lblDocCode;
+        private DevExpress.XtraEditors.LabelControl labelControl6;
+        private DevExpress.XtraEditors.LabelControl lblResetZero;
+        private DevExpress.XtraEditors.ComboBoxEdit txt_resetZero;
+        private DevExpress.XtraEditors.LookUpEdit txt_docCode;
+        private DevExpress.XtraEditors.LabelControl labelControl8;
+        private System.Windows.Forms.NumericUpDown txt_noLength;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3