F_PM_0601.Designer.cs 45 KB

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