F_PM_1201.Designer.cs 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1201
  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_1201));
  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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  41. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  43. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  44. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  45. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  46. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  47. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.cobworkshop = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  50. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.scbOrganization = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbOrganization();
  53. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  55. this.txtKilnCarName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  56. this.cobKilnCarPosition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  57. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.cobKilnName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  60. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  61. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  63. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  64. this.dtpEndTime = new System.Windows.Forms.DateTimePicker();
  65. this.dtpStartTime = new System.Windows.Forms.DateTimePicker();
  66. this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  67. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  69. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  70. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  71. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  72. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  73. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  74. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  75. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  76. this.dgvProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  77. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Goodsleveltype = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.返工工序 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.KilnCarPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.ProductionDataID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.NUMS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.STAFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.INSPECTIONUSERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.TESTERUSERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  99. this.SpecialRepairFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  100. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.CheckTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.ProcedureModel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.ModelType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.PieceType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.CreateUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.KilnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.KilnCarName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.KilnCarPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.dgvDefect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  112. this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.DefectProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.DefectFine = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.DefectDeductionNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.DefectUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. this.DefectStaffNames = new System.Windows.Forms.DataGridViewTextBoxColumn();
  119. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  120. this.DefectRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  121. this.tsrOperate.SuspendLayout();
  122. this.gbxCondition.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  124. this.splitContainer1.Panel1.SuspendLayout();
  125. this.splitContainer1.Panel2.SuspendLayout();
  126. this.splitContainer1.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).BeginInit();
  129. this.SuspendLayout();
  130. //
  131. // tsrOperate
  132. //
  133. this.tsrOperate.AutoSize = false;
  134. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  135. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  136. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  138. this.tsbtnAdd,
  139. this.tsbtnEdit,
  140. this.toolStripSeparator1,
  141. this.tsbtnAdaptive,
  142. this.tsbtnClose});
  143. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  144. this.tsrOperate.Name = "tsrOperate";
  145. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  146. this.tsrOperate.ShowItemToolTips = false;
  147. this.tsrOperate.Size = new System.Drawing.Size(1102, 35);
  148. this.tsrOperate.TabIndex = 25;
  149. this.tsrOperate.Text = "toolStrip1";
  150. //
  151. // tsbtnAdd
  152. //
  153. this.tsbtnAdd.AutoSize = false;
  154. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  156. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  157. this.tsbtnAdd.Name = "tsbtnAdd";
  158. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  159. this.tsbtnAdd.Text = "新建(&N)";
  160. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  161. //
  162. // tsbtnEdit
  163. //
  164. this.tsbtnEdit.AutoSize = false;
  165. this.tsbtnEdit.Enabled = false;
  166. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  168. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  169. this.tsbtnEdit.Name = "tsbtnEdit";
  170. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  171. this.tsbtnEdit.Text = "编辑(&E)";
  172. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  173. //
  174. // toolStripSeparator1
  175. //
  176. this.toolStripSeparator1.AutoSize = false;
  177. this.toolStripSeparator1.Name = "toolStripSeparator1";
  178. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  179. //
  180. // tsbtnAdaptive
  181. //
  182. this.tsbtnAdaptive.AutoSize = false;
  183. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  185. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  186. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  187. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  188. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  189. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  190. //
  191. // tsbtnClose
  192. //
  193. this.tsbtnClose.AutoSize = false;
  194. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  196. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  197. this.tsbtnClose.Name = "tsbtnClose";
  198. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  199. this.tsbtnClose.Text = "关闭(&X)";
  200. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  201. //
  202. // gbxCondition
  203. //
  204. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  205. | System.Windows.Forms.AnchorStyles.Right)));
  206. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  207. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  208. this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
  209. this.gbxCondition.Controls.Add(this.c_Label5);
  210. this.gbxCondition.Controls.Add(this.cobworkshop);
  211. this.gbxCondition.Controls.Add(this.c_Label4);
  212. this.gbxCondition.Controls.Add(this.lblOrganization);
  213. this.gbxCondition.Controls.Add(this.scbOrganization);
  214. this.gbxCondition.Controls.Add(this.lblGoodsType);
  215. this.gbxCondition.Controls.Add(this.scbGoodsType);
  216. this.gbxCondition.Controls.Add(this.txtKilnCarName);
  217. this.gbxCondition.Controls.Add(this.cobKilnCarPosition);
  218. this.gbxCondition.Controls.Add(this.c_Label3);
  219. this.gbxCondition.Controls.Add(this.c_Label2);
  220. this.gbxCondition.Controls.Add(this.cobKilnName);
  221. this.gbxCondition.Controls.Add(this.c_Label1);
  222. this.gbxCondition.Controls.Add(this.btnClearCondition);
  223. this.gbxCondition.Controls.Add(this.btnSearch);
  224. this.gbxCondition.Controls.Add(this.lblTo);
  225. this.gbxCondition.Controls.Add(this.dtpEndTime);
  226. this.gbxCondition.Controls.Add(this.dtpStartTime);
  227. this.gbxCondition.Controls.Add(this.lblCreateTime);
  228. this.gbxCondition.Controls.Add(this.lblUserCode);
  229. this.gbxCondition.Controls.Add(this.lblGoodsName);
  230. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  231. this.gbxCondition.Controls.Add(this.lblBarCode);
  232. this.gbxCondition.Controls.Add(this.txtUserCode);
  233. this.gbxCondition.Controls.Add(this.txtGoodsName);
  234. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  235. this.gbxCondition.Controls.Add(this.txtBarCode);
  236. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  238. this.gbxCondition.IsMustInput = false;
  239. this.gbxCondition.Location = new System.Drawing.Point(0, 39);
  240. this.gbxCondition.Name = "gbxCondition";
  241. this.gbxCondition.OriginalHeight = -1;
  242. this.gbxCondition.Size = new System.Drawing.Size(1090, 105);
  243. this.gbxCondition.TabIndex = 28;
  244. this.gbxCondition.TabStop = false;
  245. this.gbxCondition.Text = "查询条件 ▼";
  246. //
  247. // txtGroutingUserCode
  248. //
  249. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  250. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  251. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  252. this.txtGroutingUserCode.ErrorMessage = "";
  253. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.txtGroutingUserCode.Location = new System.Drawing.Point(918, 77);
  255. this.txtGroutingUserCode.MaxLength = 500;
  256. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  257. this.txtGroutingUserCode.Size = new System.Drawing.Size(127, 21);
  258. this.txtGroutingUserCode.TabIndex = 64;
  259. //
  260. // c_Label5
  261. //
  262. this.c_Label5.AutoSize = true;
  263. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  264. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  266. this.c_Label5.Location = new System.Drawing.Point(859, 80);
  267. this.c_Label5.Name = "c_Label5";
  268. this.c_Label5.Size = new System.Drawing.Size(53, 12);
  269. this.c_Label5.TabIndex = 65;
  270. this.c_Label5.Text = "成型工号";
  271. //
  272. // cobworkshop
  273. //
  274. this.cobworkshop.BackgroundColor = System.Drawing.SystemColors.Window;
  275. this.cobworkshop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.cobworkshop.FormattingEnabled = true;
  277. this.cobworkshop.Items.AddRange(new object[] {
  278. "A",
  279. "B",
  280. "C",
  281. "高压",
  282. "干补"});
  283. this.cobworkshop.Location = new System.Drawing.Point(706, 78);
  284. this.cobworkshop.Name = "cobworkshop";
  285. this.cobworkshop.Size = new System.Drawing.Size(134, 20);
  286. this.cobworkshop.TabIndex = 62;
  287. //
  288. // c_Label4
  289. //
  290. this.c_Label4.AutoSize = true;
  291. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  292. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  294. this.c_Label4.Location = new System.Drawing.Point(661, 81);
  295. this.c_Label4.Name = "c_Label4";
  296. this.c_Label4.Size = new System.Drawing.Size(29, 12);
  297. this.c_Label4.TabIndex = 63;
  298. this.c_Label4.Text = "车间";
  299. //
  300. // lblOrganization
  301. //
  302. this.lblOrganization.AutoSize = true;
  303. this.lblOrganization.BackColor = System.Drawing.Color.Transparent;
  304. this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText;
  306. this.lblOrganization.Location = new System.Drawing.Point(205, 49);
  307. this.lblOrganization.Name = "lblOrganization";
  308. this.lblOrganization.Size = new System.Drawing.Size(53, 12);
  309. this.lblOrganization.TabIndex = 61;
  310. this.lblOrganization.Text = "组织机构";
  311. //
  312. // scbOrganization
  313. //
  314. this.scbOrganization.CheckedData = null;
  315. this.scbOrganization.IsOnlyDisplayEnd = false;
  316. this.scbOrganization.Location = new System.Drawing.Point(264, 46);
  317. this.scbOrganization.Name = "scbOrganization";
  318. this.scbOrganization.Size = new System.Drawing.Size(134, 21);
  319. this.scbOrganization.TabIndex = 60;
  320. //
  321. // lblGoodsType
  322. //
  323. this.lblGoodsType.AutoSize = true;
  324. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  325. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  327. this.lblGoodsType.Location = new System.Drawing.Point(649, 22);
  328. this.lblGoodsType.Name = "lblGoodsType";
  329. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  330. this.lblGoodsType.TabIndex = 59;
  331. this.lblGoodsType.Text = "产品类别";
  332. //
  333. // scbGoodsType
  334. //
  335. this.scbGoodsType.CheckedData = null;
  336. this.scbGoodsType.IsOnlyDisplayEnd = false;
  337. this.scbGoodsType.Location = new System.Drawing.Point(706, 18);
  338. this.scbGoodsType.Name = "scbGoodsType";
  339. this.scbGoodsType.Size = new System.Drawing.Size(134, 21);
  340. this.scbGoodsType.TabIndex = 58;
  341. //
  342. // txtKilnCarName
  343. //
  344. this.txtKilnCarName.BackColor = System.Drawing.SystemColors.Window;
  345. this.txtKilnCarName.BackgroundColor = System.Drawing.SystemColors.Window;
  346. this.txtKilnCarName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  347. this.txtKilnCarName.ErrorMessage = "";
  348. this.txtKilnCarName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.txtKilnCarName.Location = new System.Drawing.Point(264, 74);
  350. this.txtKilnCarName.MaxLength = 500;
  351. this.txtKilnCarName.Name = "txtKilnCarName";
  352. this.txtKilnCarName.Size = new System.Drawing.Size(134, 21);
  353. this.txtKilnCarName.TabIndex = 10;
  354. //
  355. // cobKilnCarPosition
  356. //
  357. this.cobKilnCarPosition.BackgroundColor = System.Drawing.SystemColors.Window;
  358. this.cobKilnCarPosition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.cobKilnCarPosition.FormattingEnabled = true;
  360. this.cobKilnCarPosition.Location = new System.Drawing.Point(487, 75);
  361. this.cobKilnCarPosition.Name = "cobKilnCarPosition";
  362. this.cobKilnCarPosition.Size = new System.Drawing.Size(134, 20);
  363. this.cobKilnCarPosition.TabIndex = 11;
  364. //
  365. // c_Label3
  366. //
  367. this.c_Label3.AutoSize = true;
  368. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  369. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  371. this.c_Label3.Location = new System.Drawing.Point(428, 78);
  372. this.c_Label3.Name = "c_Label3";
  373. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  374. this.c_Label3.TabIndex = 57;
  375. this.c_Label3.Text = "窑车位置";
  376. //
  377. // c_Label2
  378. //
  379. this.c_Label2.AutoSize = true;
  380. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  381. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  382. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  383. this.c_Label2.Location = new System.Drawing.Point(229, 78);
  384. this.c_Label2.Name = "c_Label2";
  385. this.c_Label2.Size = new System.Drawing.Size(29, 12);
  386. this.c_Label2.TabIndex = 56;
  387. this.c_Label2.Text = "窑车";
  388. //
  389. // cobKilnName
  390. //
  391. this.cobKilnName.BackgroundColor = System.Drawing.SystemColors.Window;
  392. this.cobKilnName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.cobKilnName.FormattingEnabled = true;
  394. this.cobKilnName.Location = new System.Drawing.Point(65, 75);
  395. this.cobKilnName.Name = "cobKilnName";
  396. this.cobKilnName.Size = new System.Drawing.Size(134, 20);
  397. this.cobKilnName.TabIndex = 9;
  398. //
  399. // c_Label1
  400. //
  401. this.c_Label1.AutoSize = true;
  402. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  403. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  405. this.c_Label1.Location = new System.Drawing.Point(30, 78);
  406. this.c_Label1.Name = "c_Label1";
  407. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  408. this.c_Label1.TabIndex = 55;
  409. this.c_Label1.Text = "窑炉";
  410. //
  411. // btnClearCondition
  412. //
  413. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  414. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  415. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  416. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  418. this.btnClearCondition.Location = new System.Drawing.Point(999, 67);
  419. this.btnClearCondition.Name = "btnClearCondition";
  420. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  421. this.btnClearCondition.TabIndex = 13;
  422. this.btnClearCondition.Text = "清空条件";
  423. this.btnClearCondition.UseVisualStyleBackColor = true;
  424. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  425. //
  426. // btnSearch
  427. //
  428. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  429. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  430. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  431. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.btnSearch.ForeColor = System.Drawing.Color.White;
  433. this.btnSearch.Location = new System.Drawing.Point(908, 68);
  434. this.btnSearch.Name = "btnSearch";
  435. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  436. this.btnSearch.TabIndex = 12;
  437. this.btnSearch.Text = "查询";
  438. this.btnSearch.UseVisualStyleBackColor = true;
  439. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  440. //
  441. // lblTo
  442. //
  443. this.lblTo.AutoSize = true;
  444. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  445. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  447. this.lblTo.Location = new System.Drawing.Point(627, 50);
  448. this.lblTo.Name = "lblTo";
  449. this.lblTo.Size = new System.Drawing.Size(77, 12);
  450. this.lblTo.TabIndex = 35;
  451. this.lblTo.Text = "操作时间结束";
  452. //
  453. // dtpEndTime
  454. //
  455. this.dtpEndTime.CustomFormat = "yyyy-MM-dd HH:mm";
  456. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  457. this.dtpEndTime.Location = new System.Drawing.Point(706, 46);
  458. this.dtpEndTime.Name = "dtpEndTime";
  459. this.dtpEndTime.Size = new System.Drawing.Size(134, 21);
  460. this.dtpEndTime.TabIndex = 8;
  461. this.dtpEndTime.Value = new System.DateTime(2014, 9, 23, 0, 0, 0, 0);
  462. //
  463. // dtpStartTime
  464. //
  465. this.dtpStartTime.CustomFormat = "yyyy-MM-dd HH:mm";
  466. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  467. this.dtpStartTime.Location = new System.Drawing.Point(487, 46);
  468. this.dtpStartTime.Name = "dtpStartTime";
  469. this.dtpStartTime.Size = new System.Drawing.Size(134, 21);
  470. this.dtpStartTime.TabIndex = 7;
  471. this.dtpStartTime.Value = new System.DateTime(2014, 9, 24, 0, 0, 0, 0);
  472. //
  473. // lblCreateTime
  474. //
  475. this.lblCreateTime.AutoSize = true;
  476. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  477. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.lblCreateTime.ForeColor = System.Drawing.SystemColors.ControlText;
  479. this.lblCreateTime.Location = new System.Drawing.Point(406, 50);
  480. this.lblCreateTime.Name = "lblCreateTime";
  481. this.lblCreateTime.Size = new System.Drawing.Size(77, 12);
  482. this.lblCreateTime.TabIndex = 29;
  483. this.lblCreateTime.Text = "操作时间开始";
  484. //
  485. // lblUserCode
  486. //
  487. this.lblUserCode.AutoSize = true;
  488. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  489. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  490. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  491. this.lblUserCode.Location = new System.Drawing.Point(6, 50);
  492. this.lblUserCode.Name = "lblUserCode";
  493. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  494. this.lblUserCode.TabIndex = 20;
  495. this.lblUserCode.Text = "生产工号";
  496. //
  497. // lblGoodsName
  498. //
  499. this.lblGoodsName.AutoSize = true;
  500. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  501. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  503. this.lblGoodsName.Location = new System.Drawing.Point(428, 22);
  504. this.lblGoodsName.Name = "lblGoodsName";
  505. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  506. this.lblGoodsName.TabIndex = 21;
  507. this.lblGoodsName.Text = "产品名称";
  508. //
  509. // lblGoodsCode
  510. //
  511. this.lblGoodsCode.AutoSize = true;
  512. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  513. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  514. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  515. this.lblGoodsCode.Location = new System.Drawing.Point(205, 22);
  516. this.lblGoodsCode.Name = "lblGoodsCode";
  517. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  518. this.lblGoodsCode.TabIndex = 22;
  519. this.lblGoodsCode.Text = "产品编码";
  520. //
  521. // lblBarCode
  522. //
  523. this.lblBarCode.AutoSize = true;
  524. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  525. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  527. this.lblBarCode.Location = new System.Drawing.Point(6, 22);
  528. this.lblBarCode.Name = "lblBarCode";
  529. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  530. this.lblBarCode.TabIndex = 23;
  531. this.lblBarCode.Text = "产品条码";
  532. //
  533. // txtUserCode
  534. //
  535. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  536. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  537. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  538. this.txtUserCode.ErrorMessage = "";
  539. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  540. this.txtUserCode.Location = new System.Drawing.Point(65, 46);
  541. this.txtUserCode.MaxLength = 20;
  542. this.txtUserCode.Name = "txtUserCode";
  543. this.txtUserCode.Size = new System.Drawing.Size(134, 21);
  544. this.txtUserCode.TabIndex = 5;
  545. //
  546. // txtGoodsName
  547. //
  548. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  549. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  550. this.txtGoodsName.ErrorMessage = "";
  551. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  552. this.txtGoodsName.Location = new System.Drawing.Point(487, 18);
  553. this.txtGoodsName.MaxLength = 20;
  554. this.txtGoodsName.Name = "txtGoodsName";
  555. this.txtGoodsName.Size = new System.Drawing.Size(134, 21);
  556. this.txtGoodsName.TabIndex = 3;
  557. //
  558. // txtGoodsCode
  559. //
  560. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  561. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  562. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  563. this.txtGoodsCode.ErrorMessage = "";
  564. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  566. this.txtGoodsCode.Location = new System.Drawing.Point(264, 18);
  567. this.txtGoodsCode.MaxLength = 10;
  568. this.txtGoodsCode.Name = "txtGoodsCode";
  569. this.txtGoodsCode.Size = new System.Drawing.Size(134, 21);
  570. this.txtGoodsCode.TabIndex = 2;
  571. //
  572. // txtBarCode
  573. //
  574. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  575. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  576. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  577. this.txtBarCode.ErrorMessage = "";
  578. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.txtBarCode.Location = new System.Drawing.Point(65, 18);
  580. this.txtBarCode.MaxLength = 50;
  581. this.txtBarCode.Name = "txtBarCode";
  582. this.txtBarCode.Size = new System.Drawing.Size(134, 21);
  583. this.txtBarCode.TabIndex = 1;
  584. //
  585. // splitContainer1
  586. //
  587. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  588. | System.Windows.Forms.AnchorStyles.Left)
  589. | System.Windows.Forms.AnchorStyles.Right)));
  590. this.splitContainer1.Location = new System.Drawing.Point(0, 150);
  591. this.splitContainer1.Name = "splitContainer1";
  592. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  593. //
  594. // splitContainer1.Panel1
  595. //
  596. this.splitContainer1.Panel1.Controls.Add(this.dgvProduction);
  597. //
  598. // splitContainer1.Panel2
  599. //
  600. this.splitContainer1.Panel2.Controls.Add(this.dgvDefect);
  601. this.splitContainer1.Size = new System.Drawing.Size(1090, 364);
  602. this.splitContainer1.SplitterDistance = 189;
  603. this.splitContainer1.TabIndex = 36;
  604. //
  605. // dgvProduction
  606. //
  607. this.dgvProduction.AllowUserToAddRows = false;
  608. this.dgvProduction.AllowUserToDeleteRows = false;
  609. this.dgvProduction.AllowUserToModifyRows = true;
  610. this.dgvProduction.AllowUserToOrderColumns = true;
  611. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  612. this.dgvProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  613. this.dgvProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  614. this.dgvProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  615. this.dgvProduction.CellHeight = 23;
  616. this.dgvProduction.ChildNodeColumnName = null;
  617. this.dgvProduction.ChildNodeColumnText = null;
  618. this.dgvProduction.ColumnDeep = 1;
  619. this.dgvProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  620. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  621. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  622. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  624. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  625. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  626. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  627. this.dgvProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  628. this.dgvProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  629. this.dgvProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  630. this.BarCode,
  631. this.Goodsleveltype,
  632. this.返工工序,
  633. this.KilnCode,
  634. this.KilnCarCode,
  635. this.KilnCarPositionName,
  636. this.ProductionDataID,
  637. this.GoodsCode,
  638. this.GoodsName,
  639. this.NUMS,
  640. this.LogoCodeName,
  641. this.GOODSSPECIFICATION,
  642. this.GoodsTypeName,
  643. this.UserCode,
  644. this.STAFNAME,
  645. this.INSPECTIONUSERCODE,
  646. this.TESTERUSERCODE,
  647. this.OrganizationID,
  648. this.GroutingMouldCode,
  649. this.GroutingDate,
  650. this.GroutingUserCode,
  651. this.IsPublicBody,
  652. this.SpecialRepairFlag,
  653. this.GroutingNum,
  654. this.CheckTime,
  655. this.CreateTime,
  656. this.ProcedureModel,
  657. this.ModelType,
  658. this.PieceType,
  659. this.CreateUserID,
  660. this.Remarks,
  661. this.KilnName,
  662. this.KilnCarName,
  663. this.KilnCarPosition});
  664. this.dgvProduction.ColumnTreeView = null;
  665. this.dgvProduction.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)));
  666. this.dgvProduction.Dock = System.Windows.Forms.DockStyle.Fill;
  667. this.dgvProduction.DynamicColumnName = "";
  668. this.dgvProduction.EnableHeadersVisualStyles = false;
  669. this.dgvProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  670. this.dgvProduction.FormatQuantityColumns = null;
  671. this.dgvProduction.HorizontalMergeColumn = null;
  672. this.dgvProduction.IsAutoCountSum = true;
  673. this.dgvProduction.IsAutoResizeColumns = false;
  674. this.dgvProduction.IsClickF12 = false;
  675. this.dgvProduction.IsOpenMergeCellFlag = false;
  676. this.dgvProduction.IsSubTotalFlag = false;
  677. this.dgvProduction.IsTopDeep = false;
  678. this.dgvProduction.Location = new System.Drawing.Point(0, 0);
  679. this.dgvProduction.Margin = new System.Windows.Forms.Padding(0);
  680. this.dgvProduction.MergeColumnNames = null;
  681. this.dgvProduction.MergeDetailColumnNames = null;
  682. this.dgvProduction.MergeDetailOnlyColumn = null;
  683. this.dgvProduction.MergeOnlyColumn = null;
  684. this.dgvProduction.MultiSelect = false;
  685. this.dgvProduction.Name = "dgvProduction";
  686. this.dgvProduction.ReadOnly = true;
  687. this.dgvProduction.RefreshAtHscroll = false;
  688. this.dgvProduction.RowHeadersWidth = 50;
  689. this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  690. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  691. this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle6;
  692. this.dgvProduction.RowTemplate.Height = 21;
  693. this.dgvProduction.Size = new System.Drawing.Size(1090, 189);
  694. this.dgvProduction.SortOrderColumnName = null;
  695. this.dgvProduction.TabIndex = 34;
  696. this.dgvProduction.Tag = true;
  697. this.dgvProduction.TotalSumColumns = null;
  698. this.dgvProduction.ViewRowFilter = "";
  699. this.dgvProduction.SelectionChanged += new System.EventHandler(this.dgvProduction_SelectionChanged);
  700. //
  701. // BarCode
  702. //
  703. this.BarCode.DataPropertyName = "BarCode";
  704. this.BarCode.HeaderText = "产品条码";
  705. this.BarCode.Name = "BarCode";
  706. this.BarCode.ReadOnly = true;
  707. //
  708. // Goodsleveltype
  709. //
  710. this.Goodsleveltype.DataPropertyName = "Goodsleveltype";
  711. this.Goodsleveltype.HeaderText = "产品分级";
  712. this.Goodsleveltype.Name = "Goodsleveltype";
  713. this.Goodsleveltype.ReadOnly = true;
  714. //
  715. // 返工工序
  716. //
  717. this.返工工序.DataPropertyName = "REWORKPROCEDURENAME";
  718. this.返工工序.HeaderText = "返工工序";
  719. this.返工工序.Name = "返工工序";
  720. this.返工工序.ReadOnly = true;
  721. //
  722. // KilnCode
  723. //
  724. this.KilnCode.DataPropertyName = "KilnCode";
  725. this.KilnCode.HeaderText = "窑炉编码";
  726. this.KilnCode.Name = "KilnCode";
  727. this.KilnCode.ReadOnly = true;
  728. //
  729. // KilnCarCode
  730. //
  731. this.KilnCarCode.DataPropertyName = "KilnCarCode";
  732. this.KilnCarCode.HeaderText = "窑车编码";
  733. this.KilnCarCode.Name = "KilnCarCode";
  734. this.KilnCarCode.ReadOnly = true;
  735. //
  736. // KilnCarPositionName
  737. //
  738. this.KilnCarPositionName.DataPropertyName = "KilnCarPositionName";
  739. this.KilnCarPositionName.HeaderText = "窑车位置";
  740. this.KilnCarPositionName.Name = "KilnCarPositionName";
  741. this.KilnCarPositionName.ReadOnly = true;
  742. //
  743. // ProductionDataID
  744. //
  745. this.ProductionDataID.DataPropertyName = "ProductionDataID";
  746. this.ProductionDataID.HeaderText = "生产数据ID";
  747. this.ProductionDataID.Name = "ProductionDataID";
  748. this.ProductionDataID.ReadOnly = true;
  749. this.ProductionDataID.Visible = false;
  750. //
  751. // GoodsCode
  752. //
  753. this.GoodsCode.DataPropertyName = "GoodsCode";
  754. this.GoodsCode.HeaderText = "产品编码";
  755. this.GoodsCode.Name = "GoodsCode";
  756. this.GoodsCode.ReadOnly = true;
  757. //
  758. // GoodsName
  759. //
  760. this.GoodsName.DataPropertyName = "GoodsName";
  761. this.GoodsName.HeaderText = "产品名称";
  762. this.GoodsName.Name = "GoodsName";
  763. this.GoodsName.ReadOnly = true;
  764. //
  765. // NUMS
  766. //
  767. this.NUMS.DataPropertyName = "NUMS";
  768. this.NUMS.HeaderText = "数量";
  769. this.NUMS.Name = "NUMS";
  770. this.NUMS.ReadOnly = true;
  771. //
  772. // LogoCodeName
  773. //
  774. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  775. this.LogoCodeName.HeaderText = "商标";
  776. this.LogoCodeName.Name = "LogoCodeName";
  777. this.LogoCodeName.ReadOnly = true;
  778. //
  779. // GOODSSPECIFICATION
  780. //
  781. this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
  782. this.GOODSSPECIFICATION.HeaderText = "产品规格";
  783. this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
  784. this.GOODSSPECIFICATION.ReadOnly = true;
  785. //
  786. // GoodsTypeName
  787. //
  788. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  789. this.GoodsTypeName.HeaderText = "产品类别";
  790. this.GoodsTypeName.Name = "GoodsTypeName";
  791. this.GoodsTypeName.ReadOnly = true;
  792. //
  793. // UserCode
  794. //
  795. this.UserCode.DataPropertyName = "UserCode";
  796. this.UserCode.HeaderText = "生产工号";
  797. this.UserCode.Name = "UserCode";
  798. this.UserCode.ReadOnly = true;
  799. //
  800. // STAFNAME
  801. //
  802. this.STAFNAME.DataPropertyName = "STAFNAME";
  803. this.STAFNAME.HeaderText = "员工姓名";
  804. this.STAFNAME.Name = "STAFNAME";
  805. this.STAFNAME.ReadOnly = true;
  806. //
  807. // INSPECTIONUSERCODE
  808. //
  809. this.INSPECTIONUSERCODE.DataPropertyName = "INSPECTIONUSERCODE";
  810. this.INSPECTIONUSERCODE.HeaderText = "检验工";
  811. this.INSPECTIONUSERCODE.Name = "INSPECTIONUSERCODE";
  812. this.INSPECTIONUSERCODE.ReadOnly = true;
  813. this.INSPECTIONUSERCODE.Visible = false;
  814. //
  815. // TESTERUSERCODE
  816. //
  817. this.TESTERUSERCODE.DataPropertyName = "TESTERUSERCODE";
  818. this.TESTERUSERCODE.HeaderText = "试水工";
  819. this.TESTERUSERCODE.Name = "TESTERUSERCODE";
  820. this.TESTERUSERCODE.ReadOnly = true;
  821. this.TESTERUSERCODE.Visible = false;
  822. //
  823. // OrganizationID
  824. //
  825. this.OrganizationID.DataPropertyName = "OrganizationName";
  826. this.OrganizationID.HeaderText = "所属部门";
  827. this.OrganizationID.Name = "OrganizationID";
  828. this.OrganizationID.ReadOnly = true;
  829. //
  830. // GroutingMouldCode
  831. //
  832. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  833. this.GroutingMouldCode.HeaderText = "模具编号";
  834. this.GroutingMouldCode.Name = "GroutingMouldCode";
  835. this.GroutingMouldCode.ReadOnly = true;
  836. //
  837. // GroutingDate
  838. //
  839. this.GroutingDate.DataPropertyName = "GroutingDate";
  840. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  841. dataGridViewCellStyle3.NullValue = null;
  842. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  843. this.GroutingDate.HeaderText = "注浆日期";
  844. this.GroutingDate.Name = "GroutingDate";
  845. this.GroutingDate.ReadOnly = true;
  846. //
  847. // GroutingUserCode
  848. //
  849. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  850. this.GroutingUserCode.HeaderText = "成型工号";
  851. this.GroutingUserCode.Name = "GroutingUserCode";
  852. this.GroutingUserCode.ReadOnly = true;
  853. //
  854. // IsPublicBody
  855. //
  856. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  857. this.IsPublicBody.FalseValue = "0";
  858. this.IsPublicBody.HeaderText = "公坯标识";
  859. this.IsPublicBody.Name = "IsPublicBody";
  860. this.IsPublicBody.ReadOnly = true;
  861. this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  862. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  863. this.IsPublicBody.TrueValue = "1";
  864. //
  865. // SpecialRepairFlag
  866. //
  867. this.SpecialRepairFlag.DataPropertyName = "SpecialRepairFlag";
  868. this.SpecialRepairFlag.FalseValue = "0";
  869. this.SpecialRepairFlag.HeaderText = "干补标识";
  870. this.SpecialRepairFlag.Name = "SpecialRepairFlag";
  871. this.SpecialRepairFlag.ReadOnly = true;
  872. this.SpecialRepairFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  873. this.SpecialRepairFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  874. this.SpecialRepairFlag.TrueValue = "1";
  875. //
  876. // GroutingNum
  877. //
  878. this.GroutingNum.DataPropertyName = "GroutingNum";
  879. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  880. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle4;
  881. this.GroutingNum.HeaderText = "注浆次数";
  882. this.GroutingNum.Name = "GroutingNum";
  883. this.GroutingNum.ReadOnly = true;
  884. //
  885. // CheckTime
  886. //
  887. this.CheckTime.DataPropertyName = "CheckTime";
  888. this.CheckTime.HeaderText = "质量登记时间";
  889. this.CheckTime.Name = "CheckTime";
  890. this.CheckTime.ReadOnly = true;
  891. //
  892. // CreateTime
  893. //
  894. this.CreateTime.DataPropertyName = "CreateTime";
  895. dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
  896. dataGridViewCellStyle5.NullValue = null;
  897. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle5;
  898. this.CreateTime.HeaderText = "操作时间";
  899. this.CreateTime.Name = "CreateTime";
  900. this.CreateTime.ReadOnly = true;
  901. this.CreateTime.Width = 120;
  902. //
  903. // ProcedureModel
  904. //
  905. this.ProcedureModel.DataPropertyName = "ProcedureModel";
  906. this.ProcedureModel.HeaderText = "工序模型";
  907. this.ProcedureModel.Name = "ProcedureModel";
  908. this.ProcedureModel.ReadOnly = true;
  909. this.ProcedureModel.Visible = false;
  910. //
  911. // ModelType
  912. //
  913. this.ModelType.DataPropertyName = "rocedureModelTypeName";
  914. this.ModelType.HeaderText = "工序类别";
  915. this.ModelType.Name = "ModelType";
  916. this.ModelType.ReadOnly = true;
  917. this.ModelType.Visible = false;
  918. //
  919. // PieceType
  920. //
  921. this.PieceType.DataPropertyName = "PieceType";
  922. this.PieceType.HeaderText = "计件模式";
  923. this.PieceType.Name = "PieceType";
  924. this.PieceType.ReadOnly = true;
  925. this.PieceType.Visible = false;
  926. //
  927. // CreateUserID
  928. //
  929. this.CreateUserID.DataPropertyName = "barusername";
  930. this.CreateUserID.HeaderText = "操作者";
  931. this.CreateUserID.Name = "CreateUserID";
  932. this.CreateUserID.ReadOnly = true;
  933. this.CreateUserID.Width = 60;
  934. //
  935. // Remarks
  936. //
  937. this.Remarks.DataPropertyName = "Remarks";
  938. this.Remarks.HeaderText = "备注";
  939. this.Remarks.Name = "Remarks";
  940. this.Remarks.ReadOnly = true;
  941. this.Remarks.Visible = false;
  942. //
  943. // KilnName
  944. //
  945. this.KilnName.DataPropertyName = "KilnName";
  946. this.KilnName.HeaderText = "窑炉名称";
  947. this.KilnName.Name = "KilnName";
  948. this.KilnName.ReadOnly = true;
  949. this.KilnName.Visible = false;
  950. //
  951. // KilnCarName
  952. //
  953. this.KilnCarName.DataPropertyName = "KilnCarName";
  954. this.KilnCarName.HeaderText = "窑车名称";
  955. this.KilnCarName.Name = "KilnCarName";
  956. this.KilnCarName.ReadOnly = true;
  957. this.KilnCarName.Visible = false;
  958. //
  959. // KilnCarPosition
  960. //
  961. this.KilnCarPosition.DataPropertyName = "KilnCarPosition";
  962. this.KilnCarPosition.HeaderText = "窑车位置";
  963. this.KilnCarPosition.Name = "KilnCarPosition";
  964. this.KilnCarPosition.ReadOnly = true;
  965. this.KilnCarPosition.Visible = false;
  966. //
  967. // dgvDefect
  968. //
  969. this.dgvDefect.AllowUserToAddRows = false;
  970. this.dgvDefect.AllowUserToModifyRows = true;
  971. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  972. this.dgvDefect.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  973. this.dgvDefect.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  974. this.dgvDefect.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  975. this.dgvDefect.CellHeight = 23;
  976. this.dgvDefect.ChildNodeColumnName = null;
  977. this.dgvDefect.ChildNodeColumnText = null;
  978. this.dgvDefect.ColumnDeep = 1;
  979. this.dgvDefect.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  980. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  981. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  982. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  983. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  984. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  985. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  986. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  987. this.dgvDefect.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  988. this.dgvDefect.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  989. this.dgvDefect.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  990. this.DefectName,
  991. this.DefectPositionName,
  992. this.DefectProcedureName,
  993. this.DefectFine,
  994. this.DefectDeductionNum,
  995. this.DefectUserName,
  996. this.DefectStaffNames,
  997. this.JobsName,
  998. this.DefectRemarks});
  999. this.dgvDefect.ColumnTreeView = null;
  1000. this.dgvDefect.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)));
  1001. this.dgvDefect.Dock = System.Windows.Forms.DockStyle.Fill;
  1002. this.dgvDefect.DynamicColumnName = "";
  1003. this.dgvDefect.EnableHeadersVisualStyles = false;
  1004. this.dgvDefect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1005. this.dgvDefect.FormatQuantityColumns = null;
  1006. this.dgvDefect.HorizontalMergeColumn = null;
  1007. this.dgvDefect.IsAutoCountSum = true;
  1008. this.dgvDefect.IsAutoResizeColumns = false;
  1009. this.dgvDefect.IsClickF12 = false;
  1010. this.dgvDefect.IsOpenMergeCellFlag = false;
  1011. this.dgvDefect.IsSubTotalFlag = false;
  1012. this.dgvDefect.IsTopDeep = false;
  1013. this.dgvDefect.Location = new System.Drawing.Point(0, 0);
  1014. this.dgvDefect.Margin = new System.Windows.Forms.Padding(0);
  1015. this.dgvDefect.MergeColumnNames = null;
  1016. this.dgvDefect.MergeDetailColumnNames = null;
  1017. this.dgvDefect.MergeDetailOnlyColumn = null;
  1018. this.dgvDefect.MergeOnlyColumn = null;
  1019. this.dgvDefect.MultiSelect = false;
  1020. this.dgvDefect.Name = "dgvDefect";
  1021. this.dgvDefect.ReadOnly = true;
  1022. this.dgvDefect.RefreshAtHscroll = false;
  1023. this.dgvDefect.RowHeadersWidth = 50;
  1024. this.dgvDefect.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  1025. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  1026. this.dgvDefect.RowsDefaultCellStyle = dataGridViewCellStyle11;
  1027. this.dgvDefect.RowTemplate.Height = 25;
  1028. this.dgvDefect.Size = new System.Drawing.Size(1090, 171);
  1029. this.dgvDefect.SortOrderColumnName = null;
  1030. this.dgvDefect.TabIndex = 0;
  1031. this.dgvDefect.Tag = true;
  1032. this.dgvDefect.TotalSumColumns = null;
  1033. this.dgvDefect.ViewRowFilter = "";
  1034. //
  1035. // DefectName
  1036. //
  1037. this.DefectName.DataPropertyName = "DefectName";
  1038. this.DefectName.HeaderText = "缺陷";
  1039. this.DefectName.Name = "DefectName";
  1040. this.DefectName.ReadOnly = true;
  1041. //
  1042. // DefectPositionName
  1043. //
  1044. this.DefectPositionName.DataPropertyName = "DefectPositionName";
  1045. this.DefectPositionName.HeaderText = "缺陷位置";
  1046. this.DefectPositionName.Name = "DefectPositionName";
  1047. this.DefectPositionName.ReadOnly = true;
  1048. //
  1049. // DefectProcedureName
  1050. //
  1051. this.DefectProcedureName.DataPropertyName = "DefectProcedureName";
  1052. this.DefectProcedureName.HeaderText = "责任工序";
  1053. this.DefectProcedureName.Name = "DefectProcedureName";
  1054. this.DefectProcedureName.ReadOnly = true;
  1055. //
  1056. // DefectFine
  1057. //
  1058. this.DefectFine.DataPropertyName = "DefectFine";
  1059. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1060. this.DefectFine.DefaultCellStyle = dataGridViewCellStyle9;
  1061. this.DefectFine.HeaderText = "缺陷扣罚";
  1062. this.DefectFine.Name = "DefectFine";
  1063. this.DefectFine.ReadOnly = true;
  1064. //
  1065. // DefectDeductionNum
  1066. //
  1067. this.DefectDeductionNum.DataPropertyName = "DefectDeductionNum";
  1068. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1069. this.DefectDeductionNum.DefaultCellStyle = dataGridViewCellStyle10;
  1070. this.DefectDeductionNum.HeaderText = "缺陷扣除数";
  1071. this.DefectDeductionNum.Name = "DefectDeductionNum";
  1072. this.DefectDeductionNum.ReadOnly = true;
  1073. //
  1074. // DefectUserName
  1075. //
  1076. this.DefectUserName.DataPropertyName = "DefectUserCode";
  1077. this.DefectUserName.HeaderText = "责任工号";
  1078. this.DefectUserName.Name = "DefectUserName";
  1079. this.DefectUserName.ReadOnly = true;
  1080. //
  1081. // DefectStaffNames
  1082. //
  1083. this.DefectStaffNames.DataPropertyName = "DefectStaffNames";
  1084. this.DefectStaffNames.HeaderText = "责任员工";
  1085. this.DefectStaffNames.Name = "DefectStaffNames";
  1086. this.DefectStaffNames.ReadOnly = true;
  1087. //
  1088. // JobsName
  1089. //
  1090. this.JobsName.DataPropertyName = "JobsName";
  1091. this.JobsName.HeaderText = "责任工种";
  1092. this.JobsName.Name = "JobsName";
  1093. this.JobsName.ReadOnly = true;
  1094. //
  1095. // DefectRemarks
  1096. //
  1097. this.DefectRemarks.DataPropertyName = "Remarks";
  1098. this.DefectRemarks.HeaderText = "备注";
  1099. this.DefectRemarks.MaxInputLength = 200;
  1100. this.DefectRemarks.Name = "DefectRemarks";
  1101. this.DefectRemarks.ReadOnly = true;
  1102. this.DefectRemarks.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1103. this.DefectRemarks.Width = 200;
  1104. //
  1105. // F_PM_1201
  1106. //
  1107. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1108. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1109. this.ClientSize = new System.Drawing.Size(1102, 514);
  1110. this.Controls.Add(this.splitContainer1);
  1111. this.Controls.Add(this.gbxCondition);
  1112. this.Controls.Add(this.tsrOperate);
  1113. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1114. this.Name = "F_PM_1201";
  1115. this.Text = "成品检验一览";
  1116. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1201_FormClosed);
  1117. this.Load += new System.EventHandler(this.F_PM_1201_Load);
  1118. this.tsrOperate.ResumeLayout(false);
  1119. this.tsrOperate.PerformLayout();
  1120. this.gbxCondition.ResumeLayout(false);
  1121. this.gbxCondition.PerformLayout();
  1122. this.splitContainer1.Panel1.ResumeLayout(false);
  1123. this.splitContainer1.Panel2.ResumeLayout(false);
  1124. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1125. this.splitContainer1.ResumeLayout(false);
  1126. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit();
  1127. ((System.ComponentModel.ISupportInitialize)(this.dgvDefect)).EndInit();
  1128. this.ResumeLayout(false);
  1129. }
  1130. #endregion
  1131. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1132. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1133. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  1134. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1135. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1136. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1137. private Basics.BaseControls.C_GroupBox gbxCondition;
  1138. private Basics.BaseControls.C_Button btnClearCondition;
  1139. private Basics.BaseControls.C_Button btnSearch;
  1140. private Basics.BaseControls.C_Label lblTo;
  1141. private System.Windows.Forms.DateTimePicker dtpEndTime;
  1142. private System.Windows.Forms.DateTimePicker dtpStartTime;
  1143. private Basics.BaseControls.C_Label lblCreateTime;
  1144. private Basics.BaseControls.C_Label lblUserCode;
  1145. private Basics.BaseControls.C_Label lblGoodsName;
  1146. private Basics.BaseControls.C_Label lblGoodsCode;
  1147. private Basics.BaseControls.C_Label lblBarCode;
  1148. private Basics.BaseControls.C_TextBox txtUserCode;
  1149. private Basics.BaseControls.C_TextBox txtGoodsName;
  1150. private Basics.BaseControls.C_TextBox txtGoodsCode;
  1151. private Basics.BaseControls.C_TextBox txtBarCode;
  1152. private Basics.BaseControls.C_TextBox txtKilnCarName;
  1153. private Basics.BaseControls.C_ComboBox cobKilnCarPosition;
  1154. private Basics.BaseControls.C_Label c_Label3;
  1155. private Basics.BaseControls.C_Label c_Label2;
  1156. private Basics.BaseControls.C_ComboBox cobKilnName;
  1157. private Basics.BaseControls.C_Label c_Label1;
  1158. private System.Windows.Forms.SplitContainer splitContainer1;
  1159. private Basics.BaseControls.C_DataGridView dgvProduction;
  1160. private Basics.BaseControls.C_DataGridView dgvDefect;
  1161. private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
  1162. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
  1163. private System.Windows.Forms.DataGridViewTextBoxColumn DefectProcedureName;
  1164. private System.Windows.Forms.DataGridViewTextBoxColumn DefectFine;
  1165. private System.Windows.Forms.DataGridViewTextBoxColumn DefectDeductionNum;
  1166. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUserName;
  1167. private System.Windows.Forms.DataGridViewTextBoxColumn DefectStaffNames;
  1168. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  1169. private System.Windows.Forms.DataGridViewTextBoxColumn DefectRemarks;
  1170. private Basics.BaseControls.C_Label lblGoodsType;
  1171. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  1172. private Basics.BaseControls.C_Label lblOrganization;
  1173. private Controls.SearchBox.ScbOrganization scbOrganization;
  1174. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  1175. private System.Windows.Forms.DataGridViewTextBoxColumn Goodsleveltype;
  1176. private System.Windows.Forms.DataGridViewTextBoxColumn 返工工序;
  1177. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
  1178. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
  1179. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPositionName;
  1180. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionDataID;
  1181. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1182. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1183. private System.Windows.Forms.DataGridViewTextBoxColumn NUMS;
  1184. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  1185. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
  1186. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  1187. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1188. private System.Windows.Forms.DataGridViewTextBoxColumn STAFNAME;
  1189. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTIONUSERCODE;
  1190. private System.Windows.Forms.DataGridViewTextBoxColumn TESTERUSERCODE;
  1191. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
  1192. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1193. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  1194. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  1195. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  1196. private System.Windows.Forms.DataGridViewCheckBoxColumn SpecialRepairFlag;
  1197. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  1198. private System.Windows.Forms.DataGridViewTextBoxColumn CheckTime;
  1199. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  1200. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureModel;
  1201. private System.Windows.Forms.DataGridViewTextBoxColumn ModelType;
  1202. private System.Windows.Forms.DataGridViewTextBoxColumn PieceType;
  1203. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserID;
  1204. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1205. private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
  1206. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarName;
  1207. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPosition;
  1208. private Basics.BaseControls.C_ComboBox cobworkshop;
  1209. private Basics.BaseControls.C_Label c_Label4;
  1210. private Basics.BaseControls.C_TextBox txtGroutingUserCode;
  1211. private Basics.BaseControls.C_Label c_Label5;
  1212. }
  1213. }