F_PM_0203.Designer.cs 52 KB

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