GuanFa.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. namespace WWPipeLine.MapTools.Conditions.AnalystToolBar
  2. {
  3. partial class GuanFa
  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.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  34. this.uidgv = new Sunny.UI.UIDataGridView();
  35. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  36. this.uidp_msrq = new Sunny.UI.UIDatePicker();
  37. this.uiLabel11 = new Sunny.UI.UILabel();
  38. this.uitb_yl = new Sunny.UI.UITextBox();
  39. this.uiLabel12 = new Sunny.UI.UILabel();
  40. this.uitb_cd = new Sunny.UI.UITextBox();
  41. this.uitb_qsdw = new Sunny.UI.UITextBox();
  42. this.uiLabel10 = new Sunny.UI.UILabel();
  43. this.uitb_gj = new Sunny.UI.UITextBox();
  44. this.uiLabel5 = new Sunny.UI.UILabel();
  45. this.uiLabel4 = new Sunny.UI.UILabel();
  46. this.uitb_msfs = new Sunny.UI.UITextBox();
  47. this.uitb_cz = new Sunny.UI.UITextBox();
  48. this.uiLabel6 = new Sunny.UI.UILabel();
  49. this.uiLabel3 = new Sunny.UI.UILabel();
  50. this.uitb_dzms = new Sunny.UI.UITextBox();
  51. this.uitb_fldm = new Sunny.UI.UITextBox();
  52. this.uitb_tz = new Sunny.UI.UITextBox();
  53. this.uiLabel7 = new Sunny.UI.UILabel();
  54. this.uiLabel8 = new Sunny.UI.UILabel();
  55. this.uiLabel2 = new Sunny.UI.UILabel();
  56. this.uiButton1 = new Sunny.UI.UIButton();
  57. this.uiGroupBox1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.uidgv)).BeginInit();
  59. this.uiGroupBox2.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // uiGroupBox1
  63. //
  64. this.uiGroupBox1.Controls.Add(this.uidgv);
  65. this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  66. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F);
  67. this.uiGroupBox1.Location = new System.Drawing.Point(0, 266);
  68. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  69. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  70. this.uiGroupBox1.Name = "uiGroupBox1";
  71. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  72. this.uiGroupBox1.Size = new System.Drawing.Size(800, 364);
  73. this.uiGroupBox1.TabIndex = 78;
  74. this.uiGroupBox1.Text = "需关闭阀门";
  75. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  76. //
  77. // uidgv
  78. //
  79. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  80. this.uidgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  81. this.uidgv.BackgroundColor = System.Drawing.Color.White;
  82. this.uidgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  83. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  84. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  85. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F);
  86. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  87. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  88. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  89. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  90. this.uidgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  91. this.uidgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  92. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  93. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  94. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F);
  95. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  96. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  97. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  98. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  99. this.uidgv.DefaultCellStyle = dataGridViewCellStyle3;
  100. this.uidgv.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.uidgv.EnableHeadersVisualStyles = false;
  102. this.uidgv.Font = new System.Drawing.Font("微软雅黑", 12F);
  103. this.uidgv.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  104. this.uidgv.Location = new System.Drawing.Point(0, 32);
  105. this.uidgv.Name = "uidgv";
  106. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  107. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  108. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F);
  109. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  110. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  111. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  112. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  113. this.uidgv.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  114. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  115. this.uidgv.RowsDefaultCellStyle = dataGridViewCellStyle5;
  116. this.uidgv.RowTemplate.Height = 23;
  117. this.uidgv.SelectedIndex = -1;
  118. this.uidgv.ShowGridLine = true;
  119. this.uidgv.Size = new System.Drawing.Size(800, 332);
  120. this.uidgv.TabIndex = 0;
  121. //
  122. // uiGroupBox2
  123. //
  124. this.uiGroupBox2.Controls.Add(this.uidp_msrq);
  125. this.uiGroupBox2.Controls.Add(this.uiLabel11);
  126. this.uiGroupBox2.Controls.Add(this.uitb_yl);
  127. this.uiGroupBox2.Controls.Add(this.uiLabel12);
  128. this.uiGroupBox2.Controls.Add(this.uitb_cd);
  129. this.uiGroupBox2.Controls.Add(this.uitb_qsdw);
  130. this.uiGroupBox2.Controls.Add(this.uiLabel10);
  131. this.uiGroupBox2.Controls.Add(this.uitb_gj);
  132. this.uiGroupBox2.Controls.Add(this.uiLabel5);
  133. this.uiGroupBox2.Controls.Add(this.uiLabel4);
  134. this.uiGroupBox2.Controls.Add(this.uitb_msfs);
  135. this.uiGroupBox2.Controls.Add(this.uitb_cz);
  136. this.uiGroupBox2.Controls.Add(this.uiLabel6);
  137. this.uiGroupBox2.Controls.Add(this.uiLabel3);
  138. this.uiGroupBox2.Controls.Add(this.uitb_dzms);
  139. this.uiGroupBox2.Controls.Add(this.uitb_fldm);
  140. this.uiGroupBox2.Controls.Add(this.uitb_tz);
  141. this.uiGroupBox2.Controls.Add(this.uiLabel7);
  142. this.uiGroupBox2.Controls.Add(this.uiLabel8);
  143. this.uiGroupBox2.Controls.Add(this.uiLabel2);
  144. this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Left;
  145. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F);
  146. this.uiGroupBox2.Location = new System.Drawing.Point(0, 0);
  147. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  148. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  149. this.uiGroupBox2.Name = "uiGroupBox2";
  150. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  151. this.uiGroupBox2.Size = new System.Drawing.Size(537, 266);
  152. this.uiGroupBox2.TabIndex = 79;
  153. this.uiGroupBox2.Text = "爆管点的管线信息";
  154. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  155. //
  156. // uidp_msrq
  157. //
  158. this.uidp_msrq.FillColor = System.Drawing.Color.White;
  159. this.uidp_msrq.Font = new System.Drawing.Font("微软雅黑", 12F);
  160. this.uidp_msrq.Location = new System.Drawing.Point(372, 149);
  161. this.uidp_msrq.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  162. this.uidp_msrq.MaxLength = 10;
  163. this.uidp_msrq.MinimumSize = new System.Drawing.Size(63, 0);
  164. this.uidp_msrq.Name = "uidp_msrq";
  165. this.uidp_msrq.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  166. this.uidp_msrq.ReadOnly = true;
  167. this.uidp_msrq.Size = new System.Drawing.Size(150, 29);
  168. this.uidp_msrq.SymbolDropDown = 61555;
  169. this.uidp_msrq.SymbolNormal = 61555;
  170. this.uidp_msrq.TabIndex = 97;
  171. this.uidp_msrq.Text = "2020-01-01";
  172. this.uidp_msrq.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  173. this.uidp_msrq.Value = new System.DateTime(2020, 1, 1, 0, 0, 0, 0);
  174. //
  175. // uiLabel11
  176. //
  177. this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 12F);
  178. this.uiLabel11.Location = new System.Drawing.Point(261, 110);
  179. this.uiLabel11.Name = "uiLabel11";
  180. this.uiLabel11.Size = new System.Drawing.Size(92, 23);
  181. this.uiLabel11.TabIndex = 96;
  182. this.uiLabel11.Text = "长度:";
  183. this.uiLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  184. //
  185. // uitb_yl
  186. //
  187. this.uitb_yl.Cursor = System.Windows.Forms.Cursors.IBeam;
  188. this.uitb_yl.FillColor = System.Drawing.Color.White;
  189. this.uitb_yl.Font = new System.Drawing.Font("微软雅黑", 12F);
  190. this.uitb_yl.Location = new System.Drawing.Point(108, 108);
  191. this.uitb_yl.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  192. this.uitb_yl.Maximum = 2147483647D;
  193. this.uitb_yl.MaxLength = 10;
  194. this.uitb_yl.Minimum = -2147483648D;
  195. this.uitb_yl.MinimumSize = new System.Drawing.Size(1, 1);
  196. this.uitb_yl.Name = "uitb_yl";
  197. this.uitb_yl.ReadOnly = true;
  198. this.uitb_yl.Size = new System.Drawing.Size(150, 29);
  199. this.uitb_yl.TabIndex = 86;
  200. this.uitb_yl.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  201. //
  202. // uiLabel12
  203. //
  204. this.uiLabel12.Font = new System.Drawing.Font("微软雅黑", 12F);
  205. this.uiLabel12.Location = new System.Drawing.Point(3, 108);
  206. this.uiLabel12.Name = "uiLabel12";
  207. this.uiLabel12.Size = new System.Drawing.Size(92, 23);
  208. this.uiLabel12.TabIndex = 95;
  209. this.uiLabel12.Text = "压力:";
  210. this.uiLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  211. //
  212. // uitb_cd
  213. //
  214. this.uitb_cd.Cursor = System.Windows.Forms.Cursors.IBeam;
  215. this.uitb_cd.FillColor = System.Drawing.Color.White;
  216. this.uitb_cd.Font = new System.Drawing.Font("微软雅黑", 12F);
  217. this.uitb_cd.Location = new System.Drawing.Point(372, 110);
  218. this.uitb_cd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  219. this.uitb_cd.Maximum = 2147483647D;
  220. this.uitb_cd.Minimum = -2147483648D;
  221. this.uitb_cd.MinimumSize = new System.Drawing.Size(1, 1);
  222. this.uitb_cd.Name = "uitb_cd";
  223. this.uitb_cd.ReadOnly = true;
  224. this.uitb_cd.Size = new System.Drawing.Size(150, 29);
  225. this.uitb_cd.TabIndex = 85;
  226. this.uitb_cd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  227. //
  228. // uitb_qsdw
  229. //
  230. this.uitb_qsdw.Cursor = System.Windows.Forms.Cursors.IBeam;
  231. this.uitb_qsdw.FillColor = System.Drawing.Color.White;
  232. this.uitb_qsdw.Font = new System.Drawing.Font("微软雅黑", 12F);
  233. this.uitb_qsdw.Location = new System.Drawing.Point(108, 222);
  234. this.uitb_qsdw.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  235. this.uitb_qsdw.Maximum = 2147483647D;
  236. this.uitb_qsdw.MaxLength = 20;
  237. this.uitb_qsdw.Minimum = -2147483648D;
  238. this.uitb_qsdw.MinimumSize = new System.Drawing.Size(1, 1);
  239. this.uitb_qsdw.Name = "uitb_qsdw";
  240. this.uitb_qsdw.ReadOnly = true;
  241. this.uitb_qsdw.Size = new System.Drawing.Size(414, 29);
  242. this.uitb_qsdw.TabIndex = 91;
  243. this.uitb_qsdw.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  244. //
  245. // uiLabel10
  246. //
  247. this.uiLabel10.Font = new System.Drawing.Font("微软雅黑", 12F);
  248. this.uiLabel10.Location = new System.Drawing.Point(3, 222);
  249. this.uiLabel10.Name = "uiLabel10";
  250. this.uiLabel10.Size = new System.Drawing.Size(92, 23);
  251. this.uiLabel10.TabIndex = 94;
  252. this.uiLabel10.Text = "权属单位:";
  253. this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  254. //
  255. // uitb_gj
  256. //
  257. this.uitb_gj.Cursor = System.Windows.Forms.Cursors.IBeam;
  258. this.uitb_gj.FillColor = System.Drawing.Color.White;
  259. this.uitb_gj.Font = new System.Drawing.Font("微软雅黑", 12F);
  260. this.uitb_gj.Location = new System.Drawing.Point(372, 71);
  261. this.uitb_gj.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  262. this.uitb_gj.Maximum = 2147483647D;
  263. this.uitb_gj.MaxLength = 10;
  264. this.uitb_gj.Minimum = -2147483648D;
  265. this.uitb_gj.MinimumSize = new System.Drawing.Size(1, 1);
  266. this.uitb_gj.Name = "uitb_gj";
  267. this.uitb_gj.ReadOnly = true;
  268. this.uitb_gj.Size = new System.Drawing.Size(150, 29);
  269. this.uitb_gj.TabIndex = 81;
  270. this.uitb_gj.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  271. //
  272. // uiLabel5
  273. //
  274. this.uiLabel5.Font = new System.Drawing.Font("微软雅黑", 12F);
  275. this.uiLabel5.Location = new System.Drawing.Point(261, 149);
  276. this.uiLabel5.Name = "uiLabel5";
  277. this.uiLabel5.Size = new System.Drawing.Size(92, 23);
  278. this.uiLabel5.TabIndex = 93;
  279. this.uiLabel5.Text = "埋设日期:";
  280. this.uiLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  281. //
  282. // uiLabel4
  283. //
  284. this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F);
  285. this.uiLabel4.Location = new System.Drawing.Point(261, 71);
  286. this.uiLabel4.Name = "uiLabel4";
  287. this.uiLabel4.Size = new System.Drawing.Size(92, 23);
  288. this.uiLabel4.TabIndex = 84;
  289. this.uiLabel4.Text = "管线管径:";
  290. this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  291. //
  292. // uitb_msfs
  293. //
  294. this.uitb_msfs.Cursor = System.Windows.Forms.Cursors.IBeam;
  295. this.uitb_msfs.FillColor = System.Drawing.Color.White;
  296. this.uitb_msfs.Font = new System.Drawing.Font("微软雅黑", 12F);
  297. this.uitb_msfs.Location = new System.Drawing.Point(108, 146);
  298. this.uitb_msfs.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  299. this.uitb_msfs.Maximum = 2147483647D;
  300. this.uitb_msfs.MaxLength = 10;
  301. this.uitb_msfs.Minimum = -2147483648D;
  302. this.uitb_msfs.MinimumSize = new System.Drawing.Size(1, 1);
  303. this.uitb_msfs.Name = "uitb_msfs";
  304. this.uitb_msfs.ReadOnly = true;
  305. this.uitb_msfs.Size = new System.Drawing.Size(150, 29);
  306. this.uitb_msfs.TabIndex = 88;
  307. this.uitb_msfs.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  308. //
  309. // uitb_cz
  310. //
  311. this.uitb_cz.Cursor = System.Windows.Forms.Cursors.IBeam;
  312. this.uitb_cz.FillColor = System.Drawing.Color.White;
  313. this.uitb_cz.Font = new System.Drawing.Font("微软雅黑", 12F);
  314. this.uitb_cz.Location = new System.Drawing.Point(108, 32);
  315. this.uitb_cz.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  316. this.uitb_cz.Maximum = 2147483647D;
  317. this.uitb_cz.MaxLength = 10;
  318. this.uitb_cz.Minimum = -2147483648D;
  319. this.uitb_cz.MinimumSize = new System.Drawing.Size(1, 1);
  320. this.uitb_cz.Name = "uitb_cz";
  321. this.uitb_cz.ReadOnly = true;
  322. this.uitb_cz.Size = new System.Drawing.Size(150, 29);
  323. this.uitb_cz.TabIndex = 80;
  324. this.uitb_cz.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  325. //
  326. // uiLabel6
  327. //
  328. this.uiLabel6.Font = new System.Drawing.Font("微软雅黑", 12F);
  329. this.uiLabel6.Location = new System.Drawing.Point(3, 146);
  330. this.uiLabel6.Name = "uiLabel6";
  331. this.uiLabel6.Size = new System.Drawing.Size(92, 23);
  332. this.uiLabel6.TabIndex = 92;
  333. this.uiLabel6.Text = "埋设方式:";
  334. this.uiLabel6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  335. //
  336. // uiLabel3
  337. //
  338. this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F);
  339. this.uiLabel3.Location = new System.Drawing.Point(3, 32);
  340. this.uiLabel3.Name = "uiLabel3";
  341. this.uiLabel3.Size = new System.Drawing.Size(92, 23);
  342. this.uiLabel3.TabIndex = 82;
  343. this.uiLabel3.Text = "管线材质:";
  344. this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  345. //
  346. // uitb_dzms
  347. //
  348. this.uitb_dzms.Cursor = System.Windows.Forms.Cursors.IBeam;
  349. this.uitb_dzms.FillColor = System.Drawing.Color.White;
  350. this.uitb_dzms.Font = new System.Drawing.Font("微软雅黑", 12F);
  351. this.uitb_dzms.Location = new System.Drawing.Point(108, 184);
  352. this.uitb_dzms.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  353. this.uitb_dzms.Maximum = 2147483647D;
  354. this.uitb_dzms.MaxLength = 20;
  355. this.uitb_dzms.Minimum = -2147483648D;
  356. this.uitb_dzms.MinimumSize = new System.Drawing.Size(1, 1);
  357. this.uitb_dzms.Name = "uitb_dzms";
  358. this.uitb_dzms.ReadOnly = true;
  359. this.uitb_dzms.Size = new System.Drawing.Size(414, 29);
  360. this.uitb_dzms.TabIndex = 89;
  361. this.uitb_dzms.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  362. //
  363. // uitb_fldm
  364. //
  365. this.uitb_fldm.Cursor = System.Windows.Forms.Cursors.IBeam;
  366. this.uitb_fldm.FillColor = System.Drawing.Color.White;
  367. this.uitb_fldm.Font = new System.Drawing.Font("微软雅黑", 12F);
  368. this.uitb_fldm.Location = new System.Drawing.Point(372, 32);
  369. this.uitb_fldm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  370. this.uitb_fldm.Maximum = 2147483647D;
  371. this.uitb_fldm.Minimum = -2147483648D;
  372. this.uitb_fldm.MinimumSize = new System.Drawing.Size(1, 1);
  373. this.uitb_fldm.Name = "uitb_fldm";
  374. this.uitb_fldm.ReadOnly = true;
  375. this.uitb_fldm.Size = new System.Drawing.Size(150, 29);
  376. this.uitb_fldm.TabIndex = 79;
  377. this.uitb_fldm.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  378. //
  379. // uitb_tz
  380. //
  381. this.uitb_tz.Cursor = System.Windows.Forms.Cursors.IBeam;
  382. this.uitb_tz.FillColor = System.Drawing.Color.White;
  383. this.uitb_tz.Font = new System.Drawing.Font("微软雅黑", 12F);
  384. this.uitb_tz.Location = new System.Drawing.Point(108, 70);
  385. this.uitb_tz.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  386. this.uitb_tz.Maximum = 2147483647D;
  387. this.uitb_tz.MaxLength = 10;
  388. this.uitb_tz.Minimum = -2147483648D;
  389. this.uitb_tz.MinimumSize = new System.Drawing.Size(1, 1);
  390. this.uitb_tz.Name = "uitb_tz";
  391. this.uitb_tz.ReadOnly = true;
  392. this.uitb_tz.Size = new System.Drawing.Size(150, 29);
  393. this.uitb_tz.TabIndex = 83;
  394. this.uitb_tz.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  395. //
  396. // uiLabel7
  397. //
  398. this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 12F);
  399. this.uiLabel7.Location = new System.Drawing.Point(3, 184);
  400. this.uiLabel7.Name = "uiLabel7";
  401. this.uiLabel7.Size = new System.Drawing.Size(92, 23);
  402. this.uiLabel7.TabIndex = 90;
  403. this.uiLabel7.Text = "地址描述:";
  404. this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  405. //
  406. // uiLabel8
  407. //
  408. this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 12F);
  409. this.uiLabel8.Location = new System.Drawing.Point(3, 70);
  410. this.uiLabel8.Name = "uiLabel8";
  411. this.uiLabel8.Size = new System.Drawing.Size(92, 23);
  412. this.uiLabel8.TabIndex = 87;
  413. this.uiLabel8.Text = "特征:";
  414. this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  415. //
  416. // uiLabel2
  417. //
  418. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
  419. this.uiLabel2.Location = new System.Drawing.Point(261, 32);
  420. this.uiLabel2.Name = "uiLabel2";
  421. this.uiLabel2.Size = new System.Drawing.Size(92, 23);
  422. this.uiLabel2.TabIndex = 78;
  423. this.uiLabel2.Text = "分类代码:";
  424. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  425. //
  426. // uiButton1
  427. //
  428. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  429. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
  430. this.uiButton1.Location = new System.Drawing.Point(560, 222);
  431. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  432. this.uiButton1.Name = "uiButton1";
  433. this.uiButton1.Size = new System.Drawing.Size(120, 29);
  434. this.uiButton1.TabIndex = 80;
  435. this.uiButton1.Text = "分析";
  436. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  437. //
  438. // GuanFa
  439. //
  440. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  441. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  442. this.Controls.Add(this.uiButton1);
  443. this.Controls.Add(this.uiGroupBox2);
  444. this.Controls.Add(this.uiGroupBox1);
  445. this.Name = "GuanFa";
  446. this.Size = new System.Drawing.Size(800, 630);
  447. this.uiGroupBox1.ResumeLayout(false);
  448. ((System.ComponentModel.ISupportInitialize)(this.uidgv)).EndInit();
  449. this.uiGroupBox2.ResumeLayout(false);
  450. this.ResumeLayout(false);
  451. }
  452. #endregion
  453. private Sunny.UI.UIGroupBox uiGroupBox1;
  454. private Sunny.UI.UIDataGridView uidgv;
  455. private Sunny.UI.UIGroupBox uiGroupBox2;
  456. private Sunny.UI.UIDatePicker uidp_msrq;
  457. private Sunny.UI.UILabel uiLabel11;
  458. private Sunny.UI.UITextBox uitb_yl;
  459. private Sunny.UI.UILabel uiLabel12;
  460. private Sunny.UI.UITextBox uitb_cd;
  461. private Sunny.UI.UITextBox uitb_qsdw;
  462. private Sunny.UI.UILabel uiLabel10;
  463. private Sunny.UI.UITextBox uitb_gj;
  464. private Sunny.UI.UILabel uiLabel5;
  465. private Sunny.UI.UILabel uiLabel4;
  466. private Sunny.UI.UITextBox uitb_msfs;
  467. private Sunny.UI.UITextBox uitb_cz;
  468. private Sunny.UI.UILabel uiLabel6;
  469. private Sunny.UI.UILabel uiLabel3;
  470. private Sunny.UI.UITextBox uitb_dzms;
  471. private Sunny.UI.UITextBox uitb_fldm;
  472. private Sunny.UI.UITextBox uitb_tz;
  473. private Sunny.UI.UILabel uiLabel7;
  474. private Sunny.UI.UILabel uiLabel8;
  475. private Sunny.UI.UILabel uiLabel2;
  476. private Sunny.UI.UIButton uiButton1;
  477. }
  478. }