namespace Core.StlMes.Client.SaleOrder
{
partial class FrmOrderRegion
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.ultraPanelTop = new Infragistics.Win.Misc.UltraPanel();
this.labelName = new Infragistics.Win.Misc.UltraLabel();
this.ultraNodesName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraPanelBottom = new Infragistics.Win.Misc.UltraPanel();
this.buttonEsc = new Infragistics.Win.Misc.UltraButton();
this.buttonCom = new Infragistics.Win.Misc.UltraButton();
this.ultraPanelFill = new Infragistics.Win.Misc.UltraPanel();
this.treeRegion = new System.Windows.Forms.TreeView();
this.ultraPanelTop.ClientArea.SuspendLayout();
this.ultraPanelTop.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraNodesName)).BeginInit();
this.ultraPanelBottom.ClientArea.SuspendLayout();
this.ultraPanelBottom.SuspendLayout();
this.ultraPanelFill.ClientArea.SuspendLayout();
this.ultraPanelFill.SuspendLayout();
this.SuspendLayout();
//
// ultraPanelTop
//
//
// ultraPanelTop.ClientArea
//
this.ultraPanelTop.ClientArea.Controls.Add(this.labelName);
this.ultraPanelTop.ClientArea.Controls.Add(this.ultraNodesName);
this.ultraPanelTop.Dock = System.Windows.Forms.DockStyle.Top;
this.ultraPanelTop.Location = new System.Drawing.Point(0, 0);
this.ultraPanelTop.Name = "ultraPanelTop";
this.ultraPanelTop.Size = new System.Drawing.Size(234, 33);
this.ultraPanelTop.TabIndex = 0;
//
// labelName
//
this.labelName.Anchor = System.Windows.Forms.AnchorStyles.None;
this.labelName.Location = new System.Drawing.Point(8, 8);
this.labelName.Name = "labelName";
this.labelName.Size = new System.Drawing.Size(54, 13);
this.labelName.TabIndex = 1;
this.labelName.Text = "城市名称";
//
// ultraNodesName
//
this.ultraNodesName.Location = new System.Drawing.Point(69, 4);
this.ultraNodesName.Name = "ultraNodesName";
this.ultraNodesName.Size = new System.Drawing.Size(125, 21);
this.ultraNodesName.TabIndex = 0;
this.ultraNodesName.ValueChanged += new System.EventHandler(this.ultraNodesName_ValueChanged);
//
// ultraPanelBottom
//
//
// ultraPanelBottom.ClientArea
//
this.ultraPanelBottom.ClientArea.Controls.Add(this.buttonEsc);
this.ultraPanelBottom.ClientArea.Controls.Add(this.buttonCom);
this.ultraPanelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.ultraPanelBottom.Location = new System.Drawing.Point(0, 318);
this.ultraPanelBottom.Name = "ultraPanelBottom";
this.ultraPanelBottom.Size = new System.Drawing.Size(234, 39);
this.ultraPanelBottom.TabIndex = 1;
//
// buttonEsc
//
this.buttonEsc.Location = new System.Drawing.Point(132, 3);
this.buttonEsc.Name = "buttonEsc";
this.buttonEsc.Size = new System.Drawing.Size(62, 30);
this.buttonEsc.TabIndex = 0;
this.buttonEsc.Text = "取消";
this.buttonEsc.Click += new System.EventHandler(this.buttonEsc_Click);
//
// buttonCom
//
this.buttonCom.Location = new System.Drawing.Point(40, 3);
this.buttonCom.Name = "buttonCom";
this.buttonCom.Size = new System.Drawing.Size(60, 30);
this.buttonCom.TabIndex = 0;
this.buttonCom.Text = "提交";
this.buttonCom.Click += new System.EventHandler(this.buttonCom_Click);
//
// ultraPanelFill
//
//
// ultraPanelFill.ClientArea
//
this.ultraPanelFill.ClientArea.Controls.Add(this.treeRegion);
this.ultraPanelFill.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraPanelFill.Location = new System.Drawing.Point(0, 33);
this.ultraPanelFill.Name = "ultraPanelFill";
this.ultraPanelFill.Size = new System.Drawing.Size(234, 285);
this.ultraPanelFill.TabIndex = 2;
//
// treeRegion
//
this.treeRegion.Cursor = System.Windows.Forms.Cursors.Arrow;
this.treeRegion.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeRegion.ForeColor = System.Drawing.SystemColors.WindowText;
this.treeRegion.ItemHeight = 14;
this.treeRegion.LineColor = System.Drawing.Color.White;
this.treeRegion.Location = new System.Drawing.Point(0, 0);
this.treeRegion.Name = "treeRegion";
this.treeRegion.Size = new System.Drawing.Size(234, 285);
this.treeRegion.TabIndex = 16;
this.treeRegion.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeRegion_NodeMouseClick);
//
// FrmOrderRegion
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(234, 357);
this.Controls.Add(this.ultraPanelFill);
this.Controls.Add(this.ultraPanelBottom);
this.Controls.Add(this.ultraPanelTop);
this.Name = "FrmOrderRegion";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "地理区域选择";
this.Load += new System.EventHandler(this.FrmOrderRegion_Load);
this.ultraPanelTop.ClientArea.ResumeLayout(false);
this.ultraPanelTop.ClientArea.PerformLayout();
this.ultraPanelTop.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraNodesName)).EndInit();
this.ultraPanelBottom.ClientArea.ResumeLayout(false);
this.ultraPanelBottom.ResumeLayout(false);
this.ultraPanelFill.ClientArea.ResumeLayout(false);
this.ultraPanelFill.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.Misc.UltraPanel ultraPanelTop;
private Infragistics.Win.Misc.UltraPanel ultraPanelBottom;
private Infragistics.Win.Misc.UltraPanel ultraPanelFill;
private System.Windows.Forms.TreeView treeRegion;
private Infragistics.Win.Misc.UltraLabel labelName;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraNodesName;
private Infragistics.Win.Misc.UltraButton buttonEsc;
private Infragistics.Win.Misc.UltraButton buttonCom;
}
}