|
namespace CSFrameworkV5.SystemModule
|
{
|
///<summary>
|
/// _DocNoRule的资料管理窗体
|
/// </summary>
|
public partial class frmDocNoRule
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
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 colDocCode;
|
private DevExpress.XtraEditors.LabelControl lblDocCode;
|
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 colResetZero;
|
private DevExpress.XtraEditors.LabelControl lblResetZero;
|
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;
|
|
#endregion
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDocNoRule));
|
this.gcSummary = new DevExpress.XtraGrid.GridControl();
|
this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colDocCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repM_Doc = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
this.colRuleFormat = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colNoLength = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCurrentValue = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colResetZero = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colFlagSpilitNo = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repM_Check = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
this.colFlagIncludeDocCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCreationDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colCreatedBy = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repM_User = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
this.repM_Station = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
|
this.pcDetailEditor = new DevExpress.XtraEditors.PanelControl();
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
this._txtPrefix = new DevExpress.XtraEditors.TextEdit();
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
this.txtFlagIncludeDocCode = new DevExpress.XtraEditors.CheckEdit();
|
this.txtFlagSpilitNo = new DevExpress.XtraEditors.CheckEdit();
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
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.txtRuleFormat = 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.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
this.lblDocCode = new DevExpress.XtraEditors.LabelControl();
|
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
this.lblCurrentValue = new DevExpress.XtraEditors.LabelControl();
|
this.txtNoLength = new DevExpress.XtraEditors.TextEdit();
|
this.txtCurrentValue = new DevExpress.XtraEditors.TextEdit();
|
this.lblResetZero = new DevExpress.XtraEditors.LabelControl();
|
this.lblCreationDate = new DevExpress.XtraEditors.LabelControl();
|
this.txtCreationDate = new DevExpress.XtraEditors.DateEdit();
|
this.lblCreatedBy = new DevExpress.XtraEditors.LabelControl();
|
this.txtResetZero = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.txtDocCode = new DevExpress.XtraEditors.LookUpEdit();
|
this.txtCreatedBy = new DevExpress.XtraEditors.LookUpEdit();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
|
this.txt_DataSet = new DevExpress.XtraEditors.LookUpEdit();
|
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.repM_Doc)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repM_Check)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repM_User)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repM_Station)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).BeginInit();
|
this.pcDetailEditor.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this._txtPrefix.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFlagIncludeDocCode.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFlagSpilitNo.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
this.panelControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txxtItem4.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txxtItem3.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtRuleFormat.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txxtItem2.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txxtItem1.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtNoLength.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCurrentValue.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreationDate.Properties.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreationDate.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtResetZero.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtDocCode.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreatedBy.Properties)).BeginInit();
|
this.tableLayoutPanel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
this.panelControl2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txt_DataSet.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.Size = new System.Drawing.Size(973, 586);
|
//
|
// pnlSummary
|
//
|
this.pnlSummary.Location = new System.Drawing.Point(2, 2);
|
this.pnlSummary.Size = new System.Drawing.Size(979, 617);
|
//
|
// tcBusiness
|
//
|
this.tcBusiness.Size = new System.Drawing.Size(979, 617);
|
//
|
// 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.PageEnabled = false;
|
this.tpDetail.Size = new System.Drawing.Size(973, 586);
|
//
|
// 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.Size = new System.Drawing.Size(833, 26);
|
//
|
// 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(655, 2);
|
//
|
// lblAboutInfo
|
//
|
this.lblAboutInfo.Location = new System.Drawing.Point(458, 2);
|
//
|
// 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.Location = new System.Drawing.Point(3, 53);
|
this.gcSummary.MainView = this.gvSummary;
|
this.gcSummary.Name = "gcSummary";
|
this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repM_Station,
|
this.repM_User,
|
this.repM_Doc,
|
this.repM_Check});
|
this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
this.gcSummary.Size = new System.Drawing.Size(967, 532);
|
this.gcSummary.TabIndex = 10;
|
this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gvSummary});
|
//
|
// gvSummary
|
//
|
this.gvSummary.ColumnPanelRowHeight = 30;
|
this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colDocCode,
|
this.colRuleFormat,
|
this.colNoLength,
|
this.colCurrentValue,
|
this.colResetZero,
|
this.colFlagSpilitNo,
|
this.colFlagIncludeDocCode,
|
this.colCreationDate,
|
this.colCreatedBy});
|
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;
|
this.gvSummary.RowHeight = 25;
|
//
|
// colDocCode
|
//
|
this.colDocCode.Caption = "单据名称";
|
this.colDocCode.ColumnEdit = this.repM_Doc;
|
this.colDocCode.FieldName = "DocCode";
|
this.colDocCode.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
|
this.colDocCode.Name = "colDocCode";
|
this.colDocCode.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "DocCode", "{0}")});
|
this.colDocCode.Visible = true;
|
this.colDocCode.VisibleIndex = 0;
|
this.colDocCode.Width = 146;
|
//
|
// repM_Doc
|
//
|
this.repM_Doc.AutoHeight = false;
|
this.repM_Doc.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repM_Doc.Name = "repM_Doc";
|
//
|
// colRuleFormat
|
//
|
this.colRuleFormat.Caption = "编码规则";
|
this.colRuleFormat.FieldName = "RuleFormat";
|
this.colRuleFormat.Name = "colRuleFormat";
|
this.colRuleFormat.Visible = true;
|
this.colRuleFormat.VisibleIndex = 1;
|
this.colRuleFormat.Width = 230;
|
//
|
// colNoLength
|
//
|
this.colNoLength.Caption = "序号长度";
|
this.colNoLength.FieldName = "NoLength";
|
this.colNoLength.Name = "colNoLength";
|
this.colNoLength.Visible = true;
|
this.colNoLength.VisibleIndex = 4;
|
//
|
// colCurrentValue
|
//
|
this.colCurrentValue.Caption = "当前序号";
|
this.colCurrentValue.FieldName = "CurrentValue";
|
this.colCurrentValue.Name = "colCurrentValue";
|
this.colCurrentValue.Visible = true;
|
this.colCurrentValue.VisibleIndex = 2;
|
this.colCurrentValue.Width = 71;
|
//
|
// colResetZero
|
//
|
this.colResetZero.Caption = "归零方式";
|
this.colResetZero.FieldName = "ResetZero";
|
this.colResetZero.Name = "colResetZero";
|
this.colResetZero.Visible = true;
|
this.colResetZero.VisibleIndex = 3;
|
this.colResetZero.Width = 79;
|
//
|
// colFlagSpilitNo
|
//
|
this.colFlagSpilitNo.AppearanceHeader.Options.UseTextOptions = true;
|
this.colFlagSpilitNo.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colFlagSpilitNo.Caption = "分隔符";
|
this.colFlagSpilitNo.ColumnEdit = this.repM_Check;
|
this.colFlagSpilitNo.FieldName = "FlagSpilitNo";
|
this.colFlagSpilitNo.Name = "colFlagSpilitNo";
|
this.colFlagSpilitNo.Visible = true;
|
this.colFlagSpilitNo.VisibleIndex = 5;
|
this.colFlagSpilitNo.Width = 59;
|
//
|
// repM_Check
|
//
|
this.repM_Check.AutoHeight = false;
|
this.repM_Check.Caption = "Check";
|
this.repM_Check.Name = "repM_Check";
|
//
|
// colFlagIncludeDocCode
|
//
|
this.colFlagIncludeDocCode.AppearanceHeader.Options.UseTextOptions = true;
|
this.colFlagIncludeDocCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colFlagIncludeDocCode.Caption = "包含字头";
|
this.colFlagIncludeDocCode.ColumnEdit = this.repM_Check;
|
this.colFlagIncludeDocCode.FieldName = "FlagIncludeDocCode";
|
this.colFlagIncludeDocCode.Name = "colFlagIncludeDocCode";
|
this.colFlagIncludeDocCode.Visible = true;
|
this.colFlagIncludeDocCode.VisibleIndex = 6;
|
this.colFlagIncludeDocCode.Width = 69;
|
//
|
// colCreationDate
|
//
|
this.colCreationDate.Caption = "创建日期";
|
this.colCreationDate.FieldName = "CreationDate";
|
this.colCreationDate.Name = "colCreationDate";
|
this.colCreationDate.Visible = true;
|
this.colCreationDate.VisibleIndex = 7;
|
this.colCreationDate.Width = 100;
|
//
|
// colCreatedBy
|
//
|
this.colCreatedBy.Caption = "创建人";
|
this.colCreatedBy.ColumnEdit = this.repM_User;
|
this.colCreatedBy.FieldName = "CreatedBy";
|
this.colCreatedBy.Name = "colCreatedBy";
|
this.colCreatedBy.Visible = true;
|
this.colCreatedBy.VisibleIndex = 8;
|
this.colCreatedBy.Width = 100;
|
//
|
// repM_User
|
//
|
this.repM_User.AutoHeight = false;
|
this.repM_User.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repM_User.Name = "repM_User";
|
//
|
// repM_Station
|
//
|
this.repM_Station.AutoHeight = false;
|
this.repM_Station.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repM_Station.Name = "repM_Station";
|
//
|
// pcDetailEditor
|
//
|
this.pcDetailEditor.Controls.Add(this.pictureBox3);
|
this.pcDetailEditor.Controls.Add(this._txtPrefix);
|
this.pcDetailEditor.Controls.Add(this.labelControl7);
|
this.pcDetailEditor.Controls.Add(this.txtFlagIncludeDocCode);
|
this.pcDetailEditor.Controls.Add(this.txtFlagSpilitNo);
|
this.pcDetailEditor.Controls.Add(this.panelControl1);
|
this.pcDetailEditor.Controls.Add(this.labelControl9);
|
this.pcDetailEditor.Controls.Add(this.lblDocCode);
|
this.pcDetailEditor.Controls.Add(this.labelControl6);
|
this.pcDetailEditor.Controls.Add(this.lblCurrentValue);
|
this.pcDetailEditor.Controls.Add(this.txtNoLength);
|
this.pcDetailEditor.Controls.Add(this.txtCurrentValue);
|
this.pcDetailEditor.Controls.Add(this.lblResetZero);
|
this.pcDetailEditor.Controls.Add(this.lblCreationDate);
|
this.pcDetailEditor.Controls.Add(this.txtCreationDate);
|
this.pcDetailEditor.Controls.Add(this.lblCreatedBy);
|
this.pcDetailEditor.Controls.Add(this.txtResetZero);
|
this.pcDetailEditor.Controls.Add(this.txtDocCode);
|
this.pcDetailEditor.Controls.Add(this.txtCreatedBy);
|
this.pcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pcDetailEditor.Location = new System.Drawing.Point(0, 0);
|
this.pcDetailEditor.Name = "pcDetailEditor";
|
this.pcDetailEditor.Size = new System.Drawing.Size(973, 586);
|
this.pcDetailEditor.TabIndex = 0;
|
//
|
// pictureBox3
|
//
|
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
|
this.pictureBox3.Location = new System.Drawing.Point(104, 43);
|
this.pictureBox3.Name = "pictureBox3";
|
this.pictureBox3.Size = new System.Drawing.Size(32, 32);
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
this.pictureBox3.TabIndex = 7;
|
this.pictureBox3.TabStop = false;
|
//
|
// _txtPrefix
|
//
|
this._txtPrefix.EditValue = "SO";
|
this._txtPrefix.Location = new System.Drawing.Point(449, 93);
|
this._txtPrefix.Name = "_txtPrefix";
|
this._txtPrefix.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
|
this._txtPrefix.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
this._txtPrefix.Properties.Appearance.Options.UseFont = true;
|
this._txtPrefix.Properties.Appearance.Options.UseForeColor = true;
|
this._txtPrefix.Properties.MaxLength = 1;
|
this._txtPrefix.Size = new System.Drawing.Size(62, 24);
|
this._txtPrefix.TabIndex = 6;
|
//
|
// labelControl7
|
//
|
this.labelControl7.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.labelControl7.Appearance.Options.UseFont = true;
|
this.labelControl7.Location = new System.Drawing.Point(380, 95);
|
this.labelControl7.Name = "labelControl7";
|
this.labelControl7.Size = new System.Drawing.Size(70, 17);
|
this.labelControl7.TabIndex = 5;
|
this.labelControl7.Text = "单据字头:";
|
//
|
// txtFlagIncludeDocCode
|
//
|
this.txtFlagIncludeDocCode.Location = new System.Drawing.Point(147, 445);
|
this.txtFlagIncludeDocCode.Name = "txtFlagIncludeDocCode";
|
this.txtFlagIncludeDocCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtFlagIncludeDocCode.Properties.Appearance.Options.UseFont = true;
|
this.txtFlagIncludeDocCode.Properties.Caption = "包含单据字头";
|
this.txtFlagIncludeDocCode.Size = new System.Drawing.Size(152, 21);
|
this.txtFlagIncludeDocCode.TabIndex = 4;
|
this.txtFlagIncludeDocCode.CheckedChanged += new System.EventHandler(this.txtFlagIncludeDocCode_CheckedChanged);
|
//
|
// txtFlagSpilitNo
|
//
|
this.txtFlagSpilitNo.Location = new System.Drawing.Point(147, 412);
|
this.txtFlagSpilitNo.Name = "txtFlagSpilitNo";
|
this.txtFlagSpilitNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtFlagSpilitNo.Properties.Appearance.Options.UseFont = true;
|
this.txtFlagSpilitNo.Properties.Caption = "序号前加间隔符号";
|
this.txtFlagSpilitNo.Size = new System.Drawing.Size(152, 21);
|
this.txtFlagSpilitNo.TabIndex = 4;
|
this.txtFlagSpilitNo.CheckedChanged += new System.EventHandler(this.txtFlagSpilitNo_CheckedChanged);
|
//
|
// panelControl1
|
//
|
this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
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.pictureBox2);
|
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.txtRuleFormat);
|
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(53, 135);
|
this.panelControl1.Name = "panelControl1";
|
this.panelControl1.Size = new System.Drawing.Size(578, 146);
|
this.panelControl1.TabIndex = 3;
|
//
|
// pictureBox2
|
//
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
this.pictureBox2.Location = new System.Drawing.Point(96, 106);
|
this.pictureBox2.Name = "pictureBox2";
|
this.pictureBox2.Size = new System.Drawing.Size(32, 32);
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
this.pictureBox2.TabIndex = 3;
|
this.pictureBox2.TabStop = false;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.labelControl1.Appearance.Options.UseFont = true;
|
this.labelControl1.Location = new System.Drawing.Point(96, 13);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(50, 17);
|
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(134, 111);
|
this.lblPreview.Name = "lblPreview";
|
this.lblPreview.Size = new System.Drawing.Size(210, 19);
|
this.lblPreview.TabIndex = 0;
|
this.lblPreview.Text = "参考:XX20150506-00001";
|
//
|
// txxtItem4
|
//
|
this.txxtItem4.Location = new System.Drawing.Point(428, 37);
|
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(107, 22);
|
this.txxtItem4.TabIndex = 2;
|
this.txxtItem4.EditValueChanged += new System.EventHandler(this.txxtItem4_EditValueChanged);
|
//
|
// txxtItem3
|
//
|
this.txxtItem3.Location = new System.Drawing.Point(318, 37);
|
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(107, 22);
|
this.txxtItem3.TabIndex = 2;
|
this.txxtItem3.EditValueChanged += new System.EventHandler(this.txxtItem3_EditValueChanged);
|
//
|
// txtRuleFormat
|
//
|
this.txtRuleFormat.EditValue = "<年年><月月>";
|
this.txtRuleFormat.Location = new System.Drawing.Point(98, 71);
|
this.txtRuleFormat.Name = "txtRuleFormat";
|
this.txtRuleFormat.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.txtRuleFormat.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtRuleFormat.Properties.Appearance.Options.UseBackColor = true;
|
this.txtRuleFormat.Properties.Appearance.Options.UseFont = true;
|
this.txtRuleFormat.Size = new System.Drawing.Size(437, 22);
|
this.txtRuleFormat.TabIndex = 0;
|
//
|
// txxtItem2
|
//
|
this.txxtItem2.Location = new System.Drawing.Point(208, 37);
|
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(107, 22);
|
this.txxtItem2.TabIndex = 2;
|
this.txxtItem2.EditValueChanged += new System.EventHandler(this.txxtItem2_EditValueChanged);
|
//
|
// lblRuleFormat
|
//
|
this.lblRuleFormat.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lblRuleFormat.Appearance.Options.UseFont = true;
|
this.lblRuleFormat.Location = new System.Drawing.Point(22, 71);
|
this.lblRuleFormat.Name = "lblRuleFormat";
|
this.lblRuleFormat.Size = new System.Drawing.Size(70, 17);
|
this.lblRuleFormat.TabIndex = 0;
|
this.lblRuleFormat.Text = "编码规则:";
|
//
|
// txxtItem1
|
//
|
this.txxtItem1.Location = new System.Drawing.Point(98, 37);
|
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(107, 22);
|
this.txxtItem1.TabIndex = 2;
|
this.txxtItem1.EditValueChanged += new System.EventHandler(this.txxtItem1_EditValueChanged);
|
//
|
// labelControl4
|
//
|
this.labelControl4.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.labelControl4.Appearance.Options.UseFont = true;
|
this.labelControl4.Location = new System.Drawing.Point(22, 38);
|
this.labelControl4.Name = "labelControl4";
|
this.labelControl4.Size = new System.Drawing.Size(70, 17);
|
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(427, 13);
|
this.labelControl5.Name = "labelControl5";
|
this.labelControl5.Size = new System.Drawing.Size(50, 17);
|
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(208, 13);
|
this.labelControl2.Name = "labelControl2";
|
this.labelControl2.Size = new System.Drawing.Size(50, 17);
|
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(317, 13);
|
this.labelControl3.Name = "labelControl3";
|
this.labelControl3.Size = new System.Drawing.Size(50, 17);
|
this.labelControl3.TabIndex = 0;
|
this.labelControl3.Text = "项目3:";
|
//
|
// labelControl9
|
//
|
this.labelControl9.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.labelControl9.Appearance.Options.UseFont = true;
|
this.labelControl9.Location = new System.Drawing.Point(147, 50);
|
this.labelControl9.Name = "labelControl9";
|
this.labelControl9.Size = new System.Drawing.Size(308, 17);
|
this.labelControl9.TabIndex = 0;
|
this.labelControl9.Text = "温馨提示:【资料表维护】界面可添加单据名称。";
|
//
|
// lblDocCode
|
//
|
this.lblDocCode.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lblDocCode.Appearance.Options.UseFont = true;
|
this.lblDocCode.Location = new System.Drawing.Point(74, 95);
|
this.lblDocCode.Name = "lblDocCode";
|
this.lblDocCode.Size = new System.Drawing.Size(70, 17);
|
this.lblDocCode.TabIndex = 0;
|
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(74, 306);
|
this.labelControl6.Name = "labelControl6";
|
this.labelControl6.Size = new System.Drawing.Size(70, 17);
|
this.labelControl6.TabIndex = 0;
|
this.labelControl6.Text = "序号长度:";
|
//
|
// lblCurrentValue
|
//
|
this.lblCurrentValue.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lblCurrentValue.Appearance.Options.UseFont = true;
|
this.lblCurrentValue.Location = new System.Drawing.Point(74, 342);
|
this.lblCurrentValue.Name = "lblCurrentValue";
|
this.lblCurrentValue.Size = new System.Drawing.Size(70, 17);
|
this.lblCurrentValue.TabIndex = 0;
|
this.lblCurrentValue.Text = "当前序号:";
|
//
|
// txtNoLength
|
//
|
this.txtNoLength.Location = new System.Drawing.Point(148, 305);
|
this.txtNoLength.Name = "txtNoLength";
|
this.txtNoLength.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtNoLength.Properties.Appearance.Options.UseFont = true;
|
this.txtNoLength.Properties.MaxLength = 1;
|
this.txtNoLength.Size = new System.Drawing.Size(139, 22);
|
this.txtNoLength.TabIndex = 0;
|
this.txtNoLength.EditValueChanged += new System.EventHandler(this.txtNoLength_EditValueChanged);
|
this.txtNoLength.Validating += new System.ComponentModel.CancelEventHandler(this.txtNoLength_Validating);
|
//
|
// txtCurrentValue
|
//
|
this.txtCurrentValue.Location = new System.Drawing.Point(148, 340);
|
this.txtCurrentValue.Name = "txtCurrentValue";
|
this.txtCurrentValue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtCurrentValue.Properties.Appearance.Options.UseFont = true;
|
this.txtCurrentValue.Size = new System.Drawing.Size(139, 22);
|
this.txtCurrentValue.TabIndex = 0;
|
//
|
// lblResetZero
|
//
|
this.lblResetZero.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lblResetZero.Appearance.Options.UseFont = true;
|
this.lblResetZero.Location = new System.Drawing.Point(74, 374);
|
this.lblResetZero.Name = "lblResetZero";
|
this.lblResetZero.Size = new System.Drawing.Size(70, 17);
|
this.lblResetZero.TabIndex = 0;
|
this.lblResetZero.Text = "归零方式:";
|
//
|
// lblCreationDate
|
//
|
this.lblCreationDate.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lblCreationDate.Appearance.Options.UseFont = true;
|
this.lblCreationDate.Location = new System.Drawing.Point(418, 339);
|
this.lblCreationDate.Name = "lblCreationDate";
|
this.lblCreationDate.Size = new System.Drawing.Size(70, 17);
|
this.lblCreationDate.TabIndex = 0;
|
this.lblCreationDate.Text = "创建日期:";
|
//
|
// txtCreationDate
|
//
|
this.txtCreationDate.EditValue = null;
|
this.txtCreationDate.Location = new System.Drawing.Point(492, 336);
|
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.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtCreationDate.Properties.Appearance.Options.UseBackColor = true;
|
this.txtCreationDate.Properties.Appearance.Options.UseFont = 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(139, 22);
|
this.txtCreationDate.TabIndex = 1;
|
//
|
// lblCreatedBy
|
//
|
this.lblCreatedBy.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.lblCreatedBy.Appearance.Options.UseFont = true;
|
this.lblCreatedBy.Location = new System.Drawing.Point(432, 304);
|
this.lblCreatedBy.Name = "lblCreatedBy";
|
this.lblCreatedBy.Size = new System.Drawing.Size(56, 17);
|
this.lblCreatedBy.TabIndex = 0;
|
this.lblCreatedBy.Text = "创建人:";
|
//
|
// txtResetZero
|
//
|
this.txtResetZero.Location = new System.Drawing.Point(148, 371);
|
this.txtResetZero.Name = "txtResetZero";
|
this.txtResetZero.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtResetZero.Properties.Appearance.Options.UseFont = true;
|
this.txtResetZero.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtResetZero.Properties.Items.AddRange(new object[] {
|
"归零",
|
"不归零"});
|
this.txtResetZero.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.txtResetZero.Size = new System.Drawing.Size(139, 22);
|
this.txtResetZero.TabIndex = 0;
|
//
|
// txtDocCode
|
//
|
this.txtDocCode.Location = new System.Drawing.Point(147, 93);
|
this.txtDocCode.Name = "txtDocCode";
|
this.txtDocCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtDocCode.Properties.Appearance.Options.UseFont = true;
|
this.txtDocCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtDocCode.Properties.NullText = "";
|
this.txtDocCode.Size = new System.Drawing.Size(217, 22);
|
this.txtDocCode.TabIndex = 0;
|
this.txtDocCode.EditValueChanged += new System.EventHandler(this.txtDocCode_EditValueChanged);
|
//
|
// txtCreatedBy
|
//
|
this.txtCreatedBy.Location = new System.Drawing.Point(492, 301);
|
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.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txtCreatedBy.Properties.Appearance.Options.UseBackColor = true;
|
this.txtCreatedBy.Properties.Appearance.Options.UseFont = true;
|
this.txtCreatedBy.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txtCreatedBy.Properties.NullText = "";
|
this.txtCreatedBy.Size = new System.Drawing.Size(139, 22);
|
this.txtCreatedBy.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.gcSummary, 0, 1);
|
this.tableLayoutPanel1.Controls.Add(this.panelControl2, 0, 0);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 2;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(973, 586);
|
this.tableLayoutPanel1.TabIndex = 11;
|
//
|
// panelControl2
|
//
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
this.panelControl2.Controls.Add(this.labelControl8);
|
this.panelControl2.Controls.Add(this.txt_DataSet);
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelControl2.Location = new System.Drawing.Point(3, 3);
|
this.panelControl2.Name = "panelControl2";
|
this.panelControl2.Size = new System.Drawing.Size(967, 44);
|
this.panelControl2.TabIndex = 11;
|
//
|
// labelControl8
|
//
|
this.labelControl8.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.labelControl8.Appearance.Options.UseFont = true;
|
this.labelControl8.Location = new System.Drawing.Point(18, 13);
|
this.labelControl8.Name = "labelControl8";
|
this.labelControl8.Size = new System.Drawing.Size(70, 17);
|
this.labelControl8.TabIndex = 1;
|
this.labelControl8.Text = "选择账套:";
|
//
|
// txt_DataSet
|
//
|
this.txt_DataSet.Location = new System.Drawing.Point(96, 11);
|
this.txt_DataSet.Name = "txt_DataSet";
|
this.txt_DataSet.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
this.txt_DataSet.Properties.Appearance.Options.UseFont = true;
|
this.txt_DataSet.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.txt_DataSet.Properties.NullText = "";
|
this.txt_DataSet.Size = new System.Drawing.Size(232, 22);
|
this.txt_DataSet.TabIndex = 0;
|
this.txt_DataSet.EditValueChanged += new System.EventHandler(this.txt_DataSet_EditValueChanged);
|
//
|
// frmDocNoRule
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.ClientSize = new System.Drawing.Size(983, 621);
|
this.Name = "frmDocNoRule";
|
this.Text = "编码规则";
|
this.Load += new System.EventHandler(this.frm_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.repM_Doc)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repM_Check)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repM_User)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repM_Station)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pcDetailEditor)).EndInit();
|
this.pcDetailEditor.ResumeLayout(false);
|
this.pcDetailEditor.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this._txtPrefix.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFlagIncludeDocCode.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtFlagSpilitNo.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
this.panelControl1.ResumeLayout(false);
|
this.panelControl1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txxtItem4.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txxtItem3.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtRuleFormat.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txxtItem2.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txxtItem1.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtNoLength.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCurrentValue.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreationDate.Properties.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreationDate.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtResetZero.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtDocCode.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.txtCreatedBy.Properties)).EndInit();
|
this.tableLayoutPanel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
this.panelControl2.ResumeLayout(false);
|
this.panelControl2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.txt_DataSet.Properties)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
private DevExpress.XtraEditors.ComboBoxEdit txtResetZero;
|
private DevExpress.XtraEditors.LookUpEdit txtDocCode;
|
private DevExpress.XtraEditors.ComboBoxEdit txxtItem1;
|
private DevExpress.XtraEditors.ComboBoxEdit txxtItem3;
|
private DevExpress.XtraEditors.ComboBoxEdit txxtItem2;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
private DevExpress.XtraEditors.ComboBoxEdit txxtItem4;
|
private DevExpress.XtraEditors.LabelControl labelControl5;
|
private DevExpress.XtraEditors.LookUpEdit txtCreatedBy;
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repM_Station;
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repM_User;
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repM_Doc;
|
private DevExpress.XtraEditors.LabelControl lblPreview;
|
private System.Windows.Forms.PictureBox pictureBox2;
|
private DevExpress.XtraEditors.CheckEdit txtFlagSpilitNo;
|
private DevExpress.XtraEditors.LabelControl labelControl6;
|
private DevExpress.XtraEditors.TextEdit txtNoLength;
|
private DevExpress.XtraEditors.CheckEdit txtFlagIncludeDocCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colNoLength;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlagSpilitNo;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlagIncludeDocCode;
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repM_Check;
|
private DevExpress.XtraEditors.TextEdit _txtPrefix;
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
private DevExpress.XtraEditors.LabelControl labelControl8;
|
private DevExpress.XtraEditors.LookUpEdit txt_DataSet;
|
private System.Windows.Forms.PictureBox pictureBox3;
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
}//public partial class
|
}//namespace
|