F_PC_0101_1_1.Designer.cs 49 KB

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