PouMianAnalystResult.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. namespace WWPipeLine.MapTools.Conditions.AnalystToolBar
  2. {
  3. partial class PouMianAnalystResult
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PouMianAnalystResult));
  29. this.uiPanel1 = new Sunny.UI.UIPanel();
  30. this.uibtnPingyi = new Sunny.UI.UIImageButton();
  31. this.uibtnQuantu = new Sunny.UI.UIImageButton();
  32. this.uitxtTitle = new Sunny.UI.UITextBox();
  33. this.uiLabel1 = new Sunny.UI.UILabel();
  34. this.uibtnSuoxiao = new Sunny.UI.UIImageButton();
  35. this.uiIbtnFangda = new Sunny.UI.UIImageButton();
  36. this.uibtnSave = new Sunny.UI.UIImageButton();
  37. this.pictureBox = new System.Windows.Forms.PictureBox();
  38. this.uiPanel2 = new Sunny.UI.UIPanel();
  39. this.uiPanel1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.uibtnPingyi)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.uibtnQuantu)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.uibtnSuoxiao)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.uiIbtnFangda)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.uibtnSave)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
  46. this.uiPanel2.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // uiPanel1
  50. //
  51. this.uiPanel1.Controls.Add(this.uibtnPingyi);
  52. this.uiPanel1.Controls.Add(this.uibtnQuantu);
  53. this.uiPanel1.Controls.Add(this.uitxtTitle);
  54. this.uiPanel1.Controls.Add(this.uiLabel1);
  55. this.uiPanel1.Controls.Add(this.uibtnSuoxiao);
  56. this.uiPanel1.Controls.Add(this.uiIbtnFangda);
  57. this.uiPanel1.Controls.Add(this.uibtnSave);
  58. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  59. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  60. this.uiPanel1.Location = new System.Drawing.Point(0, 35);
  61. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  62. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  63. this.uiPanel1.Name = "uiPanel1";
  64. this.uiPanel1.Size = new System.Drawing.Size(850, 50);
  65. this.uiPanel1.TabIndex = 0;
  66. this.uiPanel1.Text = null;
  67. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  68. //
  69. // uibtnPingyi
  70. //
  71. this.uibtnPingyi.Cursor = System.Windows.Forms.Cursors.Hand;
  72. this.uibtnPingyi.Font = new System.Drawing.Font("微软雅黑", 12F);
  73. this.uibtnPingyi.Image = ((System.Drawing.Image)(resources.GetObject("uibtnPingyi.Image")));
  74. this.uibtnPingyi.Location = new System.Drawing.Point(167, 5);
  75. this.uibtnPingyi.Name = "uibtnPingyi";
  76. this.uibtnPingyi.Size = new System.Drawing.Size(32, 32);
  77. this.uibtnPingyi.TabIndex = 6;
  78. this.uibtnPingyi.TabStop = false;
  79. this.uibtnPingyi.Text = null;
  80. this.uibtnPingyi.Visible = false;
  81. this.uibtnPingyi.Click += new System.EventHandler(this.uibtnPingyi_Click);
  82. //
  83. // uibtnQuantu
  84. //
  85. this.uibtnQuantu.Cursor = System.Windows.Forms.Cursors.Hand;
  86. this.uibtnQuantu.Font = new System.Drawing.Font("微软雅黑", 12F);
  87. this.uibtnQuantu.Image = ((System.Drawing.Image)(resources.GetObject("uibtnQuantu.Image")));
  88. this.uibtnQuantu.Location = new System.Drawing.Point(44, 3);
  89. this.uibtnQuantu.Name = "uibtnQuantu";
  90. this.uibtnQuantu.Size = new System.Drawing.Size(32, 32);
  91. this.uibtnQuantu.TabIndex = 5;
  92. this.uibtnQuantu.TabStop = false;
  93. this.uibtnQuantu.Text = null;
  94. this.uibtnQuantu.Click += new System.EventHandler(this.uibtnQuantu_Click);
  95. //
  96. // uitxtTitle
  97. //
  98. this.uitxtTitle.Cursor = System.Windows.Forms.Cursors.IBeam;
  99. this.uitxtTitle.FillColor = System.Drawing.Color.White;
  100. this.uitxtTitle.Font = new System.Drawing.Font("微软雅黑", 12F);
  101. this.uitxtTitle.Location = new System.Drawing.Point(397, 5);
  102. this.uitxtTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  103. this.uitxtTitle.Maximum = 2147483647D;
  104. this.uitxtTitle.Minimum = -2147483648D;
  105. this.uitxtTitle.MinimumSize = new System.Drawing.Size(1, 1);
  106. this.uitxtTitle.Name = "uitxtTitle";
  107. this.uitxtTitle.Size = new System.Drawing.Size(320, 29);
  108. this.uitxtTitle.TabIndex = 4;
  109. this.uitxtTitle.Text = "城市地下管网纵剖面图";
  110. this.uitxtTitle.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  111. //
  112. // uiLabel1
  113. //
  114. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  115. this.uiLabel1.Location = new System.Drawing.Point(350, 12);
  116. this.uiLabel1.Name = "uiLabel1";
  117. this.uiLabel1.Size = new System.Drawing.Size(67, 23);
  118. this.uiLabel1.TabIndex = 3;
  119. this.uiLabel1.Text = "标题";
  120. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  121. //
  122. // uibtnSuoxiao
  123. //
  124. this.uibtnSuoxiao.Cursor = System.Windows.Forms.Cursors.Hand;
  125. this.uibtnSuoxiao.Font = new System.Drawing.Font("微软雅黑", 12F);
  126. this.uibtnSuoxiao.Image = ((System.Drawing.Image)(resources.GetObject("uibtnSuoxiao.Image")));
  127. this.uibtnSuoxiao.Location = new System.Drawing.Point(126, 3);
  128. this.uibtnSuoxiao.Name = "uibtnSuoxiao";
  129. this.uibtnSuoxiao.Size = new System.Drawing.Size(32, 32);
  130. this.uibtnSuoxiao.TabIndex = 2;
  131. this.uibtnSuoxiao.TabStop = false;
  132. this.uibtnSuoxiao.Text = null;
  133. this.uibtnSuoxiao.Click += new System.EventHandler(this.uibtnSuoxiao_Click);
  134. //
  135. // uiIbtnFangda
  136. //
  137. this.uiIbtnFangda.Cursor = System.Windows.Forms.Cursors.Hand;
  138. this.uiIbtnFangda.Font = new System.Drawing.Font("微软雅黑", 12F);
  139. this.uiIbtnFangda.Image = ((System.Drawing.Image)(resources.GetObject("uiIbtnFangda.Image")));
  140. this.uiIbtnFangda.Location = new System.Drawing.Point(85, 3);
  141. this.uiIbtnFangda.Name = "uiIbtnFangda";
  142. this.uiIbtnFangda.Size = new System.Drawing.Size(32, 32);
  143. this.uiIbtnFangda.TabIndex = 1;
  144. this.uiIbtnFangda.TabStop = false;
  145. this.uiIbtnFangda.Text = null;
  146. this.uiIbtnFangda.Click += new System.EventHandler(this.uiIbtnFangda_Click);
  147. //
  148. // uibtnSave
  149. //
  150. this.uibtnSave.Cursor = System.Windows.Forms.Cursors.Hand;
  151. this.uibtnSave.Font = new System.Drawing.Font("微软雅黑", 12F);
  152. this.uibtnSave.Image = ((System.Drawing.Image)(resources.GetObject("uibtnSave.Image")));
  153. this.uibtnSave.Location = new System.Drawing.Point(3, 3);
  154. this.uibtnSave.Name = "uibtnSave";
  155. this.uibtnSave.Size = new System.Drawing.Size(32, 32);
  156. this.uibtnSave.TabIndex = 0;
  157. this.uibtnSave.TabStop = false;
  158. this.uibtnSave.Text = null;
  159. this.uibtnSave.Click += new System.EventHandler(this.uibtnSave_Click);
  160. //
  161. // pictureBox
  162. //
  163. this.pictureBox.Location = new System.Drawing.Point(10, 10);
  164. this.pictureBox.Margin = new System.Windows.Forms.Padding(5);
  165. this.pictureBox.Name = "pictureBox";
  166. this.pictureBox.Size = new System.Drawing.Size(820, 600);
  167. this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  168. this.pictureBox.TabIndex = 1;
  169. this.pictureBox.TabStop = false;
  170. //
  171. // uiPanel2
  172. //
  173. this.uiPanel2.AutoScroll = true;
  174. this.uiPanel2.Controls.Add(this.pictureBox);
  175. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  176. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F);
  177. this.uiPanel2.Location = new System.Drawing.Point(0, 85);
  178. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  179. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  180. this.uiPanel2.Name = "uiPanel2";
  181. this.uiPanel2.Size = new System.Drawing.Size(850, 625);
  182. this.uiPanel2.TabIndex = 2;
  183. this.uiPanel2.Text = "uiPanel2";
  184. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  185. //
  186. // PouMianAnalystResult
  187. //
  188. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  189. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  190. this.ClientSize = new System.Drawing.Size(850, 710);
  191. this.Controls.Add(this.uiPanel2);
  192. this.Controls.Add(this.uiPanel1);
  193. this.MaximizeBox = false;
  194. this.MinimizeBox = false;
  195. this.Name = "PouMianAnalystResult";
  196. this.Text = "剖面分析结果";
  197. this.TopMost = true;
  198. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AnalystResultForm_FormClosing);
  199. this.Load += new System.EventHandler(this.AnalystResultForm_Load);
  200. this.uiPanel1.ResumeLayout(false);
  201. ((System.ComponentModel.ISupportInitialize)(this.uibtnPingyi)).EndInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.uibtnQuantu)).EndInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.uibtnSuoxiao)).EndInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.uiIbtnFangda)).EndInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.uibtnSave)).EndInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
  207. this.uiPanel2.ResumeLayout(false);
  208. this.uiPanel2.PerformLayout();
  209. this.ResumeLayout(false);
  210. }
  211. #endregion
  212. private Sunny.UI.UIPanel uiPanel1;
  213. private Sunny.UI.UIImageButton uibtnSave;
  214. private Sunny.UI.UIImageButton uiIbtnFangda;
  215. private Sunny.UI.UIImageButton uibtnSuoxiao;
  216. private Sunny.UI.UILabel uiLabel1;
  217. private Sunny.UI.UITextBox uitxtTitle;
  218. private System.Windows.Forms.PictureBox pictureBox;
  219. private Sunny.UI.UIPanel uiPanel2;
  220. private Sunny.UI.UIImageButton uibtnPingyi;
  221. private Sunny.UI.UIImageButton uibtnQuantu;
  222. }
  223. }