F_PC_0101_1_1.Designer.cs 52 KB

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