F_PM_0601.Designer.cs 45 KB

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