F_RPT_030109.Designer.cs 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_030109
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_030109));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.tapReportModuleDetail = new System.Windows.Forms.TabPage();
  40. this.dgvRptProcedureDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  41. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  42. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  44. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  45. this.txtSTAFFNAME = new Dongke.IBOSS.PRD.Basics.BaseControls.DKTextBox();
  46. this.lblSTAFFNAME = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  49. this.txtBackUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
  50. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.dkProcedure = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  52. this.txtGoodCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  53. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.chkBack = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  55. this.chkPDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  56. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.dtpBackDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  58. this.dtpBackDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  59. this.dkUserInfoSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  60. this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  61. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.dtpPDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  63. this.dtpPDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  64. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  65. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  66. this.tblReportModule = new System.Windows.Forms.TabControl();
  67. this.tapReportModule = new System.Windows.Forms.TabPage();
  68. this.dgvRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  69. this.Procedureid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.goodstypename2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.goodstypecode2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Userid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.colUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.goodsname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.codecount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.colProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.STAFFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.ptime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.colgoodstypename2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.colGoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.GoodsCode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.goodsnames = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.handoverTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.handoverUsercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.groutingmouldcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.groutinglinecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.GDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.tapReportModuleDetail.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedureDetail)).BeginInit();
  97. this.tsrOperate.SuspendLayout();
  98. this.gbxCondition.SuspendLayout();
  99. this.tblReportModule.SuspendLayout();
  100. this.tapReportModule.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).BeginInit();
  102. this.SuspendLayout();
  103. //
  104. // tapReportModuleDetail
  105. //
  106. this.tapReportModuleDetail.Controls.Add(this.dgvRptProcedureDetail);
  107. this.tapReportModuleDetail.Location = new System.Drawing.Point(4, 22);
  108. this.tapReportModuleDetail.Margin = new System.Windows.Forms.Padding(0);
  109. this.tapReportModuleDetail.Name = "tapReportModuleDetail";
  110. this.tapReportModuleDetail.Size = new System.Drawing.Size(1023, 320);
  111. this.tapReportModuleDetail.TabIndex = 1;
  112. this.tapReportModuleDetail.Text = "撤销产品明细";
  113. this.tapReportModuleDetail.UseVisualStyleBackColor = true;
  114. //
  115. // dgvRptProcedureDetail
  116. //
  117. this.dgvRptProcedureDetail.AllowUserToAddRows = false;
  118. this.dgvRptProcedureDetail.AllowUserToDeleteRows = false;
  119. this.dgvRptProcedureDetail.AllowUserToModifyRows = true;
  120. this.dgvRptProcedureDetail.AllowUserToOrderColumns = true;
  121. this.dgvRptProcedureDetail.AllowUserToSortRows = false;
  122. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  123. this.dgvRptProcedureDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  124. this.dgvRptProcedureDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  125. this.dgvRptProcedureDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  126. this.dgvRptProcedureDetail.CellHeight = 23;
  127. this.dgvRptProcedureDetail.ChildNodeColumnName = null;
  128. this.dgvRptProcedureDetail.ChildNodeColumnText = null;
  129. this.dgvRptProcedureDetail.ColumnDeep = 1;
  130. this.dgvRptProcedureDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  131. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  132. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  133. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  135. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  136. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  137. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  138. this.dgvRptProcedureDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  139. this.dgvRptProcedureDetail.ColumnHeadersHeight = 29;
  140. this.dgvRptProcedureDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  141. this.dgvRptProcedureDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  142. this.colProcedureName,
  143. this.UserCode,
  144. this.STAFFNAME,
  145. this.ptime,
  146. this.colgoodstypename2,
  147. this.colGoodsTypeName,
  148. this.GoodsCode1,
  149. this.goodsnames,
  150. this.BarCode,
  151. this.handoverTime,
  152. this.handoverUsercode,
  153. this.GroutingUserCode,
  154. this.groutingmouldcode,
  155. this.groutinglinecode,
  156. this.GDate});
  157. this.dgvRptProcedureDetail.ColumnTreeView = null;
  158. this.dgvRptProcedureDetail.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)));
  159. this.dgvRptProcedureDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  160. this.dgvRptProcedureDetail.DynamicColumnName = "";
  161. this.dgvRptProcedureDetail.EnableHeadersVisualStyles = false;
  162. this.dgvRptProcedureDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.dgvRptProcedureDetail.FormatQuantityColumns = null;
  164. this.dgvRptProcedureDetail.HorizontalMergeColumn = null;
  165. this.dgvRptProcedureDetail.IsAutoCountSum = true;
  166. this.dgvRptProcedureDetail.IsAutoResizeColumns = false;
  167. this.dgvRptProcedureDetail.IsClickF12 = false;
  168. this.dgvRptProcedureDetail.IsOpenMergeCellFlag = false;
  169. this.dgvRptProcedureDetail.IsSubTotalFlag = false;
  170. this.dgvRptProcedureDetail.IsTopDeep = false;
  171. this.dgvRptProcedureDetail.Location = new System.Drawing.Point(0, 0);
  172. this.dgvRptProcedureDetail.Margin = new System.Windows.Forms.Padding(0);
  173. this.dgvRptProcedureDetail.MergeColumnNames = null;
  174. this.dgvRptProcedureDetail.MergeDetailColumnNames = null;
  175. this.dgvRptProcedureDetail.MergeDetailOnlyColumn = null;
  176. this.dgvRptProcedureDetail.MergeOnlyColumn = null;
  177. this.dgvRptProcedureDetail.MultiSelect = false;
  178. this.dgvRptProcedureDetail.Name = "dgvRptProcedureDetail";
  179. this.dgvRptProcedureDetail.ReadOnly = true;
  180. this.dgvRptProcedureDetail.RefreshAtHscroll = false;
  181. this.dgvRptProcedureDetail.RowHeadersWidth = 50;
  182. this.dgvRptProcedureDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  183. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  184. this.dgvRptProcedureDetail.RowsDefaultCellStyle = dataGridViewCellStyle6;
  185. this.dgvRptProcedureDetail.RowTemplate.Height = 21;
  186. this.dgvRptProcedureDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  187. this.dgvRptProcedureDetail.Size = new System.Drawing.Size(1023, 320);
  188. this.dgvRptProcedureDetail.SortOrderColumnName = null;
  189. this.dgvRptProcedureDetail.TabIndex = 0;
  190. this.dgvRptProcedureDetail.Tag = true;
  191. this.dgvRptProcedureDetail.TotalSumColumns = null;
  192. this.dgvRptProcedureDetail.ViewRowFilter = "";
  193. //
  194. // tsrOperate
  195. //
  196. this.tsrOperate.AutoSize = false;
  197. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  198. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  200. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  201. this.tsbtnAdaptive,
  202. this.tsbtnClose});
  203. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  204. this.tsrOperate.Name = "tsrOperate";
  205. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  206. this.tsrOperate.ShowItemToolTips = false;
  207. this.tsrOperate.Size = new System.Drawing.Size(1043, 35);
  208. this.tsrOperate.TabIndex = 33;
  209. this.tsrOperate.Text = "toolStrip1";
  210. //
  211. // tsbtnAdaptive
  212. //
  213. this.tsbtnAdaptive.AutoSize = false;
  214. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  216. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  217. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  218. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  219. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  220. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  221. //
  222. // tsbtnClose
  223. //
  224. this.tsbtnClose.AutoSize = false;
  225. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  227. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  228. this.tsbtnClose.Name = "tsbtnClose";
  229. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  230. this.tsbtnClose.Text = "关闭(&X)";
  231. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  232. //
  233. // gbxCondition
  234. //
  235. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  236. | System.Windows.Forms.AnchorStyles.Right)));
  237. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  238. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  239. this.gbxCondition.Controls.Add(this.txtSTAFFNAME);
  240. this.gbxCondition.Controls.Add(this.lblSTAFFNAME);
  241. this.gbxCondition.Controls.Add(this.lblGoodsType);
  242. this.gbxCondition.Controls.Add(this.scbGoodsType);
  243. this.gbxCondition.Controls.Add(this.txtBackUserCode);
  244. this.gbxCondition.Controls.Add(this.c_Label1);
  245. this.gbxCondition.Controls.Add(this.dkProcedure);
  246. this.gbxCondition.Controls.Add(this.txtGoodCode);
  247. this.gbxCondition.Controls.Add(this.c_Label4);
  248. this.gbxCondition.Controls.Add(this.chkBack);
  249. this.gbxCondition.Controls.Add(this.chkPDate);
  250. this.gbxCondition.Controls.Add(this.c_Label3);
  251. this.gbxCondition.Controls.Add(this.dtpBackDateEnd);
  252. this.gbxCondition.Controls.Add(this.dtpBackDateStart);
  253. this.gbxCondition.Controls.Add(this.dkUserInfoSearchBox);
  254. this.gbxCondition.Controls.Add(this.dkproductionLineSearchBox);
  255. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  256. this.gbxCondition.Controls.Add(this.dtpPDateEnd);
  257. this.gbxCondition.Controls.Add(this.dtpPDateStart);
  258. this.gbxCondition.Controls.Add(this.btnClearCondition);
  259. this.gbxCondition.Controls.Add(this.btnSearch);
  260. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  262. this.gbxCondition.IsMustInput = false;
  263. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  264. this.gbxCondition.Name = "gbxCondition";
  265. this.gbxCondition.OriginalHeight = -1;
  266. this.gbxCondition.Size = new System.Drawing.Size(1031, 102);
  267. this.gbxCondition.TabIndex = 0;
  268. this.gbxCondition.TabStop = false;
  269. this.gbxCondition.Text = "查询条件 ▼";
  270. //
  271. // txtSTAFFNAME
  272. //
  273. this.txtSTAFFNAME.BackColor = System.Drawing.SystemColors.Window;
  274. this.txtSTAFFNAME.BackgroundColor = System.Drawing.SystemColors.Window;
  275. this.txtSTAFFNAME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.txtSTAFFNAME.Location = new System.Drawing.Point(464, 75);
  277. this.txtSTAFFNAME.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  278. this.txtSTAFFNAME.Name = "txtSTAFFNAME";
  279. this.txtSTAFFNAME.Size = new System.Drawing.Size(130, 21);
  280. this.txtSTAFFNAME.TabIndex = 60;
  281. //
  282. // lblSTAFFNAME
  283. //
  284. this.lblSTAFFNAME.AutoSize = true;
  285. this.lblSTAFFNAME.BackColor = System.Drawing.Color.Transparent;
  286. this.lblSTAFFNAME.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.lblSTAFFNAME.ForeColor = System.Drawing.SystemColors.ControlText;
  288. this.lblSTAFFNAME.Location = new System.Drawing.Point(403, 78);
  289. this.lblSTAFFNAME.Name = "lblSTAFFNAME";
  290. this.lblSTAFFNAME.Size = new System.Drawing.Size(53, 12);
  291. this.lblSTAFFNAME.TabIndex = 59;
  292. this.lblSTAFFNAME.Text = "员工姓名";
  293. //
  294. // lblGoodsType
  295. //
  296. this.lblGoodsType.AutoSize = true;
  297. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  298. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  300. this.lblGoodsType.Location = new System.Drawing.Point(19, 51);
  301. this.lblGoodsType.Name = "lblGoodsType";
  302. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  303. this.lblGoodsType.TabIndex = 33;
  304. this.lblGoodsType.Text = "产品类别";
  305. //
  306. // scbGoodsType
  307. //
  308. this.scbGoodsType.CheckedData = null;
  309. this.scbGoodsType.IsOnlyDisplayEnd = false;
  310. this.scbGoodsType.Location = new System.Drawing.Point(76, 47);
  311. this.scbGoodsType.Name = "scbGoodsType";
  312. this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
  313. this.scbGoodsType.TabIndex = 32;
  314. //
  315. // txtBackUserCode
  316. //
  317. this.txtBackUserCode.BackColor = System.Drawing.SystemColors.Window;
  318. this.txtBackUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  319. this.txtBackUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  320. this.txtBackUserCode.ErrorMessage = "";
  321. this.txtBackUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.txtBackUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  323. this.txtBackUserCode.Location = new System.Drawing.Point(259, 20);
  324. this.txtBackUserCode.Name = "txtBackUserCode";
  325. this.txtBackUserCode.Size = new System.Drawing.Size(120, 21);
  326. this.txtBackUserCode.TabIndex = 31;
  327. this.txtBackUserCode.TextValue = "";
  328. //
  329. // c_Label1
  330. //
  331. this.c_Label1.AutoSize = true;
  332. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  333. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  335. this.c_Label1.Location = new System.Drawing.Point(200, 24);
  336. this.c_Label1.Name = "c_Label1";
  337. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  338. this.c_Label1.TabIndex = 30;
  339. this.c_Label1.Text = "撤销工号";
  340. //
  341. // dkProcedure
  342. //
  343. this.dkProcedure.BackColor = System.Drawing.Color.Transparent;
  344. this.dkProcedure.DataSource = null;
  345. this.dkProcedure.Enabled = true;
  346. this.dkProcedure.IsEnablePurview = false;
  347. this.dkProcedure.IsMustInput = false;
  348. this.dkProcedure.Location = new System.Drawing.Point(17, 74);
  349. this.dkProcedure.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  350. this.dkProcedure.ModelType = null;
  351. this.dkProcedure.Name = "dkProcedure";
  352. this.dkProcedure.ProcedureCode = "";
  353. this.dkProcedure.ProcedureID = null;
  354. this.dkProcedure.ProcedureIDS = null;
  355. this.dkProcedure.ProcedureName = null;
  356. this.dkProcedure.Purview = null;
  357. this.dkProcedure.PurviewType = ((byte)(0));
  358. this.dkProcedure.SelectMore = true;
  359. this.dkProcedure.Size = new System.Drawing.Size(179, 21);
  360. this.dkProcedure.TabIndex = 21;
  361. this.dkProcedure.Title = "生产工序";
  362. this.dkProcedure.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  363. //
  364. // txtGoodCode
  365. //
  366. this.txtGoodCode.BackColor = System.Drawing.SystemColors.Window;
  367. this.txtGoodCode.BackgroundColor = System.Drawing.SystemColors.Window;
  368. this.txtGoodCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  369. this.txtGoodCode.ErrorMessage = "";
  370. this.txtGoodCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.txtGoodCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  372. this.txtGoodCode.Location = new System.Drawing.Point(259, 47);
  373. this.txtGoodCode.Name = "txtGoodCode";
  374. this.txtGoodCode.Size = new System.Drawing.Size(120, 21);
  375. this.txtGoodCode.TabIndex = 10;
  376. this.txtGoodCode.TextValue = "";
  377. //
  378. // c_Label4
  379. //
  380. this.c_Label4.AutoSize = true;
  381. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  382. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  384. this.c_Label4.Location = new System.Drawing.Point(200, 51);
  385. this.c_Label4.Name = "c_Label4";
  386. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  387. this.c_Label4.TabIndex = 9;
  388. this.c_Label4.Text = "产品编码";
  389. //
  390. // chkBack
  391. //
  392. this.chkBack.AutoSize = true;
  393. this.chkBack.Checked = true;
  394. this.chkBack.CheckState = System.Windows.Forms.CheckState.Checked;
  395. this.chkBack.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.chkBack.Location = new System.Drawing.Point(386, 49);
  397. this.chkBack.Name = "chkBack";
  398. this.chkBack.Size = new System.Drawing.Size(72, 16);
  399. this.chkBack.TabIndex = 11;
  400. this.chkBack.Text = "撤销时间";
  401. this.chkBack.UseVisualStyleBackColor = true;
  402. this.chkBack.CheckedChanged += new System.EventHandler(this.chkOut_CheckedChanged);
  403. //
  404. // chkPDate
  405. //
  406. this.chkPDate.AutoSize = true;
  407. this.chkPDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.chkPDate.Location = new System.Drawing.Point(386, 22);
  409. this.chkPDate.Name = "chkPDate";
  410. this.chkPDate.Size = new System.Drawing.Size(72, 16);
  411. this.chkPDate.TabIndex = 3;
  412. this.chkPDate.Text = "生产时间";
  413. this.chkPDate.UseVisualStyleBackColor = true;
  414. this.chkPDate.CheckedChanged += new System.EventHandler(this.chkOver_CheckedChanged);
  415. //
  416. // c_Label3
  417. //
  418. this.c_Label3.AutoSize = true;
  419. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  420. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  421. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  422. this.c_Label3.Location = new System.Drawing.Point(603, 51);
  423. this.c_Label3.Name = "c_Label3";
  424. this.c_Label3.Size = new System.Drawing.Size(17, 12);
  425. this.c_Label3.TabIndex = 13;
  426. this.c_Label3.Text = "至";
  427. //
  428. // dtpBackDateEnd
  429. //
  430. this.dtpBackDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  431. this.dtpBackDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.dtpBackDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  433. this.dtpBackDateEnd.Location = new System.Drawing.Point(626, 47);
  434. this.dtpBackDateEnd.Name = "dtpBackDateEnd";
  435. this.dtpBackDateEnd.Size = new System.Drawing.Size(133, 21);
  436. this.dtpBackDateEnd.TabIndex = 14;
  437. //
  438. // dtpBackDateStart
  439. //
  440. this.dtpBackDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
  441. this.dtpBackDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.dtpBackDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  443. this.dtpBackDateStart.Location = new System.Drawing.Point(464, 47);
  444. this.dtpBackDateStart.Name = "dtpBackDateStart";
  445. this.dtpBackDateStart.Size = new System.Drawing.Size(133, 21);
  446. this.dtpBackDateStart.TabIndex = 12;
  447. //
  448. // dkUserInfoSearchBox
  449. //
  450. this.dkUserInfoSearchBox.DataSource = null;
  451. this.dkUserInfoSearchBox.Enabled = true;
  452. this.dkUserInfoSearchBox.IsMustInput = false;
  453. this.dkUserInfoSearchBox.IsWorker = true;
  454. this.dkUserInfoSearchBox.Location = new System.Drawing.Point(202, 74);
  455. this.dkUserInfoSearchBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  456. this.dkUserInfoSearchBox.Name = "dkUserInfoSearchBox";
  457. this.dkUserInfoSearchBox.PurviewType = ((byte)(0));
  458. this.dkUserInfoSearchBox.SelectMore = true;
  459. this.dkUserInfoSearchBox.Size = new System.Drawing.Size(179, 21);
  460. this.dkUserInfoSearchBox.TabIndex = 16;
  461. this.dkUserInfoSearchBox.Title = "生产工号";
  462. this.dkUserInfoSearchBox.TxtUserBackColor = System.Drawing.SystemColors.Control;
  463. this.dkUserInfoSearchBox.UserCode = "";
  464. this.dkUserInfoSearchBox.UserID = null;
  465. this.dkUserInfoSearchBox.UserIDS = null;
  466. this.dkUserInfoSearchBox.UserName = null;
  467. //
  468. // dkproductionLineSearchBox
  469. //
  470. this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
  471. this.dkproductionLineSearchBox.DataSource = null;
  472. this.dkproductionLineSearchBox.Enabled = true;
  473. this.dkproductionLineSearchBox.IsEnablePurview = false;
  474. this.dkproductionLineSearchBox.IsMustInput = false;
  475. this.dkproductionLineSearchBox.Location = new System.Drawing.Point(17, 20);
  476. this.dkproductionLineSearchBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  477. this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
  478. this.dkproductionLineSearchBox.ProductionLineCode = "";
  479. this.dkproductionLineSearchBox.ProductionLineID = null;
  480. this.dkproductionLineSearchBox.ProductionLineIDS = null;
  481. this.dkproductionLineSearchBox.ProductionLineName = null;
  482. this.dkproductionLineSearchBox.Purview = null;
  483. this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
  484. this.dkproductionLineSearchBox.Size = new System.Drawing.Size(179, 21);
  485. this.dkproductionLineSearchBox.TabIndex = 0;
  486. this.dkproductionLineSearchBox.Title = " 生产线";
  487. this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  488. //
  489. // lblAccountDateEnd
  490. //
  491. this.lblAccountDateEnd.AutoSize = true;
  492. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  493. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  494. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  495. this.lblAccountDateEnd.Location = new System.Drawing.Point(603, 24);
  496. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  497. this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
  498. this.lblAccountDateEnd.TabIndex = 5;
  499. this.lblAccountDateEnd.Text = "至";
  500. //
  501. // dtpPDateEnd
  502. //
  503. this.dtpPDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  504. this.dtpPDateEnd.Enabled = false;
  505. this.dtpPDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  506. this.dtpPDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  507. this.dtpPDateEnd.Location = new System.Drawing.Point(626, 20);
  508. this.dtpPDateEnd.Name = "dtpPDateEnd";
  509. this.dtpPDateEnd.Size = new System.Drawing.Size(133, 21);
  510. this.dtpPDateEnd.TabIndex = 6;
  511. //
  512. // dtpPDateStart
  513. //
  514. this.dtpPDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
  515. this.dtpPDateStart.Enabled = false;
  516. this.dtpPDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  517. this.dtpPDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  518. this.dtpPDateStart.Location = new System.Drawing.Point(464, 20);
  519. this.dtpPDateStart.Name = "dtpPDateStart";
  520. this.dtpPDateStart.Size = new System.Drawing.Size(133, 21);
  521. this.dtpPDateStart.TabIndex = 4;
  522. //
  523. // btnClearCondition
  524. //
  525. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  526. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  527. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  528. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  529. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  530. this.btnClearCondition.Location = new System.Drawing.Point(940, 65);
  531. this.btnClearCondition.Name = "btnClearCondition";
  532. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  533. this.btnClearCondition.TabIndex = 28;
  534. this.btnClearCondition.Text = "清空条件(&C)";
  535. this.btnClearCondition.UseVisualStyleBackColor = true;
  536. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  537. //
  538. // btnSearch
  539. //
  540. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  541. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  542. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  543. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  544. this.btnSearch.ForeColor = System.Drawing.Color.White;
  545. this.btnSearch.Location = new System.Drawing.Point(849, 65);
  546. this.btnSearch.Name = "btnSearch";
  547. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  548. this.btnSearch.TabIndex = 27;
  549. this.btnSearch.Text = "查询(&Q)";
  550. this.btnSearch.UseVisualStyleBackColor = true;
  551. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  552. //
  553. // tblReportModule
  554. //
  555. this.tblReportModule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  556. | System.Windows.Forms.AnchorStyles.Left)
  557. | System.Windows.Forms.AnchorStyles.Right)));
  558. this.tblReportModule.Controls.Add(this.tapReportModule);
  559. this.tblReportModule.Controls.Add(this.tapReportModuleDetail);
  560. this.tblReportModule.Location = new System.Drawing.Point(0, 143);
  561. this.tblReportModule.Margin = new System.Windows.Forms.Padding(0);
  562. this.tblReportModule.Name = "tblReportModule";
  563. this.tblReportModule.Padding = new System.Drawing.Point(0, 0);
  564. this.tblReportModule.SelectedIndex = 0;
  565. this.tblReportModule.Size = new System.Drawing.Size(1031, 346);
  566. this.tblReportModule.TabIndex = 1;
  567. //
  568. // tapReportModule
  569. //
  570. this.tapReportModule.Controls.Add(this.dgvRptProcedure);
  571. this.tapReportModule.Location = new System.Drawing.Point(4, 22);
  572. this.tapReportModule.Margin = new System.Windows.Forms.Padding(0);
  573. this.tapReportModule.Name = "tapReportModule";
  574. this.tapReportModule.Size = new System.Drawing.Size(1023, 320);
  575. this.tapReportModule.TabIndex = 0;
  576. this.tapReportModule.Text = "撤销产品汇总";
  577. this.tapReportModule.UseVisualStyleBackColor = true;
  578. //
  579. // dgvRptProcedure
  580. //
  581. this.dgvRptProcedure.AllowUserToAddRows = false;
  582. this.dgvRptProcedure.AllowUserToDeleteRows = false;
  583. this.dgvRptProcedure.AllowUserToModifyRows = true;
  584. this.dgvRptProcedure.AllowUserToOrderColumns = true;
  585. this.dgvRptProcedure.AllowUserToSortRows = false;
  586. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  587. this.dgvRptProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  588. this.dgvRptProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  589. this.dgvRptProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  590. this.dgvRptProcedure.CellHeight = 23;
  591. this.dgvRptProcedure.ChildNodeColumnName = null;
  592. this.dgvRptProcedure.ChildNodeColumnText = null;
  593. this.dgvRptProcedure.ColumnDeep = 1;
  594. this.dgvRptProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  595. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  596. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  597. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  598. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  599. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  600. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  601. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  602. this.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  603. this.dgvRptProcedure.ColumnHeadersHeight = 29;
  604. this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  605. this.dgvRptProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  606. this.Procedureid,
  607. this.ProcedureName,
  608. this.goodstypename2,
  609. this.goodstypecode2,
  610. this.Userid,
  611. this.colUserCode,
  612. this.GoodsID,
  613. this.GoodsTypeName,
  614. this.GoodsCode,
  615. this.goodsname,
  616. this.codecount});
  617. this.dgvRptProcedure.ColumnTreeView = null;
  618. this.dgvRptProcedure.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)));
  619. this.dgvRptProcedure.Dock = System.Windows.Forms.DockStyle.Fill;
  620. this.dgvRptProcedure.DynamicColumnName = "";
  621. this.dgvRptProcedure.EnableHeadersVisualStyles = false;
  622. this.dgvRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.dgvRptProcedure.FormatQuantityColumns = null;
  624. this.dgvRptProcedure.HorizontalMergeColumn = null;
  625. this.dgvRptProcedure.IsAutoCountSum = true;
  626. this.dgvRptProcedure.IsAutoResizeColumns = false;
  627. this.dgvRptProcedure.IsClickF12 = false;
  628. this.dgvRptProcedure.IsOpenMergeCellFlag = false;
  629. this.dgvRptProcedure.IsSubTotalFlag = false;
  630. this.dgvRptProcedure.IsTopDeep = false;
  631. this.dgvRptProcedure.Location = new System.Drawing.Point(0, 0);
  632. this.dgvRptProcedure.Margin = new System.Windows.Forms.Padding(0);
  633. this.dgvRptProcedure.MergeColumnNames = null;
  634. this.dgvRptProcedure.MergeDetailColumnNames = null;
  635. this.dgvRptProcedure.MergeDetailOnlyColumn = null;
  636. this.dgvRptProcedure.MergeOnlyColumn = null;
  637. this.dgvRptProcedure.MultiSelect = false;
  638. this.dgvRptProcedure.Name = "dgvRptProcedure";
  639. this.dgvRptProcedure.ReadOnly = true;
  640. this.dgvRptProcedure.RefreshAtHscroll = false;
  641. this.dgvRptProcedure.RowHeadersWidth = 50;
  642. this.dgvRptProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  643. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  644. this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle10;
  645. this.dgvRptProcedure.RowTemplate.Height = 21;
  646. this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  647. this.dgvRptProcedure.Size = new System.Drawing.Size(1023, 320);
  648. this.dgvRptProcedure.SortOrderColumnName = null;
  649. this.dgvRptProcedure.TabIndex = 0;
  650. this.dgvRptProcedure.Tag = true;
  651. this.dgvRptProcedure.TotalSumColumns = null;
  652. this.dgvRptProcedure.ViewRowFilter = "";
  653. this.dgvRptProcedure.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvRptProcedure_CellMouseDoubleClick);
  654. //
  655. // Procedureid
  656. //
  657. this.Procedureid.DataPropertyName = "Procedureid";
  658. this.Procedureid.HeaderText = "工序id";
  659. this.Procedureid.MinimumWidth = 6;
  660. this.Procedureid.Name = "Procedureid";
  661. this.Procedureid.ReadOnly = true;
  662. this.Procedureid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  663. this.Procedureid.Visible = false;
  664. this.Procedureid.Width = 125;
  665. //
  666. // ProcedureName
  667. //
  668. this.ProcedureName.DataPropertyName = "ProcedureName";
  669. this.ProcedureName.HeaderText = "生产工序";
  670. this.ProcedureName.MinimumWidth = 6;
  671. this.ProcedureName.Name = "ProcedureName";
  672. this.ProcedureName.ReadOnly = true;
  673. this.ProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  674. this.ProcedureName.Width = 125;
  675. //
  676. // goodstypename2
  677. //
  678. this.goodstypename2.DataPropertyName = "goodstypename2";
  679. this.goodstypename2.HeaderText = "产品二级类别";
  680. this.goodstypename2.MinimumWidth = 6;
  681. this.goodstypename2.Name = "goodstypename2";
  682. this.goodstypename2.ReadOnly = true;
  683. this.goodstypename2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  684. this.goodstypename2.Width = 125;
  685. //
  686. // goodstypecode2
  687. //
  688. this.goodstypecode2.DataPropertyName = "goodstypecode2";
  689. this.goodstypecode2.HeaderText = "goodstypecode2";
  690. this.goodstypecode2.MinimumWidth = 6;
  691. this.goodstypecode2.Name = "goodstypecode2";
  692. this.goodstypecode2.ReadOnly = true;
  693. this.goodstypecode2.Visible = false;
  694. this.goodstypecode2.Width = 125;
  695. //
  696. // Userid
  697. //
  698. this.Userid.DataPropertyName = "Userid";
  699. this.Userid.HeaderText = "生产工号Id";
  700. this.Userid.MinimumWidth = 6;
  701. this.Userid.Name = "Userid";
  702. this.Userid.ReadOnly = true;
  703. this.Userid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  704. this.Userid.Visible = false;
  705. this.Userid.Width = 125;
  706. //
  707. // colUserCode
  708. //
  709. this.colUserCode.DataPropertyName = "UserCode";
  710. this.colUserCode.HeaderText = "生产工号";
  711. this.colUserCode.MinimumWidth = 6;
  712. this.colUserCode.Name = "colUserCode";
  713. this.colUserCode.ReadOnly = true;
  714. this.colUserCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  715. this.colUserCode.Width = 125;
  716. //
  717. // GoodsID
  718. //
  719. this.GoodsID.DataPropertyName = "GoodsID";
  720. this.GoodsID.HeaderText = "产品ID";
  721. this.GoodsID.MinimumWidth = 6;
  722. this.GoodsID.Name = "GoodsID";
  723. this.GoodsID.ReadOnly = true;
  724. this.GoodsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  725. this.GoodsID.Visible = false;
  726. this.GoodsID.Width = 125;
  727. //
  728. // GoodsTypeName
  729. //
  730. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  731. this.GoodsTypeName.HeaderText = "产品类别";
  732. this.GoodsTypeName.MinimumWidth = 6;
  733. this.GoodsTypeName.Name = "GoodsTypeName";
  734. this.GoodsTypeName.ReadOnly = true;
  735. this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  736. this.GoodsTypeName.Width = 125;
  737. //
  738. // GoodsCode
  739. //
  740. this.GoodsCode.DataPropertyName = "GoodsCode";
  741. this.GoodsCode.HeaderText = "产品编码";
  742. this.GoodsCode.MinimumWidth = 6;
  743. this.GoodsCode.Name = "GoodsCode";
  744. this.GoodsCode.ReadOnly = true;
  745. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  746. this.GoodsCode.Width = 125;
  747. //
  748. // goodsname
  749. //
  750. this.goodsname.DataPropertyName = "goodsname";
  751. this.goodsname.HeaderText = "产品名称";
  752. this.goodsname.Name = "goodsname";
  753. this.goodsname.ReadOnly = true;
  754. //
  755. // codecount
  756. //
  757. this.codecount.DataPropertyName = "codecount";
  758. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  759. this.codecount.DefaultCellStyle = dataGridViewCellStyle9;
  760. this.codecount.HeaderText = "撤销数量";
  761. this.codecount.MinimumWidth = 6;
  762. this.codecount.Name = "codecount";
  763. this.codecount.ReadOnly = true;
  764. this.codecount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  765. this.codecount.Width = 125;
  766. //
  767. // colProcedureName
  768. //
  769. this.colProcedureName.DataPropertyName = "ProcedureName";
  770. this.colProcedureName.HeaderText = "生产工序";
  771. this.colProcedureName.MinimumWidth = 6;
  772. this.colProcedureName.Name = "colProcedureName";
  773. this.colProcedureName.ReadOnly = true;
  774. this.colProcedureName.Width = 125;
  775. //
  776. // UserCode
  777. //
  778. this.UserCode.DataPropertyName = "UserCode";
  779. this.UserCode.HeaderText = "生产工号";
  780. this.UserCode.MinimumWidth = 6;
  781. this.UserCode.Name = "UserCode";
  782. this.UserCode.ReadOnly = true;
  783. this.UserCode.Width = 125;
  784. //
  785. // STAFFNAME
  786. //
  787. this.STAFFNAME.DataPropertyName = "STAFFNAME";
  788. this.STAFFNAME.HeaderText = "员工姓名";
  789. this.STAFFNAME.MinimumWidth = 6;
  790. this.STAFFNAME.Name = "STAFFNAME";
  791. this.STAFFNAME.ReadOnly = true;
  792. this.STAFFNAME.Width = 125;
  793. //
  794. // ptime
  795. //
  796. this.ptime.DataPropertyName = "ptime";
  797. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  798. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  799. this.ptime.DefaultCellStyle = dataGridViewCellStyle3;
  800. this.ptime.HeaderText = "生产时间";
  801. this.ptime.MinimumWidth = 6;
  802. this.ptime.Name = "ptime";
  803. this.ptime.ReadOnly = true;
  804. this.ptime.Width = 125;
  805. //
  806. // colgoodstypename2
  807. //
  808. this.colgoodstypename2.DataPropertyName = "goodstypename2";
  809. this.colgoodstypename2.HeaderText = "产品二级类别";
  810. this.colgoodstypename2.MinimumWidth = 6;
  811. this.colgoodstypename2.Name = "colgoodstypename2";
  812. this.colgoodstypename2.ReadOnly = true;
  813. this.colgoodstypename2.Width = 125;
  814. //
  815. // colGoodsTypeName
  816. //
  817. this.colGoodsTypeName.DataPropertyName = "GoodsTypeName";
  818. this.colGoodsTypeName.HeaderText = "产品类别";
  819. this.colGoodsTypeName.MinimumWidth = 6;
  820. this.colGoodsTypeName.Name = "colGoodsTypeName";
  821. this.colGoodsTypeName.ReadOnly = true;
  822. this.colGoodsTypeName.Width = 125;
  823. //
  824. // GoodsCode1
  825. //
  826. this.GoodsCode1.DataPropertyName = "GoodsCode";
  827. this.GoodsCode1.HeaderText = "产品编码";
  828. this.GoodsCode1.MinimumWidth = 6;
  829. this.GoodsCode1.Name = "GoodsCode1";
  830. this.GoodsCode1.ReadOnly = true;
  831. this.GoodsCode1.Width = 125;
  832. //
  833. // goodsnames
  834. //
  835. this.goodsnames.DataPropertyName = "goodsname";
  836. this.goodsnames.HeaderText = "产品名称";
  837. this.goodsnames.Name = "goodsnames";
  838. this.goodsnames.ReadOnly = true;
  839. //
  840. // BarCode
  841. //
  842. this.BarCode.DataPropertyName = "BarCode";
  843. this.BarCode.HeaderText = "产品条码";
  844. this.BarCode.MinimumWidth = 6;
  845. this.BarCode.Name = "BarCode";
  846. this.BarCode.ReadOnly = true;
  847. this.BarCode.Width = 125;
  848. //
  849. // handoverTime
  850. //
  851. this.handoverTime.DataPropertyName = "bTime";
  852. dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
  853. this.handoverTime.DefaultCellStyle = dataGridViewCellStyle4;
  854. this.handoverTime.HeaderText = "撤销时间";
  855. this.handoverTime.MinimumWidth = 6;
  856. this.handoverTime.Name = "handoverTime";
  857. this.handoverTime.ReadOnly = true;
  858. this.handoverTime.Width = 125;
  859. //
  860. // handoverUsercode
  861. //
  862. this.handoverUsercode.DataPropertyName = "bUsercode";
  863. this.handoverUsercode.HeaderText = "撤销工号";
  864. this.handoverUsercode.MinimumWidth = 6;
  865. this.handoverUsercode.Name = "handoverUsercode";
  866. this.handoverUsercode.ReadOnly = true;
  867. this.handoverUsercode.Width = 125;
  868. //
  869. // GroutingUserCode
  870. //
  871. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  872. this.GroutingUserCode.HeaderText = "成型工号";
  873. this.GroutingUserCode.MinimumWidth = 6;
  874. this.GroutingUserCode.Name = "GroutingUserCode";
  875. this.GroutingUserCode.ReadOnly = true;
  876. this.GroutingUserCode.Width = 125;
  877. //
  878. // groutingmouldcode
  879. //
  880. this.groutingmouldcode.DataPropertyName = "groutingmouldcode";
  881. this.groutingmouldcode.HeaderText = "模具编号";
  882. this.groutingmouldcode.MinimumWidth = 6;
  883. this.groutingmouldcode.Name = "groutingmouldcode";
  884. this.groutingmouldcode.ReadOnly = true;
  885. this.groutingmouldcode.Width = 125;
  886. //
  887. // groutinglinecode
  888. //
  889. this.groutinglinecode.DataPropertyName = "groutinglinecode";
  890. this.groutinglinecode.HeaderText = "成型线编码";
  891. this.groutinglinecode.MinimumWidth = 6;
  892. this.groutinglinecode.Name = "groutinglinecode";
  893. this.groutinglinecode.ReadOnly = true;
  894. this.groutinglinecode.Width = 125;
  895. //
  896. // GDate
  897. //
  898. this.GDate.DataPropertyName = "GDate";
  899. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  900. dataGridViewCellStyle5.Format = "yyyy-MM-dd";
  901. this.GDate.DefaultCellStyle = dataGridViewCellStyle5;
  902. this.GDate.HeaderText = "注浆日期";
  903. this.GDate.MinimumWidth = 6;
  904. this.GDate.Name = "GDate";
  905. this.GDate.ReadOnly = true;
  906. this.GDate.Width = 125;
  907. //
  908. // F_RPT_030109
  909. //
  910. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  911. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  912. this.ClientSize = new System.Drawing.Size(1043, 485);
  913. this.Controls.Add(this.tsrOperate);
  914. this.Controls.Add(this.gbxCondition);
  915. this.Controls.Add(this.tblReportModule);
  916. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  917. this.Name = "F_RPT_030109";
  918. this.Text = "撤销产品汇总表";
  919. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030103_1_FormClosed);
  920. this.Load += new System.EventHandler(this.F_RPT_030103_1_Load);
  921. this.tapReportModuleDetail.ResumeLayout(false);
  922. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedureDetail)).EndInit();
  923. this.tsrOperate.ResumeLayout(false);
  924. this.tsrOperate.PerformLayout();
  925. this.gbxCondition.ResumeLayout(false);
  926. this.gbxCondition.PerformLayout();
  927. this.tblReportModule.ResumeLayout(false);
  928. this.tapReportModule.ResumeLayout(false);
  929. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).EndInit();
  930. this.ResumeLayout(false);
  931. }
  932. #endregion
  933. private System.Windows.Forms.TabPage tapReportModuleDetail;
  934. private Basics.BaseControls.C_DataGridView dgvRptProcedureDetail;
  935. private Basics.BaseControls.C_ToolStrip tsrOperate;
  936. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  937. private System.Windows.Forms.ToolStripButton tsbtnClose;
  938. private Basics.BaseControls.C_GroupBox gbxCondition;
  939. private Controls.SearchTextBox.dkUserInfoSearchBox dkUserInfoSearchBox;
  940. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  941. private Basics.BaseControls.C_Label lblAccountDateEnd;
  942. private Basics.BaseControls.C_DateTimePicker dtpPDateEnd;
  943. private Basics.BaseControls.C_DateTimePicker dtpPDateStart;
  944. private Basics.BaseControls.C_Button btnClearCondition;
  945. private Basics.BaseControls.C_Button btnSearch;
  946. private System.Windows.Forms.TabControl tblReportModule;
  947. private System.Windows.Forms.TabPage tapReportModule;
  948. private Basics.BaseControls.C_DataGridView dgvRptProcedure;
  949. private Basics.BaseControls.C_CheckBox chkBack;
  950. private Basics.BaseControls.C_CheckBox chkPDate;
  951. private Basics.BaseControls.C_Label c_Label3;
  952. private Basics.BaseControls.C_DateTimePicker dtpBackDateEnd;
  953. private Basics.BaseControls.C_DateTimePicker dtpBackDateStart;
  954. private Basics.BaseControls.C_TextBox txtGoodCode;
  955. private Basics.BaseControls.C_Label c_Label4;
  956. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedure;
  957. private Basics.BaseControls.C_TXT_Code txtBackUserCode;
  958. private Basics.BaseControls.C_Label c_Label1;
  959. private Basics.BaseControls.C_Label lblGoodsType;
  960. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  961. private Basics.BaseControls.C_Label lblSTAFFNAME;
  962. private Basics.BaseControls.DKTextBox txtSTAFFNAME;
  963. private System.Windows.Forms.DataGridViewTextBoxColumn colProcedureName;
  964. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  965. private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAME;
  966. private System.Windows.Forms.DataGridViewTextBoxColumn ptime;
  967. private System.Windows.Forms.DataGridViewTextBoxColumn colgoodstypename2;
  968. private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsTypeName;
  969. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode1;
  970. private System.Windows.Forms.DataGridViewTextBoxColumn goodsnames;
  971. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  972. private System.Windows.Forms.DataGridViewTextBoxColumn handoverTime;
  973. private System.Windows.Forms.DataGridViewTextBoxColumn handoverUsercode;
  974. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  975. private System.Windows.Forms.DataGridViewTextBoxColumn groutingmouldcode;
  976. private System.Windows.Forms.DataGridViewTextBoxColumn groutinglinecode;
  977. private System.Windows.Forms.DataGridViewTextBoxColumn GDate;
  978. private System.Windows.Forms.DataGridViewTextBoxColumn Procedureid;
  979. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  980. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename2;
  981. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypecode2;
  982. private System.Windows.Forms.DataGridViewTextBoxColumn Userid;
  983. private System.Windows.Forms.DataGridViewTextBoxColumn colUserCode;
  984. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  985. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  986. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  987. private System.Windows.Forms.DataGridViewTextBoxColumn goodsname;
  988. private System.Windows.Forms.DataGridViewTextBoxColumn codecount;
  989. }
  990. }