PouMianAnalystResult.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.uiPanel1 = new Sunny.UI.UIPanel();
  35. this.uibtnPingyi = new Sunny.UI.UIImageButton();
  36. this.uibtnQuantu = new Sunny.UI.UIImageButton();
  37. this.uitxtTitle = new Sunny.UI.UITextBox();
  38. this.uiLabel1 = new Sunny.UI.UILabel();
  39. this.uibtnSuoxiao = new Sunny.UI.UIImageButton();
  40. this.uiIbtnFangda = new Sunny.UI.UIImageButton();
  41. this.uibtnSave = new Sunny.UI.UIImageButton();
  42. this.pictureBox = new System.Windows.Forms.PictureBox();
  43. this.uiPanel2 = new Sunny.UI.UIPanel();
  44. this.uiDataGridView1 = new Sunny.UI.UIDataGridView();
  45. this.uiPanel1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.uibtnPingyi)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.uibtnQuantu)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.uibtnSuoxiao)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.uiIbtnFangda)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.uibtnSave)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
  52. this.uiPanel2.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // uiPanel1
  57. //
  58. this.uiPanel1.Controls.Add(this.uibtnPingyi);
  59. this.uiPanel1.Controls.Add(this.uibtnQuantu);
  60. this.uiPanel1.Controls.Add(this.uitxtTitle);
  61. this.uiPanel1.Controls.Add(this.uiLabel1);
  62. this.uiPanel1.Controls.Add(this.uibtnSuoxiao);
  63. this.uiPanel1.Controls.Add(this.uiIbtnFangda);
  64. this.uiPanel1.Controls.Add(this.uibtnSave);
  65. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  66. this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  67. this.uiPanel1.Location = new System.Drawing.Point(0, 35);
  68. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  69. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  70. this.uiPanel1.Name = "uiPanel1";
  71. this.uiPanel1.Size = new System.Drawing.Size(820, 50);
  72. this.uiPanel1.Style = Sunny.UI.UIStyle.Custom;
  73. this.uiPanel1.TabIndex = 0;
  74. this.uiPanel1.Text = null;
  75. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  76. //
  77. // uibtnPingyi
  78. //
  79. this.uibtnPingyi.Cursor = System.Windows.Forms.Cursors.Hand;
  80. this.uibtnPingyi.Font = new System.Drawing.Font("微软雅黑", 12F);
  81. this.uibtnPingyi.Image = ((System.Drawing.Image)(resources.GetObject("uibtnPingyi.Image")));
  82. this.uibtnPingyi.Location = new System.Drawing.Point(167, 5);
  83. this.uibtnPingyi.Name = "uibtnPingyi";
  84. this.uibtnPingyi.Size = new System.Drawing.Size(32, 32);
  85. this.uibtnPingyi.TabIndex = 6;
  86. this.uibtnPingyi.TabStop = false;
  87. this.uibtnPingyi.Text = null;
  88. this.uibtnPingyi.Visible = false;
  89. this.uibtnPingyi.Click += new System.EventHandler(this.uibtnPingyi_Click);
  90. //
  91. // uibtnQuantu
  92. //
  93. this.uibtnQuantu.Cursor = System.Windows.Forms.Cursors.Hand;
  94. this.uibtnQuantu.Font = new System.Drawing.Font("微软雅黑", 12F);
  95. this.uibtnQuantu.Image = ((System.Drawing.Image)(resources.GetObject("uibtnQuantu.Image")));
  96. this.uibtnQuantu.Location = new System.Drawing.Point(44, 3);
  97. this.uibtnQuantu.Name = "uibtnQuantu";
  98. this.uibtnQuantu.Size = new System.Drawing.Size(32, 32);
  99. this.uibtnQuantu.TabIndex = 5;
  100. this.uibtnQuantu.TabStop = false;
  101. this.uibtnQuantu.Text = null;
  102. this.uibtnQuantu.Click += new System.EventHandler(this.uibtnQuantu_Click);
  103. //
  104. // uitxtTitle
  105. //
  106. this.uitxtTitle.Cursor = System.Windows.Forms.Cursors.IBeam;
  107. this.uitxtTitle.FillColor = System.Drawing.Color.White;
  108. this.uitxtTitle.Font = new System.Drawing.Font("微软雅黑", 12F);
  109. this.uitxtTitle.Location = new System.Drawing.Point(397, 5);
  110. this.uitxtTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  111. this.uitxtTitle.Maximum = 2147483647D;
  112. this.uitxtTitle.Minimum = -2147483648D;
  113. this.uitxtTitle.MinimumSize = new System.Drawing.Size(1, 1);
  114. this.uitxtTitle.Name = "uitxtTitle";
  115. this.uitxtTitle.Size = new System.Drawing.Size(320, 29);
  116. this.uitxtTitle.Style = Sunny.UI.UIStyle.Custom;
  117. this.uitxtTitle.TabIndex = 4;
  118. this.uitxtTitle.Text = "城市地下管网横断面图";
  119. this.uitxtTitle.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  120. //
  121. // uiLabel1
  122. //
  123. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  124. this.uiLabel1.Location = new System.Drawing.Point(350, 12);
  125. this.uiLabel1.Name = "uiLabel1";
  126. this.uiLabel1.Size = new System.Drawing.Size(67, 23);
  127. this.uiLabel1.Style = Sunny.UI.UIStyle.Custom;
  128. this.uiLabel1.TabIndex = 3;
  129. this.uiLabel1.Text = "标题";
  130. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  131. //
  132. // uibtnSuoxiao
  133. //
  134. this.uibtnSuoxiao.Cursor = System.Windows.Forms.Cursors.Hand;
  135. this.uibtnSuoxiao.Font = new System.Drawing.Font("微软雅黑", 12F);
  136. this.uibtnSuoxiao.Image = ((System.Drawing.Image)(resources.GetObject("uibtnSuoxiao.Image")));
  137. this.uibtnSuoxiao.Location = new System.Drawing.Point(126, 3);
  138. this.uibtnSuoxiao.Name = "uibtnSuoxiao";
  139. this.uibtnSuoxiao.Size = new System.Drawing.Size(32, 32);
  140. this.uibtnSuoxiao.TabIndex = 2;
  141. this.uibtnSuoxiao.TabStop = false;
  142. this.uibtnSuoxiao.Text = null;
  143. this.uibtnSuoxiao.Click += new System.EventHandler(this.uibtnSuoxiao_Click);
  144. //
  145. // uiIbtnFangda
  146. //
  147. this.uiIbtnFangda.Cursor = System.Windows.Forms.Cursors.Hand;
  148. this.uiIbtnFangda.Font = new System.Drawing.Font("微软雅黑", 12F);
  149. this.uiIbtnFangda.Image = ((System.Drawing.Image)(resources.GetObject("uiIbtnFangda.Image")));
  150. this.uiIbtnFangda.Location = new System.Drawing.Point(85, 3);
  151. this.uiIbtnFangda.Name = "uiIbtnFangda";
  152. this.uiIbtnFangda.Size = new System.Drawing.Size(32, 32);
  153. this.uiIbtnFangda.TabIndex = 1;
  154. this.uiIbtnFangda.TabStop = false;
  155. this.uiIbtnFangda.Text = null;
  156. this.uiIbtnFangda.Click += new System.EventHandler(this.uiIbtnFangda_Click);
  157. //
  158. // uibtnSave
  159. //
  160. this.uibtnSave.Cursor = System.Windows.Forms.Cursors.Hand;
  161. this.uibtnSave.Font = new System.Drawing.Font("微软雅黑", 12F);
  162. this.uibtnSave.Image = ((System.Drawing.Image)(resources.GetObject("uibtnSave.Image")));
  163. this.uibtnSave.Location = new System.Drawing.Point(3, 3);
  164. this.uibtnSave.Name = "uibtnSave";
  165. this.uibtnSave.Size = new System.Drawing.Size(32, 32);
  166. this.uibtnSave.TabIndex = 0;
  167. this.uibtnSave.TabStop = false;
  168. this.uibtnSave.Text = null;
  169. this.uibtnSave.Click += new System.EventHandler(this.uibtnSave_Click);
  170. //
  171. // pictureBox
  172. //
  173. this.pictureBox.Location = new System.Drawing.Point(10, 10);
  174. this.pictureBox.Margin = new System.Windows.Forms.Padding(5);
  175. this.pictureBox.Name = "pictureBox";
  176. this.pictureBox.Size = new System.Drawing.Size(800, 600);
  177. this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
  178. this.pictureBox.TabIndex = 1;
  179. this.pictureBox.TabStop = false;
  180. //
  181. // uiPanel2
  182. //
  183. this.uiPanel2.AutoScroll = true;
  184. this.uiPanel2.Controls.Add(this.uiDataGridView1);
  185. this.uiPanel2.Controls.Add(this.pictureBox);
  186. this.uiPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  187. this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F);
  188. this.uiPanel2.Location = new System.Drawing.Point(0, 85);
  189. this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  190. this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
  191. this.uiPanel2.Name = "uiPanel2";
  192. this.uiPanel2.Size = new System.Drawing.Size(820, 765);
  193. this.uiPanel2.Style = Sunny.UI.UIStyle.Custom;
  194. this.uiPanel2.TabIndex = 2;
  195. this.uiPanel2.Text = "uiPanel2";
  196. this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  197. //
  198. // uiDataGridView1
  199. //
  200. this.uiDataGridView1.AllowUserToAddRows = false;
  201. this.uiDataGridView1.AllowUserToDeleteRows = false;
  202. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  203. this.uiDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  204. this.uiDataGridView1.BackgroundColor = System.Drawing.Color.White;
  205. this.uiDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  206. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  207. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  208. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
  209. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  210. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  211. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  212. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  213. this.uiDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  214. this.uiDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  215. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  216. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  217. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
  218. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  219. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  220. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  221. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  222. this.uiDataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
  223. this.uiDataGridView1.Dock = System.Windows.Forms.DockStyle.Bottom;
  224. this.uiDataGridView1.EnableHeadersVisualStyles = false;
  225. this.uiDataGridView1.Font = new System.Drawing.Font("微软雅黑", 12F);
  226. this.uiDataGridView1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  227. this.uiDataGridView1.Location = new System.Drawing.Point(0, 615);
  228. this.uiDataGridView1.Name = "uiDataGridView1";
  229. this.uiDataGridView1.ReadOnly = true;
  230. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  231. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  232. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F);
  233. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  234. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  235. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  236. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  237. this.uiDataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  238. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  239. this.uiDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
  240. this.uiDataGridView1.RowTemplate.Height = 23;
  241. this.uiDataGridView1.SelectedIndex = -1;
  242. this.uiDataGridView1.ShowGridLine = true;
  243. this.uiDataGridView1.Size = new System.Drawing.Size(820, 150);
  244. this.uiDataGridView1.Style = Sunny.UI.UIStyle.Custom;
  245. this.uiDataGridView1.TabIndex = 2;
  246. //
  247. // PouMianAnalystResult
  248. //
  249. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  250. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  251. this.ClientSize = new System.Drawing.Size(820, 850);
  252. this.Controls.Add(this.uiPanel2);
  253. this.Controls.Add(this.uiPanel1);
  254. this.MaximizeBox = false;
  255. this.MinimizeBox = false;
  256. this.Name = "PouMianAnalystResult";
  257. this.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
  258. this.Style = Sunny.UI.UIStyle.Custom;
  259. this.Text = "剖面分析";
  260. this.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(140)))), ((int)(((byte)(140)))));
  261. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AnalystResultForm_FormClosing);
  262. this.Load += new System.EventHandler(this.AnalystResultForm_Load);
  263. this.uiPanel1.ResumeLayout(false);
  264. ((System.ComponentModel.ISupportInitialize)(this.uibtnPingyi)).EndInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.uibtnQuantu)).EndInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.uibtnSuoxiao)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.uiIbtnFangda)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.uibtnSave)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
  270. this.uiPanel2.ResumeLayout(false);
  271. this.uiPanel2.PerformLayout();
  272. ((System.ComponentModel.ISupportInitialize)(this.uiDataGridView1)).EndInit();
  273. this.ResumeLayout(false);
  274. }
  275. #endregion
  276. private Sunny.UI.UIPanel uiPanel1;
  277. private Sunny.UI.UIImageButton uibtnSave;
  278. private Sunny.UI.UIImageButton uiIbtnFangda;
  279. private Sunny.UI.UIImageButton uibtnSuoxiao;
  280. private Sunny.UI.UILabel uiLabel1;
  281. private Sunny.UI.UITextBox uitxtTitle;
  282. private System.Windows.Forms.PictureBox pictureBox;
  283. private Sunny.UI.UIPanel uiPanel2;
  284. private Sunny.UI.UIImageButton uibtnPingyi;
  285. private Sunny.UI.UIImageButton uibtnQuantu;
  286. private Sunny.UI.UIDataGridView uiDataGridView1;
  287. }
  288. }