F_PC_0101_1_1.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0101_1_1
  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_PC_0101_1_1));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  38. this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  40. this.tsbtnStart = new System.Windows.Forms.ToolStripButton();
  41. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  42. this.tsbtnRepairMould = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnRepairMouldEnd = new System.Windows.Forms.ToolStripButton();
  44. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  45. this.tsbtnChangeMould = new System.Windows.Forms.ToolStripButton();
  46. this.tsbtnChangeMouldEnd = new System.Windows.Forms.ToolStripButton();
  47. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  48. this.tsbtnUpdateLine = new System.Windows.Forms.ToolStripButton();
  49. this.tsbtnUpdateLineEnd = new System.Windows.Forms.ToolStripButton();
  50. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  51. this.tsbtnChangeMouldAll = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnChangeMouldAllEnd = new System.Windows.Forms.ToolStripButton();
  53. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  54. this.tsbtnUnload = new System.Windows.Forms.ToolStripButton();
  55. this.tsbtnOnLine = new System.Windows.Forms.ToolStripButton();
  56. this.tsbtnTestFlag = new System.Windows.Forms.ToolStripButton();
  57. this.tsbtnTestFlagHistory = new System.Windows.Forms.ToolStripButton();
  58. this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  59. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  60. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  61. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  63. this.dgvGroutingLineDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  64. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  66. this.GroutingLineIDM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.MouldID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GMOULDSTATUSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.StandardGroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.GMouldStatusM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.TESTMOULDFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  80. this.RreasonRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.BeginUsedDateM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.RecordRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  86. this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  87. this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine();
  88. this.txtLineGMouldStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  89. this.lblGMouldStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  90. this.chkUserChoose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  91. this.txtSGC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  92. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  93. this.btnSetSGC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  94. this.tsrOperate.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit();
  96. this.gbxCondition.SuspendLayout();
  97. this.SuspendLayout();
  98. //
  99. // tsrOperate
  100. //
  101. this.tsrOperate.AutoSize = false;
  102. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  103. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground;
  104. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  106. this.tsbtnDisable,
  107. this.toolStripLabel1,
  108. this.tsbtnStart,
  109. this.toolStripSeparator5,
  110. this.tsbtnRepairMould,
  111. this.tsbtnRepairMouldEnd,
  112. this.toolStripSeparator3,
  113. this.tsbtnChangeMould,
  114. this.tsbtnChangeMouldEnd,
  115. this.toolStripSeparator1,
  116. this.tsbtnUpdateLine,
  117. this.tsbtnUpdateLineEnd,
  118. this.toolStripSeparator4,
  119. this.tsbtnChangeMouldAll,
  120. this.tsbtnChangeMouldAllEnd,
  121. this.toolStripSeparator2,
  122. this.tsbtnUnload,
  123. this.tsbtnOnLine,
  124. this.tsbtnTestFlag,
  125. this.tsbtnTestFlagHistory,
  126. this.toolStripSeparator6,
  127. this.tsbtnAdaptive,
  128. this.tsbtnClose});
  129. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  130. this.tsrOperate.Name = "tsrOperate";
  131. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  132. this.tsrOperate.ShowItemToolTips = false;
  133. this.tsrOperate.Size = new System.Drawing.Size(1370, 35);
  134. this.tsrOperate.TabIndex = 0;
  135. //
  136. // tsbtnDisable
  137. //
  138. this.tsbtnDisable.AutoSize = false;
  139. this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  141. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  142. this.tsbtnDisable.Name = "tsbtnDisable";
  143. this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
  144. this.tsbtnDisable.Text = "停用(&S)";
  145. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  146. //
  147. // toolStripLabel1
  148. //
  149. this.toolStripLabel1.Name = "toolStripLabel1";
  150. this.toolStripLabel1.Size = new System.Drawing.Size(29, 32);
  151. this.toolStripLabel1.Text = "甩模";
  152. this.toolStripLabel1.Click += new System.EventHandler(this.toolStripLabel1_Click);
  153. //
  154. // tsbtnStart
  155. //
  156. this.tsbtnStart.AutoSize = false;
  157. this.tsbtnStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  158. this.tsbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta;
  159. this.tsbtnStart.Name = "tsbtnStart";
  160. this.tsbtnStart.Size = new System.Drawing.Size(60, 25);
  161. this.tsbtnStart.Text = "启用(&B)";
  162. this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click);
  163. //
  164. // toolStripSeparator5
  165. //
  166. this.toolStripSeparator5.AutoSize = false;
  167. this.toolStripSeparator5.Name = "toolStripSeparator5";
  168. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
  169. //
  170. // tsbtnRepairMould
  171. //
  172. this.tsbtnRepairMould.AutoSize = false;
  173. this.tsbtnRepairMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.tsbtnRepairMould.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  175. this.tsbtnRepairMould.ImageTransparentColor = System.Drawing.Color.Magenta;
  176. this.tsbtnRepairMould.Name = "tsbtnRepairMould";
  177. this.tsbtnRepairMould.Size = new System.Drawing.Size(60, 25);
  178. this.tsbtnRepairMould.Text = "维修(&R)";
  179. this.tsbtnRepairMould.Click += new System.EventHandler(this.tsbtnRepairMould_Click);
  180. //
  181. // tsbtnRepairMouldEnd
  182. //
  183. this.tsbtnRepairMouldEnd.AutoSize = false;
  184. this.tsbtnRepairMouldEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.tsbtnRepairMouldEnd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  186. this.tsbtnRepairMouldEnd.ImageTransparentColor = System.Drawing.Color.Magenta;
  187. this.tsbtnRepairMouldEnd.Name = "tsbtnRepairMouldEnd";
  188. this.tsbtnRepairMouldEnd.Size = new System.Drawing.Size(80, 25);
  189. this.tsbtnRepairMouldEnd.Text = "结束维修(&E)";
  190. this.tsbtnRepairMouldEnd.Click += new System.EventHandler(this.tsbtnRepairMouldEnd_Click);
  191. //
  192. // toolStripSeparator3
  193. //
  194. this.toolStripSeparator3.AutoSize = false;
  195. this.toolStripSeparator3.Name = "toolStripSeparator3";
  196. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  197. //
  198. // tsbtnChangeMould
  199. //
  200. this.tsbtnChangeMould.AutoSize = false;
  201. this.tsbtnChangeMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.tsbtnChangeMould.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  203. this.tsbtnChangeMould.ImageTransparentColor = System.Drawing.Color.Magenta;
  204. this.tsbtnChangeMould.Name = "tsbtnChangeMould";
  205. this.tsbtnChangeMould.Size = new System.Drawing.Size(60, 25);
  206. this.tsbtnChangeMould.Text = "换模(&H)";
  207. this.tsbtnChangeMould.Click += new System.EventHandler(this.tsbtnChangeMould_Click);
  208. //
  209. // tsbtnChangeMouldEnd
  210. //
  211. this.tsbtnChangeMouldEnd.AutoSize = false;
  212. this.tsbtnChangeMouldEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.tsbtnChangeMouldEnd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  214. this.tsbtnChangeMouldEnd.ImageTransparentColor = System.Drawing.Color.Magenta;
  215. this.tsbtnChangeMouldEnd.Name = "tsbtnChangeMouldEnd";
  216. this.tsbtnChangeMouldEnd.Size = new System.Drawing.Size(80, 25);
  217. this.tsbtnChangeMouldEnd.Text = "结束换模(&D)";
  218. this.tsbtnChangeMouldEnd.Click += new System.EventHandler(this.tsbtnChangeMouldEnd_Click);
  219. //
  220. // toolStripSeparator1
  221. //
  222. this.toolStripSeparator1.AutoSize = false;
  223. this.toolStripSeparator1.Name = "toolStripSeparator1";
  224. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  225. //
  226. // tsbtnUpdateLine
  227. //
  228. this.tsbtnUpdateLine.AutoSize = false;
  229. this.tsbtnUpdateLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.tsbtnUpdateLine.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  231. this.tsbtnUpdateLine.ImageTransparentColor = System.Drawing.Color.Magenta;
  232. this.tsbtnUpdateLine.Name = "tsbtnUpdateLine";
  233. this.tsbtnUpdateLine.Size = new System.Drawing.Size(60, 25);
  234. this.tsbtnUpdateLine.Text = "变产(&L)";
  235. this.tsbtnUpdateLine.Click += new System.EventHandler(this.tsbtnUpdateLine_Click);
  236. //
  237. // tsbtnUpdateLineEnd
  238. //
  239. this.tsbtnUpdateLineEnd.AutoSize = false;
  240. this.tsbtnUpdateLineEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.tsbtnUpdateLineEnd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  242. this.tsbtnUpdateLineEnd.ImageTransparentColor = System.Drawing.Color.Magenta;
  243. this.tsbtnUpdateLineEnd.Name = "tsbtnUpdateLineEnd";
  244. this.tsbtnUpdateLineEnd.Size = new System.Drawing.Size(80, 25);
  245. this.tsbtnUpdateLineEnd.Text = "结束变产(&K)";
  246. this.tsbtnUpdateLineEnd.Click += new System.EventHandler(this.tsbtnUpdateLineEnd_Click);
  247. //
  248. // toolStripSeparator4
  249. //
  250. this.toolStripSeparator4.AutoSize = false;
  251. this.toolStripSeparator4.Name = "toolStripSeparator4";
  252. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  253. //
  254. // tsbtnChangeMouldAll
  255. //
  256. this.tsbtnChangeMouldAll.AutoSize = false;
  257. this.tsbtnChangeMouldAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.tsbtnChangeMouldAll.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  259. this.tsbtnChangeMouldAll.ImageTransparentColor = System.Drawing.Color.Magenta;
  260. this.tsbtnChangeMouldAll.Name = "tsbtnChangeMouldAll";
  261. this.tsbtnChangeMouldAll.Size = new System.Drawing.Size(80, 25);
  262. this.tsbtnChangeMouldAll.Text = "整线变产(&Z)";
  263. this.tsbtnChangeMouldAll.Click += new System.EventHandler(this.tsbtnChangeMouldAll_Click);
  264. //
  265. // tsbtnChangeMouldAllEnd
  266. //
  267. this.tsbtnChangeMouldAllEnd.AutoSize = false;
  268. this.tsbtnChangeMouldAllEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.tsbtnChangeMouldAllEnd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  270. this.tsbtnChangeMouldAllEnd.ImageTransparentColor = System.Drawing.Color.Magenta;
  271. this.tsbtnChangeMouldAllEnd.Name = "tsbtnChangeMouldAllEnd";
  272. this.tsbtnChangeMouldAllEnd.Size = new System.Drawing.Size(100, 25);
  273. this.tsbtnChangeMouldAllEnd.Text = "整线变产结束(&F)";
  274. this.tsbtnChangeMouldAllEnd.Click += new System.EventHandler(this.tsbtnChangeMouldAllEnd_Click);
  275. //
  276. // toolStripSeparator2
  277. //
  278. this.toolStripSeparator2.AutoSize = false;
  279. this.toolStripSeparator2.Name = "toolStripSeparator2";
  280. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  281. //
  282. // tsbtnUnload
  283. //
  284. this.tsbtnUnload.AutoSize = false;
  285. this.tsbtnUnload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.tsbtnUnload.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  287. this.tsbtnUnload.ImageTransparentColor = System.Drawing.Color.Magenta;
  288. this.tsbtnUnload.Name = "tsbtnUnload";
  289. this.tsbtnUnload.Size = new System.Drawing.Size(60, 25);
  290. this.tsbtnUnload.Text = "卸模(&U)";
  291. this.tsbtnUnload.Click += new System.EventHandler(this.tsbtnUnload_Click);
  292. //
  293. // tsbtnOnLine
  294. //
  295. this.tsbtnOnLine.AutoSize = false;
  296. this.tsbtnOnLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.tsbtnOnLine.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  298. this.tsbtnOnLine.ImageTransparentColor = System.Drawing.Color.Magenta;
  299. this.tsbtnOnLine.Name = "tsbtnOnLine";
  300. this.tsbtnOnLine.Size = new System.Drawing.Size(60, 25);
  301. this.tsbtnOnLine.Text = "上模(&O)";
  302. this.tsbtnOnLine.Click += new System.EventHandler(this.tsbtnOnLine_Click);
  303. //
  304. // tsbtnTestFlag
  305. //
  306. this.tsbtnTestFlag.AutoSize = false;
  307. this.tsbtnTestFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.tsbtnTestFlag.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  309. this.tsbtnTestFlag.ImageTransparentColor = System.Drawing.Color.Magenta;
  310. this.tsbtnTestFlag.Name = "tsbtnTestFlag";
  311. this.tsbtnTestFlag.Size = new System.Drawing.Size(80, 25);
  312. this.tsbtnTestFlag.Text = "试验标识(&T)";
  313. this.tsbtnTestFlag.Click += new System.EventHandler(this.tsbtnTestFlag_Click);
  314. //
  315. // tsbtnTestFlagHistory
  316. //
  317. this.tsbtnTestFlagHistory.AutoSize = false;
  318. this.tsbtnTestFlagHistory.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.tsbtnTestFlagHistory.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  320. this.tsbtnTestFlagHistory.ImageTransparentColor = System.Drawing.Color.Magenta;
  321. this.tsbtnTestFlagHistory.Name = "tsbtnTestFlagHistory";
  322. this.tsbtnTestFlagHistory.Size = new System.Drawing.Size(95, 25);
  323. this.tsbtnTestFlagHistory.Text = "试验标识履历(&H)";
  324. this.tsbtnTestFlagHistory.Visible = false;
  325. //
  326. // toolStripSeparator6
  327. //
  328. this.toolStripSeparator6.AutoSize = false;
  329. this.toolStripSeparator6.Name = "toolStripSeparator6";
  330. this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
  331. //
  332. // tsbtnAdaptive
  333. //
  334. this.tsbtnAdaptive.AutoSize = false;
  335. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  337. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  338. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  339. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  340. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  341. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  342. //
  343. // tsbtnClose
  344. //
  345. this.tsbtnClose.AutoSize = false;
  346. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  348. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  349. this.tsbtnClose.Name = "tsbtnClose";
  350. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  351. this.tsbtnClose.Text = "关闭(&X)";
  352. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  353. //
  354. // btnSearch
  355. //
  356. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  357. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  358. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  359. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.btnSearch.ForeColor = System.Drawing.Color.White;
  361. this.btnSearch.Location = new System.Drawing.Point(1161, 15);
  362. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  363. this.btnSearch.Name = "btnSearch";
  364. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  365. this.btnSearch.TabIndex = 3;
  366. this.btnSearch.Text = "查询(&Q)";
  367. this.btnSearch.UseVisualStyleBackColor = false;
  368. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  369. //
  370. // btnClearCondition
  371. //
  372. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  373. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  374. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  375. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  377. this.btnClearCondition.Location = new System.Drawing.Point(1252, 15);
  378. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  379. this.btnClearCondition.Name = "btnClearCondition";
  380. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  381. this.btnClearCondition.TabIndex = 4;
  382. this.btnClearCondition.Text = "清空条件(&C)";
  383. this.btnClearCondition.UseVisualStyleBackColor = false;
  384. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  385. //
  386. // dgvGroutingLineDetail
  387. //
  388. this.dgvGroutingLineDetail.AllowUserToAddRows = false;
  389. this.dgvGroutingLineDetail.AllowUserToDeleteRows = false;
  390. this.dgvGroutingLineDetail.AllowUserToModifyRows = true;
  391. this.dgvGroutingLineDetail.AllowUserToOrderColumns = true;
  392. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  393. this.dgvGroutingLineDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  394. this.dgvGroutingLineDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  395. | System.Windows.Forms.AnchorStyles.Left)
  396. | System.Windows.Forms.AnchorStyles.Right)));
  397. this.dgvGroutingLineDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  398. this.dgvGroutingLineDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  399. this.dgvGroutingLineDetail.CellHeight = 23;
  400. this.dgvGroutingLineDetail.ChildNodeColumnName = null;
  401. this.dgvGroutingLineDetail.ChildNodeColumnText = null;
  402. this.dgvGroutingLineDetail.ColumnDeep = 1;
  403. this.dgvGroutingLineDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  404. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  405. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  406. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  408. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  409. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  410. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  411. this.dgvGroutingLineDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  412. this.dgvGroutingLineDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  413. this.dgvGroutingLineDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  414. this.GroutingLineDetailID,
  415. this.Sel,
  416. this.GroutingLineIDM,
  417. this.GroutingMouldCode,
  418. this.MouldID,
  419. this.MouldCode,
  420. this.MouldBarcode,
  421. this.GMOULDSTATUSNAME,
  422. this.GoodsID,
  423. this.GOODSCODE,
  424. this.GOODSNAME,
  425. this.GoodsSpecification,
  426. this.StandardGroutingCount,
  427. this.GroutingCount,
  428. this.GMouldStatusM,
  429. this.TESTMOULDFLAG,
  430. this.RreasonRemarks,
  431. this.BeginUsedDateM,
  432. this.EndUsedDate,
  433. this.GMouldStatus,
  434. this.RecordRemarks});
  435. this.dgvGroutingLineDetail.ColumnTreeView = null;
  436. this.dgvGroutingLineDetail.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)));
  437. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  438. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  439. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  440. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  441. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  442. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  443. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  444. this.dgvGroutingLineDetail.DefaultCellStyle = dataGridViewCellStyle7;
  445. this.dgvGroutingLineDetail.DynamicColumnName = "";
  446. this.dgvGroutingLineDetail.EnableHeadersVisualStyles = false;
  447. this.dgvGroutingLineDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.dgvGroutingLineDetail.FormatQuantityColumns = null;
  449. this.dgvGroutingLineDetail.HorizontalMergeColumn = null;
  450. this.dgvGroutingLineDetail.IsAutoCountSum = true;
  451. this.dgvGroutingLineDetail.IsAutoResizeColumns = false;
  452. this.dgvGroutingLineDetail.IsClickF12 = false;
  453. this.dgvGroutingLineDetail.IsOpenMergeCellFlag = false;
  454. this.dgvGroutingLineDetail.IsSubTotalFlag = false;
  455. this.dgvGroutingLineDetail.IsTopDeep = false;
  456. this.dgvGroutingLineDetail.Location = new System.Drawing.Point(0, 124);
  457. this.dgvGroutingLineDetail.MergeColumnNames = null;
  458. this.dgvGroutingLineDetail.MergeDetailColumnNames = null;
  459. this.dgvGroutingLineDetail.MergeDetailOnlyColumn = null;
  460. this.dgvGroutingLineDetail.MergeOnlyColumn = null;
  461. this.dgvGroutingLineDetail.MultiSelect = false;
  462. this.dgvGroutingLineDetail.Name = "dgvGroutingLineDetail";
  463. this.dgvGroutingLineDetail.RefreshAtHscroll = false;
  464. this.dgvGroutingLineDetail.RowHeadersWidth = 50;
  465. this.dgvGroutingLineDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  466. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  467. this.dgvGroutingLineDetail.RowsDefaultCellStyle = dataGridViewCellStyle8;
  468. this.dgvGroutingLineDetail.RowTemplate.Height = 21;
  469. this.dgvGroutingLineDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  470. this.dgvGroutingLineDetail.Size = new System.Drawing.Size(1358, 613);
  471. this.dgvGroutingLineDetail.SortOrderColumnName = null;
  472. this.dgvGroutingLineDetail.TabIndex = 6;
  473. this.dgvGroutingLineDetail.Tag = true;
  474. this.dgvGroutingLineDetail.TotalSumColumns = null;
  475. this.dgvGroutingLineDetail.ViewRowFilter = "";
  476. this.dgvGroutingLineDetail.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingLineDetail_CellContentClick);
  477. this.dgvGroutingLineDetail.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvGroutingLineDetail_CellMouseClick);
  478. this.dgvGroutingLineDetail.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingLineDetail_CellValueChanged);
  479. this.dgvGroutingLineDetail.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvGroutingLineDetail_CurrentCellDirtyStateChanged);
  480. this.dgvGroutingLineDetail.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvGroutingLineDetail_RowPrePaint);
  481. //
  482. // GroutingLineDetailID
  483. //
  484. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  485. this.GroutingLineDetailID.HeaderText = "成型生产线明细ID";
  486. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  487. this.GroutingLineDetailID.ReadOnly = true;
  488. this.GroutingLineDetailID.Visible = false;
  489. //
  490. // Sel
  491. //
  492. this.Sel.DataPropertyName = "Sel";
  493. this.Sel.FalseValue = "0";
  494. this.Sel.HeaderText = "选择";
  495. this.Sel.Name = "Sel";
  496. this.Sel.TrueValue = "1";
  497. //
  498. // GroutingLineIDM
  499. //
  500. this.GroutingLineIDM.DataPropertyName = "GroutingLineID";
  501. this.GroutingLineIDM.HeaderText = "成型生产线ID";
  502. this.GroutingLineIDM.Name = "GroutingLineIDM";
  503. this.GroutingLineIDM.ReadOnly = true;
  504. this.GroutingLineIDM.Visible = false;
  505. //
  506. // GroutingMouldCode
  507. //
  508. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  509. this.GroutingMouldCode.HeaderText = "模具编号";
  510. this.GroutingMouldCode.Name = "GroutingMouldCode";
  511. this.GroutingMouldCode.ReadOnly = true;
  512. this.GroutingMouldCode.Width = 120;
  513. //
  514. // MouldID
  515. //
  516. this.MouldID.DataPropertyName = "MouldID";
  517. this.MouldID.HeaderText = "MouldID";
  518. this.MouldID.Name = "MouldID";
  519. this.MouldID.ReadOnly = true;
  520. this.MouldID.Visible = false;
  521. //
  522. // MouldCode
  523. //
  524. this.MouldCode.DataPropertyName = "MouldCode";
  525. this.MouldCode.HeaderText = "MouldCode";
  526. this.MouldCode.Name = "MouldCode";
  527. this.MouldCode.ReadOnly = true;
  528. this.MouldCode.Visible = false;
  529. //
  530. // MouldBarcode
  531. //
  532. this.MouldBarcode.DataPropertyName = "MouldBarcode";
  533. this.MouldBarcode.HeaderText = "模具条码";
  534. this.MouldBarcode.Name = "MouldBarcode";
  535. this.MouldBarcode.ReadOnly = true;
  536. //
  537. // GMOULDSTATUSNAME
  538. //
  539. this.GMOULDSTATUSNAME.DataPropertyName = "LineGMouldStatus";
  540. this.GMOULDSTATUSNAME.HeaderText = "成型线状态";
  541. this.GMOULDSTATUSNAME.Name = "GMOULDSTATUSNAME";
  542. this.GMOULDSTATUSNAME.ReadOnly = true;
  543. this.GMOULDSTATUSNAME.Visible = false;
  544. //
  545. // GoodsID
  546. //
  547. this.GoodsID.DataPropertyName = "GoodsID";
  548. this.GoodsID.HeaderText = "产品ID";
  549. this.GoodsID.Name = "GoodsID";
  550. this.GoodsID.ReadOnly = true;
  551. this.GoodsID.Visible = false;
  552. //
  553. // GOODSCODE
  554. //
  555. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  556. this.GOODSCODE.HeaderText = "产品编码";
  557. this.GOODSCODE.Name = "GOODSCODE";
  558. this.GOODSCODE.ReadOnly = true;
  559. //
  560. // GOODSNAME
  561. //
  562. this.GOODSNAME.DataPropertyName = "GOODSNAME";
  563. this.GOODSNAME.HeaderText = "产品名称";
  564. this.GOODSNAME.Name = "GOODSNAME";
  565. this.GOODSNAME.ReadOnly = true;
  566. this.GOODSNAME.Visible = false;
  567. //
  568. // GoodsSpecification
  569. //
  570. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  571. this.GoodsSpecification.HeaderText = "产品规格";
  572. this.GoodsSpecification.Name = "GoodsSpecification";
  573. this.GoodsSpecification.ReadOnly = true;
  574. //
  575. // StandardGroutingCount
  576. //
  577. this.StandardGroutingCount.DataPropertyName = "StandardGroutingCount";
  578. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  579. this.StandardGroutingCount.DefaultCellStyle = dataGridViewCellStyle3;
  580. this.StandardGroutingCount.HeaderText = "标准注浆次数";
  581. this.StandardGroutingCount.Name = "StandardGroutingCount";
  582. this.StandardGroutingCount.ReadOnly = true;
  583. //
  584. // GroutingCount
  585. //
  586. this.GroutingCount.DataPropertyName = "GroutingCount";
  587. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  588. this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle4;
  589. this.GroutingCount.HeaderText = "注浆次数";
  590. this.GroutingCount.Name = "GroutingCount";
  591. this.GroutingCount.ReadOnly = true;
  592. //
  593. // GMouldStatusM
  594. //
  595. this.GMouldStatusM.DataPropertyName = "GMOULDSTATUSNAME";
  596. this.GMouldStatusM.HeaderText = "模具状态";
  597. this.GMouldStatusM.Name = "GMouldStatusM";
  598. this.GMouldStatusM.ReadOnly = true;
  599. this.GMouldStatusM.Width = 120;
  600. //
  601. // TESTMOULDFLAG
  602. //
  603. this.TESTMOULDFLAG.DataPropertyName = "TESTMOULDFLAG";
  604. this.TESTMOULDFLAG.FalseValue = "0";
  605. this.TESTMOULDFLAG.HeaderText = "试验标识";
  606. this.TESTMOULDFLAG.Name = "TESTMOULDFLAG";
  607. this.TESTMOULDFLAG.ReadOnly = true;
  608. this.TESTMOULDFLAG.TrueValue = "1";
  609. //
  610. // RreasonRemarks
  611. //
  612. this.RreasonRemarks.DataPropertyName = "RreasonRemarks";
  613. this.RreasonRemarks.HeaderText = "备注";
  614. this.RreasonRemarks.Name = "RreasonRemarks";
  615. this.RreasonRemarks.ReadOnly = true;
  616. //
  617. // BeginUsedDateM
  618. //
  619. this.BeginUsedDateM.DataPropertyName = "BeginUsedDate";
  620. dataGridViewCellStyle5.Format = "yyyy-MM-dd";
  621. dataGridViewCellStyle5.NullValue = null;
  622. this.BeginUsedDateM.DefaultCellStyle = dataGridViewCellStyle5;
  623. this.BeginUsedDateM.HeaderText = "开始使用日期";
  624. this.BeginUsedDateM.Name = "BeginUsedDateM";
  625. this.BeginUsedDateM.ReadOnly = true;
  626. this.BeginUsedDateM.Width = 120;
  627. //
  628. // EndUsedDate
  629. //
  630. this.EndUsedDate.DataPropertyName = "EndUsedDate";
  631. dataGridViewCellStyle6.Format = "yyyy-MM-dd";
  632. this.EndUsedDate.DefaultCellStyle = dataGridViewCellStyle6;
  633. this.EndUsedDate.HeaderText = "结束使用日期";
  634. this.EndUsedDate.Name = "EndUsedDate";
  635. this.EndUsedDate.ReadOnly = true;
  636. //
  637. // GMouldStatus
  638. //
  639. this.GMouldStatus.DataPropertyName = "GMouldStatus";
  640. this.GMouldStatus.HeaderText = "GMouldStatus";
  641. this.GMouldStatus.Name = "GMouldStatus";
  642. this.GMouldStatus.ReadOnly = true;
  643. this.GMouldStatus.Visible = false;
  644. //
  645. // RecordRemarks
  646. //
  647. this.RecordRemarks.DataPropertyName = "RecordRemarks";
  648. this.RecordRemarks.HeaderText = "操作备注";
  649. this.RecordRemarks.Name = "RecordRemarks";
  650. this.RecordRemarks.ReadOnly = true;
  651. //
  652. // gbxCondition
  653. //
  654. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  655. | System.Windows.Forms.AnchorStyles.Right)));
  656. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  657. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  658. this.gbxCondition.Controls.Add(this.lblGroutingLine);
  659. this.gbxCondition.Controls.Add(this.scbGroutingLine);
  660. this.gbxCondition.Controls.Add(this.txtLineGMouldStatus);
  661. this.gbxCondition.Controls.Add(this.lblGMouldStatus);
  662. this.gbxCondition.Controls.Add(this.btnClearCondition);
  663. this.gbxCondition.Controls.Add(this.btnSearch);
  664. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  665. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  666. this.gbxCondition.IsMustInput = false;
  667. this.gbxCondition.Location = new System.Drawing.Point(0, 39);
  668. this.gbxCondition.Name = "gbxCondition";
  669. this.gbxCondition.OriginalHeight = -1;
  670. this.gbxCondition.Size = new System.Drawing.Size(1358, 50);
  671. this.gbxCondition.TabIndex = 1;
  672. this.gbxCondition.TabStop = false;
  673. this.gbxCondition.Text = "查询条件 ▼";
  674. //
  675. // lblGroutingLine
  676. //
  677. this.lblGroutingLine.AutoSize = true;
  678. this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
  679. this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  680. this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText;
  681. this.lblGroutingLine.Location = new System.Drawing.Point(12, 24);
  682. this.lblGroutingLine.Name = "lblGroutingLine";
  683. this.lblGroutingLine.Size = new System.Drawing.Size(41, 12);
  684. this.lblGroutingLine.TabIndex = 41;
  685. this.lblGroutingLine.Text = "成型线";
  686. //
  687. // scbGroutingLine
  688. //
  689. this.scbGroutingLine.CheckedData = null;
  690. this.scbGroutingLine.DisplayMember = "GroutingLineCode";
  691. this.scbGroutingLine.Location = new System.Drawing.Point(59, 20);
  692. this.scbGroutingLine.Name = "scbGroutingLine";
  693. this.scbGroutingLine.Size = new System.Drawing.Size(133, 21);
  694. this.scbGroutingLine.TabIndex = 40;
  695. this.scbGroutingLine.SearchedItemChanged += new System.EventHandler(this.scbGroutingLine_SearchedItemChanged);
  696. //
  697. // txtLineGMouldStatus
  698. //
  699. this.txtLineGMouldStatus.BackColor = System.Drawing.SystemColors.Control;
  700. this.txtLineGMouldStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  701. this.txtLineGMouldStatus.ErrorMessage = "";
  702. this.txtLineGMouldStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  703. this.txtLineGMouldStatus.Location = new System.Drawing.Point(270, 21);
  704. this.txtLineGMouldStatus.Name = "txtLineGMouldStatus";
  705. this.txtLineGMouldStatus.ReadOnly = true;
  706. this.txtLineGMouldStatus.Size = new System.Drawing.Size(139, 21);
  707. this.txtLineGMouldStatus.TabIndex = 2;
  708. this.txtLineGMouldStatus.TextValue = "";
  709. //
  710. // lblGMouldStatus
  711. //
  712. this.lblGMouldStatus.AutoSize = true;
  713. this.lblGMouldStatus.BackColor = System.Drawing.Color.Transparent;
  714. this.lblGMouldStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  715. this.lblGMouldStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  716. this.lblGMouldStatus.Location = new System.Drawing.Point(198, 24);
  717. this.lblGMouldStatus.Name = "lblGMouldStatus";
  718. this.lblGMouldStatus.Size = new System.Drawing.Size(65, 12);
  719. this.lblGMouldStatus.TabIndex = 1;
  720. this.lblGMouldStatus.Text = "成型线状态";
  721. //
  722. // chkUserChoose
  723. //
  724. this.chkUserChoose.AutoSize = true;
  725. this.chkUserChoose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  726. this.chkUserChoose.Location = new System.Drawing.Point(12, 98);
  727. this.chkUserChoose.Name = "chkUserChoose";
  728. this.chkUserChoose.Size = new System.Drawing.Size(48, 16);
  729. this.chkUserChoose.TabIndex = 2;
  730. this.chkUserChoose.Text = "全选";
  731. this.chkUserChoose.UseVisualStyleBackColor = true;
  732. this.chkUserChoose.CheckedChanged += new System.EventHandler(this.chkUserChoose_CheckedChanged);
  733. //
  734. // txtSGC
  735. //
  736. this.txtSGC.AllowNegative = false;
  737. this.txtSGC.BackColor = System.Drawing.SystemColors.Window;
  738. this.txtSGC.BackgroundColor = System.Drawing.SystemColors.Window;
  739. this.txtSGC.ErrorMessage = "";
  740. this.txtSGC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  741. this.txtSGC.ImeMode = System.Windows.Forms.ImeMode.Off;
  742. this.txtSGC.Location = new System.Drawing.Point(154, 96);
  743. this.txtSGC.MaxValue = new decimal(new int[] {
  744. 999999,
  745. 0,
  746. 0,
  747. 0});
  748. this.txtSGC.MinValue = new decimal(new int[] {
  749. 0,
  750. 0,
  751. 0,
  752. 0});
  753. this.txtSGC.Name = "txtSGC";
  754. this.txtSGC.Size = new System.Drawing.Size(100, 21);
  755. this.txtSGC.TabIndex = 4;
  756. this.txtSGC.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  757. this.txtSGC.TextValue = "";
  758. this.txtSGC.Visible = false;
  759. //
  760. // c_Label1
  761. //
  762. this.c_Label1.AutoSize = true;
  763. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  764. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  765. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  766. this.c_Label1.Location = new System.Drawing.Point(71, 100);
  767. this.c_Label1.Name = "c_Label1";
  768. this.c_Label1.Size = new System.Drawing.Size(77, 12);
  769. this.c_Label1.TabIndex = 3;
  770. this.c_Label1.Text = "标准注浆次数";
  771. this.c_Label1.Visible = false;
  772. //
  773. // btnSetSGC
  774. //
  775. this.btnSetSGC.BackColor = System.Drawing.Color.Gray;
  776. this.btnSetSGC.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSetSGC.BackgroundImage")));
  777. this.btnSetSGC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  778. this.btnSetSGC.ForeColor = System.Drawing.Color.White;
  779. this.btnSetSGC.Location = new System.Drawing.Point(260, 94);
  780. this.btnSetSGC.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  781. this.btnSetSGC.Name = "btnSetSGC";
  782. this.btnSetSGC.Size = new System.Drawing.Size(85, 25);
  783. this.btnSetSGC.TabIndex = 5;
  784. this.btnSetSGC.Text = "设置(&G)";
  785. this.btnSetSGC.UseVisualStyleBackColor = false;
  786. this.btnSetSGC.Visible = false;
  787. //
  788. // F_PC_0101_1_1
  789. //
  790. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  791. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  792. this.ClientSize = new System.Drawing.Size(1370, 737);
  793. this.Controls.Add(this.btnSetSGC);
  794. this.Controls.Add(this.c_Label1);
  795. this.Controls.Add(this.txtSGC);
  796. this.Controls.Add(this.chkUserChoose);
  797. this.Controls.Add(this.dgvGroutingLineDetail);
  798. this.Controls.Add(this.tsrOperate);
  799. this.Controls.Add(this.gbxCondition);
  800. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  801. this.Name = "F_PC_0101_1_1";
  802. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  803. this.Text = "模具管理";
  804. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  805. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0101_FormClosed);
  806. this.Load += new System.EventHandler(this.F_PC_0101_Load);
  807. this.tsrOperate.ResumeLayout(false);
  808. this.tsrOperate.PerformLayout();
  809. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit();
  810. this.gbxCondition.ResumeLayout(false);
  811. this.gbxCondition.PerformLayout();
  812. this.ResumeLayout(false);
  813. this.PerformLayout();
  814. }
  815. #endregion
  816. private Basics.BaseControls.C_ToolStrip tsrOperate;
  817. private System.Windows.Forms.ToolStripButton tsbtnChangeMouldAll;
  818. private System.Windows.Forms.ToolStripButton tsbtnChangeMouldAllEnd;
  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_Button btnSearch;
  823. private Basics.BaseControls.C_Button btnClearCondition;
  824. private Basics.BaseControls.C_DataGridView dgvGroutingLineDetail;
  825. private System.Windows.Forms.ToolStripButton tsbtnRepairMould;
  826. private System.Windows.Forms.ToolStripButton tsbtnRepairMouldEnd;
  827. private System.Windows.Forms.ToolStripButton tsbtnChangeMould;
  828. private System.Windows.Forms.ToolStripButton tsbtnChangeMouldEnd;
  829. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  830. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  831. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  832. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  833. private System.Windows.Forms.ToolStripButton tsbtnUpdateLine;
  834. private System.Windows.Forms.ToolStripButton tsbtnUpdateLineEnd;
  835. private Basics.BaseControls.C_GroupBox gbxCondition;
  836. private System.Windows.Forms.ToolStripButton tsbtnStart;
  837. private Basics.BaseControls.C_CheckBox chkUserChoose;
  838. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  839. private Basics.BaseControls.C_Label lblGMouldStatus;
  840. private Basics.BaseControls.C_TextBox txtLineGMouldStatus;
  841. private Basics.BaseControls.C_TXT_Digital txtSGC;
  842. private Basics.BaseControls.C_Label c_Label1;
  843. private Basics.BaseControls.C_Button btnSetSGC;
  844. private System.Windows.Forms.ToolStripButton tsbtnUnload;
  845. private System.Windows.Forms.ToolStripButton tsbtnOnLine;
  846. private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  847. private Basics.BaseControls.C_Label lblGroutingLine;
  848. private Controls.SearchBox.ScbGroutingLine scbGroutingLine;
  849. private System.Windows.Forms.ToolStripButton tsbtnTestFlag;
  850. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  851. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  852. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDM;
  853. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  854. private System.Windows.Forms.DataGridViewTextBoxColumn MouldID;
  855. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  856. private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
  857. private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDSTATUSNAME;
  858. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  859. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  860. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME;
  861. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  862. private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingCount;
  863. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  864. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatusM;
  865. private System.Windows.Forms.DataGridViewCheckBoxColumn TESTMOULDFLAG;
  866. private System.Windows.Forms.DataGridViewTextBoxColumn RreasonRemarks;
  867. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDateM;
  868. private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate;
  869. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  870. private System.Windows.Forms.DataGridViewTextBoxColumn RecordRemarks;
  871. private System.Windows.Forms.ToolStripButton tsbtnTestFlagHistory;
  872. private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  873. }
  874. }