F_PM_3001.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3001
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_3001));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  37. this.cbSelectTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  38. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.txtDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  40. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  42. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  50. this.tsbtnSuspend = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnRevokeSuspend = new System.Windows.Forms.ToolStripButton();
  52. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  53. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  54. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  55. this.dgvScrapProduct = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  56. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.suspendprocedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.CreateUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.RevokeTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.RevokeUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.gbSelect.SuspendLayout();
  69. this.tsrOperate.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // gbSelect
  74. //
  75. this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  78. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  79. this.gbSelect.Controls.Add(this.cbSelectTime);
  80. this.gbSelect.Controls.Add(this.txtRemarks);
  81. this.gbSelect.Controls.Add(this.txtDateEnd);
  82. this.gbSelect.Controls.Add(this.lblTo);
  83. this.gbSelect.Controls.Add(this.txtDateStart);
  84. this.gbSelect.Controls.Add(this.lblRemarks);
  85. this.gbSelect.Controls.Add(this.txtBarCode);
  86. this.gbSelect.Controls.Add(this.lblBarCode);
  87. this.gbSelect.Controls.Add(this.btnClearCondition);
  88. this.gbSelect.Controls.Add(this.btnSearch);
  89. this.gbSelect.Controls.Add(this.lblGroutingLineName);
  90. this.gbSelect.Controls.Add(this.lblGroutingLineCode);
  91. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  93. this.gbSelect.IsMustInput = false;
  94. this.gbSelect.Location = new System.Drawing.Point(0, 38);
  95. this.gbSelect.Name = "gbSelect";
  96. this.gbSelect.OriginalHeight = -1;
  97. this.gbSelect.Size = new System.Drawing.Size(1278, 76);
  98. this.gbSelect.TabIndex = 13;
  99. this.gbSelect.TabStop = false;
  100. this.gbSelect.Text = "查询条件 ▼";
  101. //
  102. // cbSelectTime
  103. //
  104. this.cbSelectTime.AutoSize = true;
  105. this.cbSelectTime.Checked = true;
  106. this.cbSelectTime.CheckState = System.Windows.Forms.CheckState.Checked;
  107. this.cbSelectTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.cbSelectTime.Location = new System.Drawing.Point(201, 22);
  109. this.cbSelectTime.Name = "cbSelectTime";
  110. this.cbSelectTime.Size = new System.Drawing.Size(72, 16);
  111. this.cbSelectTime.TabIndex = 3;
  112. this.cbSelectTime.Text = "挂起日期";
  113. this.cbSelectTime.UseVisualStyleBackColor = true;
  114. this.cbSelectTime.CheckedChanged += new System.EventHandler(this.cbSelectTime_CheckedChanged);
  115. //
  116. // txtRemarks
  117. //
  118. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  119. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  120. this.txtRemarks.ErrorMessage = "";
  121. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.txtRemarks.Location = new System.Drawing.Point(75, 47);
  123. this.txtRemarks.MaxLength = 500;
  124. this.txtRemarks.Name = "txtRemarks";
  125. this.txtRemarks.Size = new System.Drawing.Size(433, 21);
  126. this.txtRemarks.TabIndex = 12;
  127. //
  128. // txtDateEnd
  129. //
  130. this.txtDateEnd.CustomFormat = "yyyy-MM-dd";
  131. this.txtDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.txtDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  133. this.txtDateEnd.Location = new System.Drawing.Point(408, 20);
  134. this.txtDateEnd.Name = "txtDateEnd";
  135. this.txtDateEnd.Size = new System.Drawing.Size(100, 21);
  136. this.txtDateEnd.TabIndex = 5;
  137. //
  138. // lblTo
  139. //
  140. this.lblTo.AutoSize = true;
  141. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  142. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  144. this.lblTo.Location = new System.Drawing.Point(385, 24);
  145. this.lblTo.Name = "lblTo";
  146. this.lblTo.Size = new System.Drawing.Size(17, 12);
  147. this.lblTo.TabIndex = 92;
  148. this.lblTo.Text = "至";
  149. //
  150. // txtDateStart
  151. //
  152. this.txtDateStart.CustomFormat = "yyyy-MM-dd";
  153. this.txtDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.txtDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  155. this.txtDateStart.Location = new System.Drawing.Point(279, 20);
  156. this.txtDateStart.Name = "txtDateStart";
  157. this.txtDateStart.Size = new System.Drawing.Size(100, 21);
  158. this.txtDateStart.TabIndex = 4;
  159. //
  160. // lblRemarks
  161. //
  162. this.lblRemarks.AutoSize = true;
  163. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  164. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  166. this.lblRemarks.Location = new System.Drawing.Point(18, 51);
  167. this.lblRemarks.Name = "lblRemarks";
  168. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  169. this.lblRemarks.TabIndex = 83;
  170. this.lblRemarks.Text = "挂起说明";
  171. //
  172. // txtBarCode
  173. //
  174. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  175. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  176. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  177. this.txtBarCode.ErrorMessage = "";
  178. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.txtBarCode.Location = new System.Drawing.Point(75, 20);
  180. this.txtBarCode.MaxLength = 11;
  181. this.txtBarCode.Name = "txtBarCode";
  182. this.txtBarCode.Size = new System.Drawing.Size(120, 21);
  183. this.txtBarCode.TabIndex = 10;
  184. //
  185. // lblBarCode
  186. //
  187. this.lblBarCode.AutoSize = true;
  188. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  189. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  191. this.lblBarCode.Location = new System.Drawing.Point(18, 23);
  192. this.lblBarCode.Name = "lblBarCode";
  193. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  194. this.lblBarCode.TabIndex = 80;
  195. this.lblBarCode.Text = "产品条码";
  196. //
  197. // btnClearCondition
  198. //
  199. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  200. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  201. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  202. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  204. this.btnClearCondition.Location = new System.Drawing.Point(1187, 41);
  205. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  206. this.btnClearCondition.Name = "btnClearCondition";
  207. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  208. this.btnClearCondition.TabIndex = 75;
  209. this.btnClearCondition.Text = "清空条件(&C)";
  210. this.btnClearCondition.UseVisualStyleBackColor = false;
  211. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  212. //
  213. // btnSearch
  214. //
  215. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  216. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  217. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  218. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.btnSearch.ForeColor = System.Drawing.Color.White;
  220. this.btnSearch.Location = new System.Drawing.Point(1096, 41);
  221. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  222. this.btnSearch.Name = "btnSearch";
  223. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  224. this.btnSearch.TabIndex = 74;
  225. this.btnSearch.Text = "查询(&Q)";
  226. this.btnSearch.UseVisualStyleBackColor = false;
  227. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  228. //
  229. // lblGroutingLineName
  230. //
  231. this.lblGroutingLineName.AutoSize = true;
  232. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  233. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  235. this.lblGroutingLineName.Location = new System.Drawing.Point(189, 19);
  236. this.lblGroutingLineName.Name = "lblGroutingLineName";
  237. this.lblGroutingLineName.Size = new System.Drawing.Size(0, 12);
  238. this.lblGroutingLineName.TabIndex = 14;
  239. //
  240. // lblGroutingLineCode
  241. //
  242. this.lblGroutingLineCode.AutoSize = true;
  243. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  244. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  246. this.lblGroutingLineCode.Location = new System.Drawing.Point(12, 17);
  247. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  248. this.lblGroutingLineCode.Size = new System.Drawing.Size(0, 12);
  249. this.lblGroutingLineCode.TabIndex = 9;
  250. //
  251. // tsrOperate
  252. //
  253. this.tsrOperate.AutoSize = false;
  254. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  255. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  256. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  258. this.tsbtnSuspend,
  259. this.tsbtnRevokeSuspend,
  260. this.toolStripSeparator1,
  261. this.tsbtnAdaptive,
  262. this.tsbtnClose});
  263. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  264. this.tsrOperate.Name = "tsrOperate";
  265. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  266. this.tsrOperate.ShowItemToolTips = false;
  267. this.tsrOperate.Size = new System.Drawing.Size(1290, 35);
  268. this.tsrOperate.TabIndex = 14;
  269. //
  270. // tsbtnSuspend
  271. //
  272. this.tsbtnSuspend.AutoSize = false;
  273. this.tsbtnSuspend.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.tsbtnSuspend.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  275. this.tsbtnSuspend.ImageTransparentColor = System.Drawing.Color.Magenta;
  276. this.tsbtnSuspend.Name = "tsbtnSuspend";
  277. this.tsbtnSuspend.Size = new System.Drawing.Size(60, 25);
  278. this.tsbtnSuspend.Text = "挂起";
  279. this.tsbtnSuspend.Click += new System.EventHandler(this.tsbtnSuspend_Click);
  280. //
  281. // tsbtnRevokeSuspend
  282. //
  283. this.tsbtnRevokeSuspend.AutoSize = false;
  284. this.tsbtnRevokeSuspend.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.tsbtnRevokeSuspend.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  286. this.tsbtnRevokeSuspend.ImageTransparentColor = System.Drawing.Color.Magenta;
  287. this.tsbtnRevokeSuspend.Name = "tsbtnRevokeSuspend";
  288. this.tsbtnRevokeSuspend.Size = new System.Drawing.Size(60, 25);
  289. this.tsbtnRevokeSuspend.Text = "撤销";
  290. this.tsbtnRevokeSuspend.Click += new System.EventHandler(this.tsbtnRevokeSuspend_Click);
  291. //
  292. // toolStripSeparator1
  293. //
  294. this.toolStripSeparator1.AutoSize = false;
  295. this.toolStripSeparator1.Name = "toolStripSeparator1";
  296. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  297. //
  298. // tsbtnAdaptive
  299. //
  300. this.tsbtnAdaptive.AutoSize = false;
  301. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  303. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  304. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  305. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  306. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  307. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  308. //
  309. // tsbtnClose
  310. //
  311. this.tsbtnClose.AutoSize = false;
  312. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  314. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  315. this.tsbtnClose.Name = "tsbtnClose";
  316. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  317. this.tsbtnClose.Text = "关闭(&X)";
  318. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  319. //
  320. // dgvScrapProduct
  321. //
  322. this.dgvScrapProduct.AllowUserToAddRows = false;
  323. this.dgvScrapProduct.AllowUserToDeleteRows = false;
  324. this.dgvScrapProduct.AllowUserToModifyRows = true;
  325. this.dgvScrapProduct.AllowUserToOrderColumns = true;
  326. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  327. this.dgvScrapProduct.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  328. this.dgvScrapProduct.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  329. | System.Windows.Forms.AnchorStyles.Left)
  330. | System.Windows.Forms.AnchorStyles.Right)));
  331. this.dgvScrapProduct.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  332. this.dgvScrapProduct.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  333. this.dgvScrapProduct.CellHeight = 23;
  334. this.dgvScrapProduct.ChildNodeColumnName = null;
  335. this.dgvScrapProduct.ChildNodeColumnText = null;
  336. this.dgvScrapProduct.ColumnDeep = 1;
  337. this.dgvScrapProduct.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  338. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  339. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  340. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  342. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  343. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  344. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  345. this.dgvScrapProduct.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  346. this.dgvScrapProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  347. this.dgvScrapProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  348. this.BarCode,
  349. this.GoodsCode,
  350. this.GroutingDate,
  351. this.GroutingUserCode,
  352. this.GroutingMouldCode,
  353. this.procedurename,
  354. this.suspendprocedurename,
  355. this.Createtime,
  356. this.CreateUserCode,
  357. this.remarks,
  358. this.RevokeTime,
  359. this.RevokeUserCode});
  360. this.dgvScrapProduct.ColumnTreeView = null;
  361. this.dgvScrapProduct.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)));
  362. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  363. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  364. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  366. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  367. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  368. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  369. this.dgvScrapProduct.DefaultCellStyle = dataGridViewCellStyle6;
  370. this.dgvScrapProduct.DynamicColumnName = "";
  371. this.dgvScrapProduct.EnableHeadersVisualStyles = false;
  372. this.dgvScrapProduct.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.dgvScrapProduct.FormatQuantityColumns = null;
  374. this.dgvScrapProduct.HorizontalMergeColumn = null;
  375. this.dgvScrapProduct.IsAutoCountSum = true;
  376. this.dgvScrapProduct.IsAutoResizeColumns = false;
  377. this.dgvScrapProduct.IsClickF12 = false;
  378. this.dgvScrapProduct.IsOpenMergeCellFlag = false;
  379. this.dgvScrapProduct.IsSubTotalFlag = false;
  380. this.dgvScrapProduct.IsTopDeep = false;
  381. this.dgvScrapProduct.Location = new System.Drawing.Point(0, 120);
  382. this.dgvScrapProduct.MergeColumnNames = null;
  383. this.dgvScrapProduct.MergeDetailColumnNames = null;
  384. this.dgvScrapProduct.MergeDetailOnlyColumn = null;
  385. this.dgvScrapProduct.MergeOnlyColumn = null;
  386. this.dgvScrapProduct.Name = "dgvScrapProduct";
  387. this.dgvScrapProduct.ReadOnly = true;
  388. this.dgvScrapProduct.RefreshAtHscroll = false;
  389. this.dgvScrapProduct.RowHeadersWidth = 50;
  390. this.dgvScrapProduct.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  391. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  392. this.dgvScrapProduct.RowsDefaultCellStyle = dataGridViewCellStyle7;
  393. this.dgvScrapProduct.RowTemplate.Height = 21;
  394. this.dgvScrapProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  395. this.dgvScrapProduct.Size = new System.Drawing.Size(1278, 386);
  396. this.dgvScrapProduct.SortOrderColumnName = null;
  397. this.dgvScrapProduct.TabIndex = 14;
  398. this.dgvScrapProduct.Tag = true;
  399. this.dgvScrapProduct.TotalSumColumns = null;
  400. this.dgvScrapProduct.ViewRowFilter = "";
  401. this.dgvScrapProduct.VirtualMode = true;
  402. //
  403. // BarCode
  404. //
  405. this.BarCode.DataPropertyName = "BarCode";
  406. this.BarCode.HeaderText = "产品条码";
  407. this.BarCode.Name = "BarCode";
  408. this.BarCode.ReadOnly = true;
  409. //
  410. // GoodsCode
  411. //
  412. this.GoodsCode.DataPropertyName = "GoodsCode";
  413. this.GoodsCode.HeaderText = "产品编码";
  414. this.GoodsCode.Name = "GoodsCode";
  415. this.GoodsCode.ReadOnly = true;
  416. //
  417. // GroutingDate
  418. //
  419. this.GroutingDate.DataPropertyName = "GroutingDate";
  420. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  421. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  422. dataGridViewCellStyle3.NullValue = null;
  423. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  424. this.GroutingDate.HeaderText = "注浆日期";
  425. this.GroutingDate.Name = "GroutingDate";
  426. this.GroutingDate.ReadOnly = true;
  427. //
  428. // GroutingUserCode
  429. //
  430. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  431. this.GroutingUserCode.HeaderText = "成型工号";
  432. this.GroutingUserCode.Name = "GroutingUserCode";
  433. this.GroutingUserCode.ReadOnly = true;
  434. //
  435. // GroutingMouldCode
  436. //
  437. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  438. this.GroutingMouldCode.HeaderText = "模具编号";
  439. this.GroutingMouldCode.Name = "GroutingMouldCode";
  440. this.GroutingMouldCode.ReadOnly = true;
  441. //
  442. // procedurename
  443. //
  444. this.procedurename.DataPropertyName = "procedurename";
  445. this.procedurename.HeaderText = "当前工序";
  446. this.procedurename.Name = "procedurename";
  447. this.procedurename.ReadOnly = true;
  448. //
  449. // suspendprocedurename
  450. //
  451. this.suspendprocedurename.DataPropertyName = "suspendprocedurename";
  452. this.suspendprocedurename.HeaderText = "挂起工序";
  453. this.suspendprocedurename.Name = "suspendprocedurename";
  454. this.suspendprocedurename.ReadOnly = true;
  455. //
  456. // Createtime
  457. //
  458. this.Createtime.DataPropertyName = "Createtime";
  459. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  460. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  461. this.Createtime.DefaultCellStyle = dataGridViewCellStyle4;
  462. this.Createtime.HeaderText = "挂起日期";
  463. this.Createtime.Name = "Createtime";
  464. this.Createtime.ReadOnly = true;
  465. //
  466. // CreateUserCode
  467. //
  468. this.CreateUserCode.DataPropertyName = "CreateUserCode";
  469. this.CreateUserCode.HeaderText = "挂起工号";
  470. this.CreateUserCode.Name = "CreateUserCode";
  471. this.CreateUserCode.ReadOnly = true;
  472. //
  473. // remarks
  474. //
  475. this.remarks.DataPropertyName = "remarks";
  476. this.remarks.HeaderText = "挂起说明";
  477. this.remarks.Name = "remarks";
  478. this.remarks.ReadOnly = true;
  479. //
  480. // RevokeTime
  481. //
  482. this.RevokeTime.DataPropertyName = "RevokeTime";
  483. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  484. this.RevokeTime.DefaultCellStyle = dataGridViewCellStyle5;
  485. this.RevokeTime.HeaderText = "撤销时间";
  486. this.RevokeTime.Name = "RevokeTime";
  487. this.RevokeTime.ReadOnly = true;
  488. this.RevokeTime.Width = 130;
  489. //
  490. // RevokeUserCode
  491. //
  492. this.RevokeUserCode.DataPropertyName = "RevokeUserCode";
  493. this.RevokeUserCode.HeaderText = "撤销工号";
  494. this.RevokeUserCode.Name = "RevokeUserCode";
  495. this.RevokeUserCode.ReadOnly = true;
  496. //
  497. // F_PM_3001
  498. //
  499. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  500. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  501. this.ClientSize = new System.Drawing.Size(1290, 509);
  502. this.Controls.Add(this.dgvScrapProduct);
  503. this.Controls.Add(this.tsrOperate);
  504. this.Controls.Add(this.gbSelect);
  505. this.Name = "F_PM_3001";
  506. this.Text = "产品挂起";
  507. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3001_FormClosed);
  508. this.Load += new System.EventHandler(this.F_PM_3001_Load);
  509. this.gbSelect.ResumeLayout(false);
  510. this.gbSelect.PerformLayout();
  511. this.tsrOperate.ResumeLayout(false);
  512. this.tsrOperate.PerformLayout();
  513. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).EndInit();
  514. this.ResumeLayout(false);
  515. }
  516. #endregion
  517. private Basics.BaseControls.C_GroupBox gbSelect;
  518. private Basics.BaseControls.C_Button btnClearCondition;
  519. private Basics.BaseControls.C_Button btnSearch;
  520. private Basics.BaseControls.C_Label lblGroutingLineName;
  521. private Basics.BaseControls.C_Label lblGroutingLineCode;
  522. private Basics.BaseControls.C_TextBox txtRemarks;
  523. private Basics.BaseControls.C_DateTimePicker txtDateEnd;
  524. private Basics.BaseControls.C_Label lblTo;
  525. private Basics.BaseControls.C_DateTimePicker txtDateStart;
  526. private Basics.BaseControls.C_Label lblRemarks;
  527. private Basics.BaseControls.C_TextBox txtBarCode;
  528. private Basics.BaseControls.C_Label lblBarCode;
  529. private Basics.BaseControls.C_ToolStrip tsrOperate;
  530. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  531. private System.Windows.Forms.ToolStripButton tsbtnClose;
  532. private Basics.BaseControls.C_DataGridView dgvScrapProduct;
  533. private Basics.BaseControls.C_CheckBox cbSelectTime;
  534. private System.Windows.Forms.ToolStripButton tsbtnSuspend;
  535. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  536. private System.Windows.Forms.ToolStripButton tsbtnRevokeSuspend;
  537. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  538. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  539. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  540. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  541. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  542. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
  543. private System.Windows.Forms.DataGridViewTextBoxColumn suspendprocedurename;
  544. private System.Windows.Forms.DataGridViewTextBoxColumn Createtime;
  545. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserCode;
  546. private System.Windows.Forms.DataGridViewTextBoxColumn remarks;
  547. private System.Windows.Forms.DataGridViewTextBoxColumn RevokeTime;
  548. private System.Windows.Forms.DataGridViewTextBoxColumn RevokeUserCode;
  549. }
  550. }