F_PM_0601.Designer.cs 51 KB

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