FrmOrderRegion.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. namespace Core.StlMes.Client.SaleOrder
  2. {
  3. partial class FrmOrderRegion
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.ultraPanelTop = new Infragistics.Win.Misc.UltraPanel();
  29. this.labelName = new Infragistics.Win.Misc.UltraLabel();
  30. this.ultraNodesName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  31. this.ultraPanelBottom = new Infragistics.Win.Misc.UltraPanel();
  32. this.buttonEsc = new Infragistics.Win.Misc.UltraButton();
  33. this.buttonCom = new Infragistics.Win.Misc.UltraButton();
  34. this.ultraPanelFill = new Infragistics.Win.Misc.UltraPanel();
  35. this.treeRegion = new System.Windows.Forms.TreeView();
  36. this.ultraPanelTop.ClientArea.SuspendLayout();
  37. this.ultraPanelTop.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.ultraNodesName)).BeginInit();
  39. this.ultraPanelBottom.ClientArea.SuspendLayout();
  40. this.ultraPanelBottom.SuspendLayout();
  41. this.ultraPanelFill.ClientArea.SuspendLayout();
  42. this.ultraPanelFill.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // ultraPanelTop
  46. //
  47. //
  48. // ultraPanelTop.ClientArea
  49. //
  50. this.ultraPanelTop.ClientArea.Controls.Add(this.labelName);
  51. this.ultraPanelTop.ClientArea.Controls.Add(this.ultraNodesName);
  52. this.ultraPanelTop.Dock = System.Windows.Forms.DockStyle.Top;
  53. this.ultraPanelTop.Location = new System.Drawing.Point(0, 0);
  54. this.ultraPanelTop.Name = "ultraPanelTop";
  55. this.ultraPanelTop.Size = new System.Drawing.Size(234, 33);
  56. this.ultraPanelTop.TabIndex = 0;
  57. //
  58. // labelName
  59. //
  60. this.labelName.Anchor = System.Windows.Forms.AnchorStyles.None;
  61. this.labelName.Location = new System.Drawing.Point(8, 8);
  62. this.labelName.Name = "labelName";
  63. this.labelName.Size = new System.Drawing.Size(54, 13);
  64. this.labelName.TabIndex = 1;
  65. this.labelName.Text = "城市名称";
  66. //
  67. // ultraNodesName
  68. //
  69. this.ultraNodesName.Location = new System.Drawing.Point(69, 4);
  70. this.ultraNodesName.Name = "ultraNodesName";
  71. this.ultraNodesName.Size = new System.Drawing.Size(125, 21);
  72. this.ultraNodesName.TabIndex = 0;
  73. this.ultraNodesName.ValueChanged += new System.EventHandler(this.ultraNodesName_ValueChanged);
  74. //
  75. // ultraPanelBottom
  76. //
  77. //
  78. // ultraPanelBottom.ClientArea
  79. //
  80. this.ultraPanelBottom.ClientArea.Controls.Add(this.buttonEsc);
  81. this.ultraPanelBottom.ClientArea.Controls.Add(this.buttonCom);
  82. this.ultraPanelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  83. this.ultraPanelBottom.Location = new System.Drawing.Point(0, 318);
  84. this.ultraPanelBottom.Name = "ultraPanelBottom";
  85. this.ultraPanelBottom.Size = new System.Drawing.Size(234, 39);
  86. this.ultraPanelBottom.TabIndex = 1;
  87. //
  88. // buttonEsc
  89. //
  90. this.buttonEsc.Location = new System.Drawing.Point(132, 3);
  91. this.buttonEsc.Name = "buttonEsc";
  92. this.buttonEsc.Size = new System.Drawing.Size(62, 30);
  93. this.buttonEsc.TabIndex = 0;
  94. this.buttonEsc.Text = "取消";
  95. this.buttonEsc.Click += new System.EventHandler(this.buttonEsc_Click);
  96. //
  97. // buttonCom
  98. //
  99. this.buttonCom.Location = new System.Drawing.Point(40, 3);
  100. this.buttonCom.Name = "buttonCom";
  101. this.buttonCom.Size = new System.Drawing.Size(60, 30);
  102. this.buttonCom.TabIndex = 0;
  103. this.buttonCom.Text = "提交";
  104. this.buttonCom.Click += new System.EventHandler(this.buttonCom_Click);
  105. //
  106. // ultraPanelFill
  107. //
  108. //
  109. // ultraPanelFill.ClientArea
  110. //
  111. this.ultraPanelFill.ClientArea.Controls.Add(this.treeRegion);
  112. this.ultraPanelFill.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.ultraPanelFill.Location = new System.Drawing.Point(0, 33);
  114. this.ultraPanelFill.Name = "ultraPanelFill";
  115. this.ultraPanelFill.Size = new System.Drawing.Size(234, 285);
  116. this.ultraPanelFill.TabIndex = 2;
  117. //
  118. // treeRegion
  119. //
  120. this.treeRegion.Cursor = System.Windows.Forms.Cursors.Arrow;
  121. this.treeRegion.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.treeRegion.ForeColor = System.Drawing.SystemColors.WindowText;
  123. this.treeRegion.ItemHeight = 14;
  124. this.treeRegion.LineColor = System.Drawing.Color.White;
  125. this.treeRegion.Location = new System.Drawing.Point(0, 0);
  126. this.treeRegion.Name = "treeRegion";
  127. this.treeRegion.Size = new System.Drawing.Size(234, 285);
  128. this.treeRegion.TabIndex = 16;
  129. this.treeRegion.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeRegion_NodeMouseClick);
  130. //
  131. // FrmOrderRegion
  132. //
  133. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  134. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  135. this.ClientSize = new System.Drawing.Size(234, 357);
  136. this.Controls.Add(this.ultraPanelFill);
  137. this.Controls.Add(this.ultraPanelBottom);
  138. this.Controls.Add(this.ultraPanelTop);
  139. this.Name = "FrmOrderRegion";
  140. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  141. this.Text = "地理区域选择";
  142. this.Load += new System.EventHandler(this.FrmOrderRegion_Load);
  143. this.ultraPanelTop.ClientArea.ResumeLayout(false);
  144. this.ultraPanelTop.ClientArea.PerformLayout();
  145. this.ultraPanelTop.ResumeLayout(false);
  146. ((System.ComponentModel.ISupportInitialize)(this.ultraNodesName)).EndInit();
  147. this.ultraPanelBottom.ClientArea.ResumeLayout(false);
  148. this.ultraPanelBottom.ResumeLayout(false);
  149. this.ultraPanelFill.ClientArea.ResumeLayout(false);
  150. this.ultraPanelFill.ResumeLayout(false);
  151. this.ResumeLayout(false);
  152. }
  153. #endregion
  154. private Infragistics.Win.Misc.UltraPanel ultraPanelTop;
  155. private Infragistics.Win.Misc.UltraPanel ultraPanelBottom;
  156. private Infragistics.Win.Misc.UltraPanel ultraPanelFill;
  157. private System.Windows.Forms.TreeView treeRegion;
  158. private Infragistics.Win.Misc.UltraLabel labelName;
  159. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraNodesName;
  160. private Infragistics.Win.Misc.UltraButton buttonEsc;
  161. private Infragistics.Win.Misc.UltraButton buttonCom;
  162. }
  163. }