F_PM_1201.Designer.cs 69 KB

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