AnalystResultPouDuanMian.Designer.cs 8.7 KB

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