F_PM_2701.Designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2701
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2701));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  36. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.cbAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  38. this.lblAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.cbSelectTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  40. this.txtRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.lblRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.lblGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.txtScrapDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  51. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.txtScrapDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  53. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  55. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  57. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  58. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  61. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  62. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  63. this.tsbtnApprover = new System.Windows.Forms.ToolStripButton();
  64. this.tsbtnReverse = new System.Windows.Forms.ToolStripButton();
  65. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  66. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  67. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  68. this.dgvScrapProduct = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  69. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.STAFFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.ScrapReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.ScrapDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.ScrapTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.AuditStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.BackOutFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  90. this.BackOutTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.BackOutUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.AccountID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.ValueFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.ScrapProductID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.AuditStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.ScrapType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.gbSelect.SuspendLayout();
  99. this.tsrOperate.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).BeginInit();
  101. this.SuspendLayout();
  102. //
  103. // gbSelect
  104. //
  105. this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  108. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  109. this.gbSelect.Controls.Add(this.txtUserCode);
  110. this.gbSelect.Controls.Add(this.cbAuditStatus);
  111. this.gbSelect.Controls.Add(this.lblAuditStatus);
  112. this.gbSelect.Controls.Add(this.cbSelectTime);
  113. this.gbSelect.Controls.Add(this.txtRreason);
  114. this.gbSelect.Controls.Add(this.lblRreason);
  115. this.gbSelect.Controls.Add(this.txtRemarks);
  116. this.gbSelect.Controls.Add(this.txtGroutingUserCode);
  117. this.gbSelect.Controls.Add(this.txtGoodsName);
  118. this.gbSelect.Controls.Add(this.txtGoodsCode);
  119. this.gbSelect.Controls.Add(this.c_Label1);
  120. this.gbSelect.Controls.Add(this.lblGroutingUserCode);
  121. this.gbSelect.Controls.Add(this.lblGoodsName);
  122. this.gbSelect.Controls.Add(this.lblGoodsCode);
  123. this.gbSelect.Controls.Add(this.txtScrapDateEnd);
  124. this.gbSelect.Controls.Add(this.lblTo);
  125. this.gbSelect.Controls.Add(this.txtScrapDateStart);
  126. this.gbSelect.Controls.Add(this.lblRemarks);
  127. this.gbSelect.Controls.Add(this.txtBarCode);
  128. this.gbSelect.Controls.Add(this.lblBarCode);
  129. this.gbSelect.Controls.Add(this.btnClearCondition);
  130. this.gbSelect.Controls.Add(this.btnSearch);
  131. this.gbSelect.Controls.Add(this.lblGroutingLineName);
  132. this.gbSelect.Controls.Add(this.lblGroutingLineCode);
  133. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  135. this.gbSelect.IsMustInput = false;
  136. this.gbSelect.Location = new System.Drawing.Point(0, 38);
  137. this.gbSelect.Name = "gbSelect";
  138. this.gbSelect.OriginalHeight = -1;
  139. this.gbSelect.Size = new System.Drawing.Size(1119, 103);
  140. this.gbSelect.TabIndex = 13;
  141. this.gbSelect.TabStop = false;
  142. this.gbSelect.Text = "查询条件 ▼";
  143. //
  144. // txtUserCode
  145. //
  146. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  147. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  148. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  149. this.txtUserCode.ErrorMessage = "";
  150. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.txtUserCode.Location = new System.Drawing.Point(497, 47);
  152. this.txtUserCode.MaxLength = 20;
  153. this.txtUserCode.Name = "txtUserCode";
  154. this.txtUserCode.Size = new System.Drawing.Size(134, 21);
  155. this.txtUserCode.TabIndex = 103;
  156. //
  157. // cbAuditStatus
  158. //
  159. this.cbAuditStatus.BackColor = System.Drawing.SystemColors.Window;
  160. this.cbAuditStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  161. this.cbAuditStatus.DataSource = null;
  162. this.cbAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.cbAuditStatus.FormattingEnabled = true;
  164. //
  165. //
  166. //
  167. this.cbAuditStatus.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  168. this.cbAuditStatus.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.cbAuditStatus.ListBox.Location = new System.Drawing.Point(0, 0);
  170. this.cbAuditStatus.ListBox.Name = "";
  171. this.cbAuditStatus.ListBox.Size = new System.Drawing.Size(132, 136);
  172. this.cbAuditStatus.ListBox.TabIndex = 0;
  173. this.cbAuditStatus.Location = new System.Drawing.Point(896, 20);
  174. this.cbAuditStatus.Name = "cbAuditStatus";
  175. this.cbAuditStatus.Size = new System.Drawing.Size(134, 20);
  176. this.cbAuditStatus.TabIndex = 102;
  177. //
  178. // lblAuditStatus
  179. //
  180. this.lblAuditStatus.AutoSize = true;
  181. this.lblAuditStatus.BackColor = System.Drawing.Color.Transparent;
  182. this.lblAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.lblAuditStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  184. this.lblAuditStatus.Location = new System.Drawing.Point(840, 24);
  185. this.lblAuditStatus.Name = "lblAuditStatus";
  186. this.lblAuditStatus.Size = new System.Drawing.Size(53, 12);
  187. this.lblAuditStatus.TabIndex = 101;
  188. this.lblAuditStatus.Text = "审核状态";
  189. //
  190. // cbSelectTime
  191. //
  192. this.cbSelectTime.AutoSize = true;
  193. this.cbSelectTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.cbSelectTime.Location = new System.Drawing.Point(419, 22);
  195. this.cbSelectTime.Name = "cbSelectTime";
  196. this.cbSelectTime.Size = new System.Drawing.Size(72, 16);
  197. this.cbSelectTime.TabIndex = 3;
  198. this.cbSelectTime.Text = "损坯日期";
  199. this.cbSelectTime.UseVisualStyleBackColor = true;
  200. this.cbSelectTime.CheckedChanged += new System.EventHandler(this.cbSelectTime_CheckedChanged);
  201. //
  202. // txtRreason
  203. //
  204. this.txtRreason.BackColor = System.Drawing.SystemColors.Window;
  205. this.txtRreason.BackgroundColor = System.Drawing.SystemColors.Window;
  206. this.txtRreason.ErrorMessage = "";
  207. this.txtRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.txtRreason.Location = new System.Drawing.Point(697, 48);
  209. this.txtRreason.MaxLength = 500;
  210. this.txtRreason.Name = "txtRreason";
  211. this.txtRreason.Size = new System.Drawing.Size(134, 21);
  212. this.txtRreason.TabIndex = 13;
  213. //
  214. // lblRreason
  215. //
  216. this.lblRreason.AutoSize = true;
  217. this.lblRreason.BackColor = System.Drawing.Color.Transparent;
  218. this.lblRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.lblRreason.ForeColor = System.Drawing.SystemColors.ControlText;
  220. this.lblRreason.Location = new System.Drawing.Point(638, 52);
  221. this.lblRreason.Name = "lblRreason";
  222. this.lblRreason.Size = new System.Drawing.Size(53, 12);
  223. this.lblRreason.TabIndex = 100;
  224. this.lblRreason.Text = "损坯原因";
  225. //
  226. // txtRemarks
  227. //
  228. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  229. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  230. this.txtRemarks.ErrorMessage = "";
  231. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.txtRemarks.Location = new System.Drawing.Point(75, 74);
  233. this.txtRemarks.MaxLength = 500;
  234. this.txtRemarks.Name = "txtRemarks";
  235. this.txtRemarks.Size = new System.Drawing.Size(756, 21);
  236. this.txtRemarks.TabIndex = 12;
  237. //
  238. // txtGroutingUserCode
  239. //
  240. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  241. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  242. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  243. this.txtGroutingUserCode.ErrorMessage = "";
  244. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.txtGroutingUserCode.Location = new System.Drawing.Point(274, 47);
  246. this.txtGroutingUserCode.MaxLength = 20;
  247. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  248. this.txtGroutingUserCode.Size = new System.Drawing.Size(134, 21);
  249. this.txtGroutingUserCode.TabIndex = 9;
  250. //
  251. // txtGoodsName
  252. //
  253. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  254. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  255. this.txtGoodsName.ErrorMessage = "";
  256. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.txtGoodsName.Location = new System.Drawing.Point(274, 20);
  258. this.txtGoodsName.MaxLength = 20;
  259. this.txtGoodsName.Name = "txtGoodsName";
  260. this.txtGoodsName.Size = new System.Drawing.Size(134, 21);
  261. this.txtGoodsName.TabIndex = 9;
  262. //
  263. // txtGoodsCode
  264. //
  265. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  266. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  267. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  268. this.txtGoodsCode.ErrorMessage = "";
  269. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  271. this.txtGoodsCode.Location = new System.Drawing.Point(75, 20);
  272. this.txtGoodsCode.MaxLength = 10;
  273. this.txtGoodsCode.Name = "txtGoodsCode";
  274. this.txtGoodsCode.Size = new System.Drawing.Size(134, 21);
  275. this.txtGoodsCode.TabIndex = 8;
  276. //
  277. // c_Label1
  278. //
  279. this.c_Label1.AutoSize = true;
  280. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  281. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  283. this.c_Label1.Location = new System.Drawing.Point(438, 51);
  284. this.c_Label1.Name = "c_Label1";
  285. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  286. this.c_Label1.TabIndex = 95;
  287. this.c_Label1.Text = "责任工号";
  288. //
  289. // lblGroutingUserCode
  290. //
  291. this.lblGroutingUserCode.AutoSize = true;
  292. this.lblGroutingUserCode.BackColor = System.Drawing.Color.Transparent;
  293. this.lblGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.lblGroutingUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  295. this.lblGroutingUserCode.Location = new System.Drawing.Point(215, 51);
  296. this.lblGroutingUserCode.Name = "lblGroutingUserCode";
  297. this.lblGroutingUserCode.Size = new System.Drawing.Size(53, 12);
  298. this.lblGroutingUserCode.TabIndex = 95;
  299. this.lblGroutingUserCode.Text = "成型工号";
  300. //
  301. // lblGoodsName
  302. //
  303. this.lblGoodsName.AutoSize = true;
  304. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  305. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  307. this.lblGoodsName.Location = new System.Drawing.Point(215, 24);
  308. this.lblGoodsName.Name = "lblGoodsName";
  309. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  310. this.lblGoodsName.TabIndex = 95;
  311. this.lblGoodsName.Text = "产品名称";
  312. //
  313. // lblGoodsCode
  314. //
  315. this.lblGoodsCode.AutoSize = true;
  316. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  317. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  319. this.lblGoodsCode.Location = new System.Drawing.Point(18, 26);
  320. this.lblGoodsCode.Name = "lblGoodsCode";
  321. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  322. this.lblGoodsCode.TabIndex = 94;
  323. this.lblGoodsCode.Text = "产品编码";
  324. //
  325. // txtScrapDateEnd
  326. //
  327. this.txtScrapDateEnd.CustomFormat = "yyyy-MM-dd";
  328. this.txtScrapDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.txtScrapDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  330. this.txtScrapDateEnd.Location = new System.Drawing.Point(697, 20);
  331. this.txtScrapDateEnd.Name = "txtScrapDateEnd";
  332. this.txtScrapDateEnd.Size = new System.Drawing.Size(134, 21);
  333. this.txtScrapDateEnd.TabIndex = 5;
  334. //
  335. // lblTo
  336. //
  337. this.lblTo.AutoSize = true;
  338. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  339. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  341. this.lblTo.Location = new System.Drawing.Point(662, 26);
  342. this.lblTo.Name = "lblTo";
  343. this.lblTo.Size = new System.Drawing.Size(17, 12);
  344. this.lblTo.TabIndex = 92;
  345. this.lblTo.Text = "至";
  346. //
  347. // txtScrapDateStart
  348. //
  349. this.txtScrapDateStart.CustomFormat = "yyyy-MM-dd";
  350. this.txtScrapDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.txtScrapDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  352. this.txtScrapDateStart.Location = new System.Drawing.Point(497, 20);
  353. this.txtScrapDateStart.Name = "txtScrapDateStart";
  354. this.txtScrapDateStart.Size = new System.Drawing.Size(134, 21);
  355. this.txtScrapDateStart.TabIndex = 4;
  356. //
  357. // lblRemarks
  358. //
  359. this.lblRemarks.AutoSize = true;
  360. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  361. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  363. this.lblRemarks.Location = new System.Drawing.Point(40, 78);
  364. this.lblRemarks.Name = "lblRemarks";
  365. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  366. this.lblRemarks.TabIndex = 83;
  367. this.lblRemarks.Text = "备注";
  368. //
  369. // txtBarCode
  370. //
  371. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  372. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  373. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  374. this.txtBarCode.ErrorMessage = "";
  375. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.txtBarCode.Location = new System.Drawing.Point(75, 47);
  377. this.txtBarCode.MaxLength = 11;
  378. this.txtBarCode.Name = "txtBarCode";
  379. this.txtBarCode.Size = new System.Drawing.Size(134, 21);
  380. this.txtBarCode.TabIndex = 10;
  381. //
  382. // lblBarCode
  383. //
  384. this.lblBarCode.AutoSize = true;
  385. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  386. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  388. this.lblBarCode.Location = new System.Drawing.Point(18, 50);
  389. this.lblBarCode.Name = "lblBarCode";
  390. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  391. this.lblBarCode.TabIndex = 80;
  392. this.lblBarCode.Text = "产品条码";
  393. //
  394. // btnClearCondition
  395. //
  396. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  397. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  398. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  399. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  401. this.btnClearCondition.Location = new System.Drawing.Point(1028, 65);
  402. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  403. this.btnClearCondition.Name = "btnClearCondition";
  404. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  405. this.btnClearCondition.TabIndex = 75;
  406. this.btnClearCondition.Text = "清空条件(&C)";
  407. this.btnClearCondition.UseVisualStyleBackColor = false;
  408. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  409. //
  410. // btnSearch
  411. //
  412. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  413. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  414. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  415. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.btnSearch.ForeColor = System.Drawing.Color.White;
  417. this.btnSearch.Location = new System.Drawing.Point(937, 65);
  418. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  419. this.btnSearch.Name = "btnSearch";
  420. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  421. this.btnSearch.TabIndex = 74;
  422. this.btnSearch.Text = "查询(&Q)";
  423. this.btnSearch.UseVisualStyleBackColor = false;
  424. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  425. //
  426. // lblGroutingLineName
  427. //
  428. this.lblGroutingLineName.AutoSize = true;
  429. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  430. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  432. this.lblGroutingLineName.Location = new System.Drawing.Point(189, 19);
  433. this.lblGroutingLineName.Name = "lblGroutingLineName";
  434. this.lblGroutingLineName.Size = new System.Drawing.Size(0, 12);
  435. this.lblGroutingLineName.TabIndex = 14;
  436. //
  437. // lblGroutingLineCode
  438. //
  439. this.lblGroutingLineCode.AutoSize = true;
  440. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  441. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  443. this.lblGroutingLineCode.Location = new System.Drawing.Point(12, 17);
  444. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  445. this.lblGroutingLineCode.Size = new System.Drawing.Size(0, 12);
  446. this.lblGroutingLineCode.TabIndex = 9;
  447. //
  448. // tsrOperate
  449. //
  450. this.tsrOperate.AutoSize = false;
  451. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  452. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  453. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  455. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  456. this.tsbtnAdd,
  457. this.tsbtnEdit,
  458. this.tsbtnApprover,
  459. this.tsbtnReverse,
  460. this.toolStripSeparator3,
  461. this.tsbtnAdaptive,
  462. this.tsbtnClose});
  463. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  464. this.tsrOperate.Name = "tsrOperate";
  465. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  466. this.tsrOperate.ShowItemToolTips = false;
  467. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  468. this.tsrOperate.TabIndex = 14;
  469. //
  470. // tsbtnAdd
  471. //
  472. this.tsbtnAdd.AutoSize = false;
  473. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  475. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  476. this.tsbtnAdd.Name = "tsbtnAdd";
  477. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  478. this.tsbtnAdd.Text = "新建(&N)";
  479. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  480. //
  481. // tsbtnEdit
  482. //
  483. this.tsbtnEdit.AutoSize = false;
  484. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  485. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  486. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  487. this.tsbtnEdit.Name = "tsbtnEdit";
  488. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  489. this.tsbtnEdit.Text = "编辑(&E)";
  490. this.tsbtnEdit.Visible = false;
  491. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  492. //
  493. // tsbtnApprover
  494. //
  495. this.tsbtnApprover.AutoSize = false;
  496. this.tsbtnApprover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  497. this.tsbtnApprover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  498. this.tsbtnApprover.ImageTransparentColor = System.Drawing.Color.Magenta;
  499. this.tsbtnApprover.Name = "tsbtnApprover";
  500. this.tsbtnApprover.Size = new System.Drawing.Size(60, 25);
  501. this.tsbtnApprover.Text = "审批(&S)";
  502. this.tsbtnApprover.Visible = false;
  503. this.tsbtnApprover.Click += new System.EventHandler(this.tsbtnApprover_Click);
  504. //
  505. // tsbtnReverse
  506. //
  507. this.tsbtnReverse.AutoSize = false;
  508. this.tsbtnReverse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  509. this.tsbtnReverse.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  510. this.tsbtnReverse.ImageTransparentColor = System.Drawing.Color.Magenta;
  511. this.tsbtnReverse.Name = "tsbtnReverse";
  512. this.tsbtnReverse.Size = new System.Drawing.Size(60, 25);
  513. this.tsbtnReverse.Text = "撤销(&D)";
  514. this.tsbtnReverse.Click += new System.EventHandler(this.tsbtnReverse_Click);
  515. //
  516. // toolStripSeparator3
  517. //
  518. this.toolStripSeparator3.AutoSize = false;
  519. this.toolStripSeparator3.Name = "toolStripSeparator3";
  520. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  521. //
  522. // tsbtnAdaptive
  523. //
  524. this.tsbtnAdaptive.AutoSize = false;
  525. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  527. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  528. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  529. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  530. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  531. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  532. //
  533. // tsbtnClose
  534. //
  535. this.tsbtnClose.AutoSize = false;
  536. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  538. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  539. this.tsbtnClose.Name = "tsbtnClose";
  540. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  541. this.tsbtnClose.Text = "关闭(&X)";
  542. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  543. //
  544. // dgvScrapProduct
  545. //
  546. this.dgvScrapProduct.AllowUserToAddRows = false;
  547. this.dgvScrapProduct.AllowUserToDeleteRows = false;
  548. this.dgvScrapProduct.AllowUserToModifyRows = true;
  549. this.dgvScrapProduct.AllowUserToOrderColumns = true;
  550. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  551. this.dgvScrapProduct.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  552. this.dgvScrapProduct.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  553. | System.Windows.Forms.AnchorStyles.Left)
  554. | System.Windows.Forms.AnchorStyles.Right)));
  555. this.dgvScrapProduct.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  556. this.dgvScrapProduct.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  557. this.dgvScrapProduct.CellHeight = 23;
  558. this.dgvScrapProduct.ChildNodeColumnName = null;
  559. this.dgvScrapProduct.ChildNodeColumnText = null;
  560. this.dgvScrapProduct.ColumnDeep = 1;
  561. this.dgvScrapProduct.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  562. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  563. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  564. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  566. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  567. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  568. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  569. this.dgvScrapProduct.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  570. this.dgvScrapProduct.ColumnHeadersHeight = 29;
  571. this.dgvScrapProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  572. this.dgvScrapProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  573. this.GoodsID,
  574. this.GroutingLineCode,
  575. this.GroutingLineName,
  576. this.GoodsCode,
  577. this.GoodsName,
  578. this.GroutingUserCode,
  579. this.STAFFNAME,
  580. this.MouldCode,
  581. this.BarCode,
  582. this.GroutingMouldCode,
  583. this.GroutingDate,
  584. this.GroutingDailyID,
  585. this.GroutingDailyDetailID,
  586. this.GroutingLineID,
  587. this.ScrapReason,
  588. this.ScrapDate,
  589. this.GMouldTypeID,
  590. this.GroutingLineDetailID,
  591. this.ScrapTypeName,
  592. this.AuditStatusName,
  593. this.BackOutFlag,
  594. this.BackOutTime,
  595. this.BackOutUserCode,
  596. this.Remarks,
  597. this.AccountID,
  598. this.ValueFlag,
  599. this.ScrapProductID,
  600. this.AuditStatus,
  601. this.ScrapType});
  602. this.dgvScrapProduct.ColumnTreeView = null;
  603. this.dgvScrapProduct.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  604. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  605. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  606. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  607. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  608. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  609. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  610. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  611. this.dgvScrapProduct.DefaultCellStyle = dataGridViewCellStyle5;
  612. this.dgvScrapProduct.DynamicColumnName = "";
  613. this.dgvScrapProduct.EnableHeadersVisualStyles = false;
  614. this.dgvScrapProduct.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.dgvScrapProduct.FormatQuantityColumns = null;
  616. this.dgvScrapProduct.HorizontalMergeColumn = null;
  617. this.dgvScrapProduct.IsAutoCountSum = true;
  618. this.dgvScrapProduct.IsAutoResizeColumns = false;
  619. this.dgvScrapProduct.IsClickF12 = false;
  620. this.dgvScrapProduct.IsOpenMergeCellFlag = false;
  621. this.dgvScrapProduct.IsSubTotalFlag = false;
  622. this.dgvScrapProduct.IsTopDeep = false;
  623. this.dgvScrapProduct.Location = new System.Drawing.Point(-6, 147);
  624. this.dgvScrapProduct.MergeColumnNames = null;
  625. this.dgvScrapProduct.MergeDetailColumnNames = null;
  626. this.dgvScrapProduct.MergeDetailOnlyColumn = null;
  627. this.dgvScrapProduct.MergeOnlyColumn = null;
  628. this.dgvScrapProduct.Name = "dgvScrapProduct";
  629. this.dgvScrapProduct.ReadOnly = true;
  630. this.dgvScrapProduct.RefreshAtHscroll = false;
  631. this.dgvScrapProduct.RowHeadersWidth = 50;
  632. this.dgvScrapProduct.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  633. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  634. this.dgvScrapProduct.RowsDefaultCellStyle = dataGridViewCellStyle6;
  635. this.dgvScrapProduct.RowTemplate.Height = 21;
  636. this.dgvScrapProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  637. this.dgvScrapProduct.Size = new System.Drawing.Size(1119, 327);
  638. this.dgvScrapProduct.SortOrderColumnName = null;
  639. this.dgvScrapProduct.TabIndex = 14;
  640. this.dgvScrapProduct.Tag = true;
  641. this.dgvScrapProduct.TotalSumColumns = null;
  642. this.dgvScrapProduct.ViewRowFilter = "";
  643. this.dgvScrapProduct.VirtualMode = true;
  644. this.dgvScrapProduct.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvScrapProduct_CellDoubleClick);
  645. //
  646. // GoodsID
  647. //
  648. this.GoodsID.DataPropertyName = "GoodsID";
  649. this.GoodsID.HeaderText = "产品ID";
  650. this.GoodsID.MinimumWidth = 6;
  651. this.GoodsID.Name = "GoodsID";
  652. this.GoodsID.ReadOnly = true;
  653. this.GoodsID.Visible = false;
  654. this.GoodsID.Width = 125;
  655. //
  656. // GroutingLineCode
  657. //
  658. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  659. this.GroutingLineCode.HeaderText = "成型线编码";
  660. this.GroutingLineCode.MinimumWidth = 6;
  661. this.GroutingLineCode.Name = "GroutingLineCode";
  662. this.GroutingLineCode.ReadOnly = true;
  663. this.GroutingLineCode.Width = 125;
  664. //
  665. // GroutingLineName
  666. //
  667. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  668. this.GroutingLineName.HeaderText = "成型线名称";
  669. this.GroutingLineName.MinimumWidth = 6;
  670. this.GroutingLineName.Name = "GroutingLineName";
  671. this.GroutingLineName.ReadOnly = true;
  672. this.GroutingLineName.Width = 125;
  673. //
  674. // GoodsCode
  675. //
  676. this.GoodsCode.DataPropertyName = "GoodsCode";
  677. this.GoodsCode.HeaderText = "产品编码";
  678. this.GoodsCode.MinimumWidth = 6;
  679. this.GoodsCode.Name = "GoodsCode";
  680. this.GoodsCode.ReadOnly = true;
  681. this.GoodsCode.Width = 125;
  682. //
  683. // GoodsName
  684. //
  685. this.GoodsName.DataPropertyName = "GoodsName";
  686. this.GoodsName.HeaderText = "产品名称";
  687. this.GoodsName.MinimumWidth = 6;
  688. this.GoodsName.Name = "GoodsName";
  689. this.GoodsName.ReadOnly = true;
  690. this.GoodsName.Width = 125;
  691. //
  692. // GroutingUserCode
  693. //
  694. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  695. this.GroutingUserCode.HeaderText = "成型工位号";
  696. this.GroutingUserCode.MinimumWidth = 6;
  697. this.GroutingUserCode.Name = "GroutingUserCode";
  698. this.GroutingUserCode.ReadOnly = true;
  699. this.GroutingUserCode.Width = 125;
  700. //
  701. // STAFFNAME
  702. //
  703. this.STAFFNAME.DataPropertyName = "STAFFNAME";
  704. this.STAFFNAME.HeaderText = "员工姓名";
  705. this.STAFFNAME.MinimumWidth = 6;
  706. this.STAFFNAME.Name = "STAFFNAME";
  707. this.STAFFNAME.ReadOnly = true;
  708. this.STAFFNAME.Width = 125;
  709. //
  710. // MouldCode
  711. //
  712. this.MouldCode.DataPropertyName = "MouldCode";
  713. this.MouldCode.HeaderText = "模具编号";
  714. this.MouldCode.MinimumWidth = 6;
  715. this.MouldCode.Name = "MouldCode";
  716. this.MouldCode.ReadOnly = true;
  717. this.MouldCode.Visible = false;
  718. this.MouldCode.Width = 125;
  719. //
  720. // BarCode
  721. //
  722. this.BarCode.DataPropertyName = "BarCode";
  723. this.BarCode.HeaderText = "产品条码";
  724. this.BarCode.MinimumWidth = 6;
  725. this.BarCode.Name = "BarCode";
  726. this.BarCode.ReadOnly = true;
  727. this.BarCode.Width = 125;
  728. //
  729. // GroutingMouldCode
  730. //
  731. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  732. this.GroutingMouldCode.HeaderText = "注浆模具编号";
  733. this.GroutingMouldCode.MinimumWidth = 6;
  734. this.GroutingMouldCode.Name = "GroutingMouldCode";
  735. this.GroutingMouldCode.ReadOnly = true;
  736. this.GroutingMouldCode.Width = 125;
  737. //
  738. // GroutingDate
  739. //
  740. this.GroutingDate.DataPropertyName = "GroutingDate";
  741. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  742. dataGridViewCellStyle3.NullValue = null;
  743. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  744. this.GroutingDate.HeaderText = "注浆日期";
  745. this.GroutingDate.MinimumWidth = 6;
  746. this.GroutingDate.Name = "GroutingDate";
  747. this.GroutingDate.ReadOnly = true;
  748. this.GroutingDate.Width = 125;
  749. //
  750. // GroutingDailyID
  751. //
  752. this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
  753. this.GroutingDailyID.HeaderText = "注浆日报ID";
  754. this.GroutingDailyID.MinimumWidth = 6;
  755. this.GroutingDailyID.Name = "GroutingDailyID";
  756. this.GroutingDailyID.ReadOnly = true;
  757. this.GroutingDailyID.Visible = false;
  758. this.GroutingDailyID.Width = 125;
  759. //
  760. // GroutingDailyDetailID
  761. //
  762. this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
  763. this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
  764. this.GroutingDailyDetailID.MinimumWidth = 6;
  765. this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
  766. this.GroutingDailyDetailID.ReadOnly = true;
  767. this.GroutingDailyDetailID.Visible = false;
  768. this.GroutingDailyDetailID.Width = 125;
  769. //
  770. // GroutingLineID
  771. //
  772. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  773. this.GroutingLineID.HeaderText = "成型线ID";
  774. this.GroutingLineID.MinimumWidth = 6;
  775. this.GroutingLineID.Name = "GroutingLineID";
  776. this.GroutingLineID.ReadOnly = true;
  777. this.GroutingLineID.Visible = false;
  778. this.GroutingLineID.Width = 125;
  779. //
  780. // ScrapReason
  781. //
  782. this.ScrapReason.DataPropertyName = "ScrapReason";
  783. this.ScrapReason.HeaderText = "报损原因";
  784. this.ScrapReason.MinimumWidth = 6;
  785. this.ScrapReason.Name = "ScrapReason";
  786. this.ScrapReason.ReadOnly = true;
  787. this.ScrapReason.Width = 125;
  788. //
  789. // ScrapDate
  790. //
  791. this.ScrapDate.DataPropertyName = "ScrapDate";
  792. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  793. dataGridViewCellStyle4.NullValue = null;
  794. this.ScrapDate.DefaultCellStyle = dataGridViewCellStyle4;
  795. this.ScrapDate.HeaderText = "报损日期";
  796. this.ScrapDate.MinimumWidth = 6;
  797. this.ScrapDate.Name = "ScrapDate";
  798. this.ScrapDate.ReadOnly = true;
  799. this.ScrapDate.Width = 125;
  800. //
  801. // GMouldTypeID
  802. //
  803. this.GMouldTypeID.DataPropertyName = "GMouldTypeID";
  804. this.GMouldTypeID.HeaderText = "成型线类型ID";
  805. this.GMouldTypeID.MinimumWidth = 6;
  806. this.GMouldTypeID.Name = "GMouldTypeID";
  807. this.GMouldTypeID.ReadOnly = true;
  808. this.GMouldTypeID.Visible = false;
  809. this.GMouldTypeID.Width = 125;
  810. //
  811. // GroutingLineDetailID
  812. //
  813. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  814. this.GroutingLineDetailID.HeaderText = "成型线明细ID";
  815. this.GroutingLineDetailID.MinimumWidth = 6;
  816. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  817. this.GroutingLineDetailID.ReadOnly = true;
  818. this.GroutingLineDetailID.Visible = false;
  819. this.GroutingLineDetailID.Width = 125;
  820. //
  821. // ScrapTypeName
  822. //
  823. this.ScrapTypeName.DataPropertyName = "ScrapTypeName";
  824. this.ScrapTypeName.HeaderText = "报损类型";
  825. this.ScrapTypeName.MinimumWidth = 6;
  826. this.ScrapTypeName.Name = "ScrapTypeName";
  827. this.ScrapTypeName.ReadOnly = true;
  828. this.ScrapTypeName.Width = 125;
  829. //
  830. // AuditStatusName
  831. //
  832. this.AuditStatusName.DataPropertyName = "AuditStatusName";
  833. this.AuditStatusName.HeaderText = "审核状态";
  834. this.AuditStatusName.MinimumWidth = 6;
  835. this.AuditStatusName.Name = "AuditStatusName";
  836. this.AuditStatusName.ReadOnly = true;
  837. this.AuditStatusName.Width = 125;
  838. //
  839. // BackOutFlag
  840. //
  841. this.BackOutFlag.DataPropertyName = "BackOutFlag";
  842. this.BackOutFlag.FalseValue = "0";
  843. this.BackOutFlag.HeaderText = "撤销标识";
  844. this.BackOutFlag.MinimumWidth = 6;
  845. this.BackOutFlag.Name = "BackOutFlag";
  846. this.BackOutFlag.ReadOnly = true;
  847. this.BackOutFlag.TrueValue = "1";
  848. this.BackOutFlag.Width = 125;
  849. //
  850. // BackOutTime
  851. //
  852. this.BackOutTime.DataPropertyName = "BackOutTime";
  853. this.BackOutTime.HeaderText = "撤销时间";
  854. this.BackOutTime.MinimumWidth = 6;
  855. this.BackOutTime.Name = "BackOutTime";
  856. this.BackOutTime.ReadOnly = true;
  857. this.BackOutTime.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  858. this.BackOutTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  859. this.BackOutTime.Width = 125;
  860. //
  861. // BackOutUserCode
  862. //
  863. this.BackOutUserCode.DataPropertyName = "BackOutUserCode";
  864. this.BackOutUserCode.HeaderText = "撤销工号";
  865. this.BackOutUserCode.MinimumWidth = 6;
  866. this.BackOutUserCode.Name = "BackOutUserCode";
  867. this.BackOutUserCode.ReadOnly = true;
  868. this.BackOutUserCode.Width = 125;
  869. //
  870. // Remarks
  871. //
  872. this.Remarks.DataPropertyName = "Remarks";
  873. this.Remarks.HeaderText = "备注";
  874. this.Remarks.MinimumWidth = 6;
  875. this.Remarks.Name = "Remarks";
  876. this.Remarks.ReadOnly = true;
  877. this.Remarks.Width = 125;
  878. //
  879. // AccountID
  880. //
  881. this.AccountID.DataPropertyName = "AccountID";
  882. this.AccountID.HeaderText = "帐套ID";
  883. this.AccountID.MinimumWidth = 6;
  884. this.AccountID.Name = "AccountID";
  885. this.AccountID.ReadOnly = true;
  886. this.AccountID.Visible = false;
  887. this.AccountID.Width = 125;
  888. //
  889. // ValueFlag
  890. //
  891. this.ValueFlag.DataPropertyName = "ValueFlag";
  892. this.ValueFlag.HeaderText = "有效标识";
  893. this.ValueFlag.MinimumWidth = 6;
  894. this.ValueFlag.Name = "ValueFlag";
  895. this.ValueFlag.ReadOnly = true;
  896. this.ValueFlag.Visible = false;
  897. this.ValueFlag.Width = 125;
  898. //
  899. // ScrapProductID
  900. //
  901. this.ScrapProductID.DataPropertyName = "ScrapProductID";
  902. this.ScrapProductID.HeaderText = "报损ID";
  903. this.ScrapProductID.MinimumWidth = 6;
  904. this.ScrapProductID.Name = "ScrapProductID";
  905. this.ScrapProductID.ReadOnly = true;
  906. this.ScrapProductID.Visible = false;
  907. this.ScrapProductID.Width = 125;
  908. //
  909. // AuditStatus
  910. //
  911. this.AuditStatus.DataPropertyName = "AuditStatus";
  912. this.AuditStatus.HeaderText = "审核状态";
  913. this.AuditStatus.MinimumWidth = 6;
  914. this.AuditStatus.Name = "AuditStatus";
  915. this.AuditStatus.ReadOnly = true;
  916. this.AuditStatus.Visible = false;
  917. this.AuditStatus.Width = 125;
  918. //
  919. // ScrapType
  920. //
  921. this.ScrapType.DataPropertyName = "ScrapType";
  922. this.ScrapType.HeaderText = "ScrapType";
  923. this.ScrapType.MinimumWidth = 6;
  924. this.ScrapType.Name = "ScrapType";
  925. this.ScrapType.ReadOnly = true;
  926. this.ScrapType.Visible = false;
  927. this.ScrapType.Width = 125;
  928. //
  929. // F_PM_2701
  930. //
  931. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  932. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  933. this.ClientSize = new System.Drawing.Size(1131, 477);
  934. this.Controls.Add(this.dgvScrapProduct);
  935. this.Controls.Add(this.tsrOperate);
  936. this.Controls.Add(this.gbSelect);
  937. this.Margin = new System.Windows.Forms.Padding(4);
  938. this.Name = "F_PM_2701";
  939. this.Text = "成型报损";
  940. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_2701_FormClosed);
  941. this.Load += new System.EventHandler(this.F_PM_2701_Load);
  942. this.gbSelect.ResumeLayout(false);
  943. this.gbSelect.PerformLayout();
  944. this.tsrOperate.ResumeLayout(false);
  945. this.tsrOperate.PerformLayout();
  946. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).EndInit();
  947. this.ResumeLayout(false);
  948. }
  949. #endregion
  950. private Basics.BaseControls.C_GroupBox gbSelect;
  951. private Basics.BaseControls.C_Button btnClearCondition;
  952. private Basics.BaseControls.C_Button btnSearch;
  953. private Basics.BaseControls.C_Label lblGroutingLineName;
  954. private Basics.BaseControls.C_Label lblGroutingLineCode;
  955. private Basics.BaseControls.C_TextBox txtRreason;
  956. private Basics.BaseControls.C_Label lblRreason;
  957. private Basics.BaseControls.C_TextBox txtRemarks;
  958. private Basics.BaseControls.C_TextBox txtGoodsName;
  959. private Basics.BaseControls.C_TextBox txtGoodsCode;
  960. private Basics.BaseControls.C_Label lblGoodsName;
  961. private Basics.BaseControls.C_Label lblGoodsCode;
  962. private Basics.BaseControls.C_DateTimePicker txtScrapDateEnd;
  963. private Basics.BaseControls.C_Label lblTo;
  964. private Basics.BaseControls.C_DateTimePicker txtScrapDateStart;
  965. private Basics.BaseControls.C_Label lblRemarks;
  966. private Basics.BaseControls.C_TextBox txtBarCode;
  967. private Basics.BaseControls.C_Label lblBarCode;
  968. private Basics.BaseControls.C_ToolStrip tsrOperate;
  969. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  970. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  971. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  972. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  973. private System.Windows.Forms.ToolStripButton tsbtnClose;
  974. private Basics.BaseControls.C_DataGridView dgvScrapProduct;
  975. private Basics.BaseControls.C_CheckBox cbSelectTime;
  976. private System.Windows.Forms.ToolStripButton tsbtnApprover;
  977. private Basics.BaseControls.C_Label lblAuditStatus;
  978. private Basics.BaseControls.DKListBoxComboBox cbAuditStatus;
  979. private Basics.BaseControls.C_TextBox txtGroutingUserCode;
  980. private Basics.BaseControls.C_Label lblGroutingUserCode;
  981. private Basics.BaseControls.C_Label c_Label1;
  982. private Basics.BaseControls.C_TextBox txtUserCode;
  983. private System.Windows.Forms.ToolStripButton tsbtnReverse;
  984. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  985. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  986. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  987. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  988. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  989. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  990. private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAME;
  991. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  992. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  993. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  994. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  995. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
  996. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
  997. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  998. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapReason;
  999. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapDate;
  1000. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID;
  1001. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  1002. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapTypeName;
  1003. private System.Windows.Forms.DataGridViewTextBoxColumn AuditStatusName;
  1004. private System.Windows.Forms.DataGridViewCheckBoxColumn BackOutFlag;
  1005. private System.Windows.Forms.DataGridViewTextBoxColumn BackOutTime;
  1006. private System.Windows.Forms.DataGridViewTextBoxColumn BackOutUserCode;
  1007. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1008. private System.Windows.Forms.DataGridViewTextBoxColumn AccountID;
  1009. private System.Windows.Forms.DataGridViewTextBoxColumn ValueFlag;
  1010. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapProductID;
  1011. private System.Windows.Forms.DataGridViewTextBoxColumn AuditStatus;
  1012. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapType;
  1013. }
  1014. }