namespace Dongke.WinForm.Controls.InvoiceLayout { partial class ImageItemSetting { /// /// 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(ImageItemSetting)); this.chkFixedRatio = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.numLoctionX = new System.Windows.Forms.NumericUpDown(); 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.label4 = new System.Windows.Forms.Label(); this.numLoctionY = new System.Windows.Forms.NumericUpDown(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.numWidth = new System.Windows.Forms.NumericUpDown(); this.numHeight = new System.Windows.Forms.NumericUpDown(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.btnSaveAs = new Dongke.WinForm.Controls.BtnButton(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numWidth)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit(); this.SuspendLayout(); // // chkFixedRatio // this.chkFixedRatio.AutoSize = true; this.chkFixedRatio.BackColor = System.Drawing.Color.Transparent; this.chkFixedRatio.Location = new System.Drawing.Point(16, 105); this.chkFixedRatio.Name = "chkFixedRatio"; this.chkFixedRatio.Size = new System.Drawing.Size(84, 16); this.chkFixedRatio.TabIndex = 0; this.chkFixedRatio.Text = "长宽比固定"; this.chkFixedRatio.UseVisualStyleBackColor = false; this.chkFixedRatio.CheckedChanged += new System.EventHandler(this.chkFixedRatio_CheckedChanged); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Location = new System.Drawing.Point(14, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 1; this.label1.Text = "位置"; // // numLoctionX // this.numLoctionX.DecimalPlaces = 1; this.numLoctionX.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.numLoctionX.Location = new System.Drawing.Point(100, 27); this.numLoctionX.Maximum = new decimal(new int[] { 9999, 0, 0, 65536}); this.numLoctionX.Name = "numLoctionX"; this.numLoctionX.Size = new System.Drawing.Size(65, 21); this.numLoctionX.TabIndex = 3; this.numLoctionX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.numLoctionX.Value = new decimal(new int[] { 10, 0, 0, 0}); // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); 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.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(248, 158); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 33); this.btnCancel.TabIndex = 16; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; // // btnOK // this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage"))); 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.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(157, 158); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 33); this.btnOK.TabIndex = 15; 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(14, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 8; this.label2.Text = "尺寸"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Location = new System.Drawing.Point(82, 30); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(11, 12); this.label3.TabIndex = 2; this.label3.Text = "X"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Location = new System.Drawing.Point(217, 30); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(11, 12); this.label4.TabIndex = 5; this.label4.Text = "Y"; // // numLoctionY // this.numLoctionY.DecimalPlaces = 1; this.numLoctionY.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.numLoctionY.Location = new System.Drawing.Point(235, 27); this.numLoctionY.Maximum = new decimal(new int[] { 9999, 0, 0, 65536}); this.numLoctionY.Name = "numLoctionY"; this.numLoctionY.Size = new System.Drawing.Size(65, 21); this.numLoctionY.TabIndex = 6; this.numLoctionY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.numLoctionY.Value = new decimal(new int[] { 10, 0, 0, 0}); // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Location = new System.Drawing.Point(77, 67); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(17, 12); this.label5.TabIndex = 9; this.label5.Text = "宽"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Location = new System.Drawing.Point(217, 67); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(17, 12); this.label6.TabIndex = 12; this.label6.Text = "高"; // // numWidth // this.numWidth.DecimalPlaces = 1; this.numWidth.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.numWidth.Location = new System.Drawing.Point(100, 64); this.numWidth.Maximum = new decimal(new int[] { 9999, 0, 0, 65536}); this.numWidth.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numWidth.Name = "numWidth"; this.numWidth.Size = new System.Drawing.Size(65, 21); this.numWidth.TabIndex = 10; this.numWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.numWidth.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numWidth.ValueChanged += new System.EventHandler(this.numWidth_ValueChanged); // // numHeight // this.numHeight.DecimalPlaces = 1; this.numHeight.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.numHeight.Location = new System.Drawing.Point(235, 64); this.numHeight.Maximum = new decimal(new int[] { 9999, 0, 0, 65536}); this.numHeight.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numHeight.Name = "numHeight"; this.numHeight.Size = new System.Drawing.Size(65, 21); this.numHeight.TabIndex = 13; this.numHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.numHeight.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numHeight.ValueChanged += new System.EventHandler(this.numHeight_ValueChanged); // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Location = new System.Drawing.Point(171, 30); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(17, 12); this.label7.TabIndex = 4; this.label7.Text = "mm"; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Location = new System.Drawing.Point(306, 30); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(17, 12); this.label8.TabIndex = 7; this.label8.Text = "mm"; // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Location = new System.Drawing.Point(306, 67); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(17, 12); this.label9.TabIndex = 14; this.label9.Text = "mm"; // // label10 // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.Location = new System.Drawing.Point(171, 67); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(17, 12); this.label10.TabIndex = 11; this.label10.Text = "mm"; // // toolTip // this.toolTip.AutoPopDelay = 5000; this.toolTip.InitialDelay = 500; this.toolTip.ReshowDelay = 500; // // btnSaveAs // this.btnSaveAs.BackColor = System.Drawing.Color.Transparent; this.btnSaveAs.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSaveAs.BackgroundImage"))); this.btnSaveAs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSaveAs.ForeColor = System.Drawing.Color.White; this.btnSaveAs.Location = new System.Drawing.Point(12, 158); this.btnSaveAs.Name = "btnSaveAs"; this.btnSaveAs.Size = new System.Drawing.Size(85, 33); this.btnSaveAs.TabIndex = 15; this.btnSaveAs.Text = "另存为"; this.btnSaveAs.UseVisualStyleBackColor = true; this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click); // // ImageItemSetting // 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(345, 216); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSaveAs); this.Controls.Add(this.btnOK); this.Controls.Add(this.chkFixedRatio); this.Controls.Add(this.numHeight); this.Controls.Add(this.numLoctionY); this.Controls.Add(this.numWidth); this.Controls.Add(this.numLoctionX); this.Controls.Add(this.label6); this.Controls.Add(this.label2); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(320, 205); this.Name = "ImageItemSetting"; this.ShowIcon = true; this.Text = "图片设置"; this.Shown += new System.EventHandler(this.ImageItemSetting_Shown); this.Controls.SetChildIndex(this.label1, 0); this.Controls.SetChildIndex(this.label3, 0); this.Controls.SetChildIndex(this.label7, 0); this.Controls.SetChildIndex(this.label8, 0); this.Controls.SetChildIndex(this.label9, 0); this.Controls.SetChildIndex(this.label10, 0); this.Controls.SetChildIndex(this.label4, 0); this.Controls.SetChildIndex(this.label5, 0); this.Controls.SetChildIndex(this.label2, 0); this.Controls.SetChildIndex(this.label6, 0); this.Controls.SetChildIndex(this.numLoctionX, 0); this.Controls.SetChildIndex(this.numWidth, 0); this.Controls.SetChildIndex(this.numLoctionY, 0); this.Controls.SetChildIndex(this.numHeight, 0); this.Controls.SetChildIndex(this.chkFixedRatio, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnSaveAs, 0); this.Controls.SetChildIndex(this.btnCancel, 0); ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numWidth)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox chkFixedRatio; private System.Windows.Forms.Label label1; private System.Windows.Forms.NumericUpDown numLoctionX; 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.Label label4; private System.Windows.Forms.NumericUpDown numLoctionY; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.NumericUpDown numWidth; private System.Windows.Forms.NumericUpDown numHeight; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.ToolTip toolTip; private Dongke.WinForm.Controls.BtnButton btnSaveAs; private System.Windows.Forms.SaveFileDialog saveFileDialog; } }