PCRuKu.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. namespace WWPipeLine.MapTools.Conditions.ShuJuChuLi
  2. {
  3. partial class PCRuKu
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.uiPanel4 = new Sunny.UI.UIPanel();
  34. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  35. this.uiPanel3 = new Sunny.UI.UIPanel();
  36. this.uidgv = new Sunny.UI.UIDataGridView();
  37. this.uiPanel5 = new Sunny.UI.UIPanel();
  38. this.uiButton1 = new Sunny.UI.UIButton();
  39. this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
  40. this.uirbtGX = new Sunny.UI.UIRadioButton();
  41. this.uirbtGD = new Sunny.UI.UIRadioButton();
  42. this.uiPanel4.SuspendLayout();
  43. this.uiGroupBox1.SuspendLayout();
  44. this.uiPanel3.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.uidgv)).BeginInit();
  46. this.uiPanel5.SuspendLayout();
  47. this.uiGroupBox3.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // uiPanel4
  51. //
  52. this.uiPanel4.Controls.Add(this.uiGroupBox1);
  53. this.uiPanel4.Controls.Add(this.uiPanel5);
  54. this.uiPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.uiPanel4.Font = new System.Drawing.Font("微软雅黑", 12F);
  56. this.uiPanel4.Location = new System.Drawing.Point(0, 0);
  57. this.uiPanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  58. this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1);
  59. this.uiPanel4.Name = "uiPanel4";
  60. this.uiPanel4.Size = new System.Drawing.Size(1000, 635);
  61. this.uiPanel4.TabIndex = 5;
  62. this.uiPanel4.Text = "uiPanel4";
  63. this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  64. //
  65. // uiGroupBox1
  66. //
  67. this.uiGroupBox1.Controls.Add(this.uiPanel3);
  68. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  70. this.uiGroupBox1.Location = new System.Drawing.Point(0, 61);
  71. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  72. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  73. this.uiGroupBox1.Name = "uiGroupBox1";
  74. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  75. this.uiGroupBox1.Size = new System.Drawing.Size(1000, 574);
  76. this.uiGroupBox1.TabIndex = 1;
  77. this.uiGroupBox1.Text = "临时表数据预览";
  78. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  79. //
  80. // uiPanel3
  81. //
  82. this.uiPanel3.Controls.Add(this.uidgv);
  83. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F);
  85. this.uiPanel3.Location = new System.Drawing.Point(0, 32);
  86. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  87. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  88. this.uiPanel3.Name = "uiPanel3";
  89. this.uiPanel3.Size = new System.Drawing.Size(1000, 542);
  90. this.uiPanel3.TabIndex = 2;
  91. this.uiPanel3.Text = "uiPanel3";
  92. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  93. //
  94. // uidgv
  95. //
  96. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  97. this.uidgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  98. this.uidgv.BackgroundColor = System.Drawing.Color.White;
  99. this.uidgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  100. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  101. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  102. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
  103. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  104. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  105. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  106. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  107. this.uidgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  108. this.uidgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  109. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  110. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  111. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
  112. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  113. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  114. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  115. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  116. this.uidgv.DefaultCellStyle = dataGridViewCellStyle3;
  117. this.uidgv.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.uidgv.EnableHeadersVisualStyles = false;
  119. this.uidgv.Font = new System.Drawing.Font("微软雅黑", 12F);
  120. this.uidgv.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  121. this.uidgv.Location = new System.Drawing.Point(0, 0);
  122. this.uidgv.Name = "uidgv";
  123. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  124. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  125. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F);
  126. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  127. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  128. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  129. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  130. this.uidgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  131. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  132. this.uidgv.RowsDefaultCellStyle = dataGridViewCellStyle5;
  133. this.uidgv.RowTemplate.Height = 23;
  134. this.uidgv.SelectedIndex = -1;
  135. this.uidgv.ShowGridLine = true;
  136. this.uidgv.Size = new System.Drawing.Size(1000, 542);
  137. this.uidgv.TabIndex = 0;
  138. //
  139. // uiPanel5
  140. //
  141. this.uiPanel5.Controls.Add(this.uiButton1);
  142. this.uiPanel5.Controls.Add(this.uiGroupBox3);
  143. this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F);
  145. this.uiPanel5.Location = new System.Drawing.Point(0, 0);
  146. this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  147. this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
  148. this.uiPanel5.Name = "uiPanel5";
  149. this.uiPanel5.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
  150. this.uiPanel5.Size = new System.Drawing.Size(1000, 61);
  151. this.uiPanel5.TabIndex = 1;
  152. this.uiPanel5.Text = null;
  153. this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  154. //
  155. // uiButton1
  156. //
  157. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  158. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
  159. this.uiButton1.Location = new System.Drawing.Point(193, 14);
  160. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  161. this.uiButton1.Name = "uiButton1";
  162. this.uiButton1.Size = new System.Drawing.Size(121, 30);
  163. this.uiButton1.TabIndex = 0;
  164. this.uiButton1.Text = "加载临时表数据";
  165. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  166. //
  167. // uiGroupBox3
  168. //
  169. this.uiGroupBox3.Controls.Add(this.uirbtGX);
  170. this.uiGroupBox3.Controls.Add(this.uirbtGD);
  171. this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Left;
  172. this.uiGroupBox3.Font = new System.Drawing.Font("微软雅黑", 12F);
  173. this.uiGroupBox3.Location = new System.Drawing.Point(0, 2);
  174. this.uiGroupBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  175. this.uiGroupBox3.MinimumSize = new System.Drawing.Size(1, 1);
  176. this.uiGroupBox3.Name = "uiGroupBox3";
  177. this.uiGroupBox3.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  178. this.uiGroupBox3.Size = new System.Drawing.Size(186, 59);
  179. this.uiGroupBox3.TabIndex = 0;
  180. this.uiGroupBox3.Text = "临时表类型";
  181. this.uiGroupBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  182. //
  183. // uirbtGX
  184. //
  185. this.uirbtGX.Cursor = System.Windows.Forms.Cursors.Hand;
  186. this.uirbtGX.Font = new System.Drawing.Font("微软雅黑", 12F);
  187. this.uirbtGX.Location = new System.Drawing.Point(94, 30);
  188. this.uirbtGX.MinimumSize = new System.Drawing.Size(1, 1);
  189. this.uirbtGX.Name = "uirbtGX";
  190. this.uirbtGX.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  191. this.uirbtGX.Size = new System.Drawing.Size(79, 25);
  192. this.uirbtGX.TabIndex = 8;
  193. this.uirbtGX.Text = "管线表";
  194. this.uirbtGX.Visible = false;
  195. //
  196. // uirbtGD
  197. //
  198. this.uirbtGD.Checked = true;
  199. this.uirbtGD.Cursor = System.Windows.Forms.Cursors.Hand;
  200. this.uirbtGD.Font = new System.Drawing.Font("微软雅黑", 12F);
  201. this.uirbtGD.Location = new System.Drawing.Point(10, 30);
  202. this.uirbtGD.MinimumSize = new System.Drawing.Size(1, 1);
  203. this.uirbtGD.Name = "uirbtGD";
  204. this.uirbtGD.Padding = new System.Windows.Forms.Padding(22, 0, 0, 0);
  205. this.uirbtGD.Size = new System.Drawing.Size(79, 25);
  206. this.uirbtGD.TabIndex = 7;
  207. this.uirbtGD.Text = "管点表";
  208. //
  209. // PCRuKu
  210. //
  211. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  212. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  213. this.Controls.Add(this.uiPanel4);
  214. this.Name = "PCRuKu";
  215. this.Size = new System.Drawing.Size(1000, 635);
  216. this.uiPanel4.ResumeLayout(false);
  217. this.uiGroupBox1.ResumeLayout(false);
  218. this.uiPanel3.ResumeLayout(false);
  219. ((System.ComponentModel.ISupportInitialize)(this.uidgv)).EndInit();
  220. this.uiPanel5.ResumeLayout(false);
  221. this.uiGroupBox3.ResumeLayout(false);
  222. this.ResumeLayout(false);
  223. }
  224. #endregion
  225. private Sunny.UI.UIPanel uiPanel4;
  226. private Sunny.UI.UIPanel uiPanel5;
  227. private Sunny.UI.UIGroupBox uiGroupBox3;
  228. private Sunny.UI.UIRadioButton uirbtGX;
  229. private Sunny.UI.UIRadioButton uirbtGD;
  230. private Sunny.UI.UIGroupBox uiGroupBox1;
  231. private Sunny.UI.UIPanel uiPanel3;
  232. private Sunny.UI.UIDataGridView uidgv;
  233. private Sunny.UI.UIButton uiButton1;
  234. }
  235. }