F_PM_0202.Designer.cs 57 KB

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