namespace Dongke.WinForm.Controls.InvoiceLayout { partial class GraphicsItemSetting { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GraphicsItemSetting)); this.lblLine = new System.Windows.Forms.Label(); this.txtLineColor = new System.Windows.Forms.TextBox(); this.numlocationX = new System.Windows.Forms.NumericUpDown(); this.numlocationY = new System.Windows.Forms.NumericUpDown(); this.numHeight = new System.Windows.Forms.NumericUpDown(); this.numWidth = new System.Windows.Forms.NumericUpDown(); this.label18 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.lblSizeHeightUnit = new System.Windows.Forms.Label(); this.lblSizeWidthUnit = new System.Windows.Forms.Label(); this.lbllocationX = new System.Windows.Forms.Label(); this.lbllocationY = new System.Windows.Forms.Label(); this.lblSizeHeight = new System.Windows.Forms.Label(); this.btnSelectLineColor = new System.Windows.Forms.Button(); this.colorDialog = new System.Windows.Forms.ColorDialog(); this.lblSizeWidth = new System.Windows.Forms.Label(); this.lblFillColorName = new System.Windows.Forms.Label(); this.txtFillColor = new System.Windows.Forms.TextBox(); this.btnSelectFillColor = new System.Windows.Forms.Button(); this.btnFillTransparent = new System.Windows.Forms.Button(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.lblFillBColor = new System.Windows.Forms.Label(); this.lblFillColor = new System.Windows.Forms.Label(); this.lblLineBColor = new System.Windows.Forms.Label(); this.lblLineUnit = new System.Windows.Forms.Label(); this.numLineWidth = new System.Windows.Forms.NumericUpDown(); this.btnSelectLineTransparent = new System.Windows.Forms.Button(); this.lblSize = new System.Windows.Forms.Label(); this.lbllocation = new System.Windows.Forms.Label(); this.lblLineColor = new System.Windows.Forms.Label(); this.btnCancel = new Dongke.WinForm.Controls.BtnButton(); this.btnOK = new Dongke.WinForm.Controls.BtnButton(); ((System.ComponentModel.ISupportInitialize)(this.numlocationX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numlocationY)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numWidth)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numLineWidth)).BeginInit(); this.SuspendLayout(); // // pnlBack // this.pnlBack.Size = new System.Drawing.Size(301, 235); // // lblLine // this.lblLine.AutoSize = true; this.lblLine.BackColor = System.Drawing.Color.Transparent; this.lblLine.Location = new System.Drawing.Point(48, 21); this.lblLine.Name = "lblLine"; this.lblLine.Size = new System.Drawing.Size(17, 12); this.lblLine.TabIndex = 0; this.lblLine.Text = "线"; // // txtLineColor // this.txtLineColor.BackColor = System.Drawing.SystemColors.Window; this.txtLineColor.Enabled = false; this.txtLineColor.Location = new System.Drawing.Point(71, 17); this.txtLineColor.Name = "txtLineColor"; this.txtLineColor.Size = new System.Drawing.Size(91, 21); this.txtLineColor.TabIndex = 1; this.txtLineColor.TabStop = false; // // numlocationX // this.numlocationX.DecimalPlaces = 1; this.numlocationX.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.numlocationX.Location = new System.Drawing.Point(86, 111); this.numlocationX.Maximum = new decimal(new int[] { 9999, 0, 0, 65536}); this.numlocationX.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); this.numlocationX.Name = "numlocationX"; this.numlocationX.Size = new System.Drawing.Size(53, 21); this.numlocationX.TabIndex = 15; this.numlocationX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.numlocationX.Value = new decimal(new int[] { 10, 0, 0, 0}); // // numlocationY // this.numlocationY.DecimalPlaces = 1; this.numlocationY.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.numlocationY.Location = new System.Drawing.Point(207, 111); this.numlocationY.Maximum = new decimal(new int[] { 9999, 0, 0, 65536}); this.numlocationY.Minimum = new decimal(new int[] { 1, 0, 0, -2147483648}); this.numlocationY.Name = "numlocationY"; this.numlocationY.Size = new System.Drawing.Size(53, 21); this.numlocationY.TabIndex = 18; this.numlocationY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.numlocationY.Value = new decimal(new int[] { 10, 0, 0, 0}); // // numHeight // this.numHeight.DecimalPlaces = 1; this.numHeight.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.numHeight.Location = new System.Drawing.Point(207, 150); this.numHeight.Maximum = new decimal(new int[] { 9999, 0, 0, 65536}); this.numHeight.Name = "numHeight"; this.numHeight.Size = new System.Drawing.Size(53, 21); this.numHeight.TabIndex = 24; this.numHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.numHeight.Value = new decimal(new int[] { 50, 0, 0, 0}); // // numWidth // this.numWidth.DecimalPlaces = 1; this.numWidth.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.numWidth.Location = new System.Drawing.Point(86, 150); this.numWidth.Maximum = new decimal(new int[] { 9999, 0, 0, 65536}); this.numWidth.Name = "numWidth"; this.numWidth.Size = new System.Drawing.Size(53, 21); this.numWidth.TabIndex = 21; this.numWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.numWidth.Value = new decimal(new int[] { 50, 0, 0, 0}); // // label18 // this.label18.AutoSize = true; this.label18.BackColor = System.Drawing.Color.Transparent; this.label18.Location = new System.Drawing.Point(266, 114); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(17, 12); this.label18.TabIndex = 19; this.label18.Text = "mm"; // // label16 // this.label16.AutoSize = true; this.label16.BackColor = System.Drawing.Color.Transparent; this.label16.Location = new System.Drawing.Point(145, 114); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(17, 12); this.label16.TabIndex = 16; this.label16.Text = "mm"; // // lblSizeHeightUnit // this.lblSizeHeightUnit.AutoSize = true; this.lblSizeHeightUnit.BackColor = System.Drawing.Color.Transparent; this.lblSizeHeightUnit.Location = new System.Drawing.Point(266, 153); this.lblSizeHeightUnit.Name = "lblSizeHeightUnit"; this.lblSizeHeightUnit.Size = new System.Drawing.Size(17, 12); this.lblSizeHeightUnit.TabIndex = 25; this.lblSizeHeightUnit.Text = "mm"; // // lblSizeWidthUnit // this.lblSizeWidthUnit.AutoSize = true; this.lblSizeWidthUnit.BackColor = System.Drawing.Color.Transparent; this.lblSizeWidthUnit.Location = new System.Drawing.Point(145, 153); this.lblSizeWidthUnit.Name = "lblSizeWidthUnit"; this.lblSizeWidthUnit.Size = new System.Drawing.Size(17, 12); this.lblSizeWidthUnit.TabIndex = 22; this.lblSizeWidthUnit.Text = "mm"; // // lbllocationX // this.lbllocationX.AutoSize = true; this.lbllocationX.BackColor = System.Drawing.Color.Transparent; this.lbllocationX.Location = new System.Drawing.Point(69, 114); this.lbllocationX.Name = "lbllocationX"; this.lbllocationX.Size = new System.Drawing.Size(11, 12); this.lbllocationX.TabIndex = 14; this.lbllocationX.Text = "X"; // // lbllocationY // this.lbllocationY.AutoSize = true; this.lbllocationY.BackColor = System.Drawing.Color.Transparent; this.lbllocationY.Location = new System.Drawing.Point(190, 114); this.lbllocationY.Name = "lbllocationY"; this.lbllocationY.Size = new System.Drawing.Size(11, 12); this.lbllocationY.TabIndex = 17; this.lbllocationY.Text = "Y"; // // lblSizeHeight // this.lblSizeHeight.AutoSize = true; this.lblSizeHeight.BackColor = System.Drawing.Color.Transparent; this.lblSizeHeight.Location = new System.Drawing.Point(184, 153); this.lblSizeHeight.Name = "lblSizeHeight"; this.lblSizeHeight.Size = new System.Drawing.Size(17, 12); this.lblSizeHeight.TabIndex = 23; this.lblSizeHeight.Text = "高"; // // btnSelectLineColor // this.btnSelectLineColor.Location = new System.Drawing.Point(168, 15); this.btnSelectLineColor.Name = "btnSelectLineColor"; this.btnSelectLineColor.Size = new System.Drawing.Size(53, 23); this.btnSelectLineColor.TabIndex = 3; this.btnSelectLineColor.Text = "选择"; this.btnSelectLineColor.UseVisualStyleBackColor = true; this.btnSelectLineColor.Click += new System.EventHandler(this.btnSelectLineColor_Click); // // lblSizeWidth // this.lblSizeWidth.AutoSize = true; this.lblSizeWidth.BackColor = System.Drawing.Color.Transparent; this.lblSizeWidth.Location = new System.Drawing.Point(63, 153); this.lblSizeWidth.Name = "lblSizeWidth"; this.lblSizeWidth.Size = new System.Drawing.Size(17, 12); this.lblSizeWidth.TabIndex = 20; this.lblSizeWidth.Text = "宽"; // // lblFillColorName // this.lblFillColorName.AutoSize = true; this.lblFillColorName.BackColor = System.Drawing.Color.Transparent; this.lblFillColorName.Location = new System.Drawing.Point(12, 73); this.lblFillColorName.Name = "lblFillColorName"; this.lblFillColorName.Size = new System.Drawing.Size(53, 12); this.lblFillColorName.TabIndex = 8; this.lblFillColorName.Text = "背景填充"; // // txtFillColor // this.txtFillColor.BackColor = System.Drawing.SystemColors.Window; this.txtFillColor.Enabled = false; this.txtFillColor.Location = new System.Drawing.Point(71, 70); this.txtFillColor.Name = "txtFillColor"; this.txtFillColor.Size = new System.Drawing.Size(91, 21); this.txtFillColor.TabIndex = 9; this.txtFillColor.TabStop = false; // // btnSelectFillColor // this.btnSelectFillColor.Location = new System.Drawing.Point(168, 68); this.btnSelectFillColor.Name = "btnSelectFillColor"; this.btnSelectFillColor.Size = new System.Drawing.Size(53, 23); this.btnSelectFillColor.TabIndex = 12; this.btnSelectFillColor.Text = "选择"; this.btnSelectFillColor.UseVisualStyleBackColor = true; this.btnSelectFillColor.Click += new System.EventHandler(this.btnSelectFillColor_Click); // // btnFillTransparent // this.btnFillTransparent.Location = new System.Drawing.Point(227, 68); this.btnFillTransparent.Name = "btnFillTransparent"; this.btnFillTransparent.Size = new System.Drawing.Size(53, 23); this.btnFillTransparent.TabIndex = 13; this.btnFillTransparent.Text = "透明"; this.btnFillTransparent.UseVisualStyleBackColor = true; this.btnFillTransparent.Click += new System.EventHandler(this.btnFillTransparent_Click); // // toolTip // this.toolTip.AutoPopDelay = 5000; this.toolTip.InitialDelay = 500; this.toolTip.ReshowDelay = 500; // // lblFillBColor // this.lblFillBColor.BackColor = System.Drawing.Color.Black; this.lblFillBColor.Location = new System.Drawing.Point(76, 74); this.lblFillBColor.Name = "lblFillBColor"; this.lblFillBColor.Size = new System.Drawing.Size(81, 13); this.lblFillBColor.TabIndex = 11; // // lblFillColor // this.lblFillColor.BackColor = System.Drawing.Color.White; this.lblFillColor.Location = new System.Drawing.Point(78, 76); this.lblFillColor.Name = "lblFillColor"; this.lblFillColor.Size = new System.Drawing.Size(77, 9); this.lblFillColor.TabIndex = 10; // // lblLineBColor // this.lblLineBColor.BackColor = System.Drawing.Color.Black; this.lblLineBColor.Location = new System.Drawing.Point(76, 21); this.lblLineBColor.Name = "lblLineBColor"; this.lblLineBColor.Size = new System.Drawing.Size(79, 13); this.lblLineBColor.TabIndex = 2; // // lblLineUnit // this.lblLineUnit.AutoSize = true; this.lblLineUnit.BackColor = System.Drawing.Color.Transparent; this.lblLineUnit.Location = new System.Drawing.Point(130, 48); this.lblLineUnit.Name = "lblLineUnit"; this.lblLineUnit.Size = new System.Drawing.Size(17, 12); this.lblLineUnit.TabIndex = 6; this.lblLineUnit.Text = "mm"; // // numLineWidth // this.numLineWidth.DecimalPlaces = 1; this.numLineWidth.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.numLineWidth.Location = new System.Drawing.Point(71, 43); this.numLineWidth.Maximum = new decimal(new int[] { 9999, 0, 0, 65536}); this.numLineWidth.Name = "numLineWidth"; this.numLineWidth.Size = new System.Drawing.Size(53, 21); this.numLineWidth.TabIndex = 5; this.numLineWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.numLineWidth.Value = new decimal(new int[] { 1, 0, 0, 0}); // // btnSelectLineTransparent // this.btnSelectLineTransparent.Location = new System.Drawing.Point(227, 15); this.btnSelectLineTransparent.Name = "btnSelectLineTransparent"; this.btnSelectLineTransparent.Size = new System.Drawing.Size(53, 23); this.btnSelectLineTransparent.TabIndex = 4; this.btnSelectLineTransparent.Text = "透明"; this.btnSelectLineTransparent.UseVisualStyleBackColor = true; this.btnSelectLineTransparent.Click += new System.EventHandler(this.btnSelectLineTransparent_Click); // // lblSize // this.lblSize.AutoSize = true; this.lblSize.BackColor = System.Drawing.Color.Transparent; this.lblSize.Location = new System.Drawing.Point(12, 153); this.lblSize.Name = "lblSize"; this.lblSize.Size = new System.Drawing.Size(29, 12); this.lblSize.TabIndex = 29; this.lblSize.Text = "尺寸"; // // lbllocation // this.lbllocation.AutoSize = true; this.lbllocation.BackColor = System.Drawing.Color.Transparent; this.lbllocation.Location = new System.Drawing.Point(12, 114); this.lbllocation.Name = "lbllocation"; this.lbllocation.Size = new System.Drawing.Size(29, 12); this.lbllocation.TabIndex = 28; this.lbllocation.Text = "位置"; // // lblLineColor // this.lblLineColor.BackColor = System.Drawing.Color.White; this.lblLineColor.Location = new System.Drawing.Point(78, 23); this.lblLineColor.Name = "lblLineColor"; this.lblLineColor.Size = new System.Drawing.Size(75, 9); this.lblLineColor.TabIndex = 30; // // 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(204, 196); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 33); this.btnCancel.TabIndex = 31; 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(113, 196); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 33); this.btnOK.TabIndex = 31; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; // // GraphicsItemSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(301, 257); this.Controls.Add(this.lblLineColor); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.lblSize); this.Controls.Add(this.lbllocation); this.Controls.Add(this.btnSelectLineTransparent); this.Controls.Add(this.numLineWidth); this.Controls.Add(this.lblLineBColor); this.Controls.Add(this.lblFillColor); this.Controls.Add(this.lblFillBColor); this.Controls.Add(this.txtFillColor); this.Controls.Add(this.btnFillTransparent); this.Controls.Add(this.btnSelectFillColor); this.Controls.Add(this.txtLineColor); this.Controls.Add(this.numlocationX); this.Controls.Add(this.numlocationY); this.Controls.Add(this.numHeight); this.Controls.Add(this.numWidth); this.Controls.Add(this.lblLineUnit); this.Controls.Add(this.label18); this.Controls.Add(this.label16); this.Controls.Add(this.lblSizeHeightUnit); this.Controls.Add(this.lblSizeWidthUnit); this.Controls.Add(this.lbllocationX); this.Controls.Add(this.lbllocationY); this.Controls.Add(this.lblSizeHeight); this.Controls.Add(this.btnSelectLineColor); this.Controls.Add(this.lblSizeWidth); this.Controls.Add(this.lblFillColorName); this.Controls.Add(this.lblLine); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "GraphicsItemSetting"; this.ShowIcon = true; this.Text = "图形设置"; this.Controls.SetChildIndex(this.pnlBack, 0); this.Controls.SetChildIndex(this.lblLine, 0); this.Controls.SetChildIndex(this.lblFillColorName, 0); this.Controls.SetChildIndex(this.lblSizeWidth, 0); this.Controls.SetChildIndex(this.btnSelectLineColor, 0); this.Controls.SetChildIndex(this.lblSizeHeight, 0); this.Controls.SetChildIndex(this.lbllocationY, 0); this.Controls.SetChildIndex(this.lbllocationX, 0); this.Controls.SetChildIndex(this.lblSizeWidthUnit, 0); this.Controls.SetChildIndex(this.lblSizeHeightUnit, 0); this.Controls.SetChildIndex(this.label16, 0); this.Controls.SetChildIndex(this.label18, 0); this.Controls.SetChildIndex(this.lblLineUnit, 0); this.Controls.SetChildIndex(this.numWidth, 0); this.Controls.SetChildIndex(this.numHeight, 0); this.Controls.SetChildIndex(this.numlocationY, 0); this.Controls.SetChildIndex(this.numlocationX, 0); this.Controls.SetChildIndex(this.txtLineColor, 0); this.Controls.SetChildIndex(this.btnSelectFillColor, 0); this.Controls.SetChildIndex(this.btnFillTransparent, 0); this.Controls.SetChildIndex(this.txtFillColor, 0); this.Controls.SetChildIndex(this.lblFillBColor, 0); this.Controls.SetChildIndex(this.lblFillColor, 0); this.Controls.SetChildIndex(this.lblLineBColor, 0); this.Controls.SetChildIndex(this.numLineWidth, 0); this.Controls.SetChildIndex(this.btnSelectLineTransparent, 0); this.Controls.SetChildIndex(this.lbllocation, 0); this.Controls.SetChildIndex(this.lblSize, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.lblLineColor, 0); ((System.ComponentModel.ISupportInitialize)(this.numlocationX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numlocationY)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numWidth)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numLineWidth)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblLine; private System.Windows.Forms.TextBox txtLineColor; private System.Windows.Forms.NumericUpDown numlocationX; private System.Windows.Forms.NumericUpDown numlocationY; private System.Windows.Forms.NumericUpDown numHeight; private System.Windows.Forms.NumericUpDown numWidth; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label lblSizeHeightUnit; private System.Windows.Forms.Label lblSizeWidthUnit; private System.Windows.Forms.Label lbllocationX; private System.Windows.Forms.Label lbllocationY; private System.Windows.Forms.Label lblSizeHeight; private System.Windows.Forms.Button btnSelectLineColor; private System.Windows.Forms.ColorDialog colorDialog; private System.Windows.Forms.Label lblSizeWidth; private System.Windows.Forms.Label lblFillColorName; private System.Windows.Forms.TextBox txtFillColor; private System.Windows.Forms.Button btnSelectFillColor; private System.Windows.Forms.Button btnFillTransparent; private System.Windows.Forms.ToolTip toolTip; private System.Windows.Forms.Label lblFillBColor; private System.Windows.Forms.Label lblFillColor; private System.Windows.Forms.Label lblLineBColor; private System.Windows.Forms.Label lblLineUnit; private System.Windows.Forms.NumericUpDown numLineWidth; private System.Windows.Forms.Button btnSelectLineTransparent; private System.Windows.Forms.Label lblSize; private System.Windows.Forms.Label lbllocation; private System.Windows.Forms.Label lblLineColor; private Dongke.WinForm.Controls.BtnButton btnCancel; private Dongke.WinForm.Controls.BtnButton btnOK; } }