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.uiRBbmp = new Sunny.UI.UIRadioButton();
this.uiRBpng = new Sunny.UI.UIRadioButton();
this.uiRBjpg = new Sunny.UI.UIRadioButton();
this.uiLabel1 = new Sunny.UI.UILabel();
this.uiButton1 = new Sunny.UI.UIButton();
this.uiTextBox1 = new Sunny.UI.UITextBox();
this.uiLabel2 = new Sunny.UI.UILabel();
this.SuspendLayout();
//
// uiRBbmp
//
this.uiRBbmp.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiRBbmp.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiRBbmp.Location = new System.Drawing.Point(230, 56);
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(329, 56);
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(131, 56);
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";
//
// uiLabel1
//
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel1.Location = new System.Drawing.Point(11, 18);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(100, 23);
this.uiLabel1.TabIndex = 11;
this.uiLabel1.Text = "存放路径:";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiButton1
//
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiButton1.Location = new System.Drawing.Point(408, 14);
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton1.Name = "uiButton1";
this.uiButton1.Size = new System.Drawing.Size(81, 30);
this.uiButton1.TabIndex = 9;
this.uiButton1.Text = "路径选择";
//
// 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(114, 15);
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(283, 29);
this.uiTextBox1.TabIndex = 10;
this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel2
//
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel2.Location = new System.Drawing.Point(11, 59);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(100, 23);
this.uiLabel2.TabIndex = 12;
this.uiLabel2.Text = "图片格式:";
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// OutPicture
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.uiLabel2);
this.Controls.Add(this.uiRBbmp);
this.Controls.Add(this.uiLabel1);
this.Controls.Add(this.uiRBpng);
this.Controls.Add(this.uiButton1);
this.Controls.Add(this.uiRBjpg);
this.Controls.Add(this.uiTextBox1);
this.Name = "OutPicture";
this.Size = new System.Drawing.Size(500, 115);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIRadioButton uiRBjpg;
private Sunny.UI.UIRadioButton uiRBbmp;
private Sunny.UI.UIRadioButton uiRBpng;
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UIButton uiButton1;
private Sunny.UI.UITextBox uiTextBox1;
private Sunny.UI.UILabel uiLabel2;
}
}