F_PM_3201.Designer.cs 58 KB

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