F_PM_0202.Designer.cs 57 KB

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