F_PM_0203.Designer.cs 54 KB

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