F_PM_1502.Designer.cs 36 KB

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