F_PM_0203.Designer.cs 50 KB

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