| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492 |
-
- namespace Dongke.IBOSS.PRD.Client.Controls
- {
- partial class F_SET_014003
- {
- /// <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 dataGridViewCellStyle6 = 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SET_014003));
- this.tsrOperate = new System.Windows.Forms.ToolStrip();
- this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnPageSetting = new System.Windows.Forms.ToolStripButton();
- this.tsbtnPrinterSetting = new System.Windows.Forms.ToolStripButton();
- this.tsbtnPrintPreview = new System.Windows.Forms.ToolStripButton();
- this.tsbtnPrint = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.printDialog = new System.Windows.Forms.PrintDialog();
- this.printDocument1 = new System.Drawing.Printing.PrintDocument();
- this.pageSetupDialog = new System.Windows.Forms.PageSetupDialog();
- this.gbxCondition = new System.Windows.Forms.GroupBox();
- 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.colHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.coldisplayno = 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.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvInvoice)).BeginInit();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSearch,
- this.tsbtnClearCondition,
- this.toolStripSeparator1,
- this.tsbtnPageSetting,
- this.tsbtnPrinterSetting,
- this.tsbtnPrintPreview,
- this.tsbtnPrint,
- this.toolStripSeparator3,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(824, 33);
- this.tsrOperate.TabIndex = 1;
- //
- // 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);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnPageSetting
- //
- this.tsbtnPageSetting.AutoSize = false;
- this.tsbtnPageSetting.Font = new System.Drawing.Font("宋体", 9F);
- this.tsbtnPageSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnPageSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnPageSetting.Name = "tsbtnPageSetting";
- this.tsbtnPageSetting.Size = new System.Drawing.Size(80, 25);
- this.tsbtnPageSetting.Text = "页面设置(&G)";
- this.tsbtnPageSetting.Click += new System.EventHandler(this.tsbtnPageSetting_Click);
- //
- // tsbtnPrinterSetting
- //
- this.tsbtnPrinterSetting.AutoSize = false;
- this.tsbtnPrinterSetting.Font = new System.Drawing.Font("宋体", 9F);
- this.tsbtnPrinterSetting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnPrinterSetting.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnPrinterSetting.Name = "tsbtnPrinterSetting";
- this.tsbtnPrinterSetting.Size = new System.Drawing.Size(90, 25);
- this.tsbtnPrinterSetting.Text = "打印机设置(&R)";
- this.tsbtnPrinterSetting.Click += new System.EventHandler(this.tsbtnPrinterSetting_Click);
- //
- // tsbtnPrintPreview
- //
- this.tsbtnPrintPreview.AutoSize = false;
- this.tsbtnPrintPreview.Font = new System.Drawing.Font("宋体", 9F);
- this.tsbtnPrintPreview.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnPrintPreview.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnPrintPreview.Name = "tsbtnPrintPreview";
- this.tsbtnPrintPreview.Size = new System.Drawing.Size(80, 25);
- this.tsbtnPrintPreview.Text = "打印预览(&W)";
- this.tsbtnPrintPreview.Click += new System.EventHandler(this.tsbtnPrintPreview_Click);
- //
- // tsbtnPrint
- //
- this.tsbtnPrint.AutoSize = false;
- this.tsbtnPrint.Font = new System.Drawing.Font("宋体", 9F);
- this.tsbtnPrint.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnPrint.Name = "tsbtnPrint";
- this.tsbtnPrint.Size = new System.Drawing.Size(60, 25);
- this.tsbtnPrint.Text = "打印(&P)";
- this.tsbtnPrint.Click += new System.EventHandler(this.tsbtnPrint_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.AutoSize = false;
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // 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);
- 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);
- //
- // printDialog
- //
- this.printDialog.AllowPrintToFile = false;
- this.printDialog.Document = this.printDocument1;
- this.printDialog.ShowNetwork = false;
- //
- // printDocument1
- //
- this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
- this.printDocument1.EndPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_EndPrint);
- this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
- this.printDocument1.QueryPageSettings += new System.Drawing.Printing.QueryPageSettingsEventHandler(this.printDocument1_QueryPageSettings);
- //
- // pageSetupDialog
- //
- this.pageSetupDialog.AllowMargins = false;
- this.pageSetupDialog.Document = this.printDocument1;
- this.pageSetupDialog.ShowNetwork = false;
- //
- // 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.txtRemarks);
- this.gbxCondition.Controls.Add(this.lblRemarks);
- this.gbxCondition.Controls.Add(this.txtInvoiceName);
- 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, 36);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.Size = new System.Drawing.Size(824, 49);
- this.gbxCondition.TabIndex = 2;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件";
- //
- // 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(232, 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(197, 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.colHeight,
- this.colWidth,
- this.coldisplayno,
- this.Remarks,
- this.ValueFlag,
- this.InvoiceLayoutID});
- 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.HasNode = false;
- 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, 91);
- 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;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvInvoice.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvInvoice.RowTemplate.Height = 21;
- this.dgvInvoice.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvInvoice.Size = new System.Drawing.Size(824, 238);
- this.dgvInvoice.SortOrderColumnName = null;
- this.dgvInvoice.TabIndex = 3;
- this.dgvInvoice.Tag = true;
- this.dgvInvoice.TotalSumColumns = null;
- this.dgvInvoice.ViewRowFilter = "";
- this.dgvInvoice.VirtualNodes = false;
- //
- // LayoutName
- //
- this.LayoutName.DataPropertyName = "LayoutName";
- this.LayoutName.HeaderText = "模板名称";
- this.LayoutName.MinimumWidth = 6;
- this.LayoutName.Name = "LayoutName";
- this.LayoutName.ReadOnly = true;
- this.LayoutName.Width = 150;
- //
- // 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;
- //
- // coldisplayno
- //
- this.coldisplayno.DataPropertyName = "displayno";
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.coldisplayno.DefaultCellStyle = dataGridViewCellStyle5;
- this.coldisplayno.HeaderText = "显示顺序";
- this.coldisplayno.Name = "coldisplayno";
- this.coldisplayno.ReadOnly = true;
- //
- // 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.Visible = false;
- 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;
- //
- // printPreviewDialog1
- //
- this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
- this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
- this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
- this.printPreviewDialog1.Document = this.printDocument1;
- this.printPreviewDialog1.Enabled = true;
- this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
- this.printPreviewDialog1.Name = "printPreviewDialog1";
- this.printPreviewDialog1.Visible = false;
- //
- // F_SET_014003
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(824, 354);
- this.Controls.Add(this.dgvInvoice);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_SET_014003";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "条码打印";
- this.Load += new System.EventHandler(this.F_SET_014003_Load);
- this.Shown += new System.EventHandler(this.F_SET_014003_Shown);
- this.Controls.SetChildIndex(this.tsrOperate, 0);
- this.Controls.SetChildIndex(this.gbxCondition, 0);
- this.Controls.SetChildIndex(this.dgvInvoice, 0);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvInvoice)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnPageSetting;
- private System.Windows.Forms.ToolStripButton tsbtnPrinterSetting;
- private System.Windows.Forms.ToolStripButton tsbtnPrintPreview;
- private System.Windows.Forms.ToolStripButton tsbtnPrint;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private System.Windows.Forms.PrintDialog printDialog;
- private System.Windows.Forms.PageSetupDialog pageSetupDialog;
- private System.Windows.Forms.GroupBox gbxCondition;
- private WinForm.Controls.TxtTextBox txtRemarks;
- private Basics.BaseControls.C_Label lblRemarks;
- private WinForm.Controls.TxtTextBox txtInvoiceName;
- private Basics.BaseControls.C_Label lblInvoiceLayoutName;
- private Basics.BaseControls.C_DataGridView dgvInvoice;
- private System.Windows.Forms.DataGridViewTextBoxColumn LayoutName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colHeight;
- private System.Windows.Forms.DataGridViewTextBoxColumn colWidth;
- private System.Windows.Forms.DataGridViewTextBoxColumn coldisplayno;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn InvoiceLayoutID;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Drawing.Printing.PrintDocument printDocument1;
- private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
- }
- }
|