namespace WWPipeLine.MapTools.Conditions.ShuJuChuLi
{
partial class OutPicture
{
///
/// 必需的设计器变量。
///
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.uiRBtiff = new Sunny.UI.UIRadioButton();
this.uiRBbmp = new Sunny.UI.UIRadioButton();
this.uiRBgif = new Sunny.UI.UIRadioButton();
this.uiRBpng = new Sunny.UI.UIRadioButton();
this.uiRBjpg = new Sunny.UI.UIRadioButton();
this.uiGroupBox1.SuspendLayout();
this.uiGroupBox2.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.uiRBtiff);
this.uiGroupBox2.Controls.Add(this.uiRBbmp);
this.uiGroupBox2.Controls.Add(this.uiRBgif);
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, 98);
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;
//
// uiRBtiff
//
this.uiRBtiff.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiRBtiff.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiRBtiff.Location = new System.Drawing.Point(405, 42);
this.uiRBtiff.MinimumSize = new System.Drawing.Size(1, 1);
this.uiRBtiff.Name = "uiRBtiff";
this.uiRBtiff.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
this.uiRBtiff.Size = new System.Drawing.Size(66, 29);
this.uiRBtiff.TabIndex = 5;
this.uiRBtiff.Text = "TIFF";
//
// 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";
//
// uiRBgif
//
this.uiRBgif.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiRBgif.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiRBgif.Location = new System.Drawing.Point(311, 42);
this.uiRBgif.MinimumSize = new System.Drawing.Size(1, 1);
this.uiRBgif.Name = "uiRBgif";
this.uiRBgif.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
this.uiRBgif.Size = new System.Drawing.Size(66, 29);
this.uiRBgif.TabIndex = 3;
this.uiRBgif.Text = "GIF";
//
// 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.BackColor = System.Drawing.SystemColors.Control;
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";
//
// OutPicture
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.uiGroupBox2);
this.Controls.Add(this.uiGroupBox1);
this.Name = "OutPicture";
this.Size = new System.Drawing.Size(500, 315);
this.uiGroupBox1.ResumeLayout(false);
this.uiGroupBox2.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 uiRBgif;
private Sunny.UI.UIRadioButton uiRBpng;
private Sunny.UI.UIRadioButton uiRBtiff;
}
}