| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
- namespace Dongke.WinForm.Controls.InvoiceLayout
- {
- partial class PaperAreaSetting
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PaperAreaSetting));
- this.dgrdPaperSize = new System.Windows.Forms.DataGridView();
- this.colSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
- this.btnOK = new Dongke.WinForm.Controls.BtnButton();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.numerWidth = new System.Windows.Forms.NumericUpDown();
- this.label4 = new System.Windows.Forms.Label();
- this.numerHeight = new System.Windows.Forms.NumericUpDown();
- this.label5 = new System.Windows.Forms.Label();
- this.toolTip = new System.Windows.Forms.ToolTip(this.components);
- ((System.ComponentModel.ISupportInitialize)(this.dgrdPaperSize)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numerWidth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.numerHeight)).BeginInit();
- this.SuspendLayout();
- //
- // pnlBack
- //
- this.pnlBack.Size = new System.Drawing.Size(304, 321);
- //
- // dgrdPaperSize
- //
- this.dgrdPaperSize.AllowUserToAddRows = false;
- this.dgrdPaperSize.AllowUserToDeleteRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgrdPaperSize.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgrdPaperSize.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.dgrdPaperSize.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- 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.dgrdPaperSize.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgrdPaperSize.ColumnHeadersHeight = 25;
- this.dgrdPaperSize.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colSize,
- this.colHeight,
- this.colWidth});
- this.dgrdPaperSize.EnableHeadersVisualStyles = false;
- this.dgrdPaperSize.Location = new System.Drawing.Point(12, 39);
- this.dgrdPaperSize.MultiSelect = false;
- this.dgrdPaperSize.Name = "dgrdPaperSize";
- this.dgrdPaperSize.ReadOnly = true;
- this.dgrdPaperSize.RowHeadersWidth = 45;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgrdPaperSize.RowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dgrdPaperSize.RowTemplate.Height = 21;
- this.dgrdPaperSize.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgrdPaperSize.Size = new System.Drawing.Size(280, 240);
- this.dgrdPaperSize.TabIndex = 7;
- this.dgrdPaperSize.SelectionChanged += new System.EventHandler(this.dgrdPaperSize_SelectionChanged);
- this.dgrdPaperSize.Leave += new System.EventHandler(this.dgrdPaperSize_Leave);
- //
- // colSize
- //
- this.colSize.DataPropertyName = "SizeName";
- this.colSize.HeaderText = "纸张尺寸";
- this.colSize.Name = "colSize";
- this.colSize.ReadOnly = true;
- this.colSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.colSize.Width = 200;
- //
- // colHeight
- //
- this.colHeight.DataPropertyName = "Height";
- this.colHeight.HeaderText = "Height";
- this.colHeight.Name = "colHeight";
- this.colHeight.ReadOnly = true;
- this.colHeight.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.colHeight.Visible = false;
- //
- // colWidth
- //
- this.colWidth.DataPropertyName = "Width";
- this.colWidth.HeaderText = "Width";
- this.colWidth.Name = "colWidth";
- this.colWidth.ReadOnly = true;
- this.colWidth.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.colWidth.Visible = false;
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.Location = new System.Drawing.Point(207, 285);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 33);
- this.btnCancel.TabIndex = 9;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- //
- // btnOK
- //
- this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOK.BackColor = System.Drawing.Color.Transparent;
- this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnOK.Location = new System.Drawing.Point(116, 285);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 33);
- this.btnOK.TabIndex = 8;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Location = new System.Drawing.Point(106, 15);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(17, 12);
- this.label2.TabIndex = 2;
- this.label2.Text = "mm";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Location = new System.Drawing.Point(237, 15);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(17, 12);
- this.label3.TabIndex = 5;
- this.label3.Text = "mm";
- //
- // numerWidth
- //
- this.numerWidth.DecimalPlaces = 1;
- this.numerWidth.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numerWidth.Location = new System.Drawing.Point(35, 12);
- this.numerWidth.Maximum = new decimal(new int[] {
- 4200,
- 0,
- 0,
- 65536});
- this.numerWidth.Minimum = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.numerWidth.Name = "numerWidth";
- this.numerWidth.Size = new System.Drawing.Size(65, 21);
- this.numerWidth.TabIndex = 1;
- this.numerWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.numerWidth.Value = new decimal(new int[] {
- 210,
- 0,
- 0,
- 0});
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(12, 15);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(17, 12);
- this.label4.TabIndex = 0;
- this.label4.Text = "宽";
- //
- // numerHeight
- //
- this.numerHeight.DecimalPlaces = 1;
- this.numerHeight.Increment = new decimal(new int[] {
- 1,
- 0,
- 0,
- 65536});
- this.numerHeight.Location = new System.Drawing.Point(166, 12);
- this.numerHeight.Maximum = new decimal(new int[] {
- 4200,
- 0,
- 0,
- 65536});
- this.numerHeight.Minimum = new decimal(new int[] {
- 10,
- 0,
- 0,
- 0});
- this.numerHeight.Name = "numerHeight";
- this.numerHeight.Size = new System.Drawing.Size(65, 21);
- this.numerHeight.TabIndex = 4;
- this.numerHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.numerHeight.Value = new decimal(new int[] {
- 297,
- 0,
- 0,
- 0});
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Location = new System.Drawing.Point(143, 15);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(17, 12);
- this.label5.TabIndex = 3;
- this.label5.Text = "高";
- //
- // toolTip
- //
- this.toolTip.AutoPopDelay = 5000;
- this.toolTip.InitialDelay = 500;
- this.toolTip.ReshowDelay = 500;
- //
- // PaperAreaSetting
- //
- this.AcceptButton = this.btnOK;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Window;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(304, 343);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.numerHeight);
- this.Controls.Add(this.numerWidth);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.dgrdPaperSize);
- this.Controls.Add(this.btnOK);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MinimumSize = new System.Drawing.Size(309, 158);
- this.Name = "PaperAreaSetting";
- this.ShowIcon = true;
- this.Text = "纸张尺寸设置";
- this.Shown += new System.EventHandler(this.PaperAreaSetting_Shown);
- this.Controls.SetChildIndex(this.pnlBack, 0);
- this.Controls.SetChildIndex(this.btnOK, 0);
- this.Controls.SetChildIndex(this.dgrdPaperSize, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.label2, 0);
- this.Controls.SetChildIndex(this.label3, 0);
- this.Controls.SetChildIndex(this.numerWidth, 0);
- this.Controls.SetChildIndex(this.numerHeight, 0);
- this.Controls.SetChildIndex(this.label4, 0);
- this.Controls.SetChildIndex(this.label5, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgrdPaperSize)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numerWidth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.numerHeight)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView dgrdPaperSize;
- private Dongke.WinForm.Controls.BtnButton btnCancel;
- private Dongke.WinForm.Controls.BtnButton btnOK;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.NumericUpDown numerWidth;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.NumericUpDown numerHeight;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.ToolTip toolTip;
- private System.Windows.Forms.DataGridViewTextBoxColumn colSize;
- private System.Windows.Forms.DataGridViewTextBoxColumn colHeight;
- private System.Windows.Forms.DataGridViewTextBoxColumn colWidth;
- }
- }
|