| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612 |
- namespace Dongke.IBOSS.PRD.Client.Controls
- {
- partial class F_MST_012001
- {
- /// <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 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_012001));
- this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtInvoiceName = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblInvoiceLayoutName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dgvInvoice = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.LayoutName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.goodstypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.logonamecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PrintTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.InvoiceLayoutID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.goodstypecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.gbxCondition = new System.Windows.Forms.GroupBox();
- this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.ckcLogo = new Dongke.WinForm.Controls.CkcCheckedComboBox();
- this.chkValueFlag = new Dongke.WinForm.Controls.ChkFlagCheckBox();
- this.lblValueFlag = new Dongke.WinForm.Controls.LblLabel();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.tsrSupplier = new Dongke.WinForm.Controls.TsrToolStrip();
- this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAddInvoice = new System.Windows.Forms.ToolStripButton();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
- this.tsbtnEditInvoice = new System.Windows.Forms.ToolStripButton();
- this.tsbtnPreviewInvoice = new System.Windows.Forms.ToolStripButton();
- this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnExport = new System.Windows.Forms.ToolStripButton();
- this.tsbtnImport = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
- ((System.ComponentModel.ISupportInitialize)(this.dgvInvoice)).BeginInit();
- this.gbxCondition.SuspendLayout();
- this.tsrSupplier.SuspendLayout();
- this.SuspendLayout();
- //
- // txtRemarks
- //
- this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRemarks.Location = new System.Drawing.Point(602, 20);
- this.txtRemarks.Name = "txtRemarks";
- this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtRemarks.Size = new System.Drawing.Size(176, 21);
- this.txtRemarks.TabIndex = 7;
- //
- // lblRemarks
- //
- this.lblRemarks.AutoSize = true;
- this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
- this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRemarks.Location = new System.Drawing.Point(567, 24);
- this.lblRemarks.Name = "lblRemarks";
- this.lblRemarks.Size = new System.Drawing.Size(29, 12);
- this.lblRemarks.TabIndex = 5;
- this.lblRemarks.Text = "备注";
- //
- // txtInvoiceName
- //
- this.txtInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtInvoiceName.Location = new System.Drawing.Point(71, 20);
- this.txtInvoiceName.Name = "txtInvoiceName";
- this.txtInvoiceName.Size = new System.Drawing.Size(120, 21);
- this.txtInvoiceName.TabIndex = 1;
- //
- // lblInvoiceLayoutName
- //
- this.lblInvoiceLayoutName.AutoSize = true;
- this.lblInvoiceLayoutName.BackColor = System.Drawing.Color.Transparent;
- this.lblInvoiceLayoutName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblInvoiceLayoutName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblInvoiceLayoutName.Location = new System.Drawing.Point(12, 24);
- this.lblInvoiceLayoutName.Name = "lblInvoiceLayoutName";
- this.lblInvoiceLayoutName.Size = new System.Drawing.Size(53, 12);
- this.lblInvoiceLayoutName.TabIndex = 0;
- this.lblInvoiceLayoutName.Text = "模板名称";
- //
- // dgvInvoice
- //
- this.dgvInvoice.AllowUserToAddRows = false;
- this.dgvInvoice.AllowUserToDeleteRows = false;
- this.dgvInvoice.AllowUserToModifyRows = true;
- this.dgvInvoice.AllowUserToOrderColumns = true;
- this.dgvInvoice.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvInvoice.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvInvoice.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvInvoice.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvInvoice.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvInvoice.CellHeight = 23;
- this.dgvInvoice.ChildNodeColumnName = null;
- this.dgvInvoice.ChildNodeColumnText = null;
- this.dgvInvoice.ColumnDeep = 1;
- this.dgvInvoice.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvInvoice.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvInvoice.ColumnHeadersHeight = 29;
- this.dgvInvoice.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvInvoice.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.LayoutName,
- this.goodstypename,
- this.logonamecode,
- this.PrintTypeName,
- this.colHeight,
- this.colWidth,
- this.Remarks,
- this.ValueFlag,
- this.InvoiceLayoutID,
- this.goodstypecode});
- this.dgvInvoice.ColumnTreeView = null;
- this.dgvInvoice.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
- this.dgvInvoice.DynamicColumnName = "";
- this.dgvInvoice.EnableHeadersVisualStyles = false;
- this.dgvInvoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvInvoice.FormatQuantityColumns = null;
- this.dgvInvoice.HorizontalMergeColumn = null;
- this.dgvInvoice.IsAutoCountSum = true;
- this.dgvInvoice.IsAutoResizeColumns = false;
- this.dgvInvoice.IsClickF12 = false;
- this.dgvInvoice.IsOpenMergeCellFlag = false;
- this.dgvInvoice.IsSubTotalFlag = false;
- this.dgvInvoice.IsTopDeep = false;
- this.dgvInvoice.Location = new System.Drawing.Point(0, 95);
- this.dgvInvoice.MergeColumnNames = null;
- this.dgvInvoice.MergeDetailColumnNames = null;
- this.dgvInvoice.MergeDetailOnlyColumn = null;
- this.dgvInvoice.MergeOnlyColumn = null;
- this.dgvInvoice.MultiSelect = false;
- this.dgvInvoice.Name = "dgvInvoice";
- this.dgvInvoice.ReadOnly = true;
- this.dgvInvoice.RefreshAtHscroll = false;
- this.dgvInvoice.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- this.dgvInvoice.RowHeadersWidth = 50;
- this.dgvInvoice.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvInvoice.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvInvoice.RowTemplate.Height = 21;
- this.dgvInvoice.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvInvoice.Size = new System.Drawing.Size(969, 464);
- this.dgvInvoice.SortOrderColumnName = null;
- this.dgvInvoice.TabIndex = 2;
- this.dgvInvoice.Tag = true;
- this.dgvInvoice.TotalSumColumns = null;
- this.dgvInvoice.ViewRowFilter = "";
- this.dgvInvoice.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInvoice_CellDoubleClick);
- this.dgvInvoice.SelectionChanged += new System.EventHandler(this.dgvInvoice_SelectionChanged);
- this.dgvInvoice.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvInvoice_KeyDown);
- //
- // LayoutName
- //
- this.LayoutName.DataPropertyName = "LayoutName";
- this.LayoutName.HeaderText = "模板名称";
- this.LayoutName.MinimumWidth = 6;
- this.LayoutName.Name = "LayoutName";
- this.LayoutName.ReadOnly = true;
- this.LayoutName.Width = 150;
- //
- // goodstypename
- //
- this.goodstypename.DataPropertyName = "goodstypename";
- this.goodstypename.HeaderText = "产品类别";
- this.goodstypename.MinimumWidth = 6;
- this.goodstypename.Name = "goodstypename";
- this.goodstypename.ReadOnly = true;
- this.goodstypename.Width = 125;
- //
- // logonamecode
- //
- this.logonamecode.DataPropertyName = "logonamecode";
- this.logonamecode.HeaderText = "产品商标";
- this.logonamecode.MinimumWidth = 6;
- this.logonamecode.Name = "logonamecode";
- this.logonamecode.ReadOnly = true;
- this.logonamecode.Width = 125;
- //
- // PrintTypeName
- //
- this.PrintTypeName.DataPropertyName = "PrintTypeName";
- this.PrintTypeName.HeaderText = "打印类别";
- this.PrintTypeName.MinimumWidth = 6;
- this.PrintTypeName.Name = "PrintTypeName";
- this.PrintTypeName.ReadOnly = true;
- this.PrintTypeName.Width = 125;
- //
- // colHeight
- //
- this.colHeight.DataPropertyName = "Height";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle3.Format = "#,###.00";
- this.colHeight.DefaultCellStyle = dataGridViewCellStyle3;
- this.colHeight.HeaderText = "纸张高度(mm)";
- this.colHeight.MinimumWidth = 6;
- this.colHeight.Name = "colHeight";
- this.colHeight.ReadOnly = true;
- this.colHeight.Width = 125;
- //
- // colWidth
- //
- this.colWidth.DataPropertyName = "Width";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- dataGridViewCellStyle4.Format = "#,###.00";
- this.colWidth.DefaultCellStyle = dataGridViewCellStyle4;
- this.colWidth.HeaderText = "纸张宽度(mm)";
- this.colWidth.MinimumWidth = 6;
- this.colWidth.Name = "colWidth";
- this.colWidth.ReadOnly = true;
- this.colWidth.Width = 125;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.MinimumWidth = 6;
- this.Remarks.Name = "Remarks";
- this.Remarks.ReadOnly = true;
- this.Remarks.Width = 170;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- this.ValueFlag.FalseValue = "0";
- this.ValueFlag.HeaderText = "有效标识";
- this.ValueFlag.MinimumWidth = 6;
- this.ValueFlag.Name = "ValueFlag";
- this.ValueFlag.ReadOnly = true;
- this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.ValueFlag.TrueValue = "1";
- this.ValueFlag.Width = 125;
- //
- // InvoiceLayoutID
- //
- this.InvoiceLayoutID.DataPropertyName = "LayoutID";
- this.InvoiceLayoutID.HeaderText = "票据格式ID";
- this.InvoiceLayoutID.MinimumWidth = 6;
- this.InvoiceLayoutID.Name = "InvoiceLayoutID";
- this.InvoiceLayoutID.ReadOnly = true;
- this.InvoiceLayoutID.Visible = false;
- this.InvoiceLayoutID.Width = 125;
- //
- // goodstypecode
- //
- this.goodstypecode.DataPropertyName = "goodstypecode";
- this.goodstypecode.HeaderText = "产品类别编码";
- this.goodstypecode.MinimumWidth = 6;
- this.goodstypecode.Name = "goodstypecode";
- this.goodstypecode.ReadOnly = true;
- this.goodstypecode.Visible = false;
- this.goodstypecode.Width = 125;
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.Controls.Add(this.scbGoodsType);
- this.gbxCondition.Controls.Add(this.lblGoodsType);
- this.gbxCondition.Controls.Add(this.ckcLogo);
- this.gbxCondition.Controls.Add(this.chkValueFlag);
- this.gbxCondition.Controls.Add(this.lblValueFlag);
- this.gbxCondition.Controls.Add(this.txtRemarks);
- this.gbxCondition.Controls.Add(this.lblRemarks);
- this.gbxCondition.Controls.Add(this.txtInvoiceName);
- this.gbxCondition.Controls.Add(this.c_Label1);
- this.gbxCondition.Controls.Add(this.lblInvoiceLayoutName);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.Location = new System.Drawing.Point(0, 40);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.Size = new System.Drawing.Size(966, 49);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件";
- //
- // lblGoodsType
- //
- this.lblGoodsType.AutoSize = true;
- this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
- this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsType.Location = new System.Drawing.Point(197, 24);
- this.lblGoodsType.Name = "lblGoodsType";
- this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
- this.lblGoodsType.TabIndex = 22;
- this.lblGoodsType.Text = "产品类别";
- //
- // ckcLogo
- //
- this.ckcLogo.FormattingEnabled = true;
- this.ckcLogo.HasNullData = true;
- this.ckcLogo.Location = new System.Drawing.Point(441, 20);
- this.ckcLogo.Name = "ckcLogo";
- this.ckcLogo.Size = new System.Drawing.Size(120, 20);
- this.ckcLogo.TabIndex = 4;
- //
- // chkValueFlag
- //
- this.chkValueFlag.FlagBoxChecked = Dongke.WinForm.Controls.FlagCheckBoxChecked.All;
- this.chkValueFlag.Location = new System.Drawing.Point(843, 23);
- this.chkValueFlag.Name = "chkValueFlag";
- this.chkValueFlag.Size = new System.Drawing.Size(72, 16);
- this.chkValueFlag.TabIndex = 9;
- //
- // lblValueFlag
- //
- this.lblValueFlag.Location = new System.Drawing.Point(784, 24);
- this.lblValueFlag.Name = "lblValueFlag";
- this.lblValueFlag.Size = new System.Drawing.Size(53, 12);
- this.lblValueFlag.TabIndex = 8;
- this.lblValueFlag.Text = "有效标识";
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_Label1.Location = new System.Drawing.Point(382, 24);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 3;
- this.c_Label1.Text = "产品商标";
- //
- // tsrSupplier
- //
- this.tsrSupplier.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrSupplier.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.tsrSupplier.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSearch,
- this.tsbtnClearCondition,
- this.toolStripSeparator4,
- this.tsbtnAddInvoice,
- this.tsbtnEdit,
- this.tsbtnEditInvoice,
- this.tsbtnPreviewInvoice,
- this.tsbtnDelete,
- this.toolStripSeparator1,
- this.tsbtnExport,
- this.tsbtnImport,
- this.toolStripSeparator2,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrSupplier.Location = new System.Drawing.Point(0, 0);
- this.tsrSupplier.Name = "tsrSupplier";
- this.tsrSupplier.Size = new System.Drawing.Size(969, 35);
- this.tsrSupplier.TabIndex = 3;
- this.tsrSupplier.Text = "tsrToolStrip1";
- //
- // tsbtnSearch
- //
- this.tsbtnSearch.AutoSize = false;
- this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSearch.Name = "tsbtnSearch";
- this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
- this.tsbtnSearch.Text = "查询(&Q)";
- this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
- //
- // tsbtnClearCondition
- //
- this.tsbtnClearCondition.AutoSize = false;
- this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClearCondition.Name = "tsbtnClearCondition";
- this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
- this.tsbtnClearCondition.Text = "清空条件(&C)";
- this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.AutoSize = false;
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnAddInvoice
- //
- this.tsbtnAddInvoice.AutoSize = false;
- this.tsbtnAddInvoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAddInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAddInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAddInvoice.Name = "tsbtnAddInvoice";
- this.tsbtnAddInvoice.Size = new System.Drawing.Size(60, 25);
- this.tsbtnAddInvoice.Text = "新建";
- this.tsbtnAddInvoice.Click += new System.EventHandler(this.tsbtnAddInvoice_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.AutoSize = false;
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnEdit.Text = "编辑";
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
- //
- // tsbtnEditInvoice
- //
- this.tsbtnEditInvoice.AutoSize = false;
- this.tsbtnEditInvoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEditInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEditInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEditInvoice.Name = "tsbtnEditInvoice";
- this.tsbtnEditInvoice.Size = new System.Drawing.Size(80, 25);
- this.tsbtnEditInvoice.Text = "编辑格式";
- this.tsbtnEditInvoice.Click += new System.EventHandler(this.tsbtnEditInvoice_Click);
- //
- // tsbtnPreviewInvoice
- //
- this.tsbtnPreviewInvoice.AutoSize = false;
- this.tsbtnPreviewInvoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnPreviewInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnPreviewInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnPreviewInvoice.Name = "tsbtnPreviewInvoice";
- this.tsbtnPreviewInvoice.Size = new System.Drawing.Size(60, 25);
- this.tsbtnPreviewInvoice.Text = "预览";
- this.tsbtnPreviewInvoice.Click += new System.EventHandler(this.tsbtnPreviewInvoice_Click);
- //
- // tsbtnDelete
- //
- this.tsbtnDelete.AutoSize = false;
- this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnDelete.Name = "tsbtnDelete";
- this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
- this.tsbtnDelete.Text = "删除";
- this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnExport
- //
- this.tsbtnExport.AutoSize = false;
- this.tsbtnExport.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnExport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnExport.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnExport.Name = "tsbtnExport";
- this.tsbtnExport.Size = new System.Drawing.Size(60, 25);
- this.tsbtnExport.Text = "导出";
- this.tsbtnExport.Visible = false;
- this.tsbtnExport.Click += new System.EventHandler(this.tsbtnExport_Click);
- //
- // tsbtnImport
- //
- this.tsbtnImport.AutoSize = false;
- this.tsbtnImport.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnImport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnImport.Name = "tsbtnImport";
- this.tsbtnImport.Size = new System.Drawing.Size(60, 25);
- this.tsbtnImport.Text = "导入";
- this.tsbtnImport.Visible = false;
- this.tsbtnImport.Click += new System.EventHandler(this.tsbtnImport_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.AutoSize = false;
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- this.toolStripSeparator2.Visible = false;
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // scbGoodsType
- //
- this.scbGoodsType.CheckedData = null;
- this.scbGoodsType.IsOnlyDisplayEnd = false;
- this.scbGoodsType.Location = new System.Drawing.Point(256, 20);
- this.scbGoodsType.Name = "scbGoodsType";
- this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
- this.scbGoodsType.TabIndex = 23;
- //
- // F_MST_012001
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(969, 562);
- this.Controls.Add(this.tsrSupplier);
- this.Controls.Add(this.dgvInvoice);
- this.Controls.Add(this.gbxCondition);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.Name = "F_MST_012001";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_012001_FormClosed);
- this.Load += new System.EventHandler(this.F_MST_012001_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvInvoice)).EndInit();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.tsrSupplier.ResumeLayout(false);
- this.tsrSupplier.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private WinForm.Controls.TxtTextBox txtInvoiceName;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblInvoiceLayoutName;
- private WinForm.Controls.TxtTextBox txtRemarks;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvInvoice;
- private System.Windows.Forms.GroupBox gbxCondition;
- private WinForm.Controls.TsrToolStrip tsrSupplier;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripButton tsbtnAddInvoice;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripButton tsbtnEditInvoice;
- private System.Windows.Forms.ToolStripButton tsbtnPreviewInvoice;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnExport;
- private System.Windows.Forms.ToolStripButton tsbtnImport;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private WinForm.Controls.ChkFlagCheckBox chkValueFlag;
- private WinForm.Controls.LblLabel lblValueFlag;
- private System.Windows.Forms.ToolStripButton tsbtnDelete;
- private WinForm.Controls.CkcCheckedComboBox ckcLogo;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_Label lblGoodsType;
- private System.Windows.Forms.DataGridViewTextBoxColumn LayoutName;
- private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename;
- private System.Windows.Forms.DataGridViewTextBoxColumn logonamecode;
- private System.Windows.Forms.DataGridViewTextBoxColumn PrintTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colHeight;
- private System.Windows.Forms.DataGridViewTextBoxColumn colWidth;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn InvoiceLayoutID;
- private System.Windows.Forms.DataGridViewTextBoxColumn goodstypecode;
- private SearchBox.ScbGoodsType scbGoodsType;
- }
- }
|