/*=================================================================== * 程序说明: sys_DocNoRule的数据管理窗体 * 作者资料: 孙中吕 * 创建日期: 2022/03/20 01:16:52 * 最后修改: 2022/03/20 01:16:52 * * 注: 本文件由代码生成器(Code Generator)自动生成。 * 版权所有 Copyright 2006~2022, C/S框架网(www.cscode.net) *===================================================================*/ namespace CSFrameworkV5.SystemModule { /// /// sys_DocNoRule的资料管理窗体 /// public partial class frmsys_DocNoRule { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 生成本窗体所有组件成员清单 private DevExpress.XtraGrid.GridControl gcSummary; private DevExpress.XtraGrid.Views.Grid.GridView gvSummary; private DevExpress.XtraEditors.PanelControl pcDetailEditor; private DevExpress.XtraGrid.Columns.GridColumn colRowID; private DevExpress.XtraEditors.LabelControl lblRowID; private DevExpress.XtraEditors.TextEdit txtRowID; private DevExpress.XtraGrid.Columns.GridColumn colDocCode; private DevExpress.XtraEditors.LabelControl lblDocCode; private DevExpress.XtraEditors.TextEdit txtDocCode; private DevExpress.XtraGrid.Columns.GridColumn colRuleFormat; private DevExpress.XtraEditors.LabelControl lblRuleFormat; private DevExpress.XtraEditors.TextEdit txtRuleFormat; private DevExpress.XtraGrid.Columns.GridColumn colCurrentValue; private DevExpress.XtraEditors.LabelControl lblCurrentValue; private DevExpress.XtraEditors.TextEdit txtCurrentValue; private DevExpress.XtraGrid.Columns.GridColumn colNoLength; private DevExpress.XtraEditors.LabelControl lblNoLength; private DevExpress.XtraEditors.TextEdit txtNoLength; private DevExpress.XtraGrid.Columns.GridColumn colResetZero; private DevExpress.XtraEditors.LabelControl lblResetZero; private DevExpress.XtraEditors.TextEdit txtResetZero; private DevExpress.XtraGrid.Columns.GridColumn colFlagSpilitNo; private DevExpress.XtraEditors.LabelControl lblFlagSpilitNo; private DevExpress.XtraEditors.TextEdit txtFlagSpilitNo; private DevExpress.XtraGrid.Columns.GridColumn colFlagIncludeDocCode; private DevExpress.XtraEditors.LabelControl lblFlagIncludeDocCode; private DevExpress.XtraEditors.TextEdit txtFlagIncludeDocCode; private DevExpress.XtraGrid.Columns.GridColumn colCreationDate; private DevExpress.XtraEditors.LabelControl lblCreationDate; private DevExpress.XtraEditors.DateEdit txtCreationDate; private DevExpress.XtraGrid.Columns.GridColumn colCreatedBy; private DevExpress.XtraEditors.LabelControl lblCreatedBy; private DevExpress.XtraEditors.TextEdit txtCreatedBy; private DevExpress.XtraGrid.Columns.GridColumn colCurrentYMD; private DevExpress.XtraEditors.LabelControl lblCurrentYMD; private DevExpress.XtraEditors.TextEdit txtCurrentYMD; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private DevExpress.XtraEditors.PanelControl pnlSearch; private DevExpress.XtraEditors.LabelControl lbl_DocCode; private DevExpress.XtraEditors.TextEdit txt_DocCode; private DevExpress.XtraEditors.LabelControl lbl_RuleFormat; private DevExpress.XtraEditors.TextEdit txt_RuleFormat; private DevExpress.XtraEditors.SimpleButton btnEmpty; private DevExpress.XtraEditors.SimpleButton btnQuery; private System.Windows.Forms.PictureBox picSearch; #endregion #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmsys_DocNoRule)); this.gcSummary = new DevExpress.XtraGrid.GridControl(); this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colRowID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDocCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colRuleFormat = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCurrentValue = new DevExpress.XtraGrid.Columns.GridColumn(); this.colNoLength = new DevExpress.XtraGrid.Columns.GridColumn(); this.colResetZero = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFlagSpilitNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.colFlagIncludeDocCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCreationDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCreatedBy = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCurrentYMD = new DevExpress.XtraGrid.Columns.GridColumn(); this.pcDetailEditor = new DevExpress.XtraEditors.PanelControl(); this.lblRowID = new DevExpress.XtraEditors.LabelControl(); this.txtRowID = new DevExpress.XtraEditors.TextEdit(); this.lblDocCode = new DevExpress.XtraEditors.LabelControl(); this.txtDocCode = new DevExpress.XtraEditors.TextEdit(); this.lblRuleFormat = new DevExpress.XtraEditors.LabelControl(); this.txtRuleFormat = new DevExpress.XtraEditors.TextEdit(); this.lblCurrentValue = new DevExpress.XtraEditors.LabelControl(); this.txtCurrentValue = new DevExpress.XtraEditors.TextEdit(); this.lblNoLength = new DevExpress.XtraEditors.LabelControl(); this.txtNoLength = new DevExpress.XtraEditors.TextEdit(); this.lblResetZero = new DevExpress.XtraEditors.LabelControl(); this.txtResetZero = new DevExpress.XtraEditors.TextEdit(); this.lblFlagSpilitNo = new DevExpress.XtraEditors.LabelControl(); this.txtFlagSpilitNo = new DevExpress.XtraEditors.TextEdit(); this.lblFlagIncludeDocCode = new DevExpress.XtraEditors.LabelControl(); this.txtFlagIncludeDocCode = new DevExpress.XtraEditors.TextEdit(); this.lblCreationDate = new DevExpress.XtraEditors.LabelControl(); this.txtCreationDate = new DevExpress.XtraEditors.DateEdit(); this.lblCreatedBy = new DevExpress.XtraEditors.LabelControl(); this.txtCreatedBy = new DevExpress.XtraEditors.TextEdit(); this.lblCurrentYMD = new DevExpress.XtraEditors.LabelControl(); this.txtCurrentYMD = new DevExpress.XtraEditors.TextEdit(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.pnlSearch = new DevExpress.XtraEditors.PanelControl(); this.picSearch = new System.Windows.Forms.PictureBox(); this.btnEmpty = new DevExpress.XtraEditors.SimpleButton(); this.btnQuery = new DevExpress.XtraEditors.SimpleButton(); this.lbl_DocCode = new DevExpress.XtraEditors.LabelControl(); this.txt_DocCode = new DevExpress.XtraEditors.TextEdit(); this.lbl_RuleFormat = new DevExpress.XtraEditors.LabelControl(); this.txt_RuleFormat = new DevExpress.XtraEditors.TextEdit(); this.tpSummary.SuspendLayout(); this.pnlSummary.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit(); this.tcBusiness.SuspendLayout(); this.tpDetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit(); this.gcNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).BeginInit(); this.pcDetailEditor.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtRowID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRuleFormat.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCurrentValue.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNoLength.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtResetZero.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFlagSpilitNo.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFlagIncludeDocCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCreationDate.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCreationDate.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCreatedBy.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCurrentYMD.Properties)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).BeginInit(); this.pnlSearch.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picSearch)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_DocCode.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_RuleFormat.Properties)).BeginInit(); this.SuspendLayout(); // // tpSummary // this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control; this.tpSummary.Appearance.PageClient.Options.UseBackColor = true; this.tpSummary.Controls.Add(this.tableLayoutPanel1); this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image"))); this.tpSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.tpSummary.Size = new System.Drawing.Size(1164, 443); // // pnlSummary // this.pnlSummary.Location = new System.Drawing.Point(2, 5); this.pnlSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.pnlSummary.Size = new System.Drawing.Size(1166, 475); // // tcBusiness // this.tcBusiness.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.tcBusiness.SelectedTabPage = this.tpSummary; this.tcBusiness.Size = new System.Drawing.Size(1166, 475); // // tpDetail // this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control; this.tpDetail.Appearance.PageClient.Options.UseBackColor = true; this.tpDetail.Controls.Add(this.pcDetailEditor); this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image"))); this.tpDetail.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.tpDetail.Size = new System.Drawing.Size(1164, 443); // // gcNavigator // this.gcNavigator.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.gcNavigator.Appearance.Options.UseBackColor = true; this.gcNavigator.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.gcNavigator.Padding = new System.Windows.Forms.Padding(2, 5, 2, 5); this.gcNavigator.Size = new System.Drawing.Size(952, 33); // // controlNavigatorSummary // this.controlNavigatorSummary.Buttons.Append.Visible = false; this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false; this.controlNavigatorSummary.Buttons.Edit.Visible = false; this.controlNavigatorSummary.Buttons.EndEdit.Visible = false; this.controlNavigatorSummary.Buttons.NextPage.Visible = false; this.controlNavigatorSummary.Buttons.PrevPage.Visible = false; this.controlNavigatorSummary.Buttons.Remove.Visible = false; this.controlNavigatorSummary.Location = new System.Drawing.Point(749, 5); this.controlNavigatorSummary.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); this.controlNavigatorSummary.Size = new System.Drawing.Size(201, 23); // // txtFocusForSave // this.txtFocusForSave.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6); // // lblAboutInfo // this.lblAboutInfo.Location = new System.Drawing.Point(523, 3); // // gcSummary // this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false; this.gcSummary.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gcSummary.Location = new System.Drawing.Point(3, 81); this.gcSummary.MainView = this.gvSummary; this.gcSummary.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.gcSummary.Name = "gcSummary"; this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No; this.gcSummary.Size = new System.Drawing.Size(1158, 890); this.gcSummary.TabIndex = 10; this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvSummary}); // // gvSummary // this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colRowID, this.colDocCode, this.colRuleFormat, this.colCurrentValue, this.colNoLength, this.colResetZero, this.colFlagSpilitNo, this.colFlagIncludeDocCode, this.colCreationDate, this.colCreatedBy, this.colCurrentYMD}); this.gvSummary.DetailHeight = 450; this.gvSummary.FixedLineWidth = 3; this.gvSummary.GridControl = this.gcSummary; this.gvSummary.Name = "gvSummary"; this.gvSummary.OptionsView.ColumnAutoWidth = false; this.gvSummary.OptionsView.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways; this.gvSummary.OptionsView.ShowFooter = true; this.gvSummary.OptionsView.ShowGroupPanel = false; // // colRowID // this.colRowID.Caption = "RowID"; this.colRowID.FieldName = "RowID"; this.colRowID.MinWidth = 23; this.colRowID.Name = "colRowID"; this.colRowID.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "RowID", "条数:{0}")}); this.colRowID.Visible = true; this.colRowID.VisibleIndex = 0; this.colRowID.Width = 114; // // colDocCode // this.colDocCode.Caption = "DocCode"; this.colDocCode.FieldName = "DocCode"; this.colDocCode.MinWidth = 23; this.colDocCode.Name = "colDocCode"; this.colDocCode.Visible = true; this.colDocCode.VisibleIndex = 1; this.colDocCode.Width = 114; // // colRuleFormat // this.colRuleFormat.Caption = "RuleFormat"; this.colRuleFormat.FieldName = "RuleFormat"; this.colRuleFormat.MinWidth = 23; this.colRuleFormat.Name = "colRuleFormat"; this.colRuleFormat.Visible = true; this.colRuleFormat.VisibleIndex = 2; this.colRuleFormat.Width = 114; // // colCurrentValue // this.colCurrentValue.Caption = "CurrentValue"; this.colCurrentValue.FieldName = "CurrentValue"; this.colCurrentValue.MinWidth = 23; this.colCurrentValue.Name = "colCurrentValue"; this.colCurrentValue.Visible = true; this.colCurrentValue.VisibleIndex = 3; this.colCurrentValue.Width = 114; // // colNoLength // this.colNoLength.Caption = "NoLength"; this.colNoLength.FieldName = "NoLength"; this.colNoLength.MinWidth = 23; this.colNoLength.Name = "colNoLength"; this.colNoLength.Visible = true; this.colNoLength.VisibleIndex = 4; this.colNoLength.Width = 114; // // colResetZero // this.colResetZero.Caption = "ResetZero"; this.colResetZero.FieldName = "ResetZero"; this.colResetZero.MinWidth = 23; this.colResetZero.Name = "colResetZero"; this.colResetZero.Visible = true; this.colResetZero.VisibleIndex = 5; this.colResetZero.Width = 114; // // colFlagSpilitNo // this.colFlagSpilitNo.Caption = "FlagSpilitNo"; this.colFlagSpilitNo.FieldName = "FlagSpilitNo"; this.colFlagSpilitNo.MinWidth = 23; this.colFlagSpilitNo.Name = "colFlagSpilitNo"; this.colFlagSpilitNo.Visible = true; this.colFlagSpilitNo.VisibleIndex = 6; this.colFlagSpilitNo.Width = 114; // // colFlagIncludeDocCode // this.colFlagIncludeDocCode.Caption = "FlagIncludeDocCode"; this.colFlagIncludeDocCode.FieldName = "FlagIncludeDocCode"; this.colFlagIncludeDocCode.MinWidth = 23; this.colFlagIncludeDocCode.Name = "colFlagIncludeDocCode"; this.colFlagIncludeDocCode.Visible = true; this.colFlagIncludeDocCode.VisibleIndex = 7; this.colFlagIncludeDocCode.Width = 114; // // colCreationDate // this.colCreationDate.Caption = "CreationDate"; this.colCreationDate.FieldName = "CreationDate"; this.colCreationDate.MinWidth = 23; this.colCreationDate.Name = "colCreationDate"; this.colCreationDate.Visible = true; this.colCreationDate.VisibleIndex = 8; this.colCreationDate.Width = 114; // // colCreatedBy // this.colCreatedBy.Caption = "CreatedBy"; this.colCreatedBy.FieldName = "CreatedBy"; this.colCreatedBy.MinWidth = 23; this.colCreatedBy.Name = "colCreatedBy"; this.colCreatedBy.Visible = true; this.colCreatedBy.VisibleIndex = 9; this.colCreatedBy.Width = 114; // // colCurrentYMD // this.colCurrentYMD.Caption = "CurrentYMD"; this.colCurrentYMD.FieldName = "CurrentYMD"; this.colCurrentYMD.MinWidth = 23; this.colCurrentYMD.Name = "colCurrentYMD"; this.colCurrentYMD.Visible = true; this.colCurrentYMD.VisibleIndex = 10; this.colCurrentYMD.Width = 114; // // pcDetailEditor // this.pcDetailEditor.Controls.Add(this.lblRowID); this.pcDetailEditor.Controls.Add(this.txtRowID); this.pcDetailEditor.Controls.Add(this.lblDocCode); this.pcDetailEditor.Controls.Add(this.txtDocCode); this.pcDetailEditor.Controls.Add(this.lblRuleFormat); this.pcDetailEditor.Controls.Add(this.txtRuleFormat); this.pcDetailEditor.Controls.Add(this.lblCurrentValue); this.pcDetailEditor.Controls.Add(this.txtCurrentValue); this.pcDetailEditor.Controls.Add(this.lblNoLength); this.pcDetailEditor.Controls.Add(this.txtNoLength); this.pcDetailEditor.Controls.Add(this.lblResetZero); this.pcDetailEditor.Controls.Add(this.txtResetZero); this.pcDetailEditor.Controls.Add(this.lblFlagSpilitNo); this.pcDetailEditor.Controls.Add(this.txtFlagSpilitNo); this.pcDetailEditor.Controls.Add(this.lblFlagIncludeDocCode); this.pcDetailEditor.Controls.Add(this.txtFlagIncludeDocCode); this.pcDetailEditor.Controls.Add(this.lblCreationDate); this.pcDetailEditor.Controls.Add(this.txtCreationDate); this.pcDetailEditor.Controls.Add(this.lblCreatedBy); this.pcDetailEditor.Controls.Add(this.txtCreatedBy); this.pcDetailEditor.Controls.Add(this.lblCurrentYMD); this.pcDetailEditor.Controls.Add(this.txtCurrentYMD); this.pcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.pcDetailEditor.Location = new System.Drawing.Point(0, 0); this.pcDetailEditor.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pcDetailEditor.Name = "pcDetailEditor"; this.pcDetailEditor.Size = new System.Drawing.Size(1164, 443); this.pcDetailEditor.TabIndex = 0; // // lblRowID // this.lblRowID.Location = new System.Drawing.Point(23, 30); this.lblRowID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblRowID.Name = "lblRowID"; this.lblRowID.Size = new System.Drawing.Size(58, 18); this.lblRowID.TabIndex = 0; this.lblRowID.Text = "RowID:"; // // txtRowID // this.txtRowID.Location = new System.Drawing.Point(118, 26); this.txtRowID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtRowID.Name = "txtRowID"; this.txtRowID.Size = new System.Drawing.Size(126, 24); this.txtRowID.TabIndex = 0; // // lblDocCode // this.lblDocCode.Location = new System.Drawing.Point(274, 30); this.lblDocCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblDocCode.Name = "lblDocCode"; this.lblDocCode.Size = new System.Drawing.Size(73, 18); this.lblDocCode.TabIndex = 0; this.lblDocCode.Text = "DocCode:"; // // txtDocCode // this.txtDocCode.Location = new System.Drawing.Point(369, 26); this.txtDocCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtDocCode.Name = "txtDocCode"; this.txtDocCode.Size = new System.Drawing.Size(126, 24); this.txtDocCode.TabIndex = 0; // // lblRuleFormat // this.lblRuleFormat.Location = new System.Drawing.Point(526, 30); this.lblRuleFormat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblRuleFormat.Name = "lblRuleFormat"; this.lblRuleFormat.Size = new System.Drawing.Size(89, 18); this.lblRuleFormat.TabIndex = 0; this.lblRuleFormat.Text = "RuleFormat:"; // // txtRuleFormat // this.txtRuleFormat.Location = new System.Drawing.Point(621, 26); this.txtRuleFormat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtRuleFormat.Name = "txtRuleFormat"; this.txtRuleFormat.Size = new System.Drawing.Size(126, 24); this.txtRuleFormat.TabIndex = 0; // // lblCurrentValue // this.lblCurrentValue.Location = new System.Drawing.Point(23, 68); this.lblCurrentValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblCurrentValue.Name = "lblCurrentValue"; this.lblCurrentValue.Size = new System.Drawing.Size(98, 18); this.lblCurrentValue.TabIndex = 0; this.lblCurrentValue.Text = "CurrentValue:"; // // txtCurrentValue // this.txtCurrentValue.Location = new System.Drawing.Point(118, 64); this.txtCurrentValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtCurrentValue.Name = "txtCurrentValue"; this.txtCurrentValue.Size = new System.Drawing.Size(126, 24); this.txtCurrentValue.TabIndex = 0; // // lblNoLength // this.lblNoLength.Location = new System.Drawing.Point(274, 68); this.lblNoLength.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblNoLength.Name = "lblNoLength"; this.lblNoLength.Size = new System.Drawing.Size(77, 18); this.lblNoLength.TabIndex = 0; this.lblNoLength.Text = "NoLength:"; // // txtNoLength // this.txtNoLength.Location = new System.Drawing.Point(369, 64); this.txtNoLength.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtNoLength.Name = "txtNoLength"; this.txtNoLength.Size = new System.Drawing.Size(126, 24); this.txtNoLength.TabIndex = 0; // // lblResetZero // this.lblResetZero.Location = new System.Drawing.Point(526, 68); this.lblResetZero.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblResetZero.Name = "lblResetZero"; this.lblResetZero.Size = new System.Drawing.Size(81, 18); this.lblResetZero.TabIndex = 0; this.lblResetZero.Text = "ResetZero:"; // // txtResetZero // this.txtResetZero.Location = new System.Drawing.Point(621, 64); this.txtResetZero.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtResetZero.Name = "txtResetZero"; this.txtResetZero.Size = new System.Drawing.Size(126, 24); this.txtResetZero.TabIndex = 0; // // lblFlagSpilitNo // this.lblFlagSpilitNo.Location = new System.Drawing.Point(23, 107); this.lblFlagSpilitNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblFlagSpilitNo.Name = "lblFlagSpilitNo"; this.lblFlagSpilitNo.Size = new System.Drawing.Size(86, 18); this.lblFlagSpilitNo.TabIndex = 0; this.lblFlagSpilitNo.Text = "FlagSpilitNo:"; // // txtFlagSpilitNo // this.txtFlagSpilitNo.Location = new System.Drawing.Point(118, 103); this.txtFlagSpilitNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtFlagSpilitNo.Name = "txtFlagSpilitNo"; this.txtFlagSpilitNo.Size = new System.Drawing.Size(126, 24); this.txtFlagSpilitNo.TabIndex = 0; // // lblFlagIncludeDocCode // this.lblFlagIncludeDocCode.Location = new System.Drawing.Point(274, 107); this.lblFlagIncludeDocCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblFlagIncludeDocCode.Name = "lblFlagIncludeDocCode"; this.lblFlagIncludeDocCode.Size = new System.Drawing.Size(146, 18); this.lblFlagIncludeDocCode.TabIndex = 0; this.lblFlagIncludeDocCode.Text = "FlagIncludeDocCode:"; // // txtFlagIncludeDocCode // this.txtFlagIncludeDocCode.Location = new System.Drawing.Point(369, 103); this.txtFlagIncludeDocCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtFlagIncludeDocCode.Name = "txtFlagIncludeDocCode"; this.txtFlagIncludeDocCode.Size = new System.Drawing.Size(126, 24); this.txtFlagIncludeDocCode.TabIndex = 0; // // lblCreationDate // this.lblCreationDate.Location = new System.Drawing.Point(526, 107); this.lblCreationDate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblCreationDate.Name = "lblCreationDate"; this.lblCreationDate.Size = new System.Drawing.Size(99, 18); this.lblCreationDate.TabIndex = 0; this.lblCreationDate.Text = "CreationDate:"; // // txtCreationDate // this.txtCreationDate.EditValue = null; this.txtCreationDate.Location = new System.Drawing.Point(621, 103); this.txtCreationDate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtCreationDate.Name = "txtCreationDate"; this.txtCreationDate.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.txtCreationDate.Properties.Appearance.Options.UseBackColor = true; this.txtCreationDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txtCreationDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.txtCreationDate.Size = new System.Drawing.Size(126, 24); this.txtCreationDate.TabIndex = 1; // // lblCreatedBy // this.lblCreatedBy.Location = new System.Drawing.Point(23, 145); this.lblCreatedBy.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblCreatedBy.Name = "lblCreatedBy"; this.lblCreatedBy.Size = new System.Drawing.Size(83, 18); this.lblCreatedBy.TabIndex = 0; this.lblCreatedBy.Text = "CreatedBy:"; // // txtCreatedBy // this.txtCreatedBy.Location = new System.Drawing.Point(118, 141); this.txtCreatedBy.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtCreatedBy.Name = "txtCreatedBy"; this.txtCreatedBy.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.txtCreatedBy.Properties.Appearance.Options.UseBackColor = true; this.txtCreatedBy.Size = new System.Drawing.Size(126, 24); this.txtCreatedBy.TabIndex = 0; // // lblCurrentYMD // this.lblCurrentYMD.Location = new System.Drawing.Point(274, 145); this.lblCurrentYMD.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblCurrentYMD.Name = "lblCurrentYMD"; this.lblCurrentYMD.Size = new System.Drawing.Size(95, 18); this.lblCurrentYMD.TabIndex = 0; this.lblCurrentYMD.Text = "CurrentYMD:"; // // txtCurrentYMD // this.txtCurrentYMD.Location = new System.Drawing.Point(369, 141); this.txtCurrentYMD.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtCurrentYMD.Name = "txtCurrentYMD"; this.txtCurrentYMD.Size = new System.Drawing.Size(126, 24); this.txtCurrentYMD.TabIndex = 0; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.pnlSearch, 0, 0); this.tableLayoutPanel1.Controls.Add(this.gcSummary, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 77F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(1164, 443); this.tableLayoutPanel1.TabIndex = 11; // // pnlSearch // this.pnlSearch.Controls.Add(this.picSearch); this.pnlSearch.Controls.Add(this.btnEmpty); this.pnlSearch.Controls.Add(this.btnQuery); this.pnlSearch.Controls.Add(this.lbl_DocCode); this.pnlSearch.Controls.Add(this.txt_DocCode); this.pnlSearch.Controls.Add(this.lbl_RuleFormat); this.pnlSearch.Controls.Add(this.txt_RuleFormat); this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlSearch.Location = new System.Drawing.Point(3, 4); this.pnlSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.pnlSearch.Name = "pnlSearch"; this.pnlSearch.Size = new System.Drawing.Size(1158, 69); this.pnlSearch.TabIndex = 11; // // picSearch // this.picSearch.Location = new System.Drawing.Point(6, 3); this.picSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.picSearch.Name = "picSearch"; this.picSearch.Size = new System.Drawing.Size(50, 50); this.picSearch.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.picSearch.TabIndex = 22; this.picSearch.TabStop = false; // // btnEmpty // this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand; this.btnEmpty.Location = new System.Drawing.Point(834, 6); this.btnEmpty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnEmpty.Name = "btnEmpty"; this.btnEmpty.Size = new System.Drawing.Size(104, 54); this.btnEmpty.TabIndex = 21; this.btnEmpty.Text = "清空(&E)"; this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click); // // btnQuery // this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand; this.btnQuery.Location = new System.Drawing.Point(725, 6); this.btnQuery.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(104, 54); this.btnQuery.TabIndex = 20; this.btnQuery.Text = "查询(&S)"; this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click); // // lbl_DocCode // this.lbl_DocCode.Location = new System.Drawing.Point(80, 24); this.lbl_DocCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lbl_DocCode.Name = "lbl_DocCode"; this.lbl_DocCode.Size = new System.Drawing.Size(73, 18); this.lbl_DocCode.TabIndex = 0; this.lbl_DocCode.Text = "DocCode:"; // // txt_DocCode // this.txt_DocCode.Location = new System.Drawing.Point(175, 21); this.txt_DocCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_DocCode.Name = "txt_DocCode"; this.txt_DocCode.Size = new System.Drawing.Size(103, 24); this.txt_DocCode.TabIndex = 0; // // lbl_RuleFormat // this.lbl_RuleFormat.Location = new System.Drawing.Point(297, 24); this.lbl_RuleFormat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lbl_RuleFormat.Name = "lbl_RuleFormat"; this.lbl_RuleFormat.Size = new System.Drawing.Size(89, 18); this.lbl_RuleFormat.TabIndex = 0; this.lbl_RuleFormat.Text = "RuleFormat:"; // // txt_RuleFormat // this.txt_RuleFormat.Location = new System.Drawing.Point(392, 21); this.txt_RuleFormat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txt_RuleFormat.Name = "txt_RuleFormat"; this.txt_RuleFormat.Size = new System.Drawing.Size(103, 24); this.txt_RuleFormat.TabIndex = 0; // // frmsys_DocNoRule // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.ClientSize = new System.Drawing.Size(1170, 485); this.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.Name = "frmsys_DocNoRule"; this.Padding = new System.Windows.Forms.Padding(2, 5, 2, 5); this.Text = "frmsys_DocNoRule资料管理"; this.Load += new System.EventHandler(this.frmsys_DocNoRule_Load); this.tpSummary.ResumeLayout(false); this.pnlSummary.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit(); this.tcBusiness.ResumeLayout(false); this.tpDetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit(); this.gcNavigator.ResumeLayout(false); this.gcNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).EndInit(); this.pcDetailEditor.ResumeLayout(false); this.pcDetailEditor.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtRowID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtDocCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtRuleFormat.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCurrentValue.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNoLength.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtResetZero.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFlagSpilitNo.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFlagIncludeDocCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCreationDate.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCreationDate.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCreatedBy.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtCurrentYMD.Properties)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).EndInit(); this.pnlSearch.ResumeLayout(false); this.pnlSearch.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picSearch)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_DocCode.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_RuleFormat.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion }//public partial class }//namespace