namespace WWPipeLine.MapTools.Conditions.ShuJuChuLi
{
partial class OutDWG
{
///
/// 必需的设计器变量。
///
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.uiGBlujing = new Sunny.UI.UIGroupBox();
this.uiGBlayer = new Sunny.UI.UIGroupBox();
this.uiRBGlx = new Sunny.UI.UIRadioButtonGroup();
this.uiGBlujing.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;
//
// uiGBlujing
//
this.uiGBlujing.Controls.Add(this.uiButton1);
this.uiGBlujing.Controls.Add(this.uiTextBox1);
this.uiGBlujing.Dock = System.Windows.Forms.DockStyle.Top;
this.uiGBlujing.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiGBlujing.Location = new System.Drawing.Point(0, 86);
this.uiGBlujing.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGBlujing.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGBlujing.Name = "uiGBlujing";
this.uiGBlujing.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiGBlujing.Size = new System.Drawing.Size(500, 99);
this.uiGBlujing.TabIndex = 9;
this.uiGBlujing.Text = "存放路径";
this.uiGBlujing.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiGBlayer
//
this.uiGBlayer.Dock = System.Windows.Forms.DockStyle.Top;
this.uiGBlayer.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiGBlayer.Location = new System.Drawing.Point(0, 0);
this.uiGBlayer.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiGBlayer.MinimumSize = new System.Drawing.Size(1, 1);
this.uiGBlayer.Name = "uiGBlayer";
this.uiGBlayer.Padding = new System.Windows.Forms.Padding(5, 32, 5, 0);
this.uiGBlayer.Size = new System.Drawing.Size(500, 86);
this.uiGBlayer.TabIndex = 6;
this.uiGBlayer.Text = "图层选择";
this.uiGBlayer.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiRBGlx
//
this.uiRBGlx.ColumnCount = 3;
this.uiRBGlx.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiRBGlx.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiRBGlx.Location = new System.Drawing.Point(0, 185);
this.uiRBGlx.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiRBGlx.MinimumSize = new System.Drawing.Size(1, 1);
this.uiRBGlx.Name = "uiRBGlx";
this.uiRBGlx.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
this.uiRBGlx.Size = new System.Drawing.Size(500, 88);
this.uiRBGlx.TabIndex = 10;
this.uiRBGlx.Text = "导出文件类型";
this.uiRBGlx.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiRBGlx.ValueChanged += new Sunny.UI.UIRadioButtonGroup.OnValueChanged(this.uiRBGlx_ValueChanged);
//
// OutDWG
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.uiRBGlx);
this.Controls.Add(this.uiGBlujing);
this.Controls.Add(this.uiGBlayer);
this.Name = "OutDWG";
this.Size = new System.Drawing.Size(500, 273);
this.uiGBlujing.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIButton uiButton1;
private Sunny.UI.UITextBox uiTextBox1;
private Sunny.UI.UIGroupBox uiGBlujing;
private Sunny.UI.UIGroupBox uiGBlayer;
private Sunny.UI.UIRadioButtonGroup uiRBGlx;
}
}