namespace WWPipeLine.MapTools.Conditions.FuZhuGongJu
{
partial class BJdmt
{
///
/// 必需的设计器变量。
///
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.uiLabel2 = new Sunny.UI.UILabel();
this.uiLabel1 = new Sunny.UI.UILabel();
this.uicbx = new Sunny.UI.UIComboBox();
this.uiButton1 = new Sunny.UI.UIButton();
this.uitbkey = new Sunny.UI.UITextBox();
this.uiPanel2 = new Sunny.UI.UIPanel();
this.uilb = new Sunny.UI.UIListBox();
this.uiPanel3 = new Sunny.UI.UIPanel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.picbox4 = new System.Windows.Forms.PictureBox();
this.uicms = new Sunny.UI.UIContextMenuStrip();
this.PicUpload = new System.Windows.Forms.ToolStripMenuItem();
this.PicDelete = new System.Windows.Forms.ToolStripMenuItem();
this.picbox3 = new System.Windows.Forms.PictureBox();
this.picbox2 = new System.Windows.Forms.PictureBox();
this.picbox1 = new System.Windows.Forms.PictureBox();
this.uiPanel2.SuspendLayout();
this.uiPanel3.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picbox4)).BeginInit();
this.uicms.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picbox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picbox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picbox1)).BeginInit();
this.SuspendLayout();
//
// uiLabel2
//
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel2.Location = new System.Drawing.Point(7, 37);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(97, 23);
this.uiLabel2.TabIndex = 6;
this.uiLabel2.Text = "关键字:";
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiLabel1
//
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLabel1.Location = new System.Drawing.Point(7, 5);
this.uiLabel1.Name = "uiLabel1";
this.uiLabel1.Size = new System.Drawing.Size(97, 23);
this.uiLabel1.TabIndex = 5;
this.uiLabel1.Text = "管点图层:";
this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uicbx
//
this.uicbx.DataSource = null;
this.uicbx.FillColor = System.Drawing.Color.White;
this.uicbx.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uicbx.Location = new System.Drawing.Point(107, 5);
this.uicbx.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uicbx.MinimumSize = new System.Drawing.Size(63, 0);
this.uicbx.Name = "uicbx";
this.uicbx.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
this.uicbx.Size = new System.Drawing.Size(150, 29);
this.uicbx.TabIndex = 4;
this.uicbx.TextAlignment = 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(133, 71);
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton1.Name = "uiButton1";
this.uiButton1.Size = new System.Drawing.Size(121, 30);
this.uiButton1.TabIndex = 1;
this.uiButton1.Text = "模糊检索";
this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
//
// uitbkey
//
this.uitbkey.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uitbkey.FillColor = System.Drawing.Color.White;
this.uitbkey.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uitbkey.Location = new System.Drawing.Point(107, 37);
this.uitbkey.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uitbkey.Maximum = 2147483647D;
this.uitbkey.Minimum = -2147483648D;
this.uitbkey.MinimumSize = new System.Drawing.Size(1, 1);
this.uitbkey.Name = "uitbkey";
this.uitbkey.Size = new System.Drawing.Size(150, 29);
this.uitbkey.TabIndex = 0;
this.uitbkey.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiPanel2
//
this.uiPanel2.Controls.Add(this.uiLabel2);
this.uiPanel2.Controls.Add(this.uilb);
this.uiPanel2.Controls.Add(this.uiLabel1);
this.uiPanel2.Controls.Add(this.uicbx);
this.uiPanel2.Controls.Add(this.uitbkey);
this.uiPanel2.Controls.Add(this.uiButton1);
this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Left;
this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiPanel2.Location = new System.Drawing.Point(0, 0);
this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel2.Name = "uiPanel2";
this.uiPanel2.Size = new System.Drawing.Size(260, 565);
this.uiPanel2.TabIndex = 2;
this.uiPanel2.Text = "uiPanel2";
this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uilb
//
this.uilb.Dock = System.Windows.Forms.DockStyle.Bottom;
this.uilb.FillColor = System.Drawing.Color.White;
this.uilb.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uilb.FormatString = "";
this.uilb.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.uilb.Location = new System.Drawing.Point(0, 109);
this.uilb.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uilb.MinimumSize = new System.Drawing.Size(1, 1);
this.uilb.Name = "uilb";
this.uilb.Padding = new System.Windows.Forms.Padding(2);
this.uilb.Size = new System.Drawing.Size(260, 456);
this.uilb.TabIndex = 0;
this.uilb.Text = "uiListBox1";
this.uilb.MouseMove += new System.Windows.Forms.MouseEventHandler(WWPipeLine.MapBasic.ComsStatic.UIListBox_MouseMove);
this.uilb.SelectedIndexChanged += new System.EventHandler(this.uilb_SelectedIndexChanged);
//
// uiPanel3
//
this.uiPanel3.Controls.Add(this.tableLayoutPanel1);
this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiPanel3.Location = new System.Drawing.Point(260, 0);
this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel3.Name = "uiPanel3";
this.uiPanel3.Size = new System.Drawing.Size(540, 565);
this.uiPanel3.TabIndex = 3;
this.uiPanel3.Text = null;
this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.picbox4, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.picbox3, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.picbox2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.picbox1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(540, 565);
this.tableLayoutPanel1.TabIndex = 1;
//
// picbox4
//
this.picbox4.ContextMenuStrip = this.uicms;
this.picbox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.picbox4.Location = new System.Drawing.Point(273, 285);
this.picbox4.Name = "picbox4";
this.picbox4.Size = new System.Drawing.Size(264, 277);
this.picbox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picbox4.TabIndex = 3;
this.picbox4.TabStop = false;
this.picbox4.Tag = "04";
this.picbox4.DoubleClick += new System.EventHandler(this.pictureBox_DoubleClick);
//
// uicms
//
this.uicms.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uicms.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.PicUpload,
this.PicDelete});
this.uicms.Name = "uicms";
this.uicms.Size = new System.Drawing.Size(177, 56);
//
// PicUpload
//
this.PicUpload.Name = "PicUpload";
this.PicUpload.Size = new System.Drawing.Size(176, 26);
this.PicUpload.Text = "上传本地图片";
this.PicUpload.Click += new System.EventHandler(this.PicUpload_Click);
//
// PicDelete
//
this.PicDelete.Name = "PicDelete";
this.PicDelete.Size = new System.Drawing.Size(176, 26);
this.PicDelete.Text = "删除当前图片";
this.PicDelete.Click += new System.EventHandler(this.PicDelete_Click);
//
// picbox3
//
this.picbox3.ContextMenuStrip = this.uicms;
this.picbox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.picbox3.Location = new System.Drawing.Point(3, 285);
this.picbox3.Name = "picbox3";
this.picbox3.Size = new System.Drawing.Size(264, 277);
this.picbox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picbox3.TabIndex = 2;
this.picbox3.TabStop = false;
this.picbox3.Tag = "03";
this.picbox3.DoubleClick += new System.EventHandler(this.pictureBox_DoubleClick);
//
// picbox2
//
this.picbox2.ContextMenuStrip = this.uicms;
this.picbox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.picbox2.Location = new System.Drawing.Point(273, 3);
this.picbox2.Name = "picbox2";
this.picbox2.Size = new System.Drawing.Size(264, 276);
this.picbox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picbox2.TabIndex = 1;
this.picbox2.TabStop = false;
this.picbox2.Tag = "02";
this.picbox2.DoubleClick += new System.EventHandler(this.pictureBox_DoubleClick);
//
// picbox1
//
this.picbox1.ContextMenuStrip = this.uicms;
this.picbox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.picbox1.Location = new System.Drawing.Point(3, 3);
this.picbox1.Name = "picbox1";
this.picbox1.Size = new System.Drawing.Size(264, 276);
this.picbox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picbox1.TabIndex = 0;
this.picbox1.TabStop = false;
this.picbox1.Tag = "01";
this.picbox1.DoubleClick += new System.EventHandler(this.pictureBox_DoubleClick);
//
// BJdmt
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.uiPanel3);
this.Controls.Add(this.uiPanel2);
this.Name = "BJdmt";
this.Size = new System.Drawing.Size(800, 565);
this.uiPanel2.ResumeLayout(false);
this.uiPanel3.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picbox4)).EndInit();
this.uicms.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picbox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picbox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picbox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Sunny.UI.UIPanel uiPanel2;
private Sunny.UI.UIButton uiButton1;
private Sunny.UI.UITextBox uitbkey;
private Sunny.UI.UIComboBox uicbx;
private Sunny.UI.UIPanel uiPanel3;
private System.Windows.Forms.PictureBox picbox1;
private Sunny.UI.UIListBox uilb;
private Sunny.UI.UILabel uiLabel1;
private Sunny.UI.UILabel uiLabel2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.PictureBox picbox2;
private Sunny.UI.UIContextMenuStrip uicms;
private System.Windows.Forms.ToolStripMenuItem PicUpload;
private System.Windows.Forms.ToolStripMenuItem PicDelete;
private System.Windows.Forms.PictureBox picbox4;
private System.Windows.Forms.PictureBox picbox3;
}
}