F_PM_0203.Designer.cs 53 KB

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