F_PM_1301.Designer.cs 53 KB

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