F_PM_3201.Designer.cs 57 KB

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