F_PM_0601.Designer.cs 44 KB

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