F_RPT_010301_1.Designer.cs 29 KB

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