F_PM_0601.Designer.cs 46 KB

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