GuanXianXiuGai.Designer.cs 20 KB

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