F_PC_0101.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0101
  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));
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.tsbtnRepairMould = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnRepairMouldEnd = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnChangeMould = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnChangeMouldEnd = new System.Windows.Forms.ToolStripButton();
  41. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  42. this.tsbtnUpdateLine = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnUpdateLineEnd = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
  45. this.tsbtnStart = new System.Windows.Forms.ToolStripButton();
  46. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  47. this.tsbtnChangeMouldAll = new System.Windows.Forms.ToolStripButton();
  48. this.tsbtnChangeMouldAllEnd = new System.Windows.Forms.ToolStripButton();
  49. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  50. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  52. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  53. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  54. this.dgvGroutingLineDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  55. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GroutingLineIDM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GMouldStatusM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.BeginUsedDateM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.RreasonRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dkGrouting = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGroutingLineSearchBox();
  67. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  68. this.tsrOperate.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit();
  70. this.gbxCondition.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // tsrOperate
  74. //
  75. this.tsrOperate.AutoSize = false;
  76. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  77. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground;
  78. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  80. this.tsbtnRepairMould,
  81. this.tsbtnRepairMouldEnd,
  82. this.toolStripSeparator3,
  83. this.tsbtnChangeMould,
  84. this.tsbtnChangeMouldEnd,
  85. this.toolStripSeparator1,
  86. this.tsbtnUpdateLine,
  87. this.tsbtnUpdateLineEnd,
  88. this.tsbtnDisable,
  89. this.tsbtnStart,
  90. this.toolStripSeparator4,
  91. this.tsbtnChangeMouldAll,
  92. this.tsbtnChangeMouldAllEnd,
  93. this.toolStripSeparator2,
  94. this.tsbtnAdaptive,
  95. this.tsbtnClose});
  96. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  97. this.tsrOperate.Name = "tsrOperate";
  98. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  99. this.tsrOperate.ShowItemToolTips = false;
  100. this.tsrOperate.Size = new System.Drawing.Size(888, 35);
  101. this.tsrOperate.TabIndex = 10;
  102. //
  103. // tsbtnRepairMould
  104. //
  105. this.tsbtnRepairMould.AutoSize = false;
  106. this.tsbtnRepairMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.tsbtnRepairMould.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  108. this.tsbtnRepairMould.ImageTransparentColor = System.Drawing.Color.Magenta;
  109. this.tsbtnRepairMould.Name = "tsbtnRepairMould";
  110. this.tsbtnRepairMould.Size = new System.Drawing.Size(60, 25);
  111. this.tsbtnRepairMould.Text = "修模(&R)";
  112. this.tsbtnRepairMould.Click += new System.EventHandler(this.tsbtnRepairMould_Click);
  113. //
  114. // tsbtnRepairMouldEnd
  115. //
  116. this.tsbtnRepairMouldEnd.AutoSize = false;
  117. this.tsbtnRepairMouldEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.tsbtnRepairMouldEnd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  119. this.tsbtnRepairMouldEnd.ImageTransparentColor = System.Drawing.Color.Magenta;
  120. this.tsbtnRepairMouldEnd.Name = "tsbtnRepairMouldEnd";
  121. this.tsbtnRepairMouldEnd.Size = new System.Drawing.Size(80, 25);
  122. this.tsbtnRepairMouldEnd.Text = "修模结束(&E)";
  123. this.tsbtnRepairMouldEnd.Click += new System.EventHandler(this.tsbtnRepairMouldEnd_Click);
  124. //
  125. // toolStripSeparator3
  126. //
  127. this.toolStripSeparator3.AutoSize = false;
  128. this.toolStripSeparator3.Name = "toolStripSeparator3";
  129. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  130. //
  131. // tsbtnChangeMould
  132. //
  133. this.tsbtnChangeMould.AutoSize = false;
  134. this.tsbtnChangeMould.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.tsbtnChangeMould.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  136. this.tsbtnChangeMould.ImageTransparentColor = System.Drawing.Color.Magenta;
  137. this.tsbtnChangeMould.Name = "tsbtnChangeMould";
  138. this.tsbtnChangeMould.Size = new System.Drawing.Size(60, 25);
  139. this.tsbtnChangeMould.Text = "换模(&H)";
  140. this.tsbtnChangeMould.Click += new System.EventHandler(this.tsbtnChangeMould_Click);
  141. //
  142. // tsbtnChangeMouldEnd
  143. //
  144. this.tsbtnChangeMouldEnd.AutoSize = false;
  145. this.tsbtnChangeMouldEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.tsbtnChangeMouldEnd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  147. this.tsbtnChangeMouldEnd.ImageTransparentColor = System.Drawing.Color.Magenta;
  148. this.tsbtnChangeMouldEnd.Name = "tsbtnChangeMouldEnd";
  149. this.tsbtnChangeMouldEnd.Size = new System.Drawing.Size(80, 25);
  150. this.tsbtnChangeMouldEnd.Text = "换模结束(&D)";
  151. this.tsbtnChangeMouldEnd.Click += new System.EventHandler(this.tsbtnChangeMouldEnd_Click);
  152. //
  153. // toolStripSeparator1
  154. //
  155. this.toolStripSeparator1.AutoSize = false;
  156. this.toolStripSeparator1.Name = "toolStripSeparator1";
  157. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  158. //
  159. // tsbtnUpdateLine
  160. //
  161. this.tsbtnUpdateLine.AutoSize = false;
  162. this.tsbtnUpdateLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.tsbtnUpdateLine.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  164. this.tsbtnUpdateLine.ImageTransparentColor = System.Drawing.Color.Magenta;
  165. this.tsbtnUpdateLine.Name = "tsbtnUpdateLine";
  166. this.tsbtnUpdateLine.Size = new System.Drawing.Size(60, 25);
  167. this.tsbtnUpdateLine.Text = "变产(&L)";
  168. this.tsbtnUpdateLine.Click += new System.EventHandler(this.tsbtnUpdateLine_Click);
  169. //
  170. // tsbtnUpdateLineEnd
  171. //
  172. this.tsbtnUpdateLineEnd.AutoSize = false;
  173. this.tsbtnUpdateLineEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.tsbtnUpdateLineEnd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  175. this.tsbtnUpdateLineEnd.ImageTransparentColor = System.Drawing.Color.Magenta;
  176. this.tsbtnUpdateLineEnd.Name = "tsbtnUpdateLineEnd";
  177. this.tsbtnUpdateLineEnd.Size = new System.Drawing.Size(80, 25);
  178. this.tsbtnUpdateLineEnd.Text = "变产结束(&U)";
  179. this.tsbtnUpdateLineEnd.Click += new System.EventHandler(this.tsbtnUpdateLineEnd_Click);
  180. //
  181. // tsbtnDisable
  182. //
  183. this.tsbtnDisable.AutoSize = false;
  184. this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  186. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  187. this.tsbtnDisable.Name = "tsbtnDisable";
  188. this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
  189. this.tsbtnDisable.Text = "停用(&S)";
  190. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  191. //
  192. // tsbtnStart
  193. //
  194. this.tsbtnStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  195. this.tsbtnStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStart.Image")));
  196. this.tsbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta;
  197. this.tsbtnStart.Name = "tsbtnStart";
  198. this.tsbtnStart.Size = new System.Drawing.Size(51, 32);
  199. this.tsbtnStart.Text = "启用(&B)";
  200. this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click);
  201. //
  202. // toolStripSeparator4
  203. //
  204. this.toolStripSeparator4.AutoSize = false;
  205. this.toolStripSeparator4.Name = "toolStripSeparator4";
  206. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  207. //
  208. // tsbtnChangeMouldAll
  209. //
  210. this.tsbtnChangeMouldAll.AutoSize = false;
  211. this.tsbtnChangeMouldAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.tsbtnChangeMouldAll.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  213. this.tsbtnChangeMouldAll.ImageTransparentColor = System.Drawing.Color.Magenta;
  214. this.tsbtnChangeMouldAll.Name = "tsbtnChangeMouldAll";
  215. this.tsbtnChangeMouldAll.Size = new System.Drawing.Size(80, 25);
  216. this.tsbtnChangeMouldAll.Text = "整线换模(&Z)";
  217. this.tsbtnChangeMouldAll.Click += new System.EventHandler(this.tsbtnChangeMouldAll_Click);
  218. //
  219. // tsbtnChangeMouldAllEnd
  220. //
  221. this.tsbtnChangeMouldAllEnd.AutoSize = false;
  222. this.tsbtnChangeMouldAllEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.tsbtnChangeMouldAllEnd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  224. this.tsbtnChangeMouldAllEnd.ImageTransparentColor = System.Drawing.Color.Magenta;
  225. this.tsbtnChangeMouldAllEnd.Name = "tsbtnChangeMouldAllEnd";
  226. this.tsbtnChangeMouldAllEnd.Size = new System.Drawing.Size(100, 25);
  227. this.tsbtnChangeMouldAllEnd.Text = "整线换模结束(&F)";
  228. this.tsbtnChangeMouldAllEnd.Click += new System.EventHandler(this.tsbtnChangeMouldAllEnd_Click);
  229. //
  230. // toolStripSeparator2
  231. //
  232. this.toolStripSeparator2.AutoSize = false;
  233. this.toolStripSeparator2.Name = "toolStripSeparator2";
  234. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  235. //
  236. // tsbtnAdaptive
  237. //
  238. this.tsbtnAdaptive.AutoSize = false;
  239. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  241. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  242. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  243. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  244. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  245. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  246. //
  247. // tsbtnClose
  248. //
  249. this.tsbtnClose.AutoSize = false;
  250. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  252. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  253. this.tsbtnClose.Name = "tsbtnClose";
  254. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  255. this.tsbtnClose.Text = "关闭(&X)";
  256. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  257. //
  258. // btnSearch
  259. //
  260. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  261. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  262. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  263. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.btnSearch.ForeColor = System.Drawing.Color.White;
  265. this.btnSearch.Location = new System.Drawing.Point(679, 15);
  266. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  267. this.btnSearch.Name = "btnSearch";
  268. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  269. this.btnSearch.TabIndex = 2;
  270. this.btnSearch.Text = "查询(&Q)";
  271. this.btnSearch.UseVisualStyleBackColor = false;
  272. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  273. //
  274. // btnClearCondition
  275. //
  276. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  277. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  278. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  279. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  281. this.btnClearCondition.Location = new System.Drawing.Point(770, 15);
  282. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  283. this.btnClearCondition.Name = "btnClearCondition";
  284. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  285. this.btnClearCondition.TabIndex = 3;
  286. this.btnClearCondition.Text = "清空条件(&C)";
  287. this.btnClearCondition.UseVisualStyleBackColor = false;
  288. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  289. //
  290. // dgvGroutingLineDetail
  291. //
  292. this.dgvGroutingLineDetail.AllowUserToAddRows = false;
  293. this.dgvGroutingLineDetail.AllowUserToDeleteRows = false;
  294. this.dgvGroutingLineDetail.AllowUserToModifyRows = true;
  295. this.dgvGroutingLineDetail.AllowUserToOrderColumns = true;
  296. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  297. this.dgvGroutingLineDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  298. this.dgvGroutingLineDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  299. | System.Windows.Forms.AnchorStyles.Left)
  300. | System.Windows.Forms.AnchorStyles.Right)));
  301. this.dgvGroutingLineDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  302. this.dgvGroutingLineDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  303. this.dgvGroutingLineDetail.CellHeight = 23;
  304. this.dgvGroutingLineDetail.ChildNodeColumnName = null;
  305. this.dgvGroutingLineDetail.ChildNodeColumnText = null;
  306. this.dgvGroutingLineDetail.ColumnDeep = 1;
  307. this.dgvGroutingLineDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  308. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  309. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  310. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  312. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  313. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  314. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  315. this.dgvGroutingLineDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  316. this.dgvGroutingLineDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  317. this.dgvGroutingLineDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  318. this.GroutingLineDetailID,
  319. this.GroutingLineIDM,
  320. this.GroutingMouldCode,
  321. this.MouldCode,
  322. this.GoodsID,
  323. this.GOODSCODE,
  324. this.GroutingCount,
  325. this.GMouldStatusM,
  326. this.BeginUsedDateM,
  327. this.GMouldStatus,
  328. this.RreasonRemarks});
  329. this.dgvGroutingLineDetail.ColumnTreeView = null;
  330. 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)));
  331. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  332. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  333. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  335. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  336. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  337. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  338. this.dgvGroutingLineDetail.DefaultCellStyle = dataGridViewCellStyle5;
  339. this.dgvGroutingLineDetail.DynamicColumnName = "";
  340. this.dgvGroutingLineDetail.EnableHeadersVisualStyles = false;
  341. this.dgvGroutingLineDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.dgvGroutingLineDetail.HorizontalMergeColumn = null;
  343. this.dgvGroutingLineDetail.IsAutoCountSum = true;
  344. this.dgvGroutingLineDetail.IsAutoResizeColumns = false;
  345. this.dgvGroutingLineDetail.IsClickF12 = false;
  346. this.dgvGroutingLineDetail.IsOpenMergeCellFlag = false;
  347. this.dgvGroutingLineDetail.IsSubTotalFlag = false;
  348. this.dgvGroutingLineDetail.IsTopDeep = false;
  349. this.dgvGroutingLineDetail.Location = new System.Drawing.Point(0, 95);
  350. this.dgvGroutingLineDetail.MergeColumnNames = null;
  351. this.dgvGroutingLineDetail.MergeDetailColumnNames = null;
  352. this.dgvGroutingLineDetail.MergeDetailOnlyColumn = null;
  353. this.dgvGroutingLineDetail.MergeOnlyColumn = null;
  354. this.dgvGroutingLineDetail.Name = "dgvGroutingLineDetail";
  355. this.dgvGroutingLineDetail.ReadOnly = true;
  356. this.dgvGroutingLineDetail.RefreshAtHscroll = false;
  357. this.dgvGroutingLineDetail.RowHeadersWidth = 50;
  358. this.dgvGroutingLineDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  359. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  360. this.dgvGroutingLineDetail.RowsDefaultCellStyle = dataGridViewCellStyle6;
  361. this.dgvGroutingLineDetail.RowTemplate.Height = 21;
  362. this.dgvGroutingLineDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  363. this.dgvGroutingLineDetail.Size = new System.Drawing.Size(876, 329);
  364. this.dgvGroutingLineDetail.SortOrderColumnName = null;
  365. this.dgvGroutingLineDetail.TabIndex = 47;
  366. this.dgvGroutingLineDetail.Tag = true;
  367. this.dgvGroutingLineDetail.TotalSumColumns = null;
  368. this.dgvGroutingLineDetail.ViewRowFilter = "";
  369. this.dgvGroutingLineDetail.VirtualMode = true;
  370. this.dgvGroutingLineDetail.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvGroutingLineDetail_CellMouseClick);
  371. //
  372. // GroutingLineDetailID
  373. //
  374. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  375. this.GroutingLineDetailID.HeaderText = "成型生产线明细ID";
  376. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  377. this.GroutingLineDetailID.ReadOnly = true;
  378. this.GroutingLineDetailID.Visible = false;
  379. //
  380. // GroutingLineIDM
  381. //
  382. this.GroutingLineIDM.DataPropertyName = "GroutingLineID";
  383. this.GroutingLineIDM.HeaderText = "成型生产线ID";
  384. this.GroutingLineIDM.Name = "GroutingLineIDM";
  385. this.GroutingLineIDM.ReadOnly = true;
  386. this.GroutingLineIDM.Visible = false;
  387. //
  388. // GroutingMouldCode
  389. //
  390. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  391. this.GroutingMouldCode.HeaderText = "注浆模具编号";
  392. this.GroutingMouldCode.Name = "GroutingMouldCode";
  393. this.GroutingMouldCode.ReadOnly = true;
  394. this.GroutingMouldCode.Width = 120;
  395. //
  396. // MouldCode
  397. //
  398. this.MouldCode.DataPropertyName = "MouldCode";
  399. this.MouldCode.HeaderText = "模具编号";
  400. this.MouldCode.Name = "MouldCode";
  401. this.MouldCode.ReadOnly = true;
  402. this.MouldCode.Visible = false;
  403. //
  404. // GoodsID
  405. //
  406. this.GoodsID.DataPropertyName = "GoodsID";
  407. this.GoodsID.HeaderText = "产品ID";
  408. this.GoodsID.Name = "GoodsID";
  409. this.GoodsID.ReadOnly = true;
  410. this.GoodsID.Visible = false;
  411. //
  412. // GOODSCODE
  413. //
  414. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  415. this.GOODSCODE.HeaderText = "产品编号";
  416. this.GOODSCODE.Name = "GOODSCODE";
  417. this.GOODSCODE.ReadOnly = true;
  418. //
  419. // GroutingCount
  420. //
  421. this.GroutingCount.DataPropertyName = "GroutingCount";
  422. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  423. this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle3;
  424. this.GroutingCount.HeaderText = "当前注浆次数";
  425. this.GroutingCount.Name = "GroutingCount";
  426. this.GroutingCount.ReadOnly = true;
  427. //
  428. // GMouldStatusM
  429. //
  430. this.GMouldStatusM.DataPropertyName = "GMOULDSTATUSNAME";
  431. this.GMouldStatusM.HeaderText = "注浆模具状态";
  432. this.GMouldStatusM.Name = "GMouldStatusM";
  433. this.GMouldStatusM.ReadOnly = true;
  434. this.GMouldStatusM.Width = 120;
  435. //
  436. // BeginUsedDateM
  437. //
  438. this.BeginUsedDateM.DataPropertyName = "BeginUsedDate";
  439. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  440. dataGridViewCellStyle4.NullValue = null;
  441. this.BeginUsedDateM.DefaultCellStyle = dataGridViewCellStyle4;
  442. this.BeginUsedDateM.HeaderText = "开始使用日期";
  443. this.BeginUsedDateM.Name = "BeginUsedDateM";
  444. this.BeginUsedDateM.ReadOnly = true;
  445. this.BeginUsedDateM.Width = 120;
  446. //
  447. // GMouldStatus
  448. //
  449. this.GMouldStatus.DataPropertyName = "GMouldStatus";
  450. this.GMouldStatus.HeaderText = "GMouldStatus";
  451. this.GMouldStatus.Name = "GMouldStatus";
  452. this.GMouldStatus.ReadOnly = true;
  453. this.GMouldStatus.Visible = false;
  454. //
  455. // RreasonRemarks
  456. //
  457. this.RreasonRemarks.DataPropertyName = "RreasonRemarks";
  458. this.RreasonRemarks.HeaderText = "备注";
  459. this.RreasonRemarks.Name = "RreasonRemarks";
  460. this.RreasonRemarks.ReadOnly = true;
  461. //
  462. // dkGrouting
  463. //
  464. this.dkGrouting.BackColor = System.Drawing.Color.Transparent;
  465. this.dkGrouting.BindBarCode = null;
  466. this.dkGrouting.BindBarCodeTime = null;
  467. this.dkGrouting.BindBarCodeTimeEnd = null;
  468. this.dkGrouting.DataSource = null;
  469. this.dkGrouting.Enabled = true;
  470. this.dkGrouting.GMouldStatus = 0;
  471. this.dkGrouting.GMouldTypeID = 0;
  472. this.dkGrouting.GroutingDate = null;
  473. this.dkGrouting.GroutingLineCode = "";
  474. this.dkGrouting.GroutingLineID = null;
  475. this.dkGrouting.GroutingLineIDS = null;
  476. this.dkGrouting.GroutingLineName = null;
  477. this.dkGrouting.IsCanmanytimes = 0;
  478. this.dkGrouting.IsEnablePurview = false;
  479. this.dkGrouting.IsMustInput = false;
  480. this.dkGrouting.Location = new System.Drawing.Point(26, 21);
  481. this.dkGrouting.MouldQuantity = 0;
  482. this.dkGrouting.Name = "dkGrouting";
  483. this.dkGrouting.NoGroutingFlag = false;
  484. this.dkGrouting.OPTimeStamp = new System.DateTime(((long)(0)));
  485. this.dkGrouting.Purview = null;
  486. this.dkGrouting.Size = new System.Drawing.Size(216, 21);
  487. this.dkGrouting.TabIndex = 48;
  488. this.dkGrouting.Title = "成型线";
  489. this.dkGrouting.TxtMouldTypeBackColor = System.Drawing.SystemColors.Control;
  490. this.dkGrouting.UserCode = null;
  491. this.dkGrouting.UserId = null;
  492. this.dkGrouting.UserName = null;
  493. this.dkGrouting.MouldTypeValueChanged += new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGroutingLineSearchBox.TextBoxChangedHandle(this.dkGrouting_MouldTypeValueChanged);
  494. //
  495. // gbxCondition
  496. //
  497. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  498. | System.Windows.Forms.AnchorStyles.Right)));
  499. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  500. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  501. this.gbxCondition.Controls.Add(this.dkGrouting);
  502. this.gbxCondition.Controls.Add(this.btnClearCondition);
  503. this.gbxCondition.Controls.Add(this.btnSearch);
  504. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  506. this.gbxCondition.IsMustInput = false;
  507. this.gbxCondition.Location = new System.Drawing.Point(0, 39);
  508. this.gbxCondition.Name = "gbxCondition";
  509. this.gbxCondition.OriginalHeight = -1;
  510. this.gbxCondition.Size = new System.Drawing.Size(876, 50);
  511. this.gbxCondition.TabIndex = 49;
  512. this.gbxCondition.TabStop = false;
  513. this.gbxCondition.Text = "查询条件 ▼";
  514. //
  515. // F_PC_0101
  516. //
  517. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  518. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  519. this.ClientSize = new System.Drawing.Size(888, 425);
  520. this.Controls.Add(this.dgvGroutingLineDetail);
  521. this.Controls.Add(this.tsrOperate);
  522. this.Controls.Add(this.gbxCondition);
  523. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  524. this.Name = "F_PC_0101";
  525. this.Text = "F_PC_0101";
  526. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0101_FormClosed);
  527. this.Load += new System.EventHandler(this.F_PC_0101_Load);
  528. this.tsrOperate.ResumeLayout(false);
  529. this.tsrOperate.PerformLayout();
  530. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit();
  531. this.gbxCondition.ResumeLayout(false);
  532. this.ResumeLayout(false);
  533. }
  534. #endregion
  535. private Basics.BaseControls.C_ToolStrip tsrOperate;
  536. private System.Windows.Forms.ToolStripButton tsbtnChangeMouldAll;
  537. private System.Windows.Forms.ToolStripButton tsbtnChangeMouldAllEnd;
  538. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  539. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  540. private System.Windows.Forms.ToolStripButton tsbtnClose;
  541. private Basics.BaseControls.C_Button btnSearch;
  542. private Basics.BaseControls.C_Button btnClearCondition;
  543. private Basics.BaseControls.C_DataGridView dgvGroutingLineDetail;
  544. private System.Windows.Forms.ToolStripButton tsbtnRepairMould;
  545. private System.Windows.Forms.ToolStripButton tsbtnRepairMouldEnd;
  546. private System.Windows.Forms.ToolStripButton tsbtnChangeMould;
  547. private System.Windows.Forms.ToolStripButton tsbtnChangeMouldEnd;
  548. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  549. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  550. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  551. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  552. private Controls.SearchTextBox.dkGroutingLineSearchBox dkGrouting;
  553. private System.Windows.Forms.ToolStripButton tsbtnUpdateLine;
  554. private System.Windows.Forms.ToolStripButton tsbtnUpdateLineEnd;
  555. private Basics.BaseControls.C_GroupBox gbxCondition;
  556. private System.Windows.Forms.ToolStripButton tsbtnStart;
  557. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  558. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDM;
  559. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  560. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  561. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  562. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  563. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatusM;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDateM;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn RreasonRemarks;
  568. }
  569. }