F_PM_0601.Designer.cs 55 KB

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