F_RPT_01040502.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_01040502
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.dgvInProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  33. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  34. this.tsbtnSelect = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnCreate = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  41. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  42. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.logoname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.upName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.unitprice = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  46. this.goodsid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.logoid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.upid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. ((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).BeginInit();
  50. this.tsrOperate.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // dgvInProduction
  54. //
  55. this.dgvInProduction.AllowUserToAddRows = false;
  56. this.dgvInProduction.AllowUserToDeleteRows = false;
  57. this.dgvInProduction.AllowUserToModifyRows = true;
  58. this.dgvInProduction.AllowUserToOrderColumns = true;
  59. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  60. this.dgvInProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  61. this.dgvInProduction.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  62. | System.Windows.Forms.AnchorStyles.Left)
  63. | System.Windows.Forms.AnchorStyles.Right)));
  64. this.dgvInProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  65. this.dgvInProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  66. this.dgvInProduction.CellHeight = 23;
  67. this.dgvInProduction.ChildNodeColumnName = null;
  68. this.dgvInProduction.ChildNodeColumnText = null;
  69. this.dgvInProduction.ColumnDeep = 1;
  70. this.dgvInProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  71. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  72. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  73. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  75. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  76. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  77. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  78. this.dgvInProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  79. this.dgvInProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  80. this.dgvInProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  81. this.Sel,
  82. this.GoodsCode,
  83. this.logoname,
  84. this.upName,
  85. this.unitprice,
  86. this.goodsid,
  87. this.logoid,
  88. this.upid});
  89. this.dgvInProduction.ColumnTreeView = null;
  90. this.dgvInProduction.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)));
  91. this.dgvInProduction.DynamicColumnName = "";
  92. this.dgvInProduction.EnableHeadersVisualStyles = false;
  93. this.dgvInProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.dgvInProduction.HorizontalMergeColumn = null;
  95. this.dgvInProduction.IsAutoCountSum = true;
  96. this.dgvInProduction.IsAutoResizeColumns = false;
  97. this.dgvInProduction.IsClickF12 = false;
  98. this.dgvInProduction.IsOpenMergeCellFlag = false;
  99. this.dgvInProduction.IsSubTotalFlag = false;
  100. this.dgvInProduction.IsTopDeep = false;
  101. this.dgvInProduction.Location = new System.Drawing.Point(0, 38);
  102. this.dgvInProduction.MergeColumnNames = null;
  103. this.dgvInProduction.MergeDetailColumnNames = null;
  104. this.dgvInProduction.MergeDetailOnlyColumn = null;
  105. this.dgvInProduction.MergeOnlyColumn = null;
  106. this.dgvInProduction.MultiSelect = false;
  107. this.dgvInProduction.Name = "dgvInProduction";
  108. this.dgvInProduction.ReadOnly = true;
  109. this.dgvInProduction.RefreshAtHscroll = false;
  110. this.dgvInProduction.RowHeadersWidth = 50;
  111. this.dgvInProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  112. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  113. this.dgvInProduction.RowsDefaultCellStyle = dataGridViewCellStyle8;
  114. this.dgvInProduction.RowTemplate.Height = 21;
  115. this.dgvInProduction.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  116. this.dgvInProduction.Size = new System.Drawing.Size(1119, 363);
  117. this.dgvInProduction.SortOrderColumnName = null;
  118. this.dgvInProduction.TabIndex = 2;
  119. this.dgvInProduction.Tag = true;
  120. this.dgvInProduction.TotalSumColumns = null;
  121. this.dgvInProduction.ViewRowFilter = "";
  122. //
  123. // tsrOperate
  124. //
  125. this.tsrOperate.AutoSize = false;
  126. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  127. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  129. this.tsbtnSelect,
  130. this.tsbtnCreate,
  131. this.tsbtnSave,
  132. this.tsbtnDelete,
  133. this.toolStripSeparator1,
  134. this.tsbtnAdaptive,
  135. this.tsbtnClose});
  136. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  137. this.tsrOperate.Name = "tsrOperate";
  138. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  139. this.tsrOperate.ShowItemToolTips = false;
  140. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  141. this.tsrOperate.TabIndex = 0;
  142. this.tsrOperate.Text = "toolStrip1";
  143. //
  144. // tsbtnSelect
  145. //
  146. this.tsbtnSelect.AutoSize = false;
  147. this.tsbtnSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.tsbtnSelect.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  149. this.tsbtnSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
  150. this.tsbtnSelect.Name = "tsbtnSelect";
  151. this.tsbtnSelect.Size = new System.Drawing.Size(60, 25);
  152. this.tsbtnSelect.Text = "刷新(&R)";
  153. //
  154. // tsbtnCreate
  155. //
  156. this.tsbtnCreate.AutoSize = false;
  157. this.tsbtnCreate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.tsbtnCreate.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  159. this.tsbtnCreate.ImageTransparentColor = System.Drawing.Color.Magenta;
  160. this.tsbtnCreate.Name = "tsbtnCreate";
  161. this.tsbtnCreate.Size = new System.Drawing.Size(60, 25);
  162. this.tsbtnCreate.Text = "生成(&C)";
  163. //
  164. // tsbtnSave
  165. //
  166. this.tsbtnSave.AutoSize = false;
  167. this.tsbtnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  169. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  170. this.tsbtnSave.Name = "tsbtnSave";
  171. this.tsbtnSave.Size = new System.Drawing.Size(60, 25);
  172. this.tsbtnSave.Text = "保存(&S)";
  173. //
  174. // tsbtnDelete
  175. //
  176. this.tsbtnDelete.AutoSize = false;
  177. this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  179. this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  180. this.tsbtnDelete.Name = "tsbtnDelete";
  181. this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
  182. this.tsbtnDelete.Text = "删除(&D)";
  183. //
  184. // toolStripSeparator1
  185. //
  186. this.toolStripSeparator1.AutoSize = false;
  187. this.toolStripSeparator1.Name = "toolStripSeparator1";
  188. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  189. //
  190. // tsbtnAdaptive
  191. //
  192. this.tsbtnAdaptive.AutoSize = false;
  193. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  195. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  196. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  197. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  198. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  199. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  200. //
  201. // tsbtnClose
  202. //
  203. this.tsbtnClose.AutoSize = false;
  204. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  206. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  207. this.tsbtnClose.Name = "tsbtnClose";
  208. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  209. this.tsbtnClose.Text = "关闭(&X)";
  210. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  211. //
  212. // Sel
  213. //
  214. this.Sel.HeaderText = "选择";
  215. this.Sel.Name = "Sel";
  216. this.Sel.ReadOnly = true;
  217. //
  218. // GoodsCode
  219. //
  220. this.GoodsCode.DataPropertyName = "GoodsCode";
  221. this.GoodsCode.HeaderText = "产品编码";
  222. this.GoodsCode.Name = "GoodsCode";
  223. this.GoodsCode.ReadOnly = true;
  224. //
  225. // logoname
  226. //
  227. this.logoname.DataPropertyName = "logoname";
  228. this.logoname.HeaderText = "产品商标";
  229. this.logoname.Name = "logoname";
  230. this.logoname.ReadOnly = true;
  231. //
  232. // upName
  233. //
  234. this.upName.DataPropertyName = "upName";
  235. this.upName.HeaderText = "单值名";
  236. this.upName.Name = "upName";
  237. this.upName.ReadOnly = true;
  238. //
  239. // unitprice
  240. //
  241. this.unitprice.DataPropertyName = "unitprice";
  242. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  243. dataGridViewCellStyle7.Format = "N6";
  244. this.unitprice.DefaultCellStyle = dataGridViewCellStyle7;
  245. this.unitprice.HeaderText = "单值";
  246. this.unitprice.MaxValue = new decimal(new int[] {
  247. 0,
  248. 0,
  249. 0,
  250. 0});
  251. this.unitprice.MinValue = new decimal(new int[] {
  252. 0,
  253. 0,
  254. 0,
  255. 0});
  256. this.unitprice.Name = "unitprice";
  257. this.unitprice.Number = new Dongke.IBOSS.PRD.Basics.BaseControls.DNumber(6, 6);
  258. this.unitprice.ReadOnly = true;
  259. this.unitprice.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  260. this.unitprice.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  261. //
  262. // goodsid
  263. //
  264. this.goodsid.DataPropertyName = "goodsid";
  265. this.goodsid.HeaderText = "goodsid";
  266. this.goodsid.Name = "goodsid";
  267. this.goodsid.ReadOnly = true;
  268. this.goodsid.Visible = false;
  269. //
  270. // logoid
  271. //
  272. this.logoid.HeaderText = "logoid";
  273. this.logoid.Name = "logoid";
  274. this.logoid.ReadOnly = true;
  275. this.logoid.Visible = false;
  276. //
  277. // upid
  278. //
  279. this.upid.HeaderText = "upid";
  280. this.upid.Name = "upid";
  281. this.upid.ReadOnly = true;
  282. this.upid.Visible = false;
  283. //
  284. // F_RPT_01040502
  285. //
  286. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  287. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  288. this.ClientSize = new System.Drawing.Size(1131, 401);
  289. this.Controls.Add(this.dgvInProduction);
  290. this.Controls.Add(this.tsrOperate);
  291. this.Name = "F_RPT_01040502";
  292. this.RightToLeftLayout = true;
  293. this.Text = "产品单值";
  294. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010401_FormClosed);
  295. this.Load += new System.EventHandler(this.F_RPT_010401_Load);
  296. ((System.ComponentModel.ISupportInitialize)(this.dgvInProduction)).EndInit();
  297. this.tsrOperate.ResumeLayout(false);
  298. this.tsrOperate.PerformLayout();
  299. this.ResumeLayout(false);
  300. }
  301. #endregion
  302. private Basics.BaseControls.C_ToolStrip tsrOperate;
  303. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  304. private System.Windows.Forms.ToolStripButton tsbtnClose;
  305. private Basics.BaseControls.C_DataGridView dgvInProduction;
  306. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  307. private System.Windows.Forms.ToolStripButton tsbtnSave;
  308. private System.Windows.Forms.ToolStripButton tsbtnCreate;
  309. private System.Windows.Forms.ToolStripButton tsbtnSelect;
  310. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  311. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  312. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  313. private System.Windows.Forms.DataGridViewTextBoxColumn logoname;
  314. private System.Windows.Forms.DataGridViewTextBoxColumn upName;
  315. private Basics.BaseControls.C_DGV_Column_Digital unitprice;
  316. private System.Windows.Forms.DataGridViewTextBoxColumn goodsid;
  317. private System.Windows.Forms.DataGridViewTextBoxColumn logoid;
  318. private System.Windows.Forms.DataGridViewTextBoxColumn upid;
  319. }
  320. }