namespace WWPipeLine.MapTools.Conditions.ShuJuChuLi { partial class OutPicturecj { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.uiButton1 = new Sunny.UI.UIButton(); this.uiTextBox1 = new Sunny.UI.UITextBox(); this.uiGroupBox1 = new Sunny.UI.UIGroupBox(); this.uiGroupBox2 = new Sunny.UI.UIGroupBox(); this.uiRBbmp = new Sunny.UI.UIRadioButton(); this.uiRBpng = new Sunny.UI.UIRadioButton(); this.uiRBjpg = new Sunny.UI.UIRadioButton(); this.uiRBGcj = new Sunny.UI.UIRadioButtonGroup(); this.uiButton3 = new Sunny.UI.UIButton(); this.uiButton2 = new Sunny.UI.UIButton(); this.uiGroupBox1.SuspendLayout(); this.uiGroupBox2.SuspendLayout(); this.uiRBGcj.SuspendLayout(); this.SuspendLayout(); // // uiButton1 // this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiButton1.Location = new System.Drawing.Point(405, 35); this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton1.Name = "uiButton1"; this.uiButton1.Size = new System.Drawing.Size(81, 35); this.uiButton1.TabIndex = 2; this.uiButton1.Text = "路径选择"; this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click); // // uiTextBox1 // this.uiTextBox1.AutoScroll = true; this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam; this.uiTextBox1.FillColor = System.Drawing.Color.White; this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiTextBox1.Location = new System.Drawing.Point(8, 40); this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiTextBox1.Maximum = 2147483647D; this.uiTextBox1.Minimum = -2147483648D; this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 1); this.uiTextBox1.Name = "uiTextBox1"; this.uiTextBox1.ReadOnly = true; this.uiTextBox1.Size = new System.Drawing.Size(386, 29); this.uiTextBox1.TabIndex = 4; this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft; // // uiGroupBox1 // this.uiGroupBox1.Controls.Add(this.uiButton1); this.uiGroupBox1.Controls.Add(this.uiTextBox1); this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiGroupBox1.Location = new System.Drawing.Point(0, 0); this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox1.Name = "uiGroupBox1"; this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox1.Size = new System.Drawing.Size(500, 98); this.uiGroupBox1.TabIndex = 7; this.uiGroupBox1.Text = "存放路径"; this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // uiGroupBox2 // this.uiGroupBox2.Controls.Add(this.uiRBbmp); this.uiGroupBox2.Controls.Add(this.uiRBpng); this.uiGroupBox2.Controls.Add(this.uiRBjpg); this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Top; this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiGroupBox2.Location = new System.Drawing.Point(0, 168); this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1); this.uiGroupBox2.Name = "uiGroupBox2"; this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiGroupBox2.Size = new System.Drawing.Size(500, 107); this.uiGroupBox2.TabIndex = 8; this.uiGroupBox2.Text = "存放格式"; this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // uiRBbmp // this.uiRBbmp.Cursor = System.Windows.Forms.Cursors.Hand; this.uiRBbmp.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiRBbmp.Location = new System.Drawing.Point(113, 42); this.uiRBbmp.MinimumSize = new System.Drawing.Size(1, 1); this.uiRBbmp.Name = "uiRBbmp"; this.uiRBbmp.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.uiRBbmp.Size = new System.Drawing.Size(66, 29); this.uiRBbmp.TabIndex = 4; this.uiRBbmp.Text = "BMP"; // // uiRBpng // this.uiRBpng.Cursor = System.Windows.Forms.Cursors.Hand; this.uiRBpng.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiRBpng.Location = new System.Drawing.Point(212, 42); this.uiRBpng.MinimumSize = new System.Drawing.Size(1, 1); this.uiRBpng.Name = "uiRBpng"; this.uiRBpng.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.uiRBpng.Size = new System.Drawing.Size(66, 29); this.uiRBpng.TabIndex = 1; this.uiRBpng.Text = "PNG"; // // uiRBjpg // this.uiRBjpg.Checked = true; this.uiRBjpg.Cursor = System.Windows.Forms.Cursors.Hand; this.uiRBjpg.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiRBjpg.Location = new System.Drawing.Point(14, 42); this.uiRBjpg.MinimumSize = new System.Drawing.Size(1, 1); this.uiRBjpg.Name = "uiRBjpg"; this.uiRBjpg.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0); this.uiRBjpg.Size = new System.Drawing.Size(66, 29); this.uiRBjpg.TabIndex = 0; this.uiRBjpg.Text = "JPG"; // // uiRBGcj // this.uiRBGcj.ColumnCount = 3; this.uiRBGcj.Controls.Add(this.uiButton3); this.uiRBGcj.Controls.Add(this.uiButton2); this.uiRBGcj.Dock = System.Windows.Forms.DockStyle.Top; this.uiRBGcj.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiRBGcj.Location = new System.Drawing.Point(0, 98); this.uiRBGcj.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiRBGcj.MinimumSize = new System.Drawing.Size(1, 1); this.uiRBGcj.Name = "uiRBGcj"; this.uiRBGcj.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0); this.uiRBGcj.Size = new System.Drawing.Size(500, 70); this.uiRBGcj.TabIndex = 12; this.uiRBGcj.Text = "绘制裁剪区域"; this.uiRBGcj.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // // uiButton3 // this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiButton3.Location = new System.Drawing.Point(286, 24); this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton3.Name = "uiButton3"; this.uiButton3.Size = new System.Drawing.Size(84, 27); this.uiButton3.TabIndex = 1; this.uiButton3.Text = "重新绘制"; this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click); // // uiButton2 // this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand; this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiButton2.Location = new System.Drawing.Point(143, 25); this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton2.Name = "uiButton2"; this.uiButton2.Size = new System.Drawing.Size(84, 27); this.uiButton2.TabIndex = 0; this.uiButton2.Text = "开始绘制"; this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click); // // OutPicturecj // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.uiGroupBox2); this.Controls.Add(this.uiRBGcj); this.Controls.Add(this.uiGroupBox1); this.Name = "OutPicturecj"; this.Size = new System.Drawing.Size(500, 315); this.uiGroupBox1.ResumeLayout(false); this.uiGroupBox2.ResumeLayout(false); this.uiRBGcj.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Sunny.UI.UIButton uiButton1; private Sunny.UI.UITextBox uiTextBox1; private Sunny.UI.UIGroupBox uiGroupBox1; private Sunny.UI.UIGroupBox uiGroupBox2; private Sunny.UI.UIRadioButton uiRBjpg; private Sunny.UI.UIRadioButton uiRBbmp; private Sunny.UI.UIRadioButton uiRBpng; private Sunny.UI.UIRadioButtonGroup uiRBGcj; private Sunny.UI.UIButton uiButton3; private Sunny.UI.UIButton uiButton2; } }