F_RPT_010405.Designer.cs 26 KB

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