F_PM_1402.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1402
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_1402));
  30. this.dtpUpdateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  31. this.dtPGroutingDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  32. this.lblGMouldTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  33. this.lblUpdateUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.lblCreateUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.lblProcedureModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.lblReworkProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.lblGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.lblModelType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtGMouldTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.txtUpdateUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.txtCreateUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.txtReworkProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.txtGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.txtModelType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  49. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  50. this.statusIsPublicBody = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  51. this.statusIsReFire = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  52. this.statusCanManyTimes = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  53. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  55. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  57. this.cBoxGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  58. this.cBoxUpdateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  59. this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.dtPGroutingDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  61. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.dtpUpdateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  63. this.dropProcedureModel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_DropDownList(this.components);
  64. this.lblgoodsLevelName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  65. this.lblgoodsLevelTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.txtgoodsLevelTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  67. this.txtgoodsLevelName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  68. this.SuspendLayout();
  69. //
  70. // dtpUpdateTimeStart
  71. //
  72. this.dtpUpdateTimeStart.CustomFormat = "yyyy-MM-dd";
  73. this.dtpUpdateTimeStart.Enabled = false;
  74. this.dtpUpdateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.dtpUpdateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  76. this.dtpUpdateTimeStart.Location = new System.Drawing.Point(122, 151);
  77. this.dtpUpdateTimeStart.Name = "dtpUpdateTimeStart";
  78. this.dtpUpdateTimeStart.Size = new System.Drawing.Size(134, 21);
  79. this.dtpUpdateTimeStart.TabIndex = 45;
  80. //
  81. // dtPGroutingDateStart
  82. //
  83. this.dtPGroutingDateStart.CustomFormat = "yyyy-MM-dd";
  84. this.dtPGroutingDateStart.Enabled = false;
  85. this.dtPGroutingDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.dtPGroutingDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  87. this.dtPGroutingDateStart.Location = new System.Drawing.Point(122, 124);
  88. this.dtPGroutingDateStart.Name = "dtPGroutingDateStart";
  89. this.dtPGroutingDateStart.Size = new System.Drawing.Size(136, 21);
  90. this.dtPGroutingDateStart.TabIndex = 45;
  91. //
  92. // lblGMouldTypeName
  93. //
  94. this.lblGMouldTypeName.AutoSize = true;
  95. this.lblGMouldTypeName.BackColor = System.Drawing.Color.Transparent;
  96. this.lblGMouldTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.lblGMouldTypeName.ForeColor = System.Drawing.SystemColors.ControlText;
  98. this.lblGMouldTypeName.Location = new System.Drawing.Point(512, 17);
  99. this.lblGMouldTypeName.Name = "lblGMouldTypeName";
  100. this.lblGMouldTypeName.Size = new System.Drawing.Size(65, 12);
  101. this.lblGMouldTypeName.TabIndex = 44;
  102. this.lblGMouldTypeName.Text = "成型线类型";
  103. //
  104. // lblUpdateUserName
  105. //
  106. this.lblUpdateUserName.AutoSize = true;
  107. this.lblUpdateUserName.BackColor = System.Drawing.Color.Transparent;
  108. this.lblUpdateUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.lblUpdateUserName.ForeColor = System.Drawing.SystemColors.ControlText;
  110. this.lblUpdateUserName.Location = new System.Drawing.Point(269, 73);
  111. this.lblUpdateUserName.Name = "lblUpdateUserName";
  112. this.lblUpdateUserName.Size = new System.Drawing.Size(89, 12);
  113. this.lblUpdateUserName.TabIndex = 44;
  114. this.lblUpdateUserName.Text = "更新数据操作员";
  115. //
  116. // lblCreateUserName
  117. //
  118. this.lblCreateUserName.AutoSize = true;
  119. this.lblCreateUserName.BackColor = System.Drawing.Color.Transparent;
  120. this.lblCreateUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.lblCreateUserName.ForeColor = System.Drawing.SystemColors.ControlText;
  122. this.lblCreateUserName.Location = new System.Drawing.Point(27, 73);
  123. this.lblCreateUserName.Name = "lblCreateUserName";
  124. this.lblCreateUserName.Size = new System.Drawing.Size(89, 12);
  125. this.lblCreateUserName.TabIndex = 44;
  126. this.lblCreateUserName.Text = "创建数据操作员";
  127. //
  128. // lblProcedureModel
  129. //
  130. this.lblProcedureModel.AutoSize = true;
  131. this.lblProcedureModel.BackColor = System.Drawing.Color.Transparent;
  132. this.lblProcedureModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.lblProcedureModel.ForeColor = System.Drawing.SystemColors.ControlText;
  134. this.lblProcedureModel.Location = new System.Drawing.Point(524, 44);
  135. this.lblProcedureModel.Name = "lblProcedureModel";
  136. this.lblProcedureModel.Size = new System.Drawing.Size(53, 12);
  137. this.lblProcedureModel.TabIndex = 44;
  138. this.lblProcedureModel.Text = "工序模型";
  139. //
  140. // lblReworkProcedureName
  141. //
  142. this.lblReworkProcedureName.AutoSize = true;
  143. this.lblReworkProcedureName.BackColor = System.Drawing.Color.Transparent;
  144. this.lblReworkProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.lblReworkProcedureName.ForeColor = System.Drawing.SystemColors.ControlText;
  146. this.lblReworkProcedureName.Location = new System.Drawing.Point(280, 43);
  147. this.lblReworkProcedureName.Name = "lblReworkProcedureName";
  148. this.lblReworkProcedureName.Size = new System.Drawing.Size(77, 12);
  149. this.lblReworkProcedureName.TabIndex = 44;
  150. this.lblReworkProcedureName.Text = "返工工序名称";
  151. //
  152. // c_Label2
  153. //
  154. this.c_Label2.AutoSize = true;
  155. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  156. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  158. this.c_Label2.Location = new System.Drawing.Point(268, 17);
  159. this.c_Label2.Name = "c_Label2";
  160. this.c_Label2.Size = new System.Drawing.Size(89, 12);
  161. this.c_Label2.TabIndex = 44;
  162. this.c_Label2.Text = "成型生产线名称";
  163. //
  164. // lblGroutingLineName
  165. //
  166. this.lblGroutingLineName.AutoSize = true;
  167. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  168. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  170. this.lblGroutingLineName.Location = new System.Drawing.Point(266, 16);
  171. this.lblGroutingLineName.Name = "lblGroutingLineName";
  172. this.lblGroutingLineName.Size = new System.Drawing.Size(89, 12);
  173. this.lblGroutingLineName.TabIndex = 44;
  174. this.lblGroutingLineName.Text = "成型生产线名称";
  175. //
  176. // lblGroutingMouldCode
  177. //
  178. this.lblGroutingMouldCode.AutoSize = true;
  179. this.lblGroutingMouldCode.BackColor = System.Drawing.Color.Transparent;
  180. this.lblGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.lblGroutingMouldCode.ForeColor = System.Drawing.SystemColors.ControlText;
  182. this.lblGroutingMouldCode.Location = new System.Drawing.Point(500, 67);
  183. this.lblGroutingMouldCode.Name = "lblGroutingMouldCode";
  184. this.lblGroutingMouldCode.Size = new System.Drawing.Size(77, 12);
  185. this.lblGroutingMouldCode.TabIndex = 41;
  186. this.lblGroutingMouldCode.Text = "注浆模具编号";
  187. //
  188. // lblModelType
  189. //
  190. this.lblModelType.AutoSize = true;
  191. this.lblModelType.BackColor = System.Drawing.Color.Transparent;
  192. this.lblModelType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.lblModelType.ForeColor = System.Drawing.SystemColors.ControlText;
  194. this.lblModelType.Location = new System.Drawing.Point(37, 42);
  195. this.lblModelType.Name = "lblModelType";
  196. this.lblModelType.Size = new System.Drawing.Size(77, 12);
  197. this.lblModelType.TabIndex = 41;
  198. this.lblModelType.Text = "工序模型类别";
  199. //
  200. // lblGroutingLineCode
  201. //
  202. this.lblGroutingLineCode.AutoSize = true;
  203. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  204. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  206. this.lblGroutingLineCode.Location = new System.Drawing.Point(25, 15);
  207. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  208. this.lblGroutingLineCode.Size = new System.Drawing.Size(89, 12);
  209. this.lblGroutingLineCode.TabIndex = 41;
  210. this.lblGroutingLineCode.Text = "成型生产线编码";
  211. //
  212. // txtGMouldTypeName
  213. //
  214. this.txtGMouldTypeName.BackColor = System.Drawing.SystemColors.Window;
  215. this.txtGMouldTypeName.BackgroundColor = System.Drawing.SystemColors.Window;
  216. this.txtGMouldTypeName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  217. this.txtGMouldTypeName.ErrorMessage = "";
  218. this.txtGMouldTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.txtGMouldTypeName.Location = new System.Drawing.Point(583, 13);
  220. this.txtGMouldTypeName.MaxLength = 10;
  221. this.txtGMouldTypeName.Name = "txtGMouldTypeName";
  222. this.txtGMouldTypeName.Size = new System.Drawing.Size(134, 21);
  223. this.txtGMouldTypeName.TabIndex = 42;
  224. //
  225. // txtUpdateUserName
  226. //
  227. this.txtUpdateUserName.BackColor = System.Drawing.SystemColors.Window;
  228. this.txtUpdateUserName.BackgroundColor = System.Drawing.SystemColors.Window;
  229. this.txtUpdateUserName.ErrorMessage = "";
  230. this.txtUpdateUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.txtUpdateUserName.Location = new System.Drawing.Point(365, 70);
  232. this.txtUpdateUserName.MaxLength = 10;
  233. this.txtUpdateUserName.Name = "txtUpdateUserName";
  234. this.txtUpdateUserName.Size = new System.Drawing.Size(134, 21);
  235. this.txtUpdateUserName.TabIndex = 42;
  236. //
  237. // txtCreateUserName
  238. //
  239. this.txtCreateUserName.BackColor = System.Drawing.SystemColors.Window;
  240. this.txtCreateUserName.BackgroundColor = System.Drawing.SystemColors.Window;
  241. this.txtCreateUserName.ErrorMessage = "";
  242. this.txtCreateUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.txtCreateUserName.Location = new System.Drawing.Point(122, 70);
  244. this.txtCreateUserName.MaxLength = 10;
  245. this.txtCreateUserName.Name = "txtCreateUserName";
  246. this.txtCreateUserName.Size = new System.Drawing.Size(134, 21);
  247. this.txtCreateUserName.TabIndex = 42;
  248. //
  249. // txtReworkProcedureName
  250. //
  251. this.txtReworkProcedureName.BackColor = System.Drawing.SystemColors.Window;
  252. this.txtReworkProcedureName.BackgroundColor = System.Drawing.SystemColors.Window;
  253. this.txtReworkProcedureName.ErrorMessage = "";
  254. this.txtReworkProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.txtReworkProcedureName.Location = new System.Drawing.Point(363, 39);
  256. this.txtReworkProcedureName.MaxLength = 10;
  257. this.txtReworkProcedureName.Name = "txtReworkProcedureName";
  258. this.txtReworkProcedureName.Size = new System.Drawing.Size(134, 21);
  259. this.txtReworkProcedureName.TabIndex = 42;
  260. //
  261. // txtGroutingMouldCode
  262. //
  263. this.txtGroutingMouldCode.BackColor = System.Drawing.SystemColors.Window;
  264. this.txtGroutingMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
  265. this.txtGroutingMouldCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  266. this.txtGroutingMouldCode.ErrorMessage = "";
  267. this.txtGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.txtGroutingMouldCode.Location = new System.Drawing.Point(583, 67);
  269. this.txtGroutingMouldCode.MaxLength = 50;
  270. this.txtGroutingMouldCode.Name = "txtGroutingMouldCode";
  271. this.txtGroutingMouldCode.Size = new System.Drawing.Size(134, 21);
  272. this.txtGroutingMouldCode.TabIndex = 43;
  273. //
  274. // txtModelType
  275. //
  276. this.txtModelType.BackColor = System.Drawing.SystemColors.Window;
  277. this.txtModelType.BackgroundColor = System.Drawing.SystemColors.Window;
  278. this.txtModelType.ErrorMessage = "";
  279. this.txtModelType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.txtModelType.Location = new System.Drawing.Point(122, 38);
  281. this.txtModelType.MaxLength = 50;
  282. this.txtModelType.Name = "txtModelType";
  283. this.txtModelType.Size = new System.Drawing.Size(134, 21);
  284. this.txtModelType.TabIndex = 43;
  285. //
  286. // txtGroutingLineName
  287. //
  288. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  289. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  290. this.txtGroutingLineName.ErrorMessage = "";
  291. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.txtGroutingLineName.Location = new System.Drawing.Point(363, 12);
  293. this.txtGroutingLineName.MaxLength = 10;
  294. this.txtGroutingLineName.Name = "txtGroutingLineName";
  295. this.txtGroutingLineName.Size = new System.Drawing.Size(134, 21);
  296. this.txtGroutingLineName.TabIndex = 42;
  297. //
  298. // txtGroutingLineCode
  299. //
  300. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  301. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  302. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  303. this.txtGroutingLineCode.ErrorMessage = "";
  304. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.txtGroutingLineCode.Location = new System.Drawing.Point(122, 11);
  306. this.txtGroutingLineCode.MaxLength = 50;
  307. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  308. this.txtGroutingLineCode.Size = new System.Drawing.Size(134, 21);
  309. this.txtGroutingLineCode.TabIndex = 43;
  310. //
  311. // statusIsPublicBody
  312. //
  313. this.statusIsPublicBody.BackColor = System.Drawing.SystemColors.Window;
  314. this.statusIsPublicBody.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("statusIsPublicBody.BackgroundImage")));
  315. this.statusIsPublicBody.FalseText = "否";
  316. this.statusIsPublicBody.Location = new System.Drawing.Point(526, 128);
  317. this.statusIsPublicBody.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  318. this.statusIsPublicBody.Name = "statusIsPublicBody";
  319. this.statusIsPublicBody.Size = new System.Drawing.Size(124, 16);
  320. this.statusIsPublicBody.TabIndex = 40;
  321. this.statusIsPublicBody.Title = "是否公坯";
  322. this.statusIsPublicBody.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
  323. this.statusIsPublicBody.TrueText = "是";
  324. //
  325. // statusIsReFire
  326. //
  327. this.statusIsReFire.BackColor = System.Drawing.SystemColors.Window;
  328. this.statusIsReFire.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("statusIsReFire.BackgroundImage")));
  329. this.statusIsReFire.FalseText = "否";
  330. this.statusIsReFire.Location = new System.Drawing.Point(526, 101);
  331. this.statusIsReFire.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  332. this.statusIsReFire.Name = "statusIsReFire";
  333. this.statusIsReFire.Size = new System.Drawing.Size(124, 16);
  334. this.statusIsReFire.TabIndex = 40;
  335. this.statusIsReFire.Title = "是否重烧";
  336. this.statusIsReFire.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
  337. this.statusIsReFire.TrueText = "是";
  338. //
  339. // statusCanManyTimes
  340. //
  341. this.statusCanManyTimes.BackColor = System.Drawing.SystemColors.Window;
  342. this.statusCanManyTimes.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("statusCanManyTimes.BackgroundImage")));
  343. this.statusCanManyTimes.FalseText = "否";
  344. this.statusCanManyTimes.Location = new System.Drawing.Point(502, 155);
  345. this.statusCanManyTimes.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  346. this.statusCanManyTimes.Name = "statusCanManyTimes";
  347. this.statusCanManyTimes.Size = new System.Drawing.Size(160, 16);
  348. this.statusCanManyTimes.TabIndex = 39;
  349. this.statusCanManyTimes.Title = "能否多次注浆";
  350. this.statusCanManyTimes.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
  351. this.statusCanManyTimes.TrueText = "是";
  352. //
  353. // lblRemarks
  354. //
  355. this.lblRemarks.AutoSize = true;
  356. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  357. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  359. this.lblRemarks.Location = new System.Drawing.Point(85, 181);
  360. this.lblRemarks.Name = "lblRemarks";
  361. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  362. this.lblRemarks.TabIndex = 31;
  363. this.lblRemarks.Text = "备注";
  364. //
  365. // txtRemarks
  366. //
  367. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  368. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  369. this.txtRemarks.ErrorMessage = "";
  370. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.txtRemarks.Location = new System.Drawing.Point(122, 178);
  372. this.txtRemarks.MaxLength = 500;
  373. this.txtRemarks.Name = "txtRemarks";
  374. this.txtRemarks.Size = new System.Drawing.Size(375, 21);
  375. this.txtRemarks.TabIndex = 32;
  376. //
  377. // btnCancel
  378. //
  379. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  380. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  381. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  382. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  383. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  384. this.btnCancel.ForeColor = System.Drawing.Color.White;
  385. this.btnCancel.Location = new System.Drawing.Point(638, 218);
  386. this.btnCancel.Name = "btnCancel";
  387. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  388. this.btnCancel.TabIndex = 15;
  389. this.btnCancel.Text = "取消(&X)";
  390. this.btnCancel.UseVisualStyleBackColor = false;
  391. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  392. //
  393. // btnOK
  394. //
  395. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  396. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  397. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  398. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.btnOK.ForeColor = System.Drawing.Color.White;
  400. this.btnOK.Location = new System.Drawing.Point(547, 218);
  401. this.btnOK.Name = "btnOK";
  402. this.btnOK.Size = new System.Drawing.Size(85, 30);
  403. this.btnOK.TabIndex = 14;
  404. this.btnOK.Text = "确定(&K)";
  405. this.btnOK.UseVisualStyleBackColor = false;
  406. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  407. //
  408. // cBoxGroutingDate
  409. //
  410. this.cBoxGroutingDate.AutoSize = true;
  411. this.cBoxGroutingDate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cBoxGroutingDate.BackgroundImage")));
  412. this.cBoxGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  413. this.cBoxGroutingDate.Location = new System.Drawing.Point(44, 126);
  414. this.cBoxGroutingDate.Name = "cBoxGroutingDate";
  415. this.cBoxGroutingDate.Size = new System.Drawing.Size(72, 16);
  416. this.cBoxGroutingDate.TabIndex = 46;
  417. this.cBoxGroutingDate.Text = "注浆日期";
  418. this.cBoxGroutingDate.UseVisualStyleBackColor = true;
  419. this.cBoxGroutingDate.CheckedChanged += new System.EventHandler(this.cBoxGroutingDate_CheckedChanged);
  420. //
  421. // cBoxUpdateTime
  422. //
  423. this.cBoxUpdateTime.AutoSize = true;
  424. this.cBoxUpdateTime.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("cBoxUpdateTime.BackgroundImage")));
  425. this.cBoxUpdateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.cBoxUpdateTime.Location = new System.Drawing.Point(44, 151);
  427. this.cBoxUpdateTime.Name = "cBoxUpdateTime";
  428. this.cBoxUpdateTime.Size = new System.Drawing.Size(72, 16);
  429. this.cBoxUpdateTime.TabIndex = 47;
  430. this.cBoxUpdateTime.Text = "更新时间";
  431. this.cBoxUpdateTime.UseVisualStyleBackColor = true;
  432. this.cBoxUpdateTime.CheckedChanged += new System.EventHandler(this.cBoxUpdateTime_CheckedChanged);
  433. //
  434. // lblCreateTime
  435. //
  436. this.lblCreateTime.AutoSize = true;
  437. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  438. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.lblCreateTime.ForeColor = System.Drawing.SystemColors.ControlText;
  440. this.lblCreateTime.Location = new System.Drawing.Point(338, 127);
  441. this.lblCreateTime.Name = "lblCreateTime";
  442. this.lblCreateTime.Size = new System.Drawing.Size(17, 12);
  443. this.lblCreateTime.TabIndex = 52;
  444. this.lblCreateTime.Text = "至";
  445. //
  446. // dtPGroutingDateEnd
  447. //
  448. this.dtPGroutingDateEnd.CustomFormat = "yyyy-MM-dd";
  449. this.dtPGroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  450. this.dtPGroutingDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  451. this.dtPGroutingDateEnd.Location = new System.Drawing.Point(365, 124);
  452. this.dtPGroutingDateEnd.Name = "dtPGroutingDateEnd";
  453. this.dtPGroutingDateEnd.Size = new System.Drawing.Size(134, 21);
  454. this.dtPGroutingDateEnd.TabIndex = 53;
  455. //
  456. // c_Label1
  457. //
  458. this.c_Label1.AutoSize = true;
  459. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  460. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  462. this.c_Label1.Location = new System.Drawing.Point(338, 157);
  463. this.c_Label1.Name = "c_Label1";
  464. this.c_Label1.Size = new System.Drawing.Size(17, 12);
  465. this.c_Label1.TabIndex = 54;
  466. this.c_Label1.Text = "至";
  467. //
  468. // dtpUpdateTimeEnd
  469. //
  470. this.dtpUpdateTimeEnd.CustomFormat = "yyyy-MM-dd";
  471. this.dtpUpdateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  472. this.dtpUpdateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  473. this.dtpUpdateTimeEnd.Location = new System.Drawing.Point(365, 151);
  474. this.dtpUpdateTimeEnd.Name = "dtpUpdateTimeEnd";
  475. this.dtpUpdateTimeEnd.Size = new System.Drawing.Size(134, 21);
  476. this.dtpUpdateTimeEnd.TabIndex = 55;
  477. //
  478. // dropProcedureModel
  479. //
  480. this.dropProcedureModel.BackColor = System.Drawing.SystemColors.Window;
  481. this.dropProcedureModel.BackgroundColor = System.Drawing.SystemColors.Window;
  482. this.dropProcedureModel.DataSource = null;
  483. this.dropProcedureModel.DisplayMember = null;
  484. this.dropProcedureModel.ErrorMessage = "";
  485. this.dropProcedureModel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.dropProcedureModel.IsSetPosition = false;
  487. this.dropProcedureModel.Location = new System.Drawing.Point(583, 40);
  488. this.dropProcedureModel.Name = "dropProcedureModel";
  489. this.dropProcedureModel.PromptBackColor = System.Drawing.Color.Snow;
  490. this.dropProcedureModel.PromptForeColor = System.Drawing.Color.Gray;
  491. this.dropProcedureModel.SelectedValue = "";
  492. this.dropProcedureModel.Size = new System.Drawing.Size(134, 21);
  493. this.dropProcedureModel.TabIndex = 56;
  494. this.dropProcedureModel.ValueMember = null;
  495. //
  496. // lblgoodsLevelName
  497. //
  498. this.lblgoodsLevelName.AutoSize = true;
  499. this.lblgoodsLevelName.BackColor = System.Drawing.Color.Transparent;
  500. this.lblgoodsLevelName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.lblgoodsLevelName.ForeColor = System.Drawing.SystemColors.ControlText;
  502. this.lblgoodsLevelName.Location = new System.Drawing.Point(61, 101);
  503. this.lblgoodsLevelName.Name = "lblgoodsLevelName";
  504. this.lblgoodsLevelName.Size = new System.Drawing.Size(53, 12);
  505. this.lblgoodsLevelName.TabIndex = 59;
  506. this.lblgoodsLevelName.Text = "产品分级";
  507. //
  508. // lblgoodsLevelTypeName
  509. //
  510. this.lblgoodsLevelTypeName.AutoSize = true;
  511. this.lblgoodsLevelTypeName.BackColor = System.Drawing.Color.Transparent;
  512. this.lblgoodsLevelTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. this.lblgoodsLevelTypeName.ForeColor = System.Drawing.SystemColors.ControlText;
  514. this.lblgoodsLevelTypeName.Location = new System.Drawing.Point(278, 101);
  515. this.lblgoodsLevelTypeName.Name = "lblgoodsLevelTypeName";
  516. this.lblgoodsLevelTypeName.Size = new System.Drawing.Size(77, 12);
  517. this.lblgoodsLevelTypeName.TabIndex = 60;
  518. this.lblgoodsLevelTypeName.Text = "产品分级类别";
  519. //
  520. // txtgoodsLevelTypeName
  521. //
  522. this.txtgoodsLevelTypeName.BackColor = System.Drawing.SystemColors.Window;
  523. this.txtgoodsLevelTypeName.BackgroundColor = System.Drawing.SystemColors.Window;
  524. this.txtgoodsLevelTypeName.ErrorMessage = "";
  525. this.txtgoodsLevelTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.txtgoodsLevelTypeName.Location = new System.Drawing.Point(365, 97);
  527. this.txtgoodsLevelTypeName.MaxLength = 10;
  528. this.txtgoodsLevelTypeName.Name = "txtgoodsLevelTypeName";
  529. this.txtgoodsLevelTypeName.Size = new System.Drawing.Size(134, 21);
  530. this.txtgoodsLevelTypeName.TabIndex = 57;
  531. //
  532. // txtgoodsLevelName
  533. //
  534. this.txtgoodsLevelName.BackColor = System.Drawing.SystemColors.Window;
  535. this.txtgoodsLevelName.BackgroundColor = System.Drawing.SystemColors.Window;
  536. this.txtgoodsLevelName.ErrorMessage = "";
  537. this.txtgoodsLevelName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.txtgoodsLevelName.Location = new System.Drawing.Point(124, 97);
  539. this.txtgoodsLevelName.MaxLength = 10;
  540. this.txtgoodsLevelName.Name = "txtgoodsLevelName";
  541. this.txtgoodsLevelName.Size = new System.Drawing.Size(134, 21);
  542. this.txtgoodsLevelName.TabIndex = 58;
  543. //
  544. // F_PM_1402
  545. //
  546. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  547. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  548. this.CancelButton = this.btnCancel;
  549. this.ClientSize = new System.Drawing.Size(735, 273);
  550. this.Controls.Add(this.lblgoodsLevelName);
  551. this.Controls.Add(this.lblgoodsLevelTypeName);
  552. this.Controls.Add(this.txtgoodsLevelTypeName);
  553. this.Controls.Add(this.txtgoodsLevelName);
  554. this.Controls.Add(this.dropProcedureModel);
  555. this.Controls.Add(this.c_Label1);
  556. this.Controls.Add(this.dtpUpdateTimeEnd);
  557. this.Controls.Add(this.lblCreateTime);
  558. this.Controls.Add(this.dtPGroutingDateEnd);
  559. this.Controls.Add(this.cBoxUpdateTime);
  560. this.Controls.Add(this.cBoxGroutingDate);
  561. this.Controls.Add(this.dtpUpdateTimeStart);
  562. this.Controls.Add(this.dtPGroutingDateStart);
  563. this.Controls.Add(this.lblGMouldTypeName);
  564. this.Controls.Add(this.lblUpdateUserName);
  565. this.Controls.Add(this.lblCreateUserName);
  566. this.Controls.Add(this.lblProcedureModel);
  567. this.Controls.Add(this.lblReworkProcedureName);
  568. this.Controls.Add(this.c_Label2);
  569. this.Controls.Add(this.lblGroutingLineName);
  570. this.Controls.Add(this.lblGroutingMouldCode);
  571. this.Controls.Add(this.lblModelType);
  572. this.Controls.Add(this.lblGroutingLineCode);
  573. this.Controls.Add(this.txtGMouldTypeName);
  574. this.Controls.Add(this.txtUpdateUserName);
  575. this.Controls.Add(this.txtCreateUserName);
  576. this.Controls.Add(this.txtReworkProcedureName);
  577. this.Controls.Add(this.txtGroutingMouldCode);
  578. this.Controls.Add(this.txtModelType);
  579. this.Controls.Add(this.txtGroutingLineName);
  580. this.Controls.Add(this.txtGroutingLineCode);
  581. this.Controls.Add(this.statusIsPublicBody);
  582. this.Controls.Add(this.statusIsReFire);
  583. this.Controls.Add(this.statusCanManyTimes);
  584. this.Controls.Add(this.lblRemarks);
  585. this.Controls.Add(this.txtRemarks);
  586. this.Controls.Add(this.btnCancel);
  587. this.Controls.Add(this.btnOK);
  588. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  589. this.IsSaveFormSize = false;
  590. this.MaximizeBox = false;
  591. this.MinimizeBox = false;
  592. this.Name = "F_PM_1402";
  593. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  594. this.Text = "在产产品-更多条件";
  595. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1402_FormClosed);
  596. this.Controls.SetChildIndex(this.btnOK, 0);
  597. this.Controls.SetChildIndex(this.btnCancel, 0);
  598. this.Controls.SetChildIndex(this.txtRemarks, 0);
  599. this.Controls.SetChildIndex(this.lblRemarks, 0);
  600. this.Controls.SetChildIndex(this.statusCanManyTimes, 0);
  601. this.Controls.SetChildIndex(this.statusIsReFire, 0);
  602. this.Controls.SetChildIndex(this.statusIsPublicBody, 0);
  603. this.Controls.SetChildIndex(this.txtGroutingLineCode, 0);
  604. this.Controls.SetChildIndex(this.txtGroutingLineName, 0);
  605. this.Controls.SetChildIndex(this.txtModelType, 0);
  606. this.Controls.SetChildIndex(this.txtGroutingMouldCode, 0);
  607. this.Controls.SetChildIndex(this.txtReworkProcedureName, 0);
  608. this.Controls.SetChildIndex(this.txtCreateUserName, 0);
  609. this.Controls.SetChildIndex(this.txtUpdateUserName, 0);
  610. this.Controls.SetChildIndex(this.txtGMouldTypeName, 0);
  611. this.Controls.SetChildIndex(this.lblGroutingLineCode, 0);
  612. this.Controls.SetChildIndex(this.lblModelType, 0);
  613. this.Controls.SetChildIndex(this.lblGroutingMouldCode, 0);
  614. this.Controls.SetChildIndex(this.lblGroutingLineName, 0);
  615. this.Controls.SetChildIndex(this.c_Label2, 0);
  616. this.Controls.SetChildIndex(this.lblReworkProcedureName, 0);
  617. this.Controls.SetChildIndex(this.lblProcedureModel, 0);
  618. this.Controls.SetChildIndex(this.lblCreateUserName, 0);
  619. this.Controls.SetChildIndex(this.lblUpdateUserName, 0);
  620. this.Controls.SetChildIndex(this.lblGMouldTypeName, 0);
  621. this.Controls.SetChildIndex(this.dtPGroutingDateStart, 0);
  622. this.Controls.SetChildIndex(this.dtpUpdateTimeStart, 0);
  623. this.Controls.SetChildIndex(this.cBoxGroutingDate, 0);
  624. this.Controls.SetChildIndex(this.cBoxUpdateTime, 0);
  625. this.Controls.SetChildIndex(this.dtPGroutingDateEnd, 0);
  626. this.Controls.SetChildIndex(this.lblCreateTime, 0);
  627. this.Controls.SetChildIndex(this.dtpUpdateTimeEnd, 0);
  628. this.Controls.SetChildIndex(this.c_Label1, 0);
  629. this.Controls.SetChildIndex(this.dropProcedureModel, 0);
  630. this.Controls.SetChildIndex(this.txtgoodsLevelName, 0);
  631. this.Controls.SetChildIndex(this.txtgoodsLevelTypeName, 0);
  632. this.Controls.SetChildIndex(this.lblgoodsLevelTypeName, 0);
  633. this.Controls.SetChildIndex(this.lblgoodsLevelName, 0);
  634. this.ResumeLayout(false);
  635. this.PerformLayout();
  636. }
  637. #endregion
  638. private Basics.BaseControls.C_Button btnCancel;
  639. private Basics.BaseControls.C_Button btnOK;
  640. private Basics.BaseControls.C_Label lblRemarks;
  641. private Basics.BaseControls.C_TextBox txtRemarks;
  642. private Basics.BaseControls.C_StatusCheckBox statusIsReFire;
  643. private Basics.BaseControls.C_StatusCheckBox statusCanManyTimes;
  644. private Basics.BaseControls.C_Label lblGroutingLineName;
  645. private Basics.BaseControls.C_Label lblGroutingLineCode;
  646. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  647. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  648. private Basics.BaseControls.C_Label lblProcedureModel;
  649. private Basics.BaseControls.C_Label c_Label2;
  650. private Basics.BaseControls.C_TextBox txtModelType;
  651. private Basics.BaseControls.C_TextBox txtReworkProcedureName;
  652. private Basics.BaseControls.C_TextBox txtGMouldTypeName;
  653. private Basics.BaseControls.C_Label lblModelType;
  654. private Basics.BaseControls.C_Label lblReworkProcedureName;
  655. private Basics.BaseControls.C_Label lblGMouldTypeName;
  656. private Basics.BaseControls.C_TextBox txtGroutingMouldCode;
  657. private Basics.BaseControls.C_TextBox txtCreateUserName;
  658. private Basics.BaseControls.C_Label lblGroutingMouldCode;
  659. private Basics.BaseControls.C_Label lblCreateUserName;
  660. private Basics.BaseControls.C_DateTimePicker dtPGroutingDateStart;
  661. private Basics.BaseControls.C_TextBox txtUpdateUserName;
  662. private Basics.BaseControls.C_Label lblUpdateUserName;
  663. private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeStart;
  664. private Basics.BaseControls.C_StatusCheckBox statusIsPublicBody;
  665. private Basics.BaseControls.C_CheckBox cBoxGroutingDate;
  666. private Basics.BaseControls.C_CheckBox cBoxUpdateTime;
  667. private Basics.BaseControls.C_Label lblCreateTime;
  668. private Basics.BaseControls.C_DateTimePicker dtPGroutingDateEnd;
  669. private Basics.BaseControls.C_Label c_Label1;
  670. private Basics.BaseControls.C_DateTimePicker dtpUpdateTimeEnd;
  671. private Basics.BaseControls.C_TXT_DropDownList dropProcedureModel;
  672. private Basics.BaseControls.C_Label lblgoodsLevelName;
  673. private Basics.BaseControls.C_Label lblgoodsLevelTypeName;
  674. private Basics.BaseControls.C_TextBox txtgoodsLevelTypeName;
  675. private Basics.BaseControls.C_TextBox txtgoodsLevelName;
  676. }
  677. }