F_PC_1201.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_1201
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  39. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  41. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  42. this.tsbtnCarryover = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnUndoCarryover = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnAutoCarryover = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  47. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  48. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  49. this.dtpMonthEnd = new Dongke.WinForm.Controls.DtpMonth();
  50. this.dtpMonthBegin = new Dongke.WinForm.Controls.DtpMonth();
  51. this.txtRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  52. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  53. this.lblLabel8 = new Dongke.WinForm.Controls.LblLabel();
  54. this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
  55. this.dgvCarryOver = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  56. this.YYYYMM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.BeginDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.EndDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  61. this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  62. this.D_YYYYMM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.goodstypeName2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.MouldNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.tsrToolStrip1.SuspendLayout();
  68. this.grpCollapsible1.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgvCarryOver)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  71. this.splitContainer1.Panel1.SuspendLayout();
  72. this.splitContainer1.Panel2.SuspendLayout();
  73. this.splitContainer1.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // tsrToolStrip1
  78. //
  79. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  81. this.tsbtnSearch,
  82. this.tsbtnClearCondition,
  83. this.toolStripSeparator4,
  84. this.tsbtnCarryover,
  85. this.tsbtnUndoCarryover,
  86. this.tsbtnAutoCarryover,
  87. this.toolStripSeparator1,
  88. this.tsbtnAdaptive,
  89. this.tsbtnClose});
  90. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  91. this.tsrToolStrip1.Name = "tsrToolStrip1";
  92. this.tsrToolStrip1.Size = new System.Drawing.Size(793, 35);
  93. this.tsrToolStrip1.TabIndex = 0;
  94. //
  95. // tsbtnSearch
  96. //
  97. this.tsbtnSearch.AutoSize = false;
  98. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  100. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  101. this.tsbtnSearch.Name = "tsbtnSearch";
  102. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  103. this.tsbtnSearch.Text = "查询(&Q)";
  104. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  105. //
  106. // tsbtnClearCondition
  107. //
  108. this.tsbtnClearCondition.AutoSize = false;
  109. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  111. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  112. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  113. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  114. this.tsbtnClearCondition.Text = "清空条件(&C)";
  115. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  116. //
  117. // toolStripSeparator4
  118. //
  119. this.toolStripSeparator4.AutoSize = false;
  120. this.toolStripSeparator4.Name = "toolStripSeparator4";
  121. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  122. //
  123. // tsbtnCarryover
  124. //
  125. this.tsbtnCarryover.AutoSize = false;
  126. this.tsbtnCarryover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.tsbtnCarryover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  128. this.tsbtnCarryover.ImageTransparentColor = System.Drawing.Color.Magenta;
  129. this.tsbtnCarryover.Name = "tsbtnCarryover";
  130. this.tsbtnCarryover.Size = new System.Drawing.Size(60, 25);
  131. this.tsbtnCarryover.Text = "结转(&D)";
  132. this.tsbtnCarryover.Click += new System.EventHandler(this.tsbtnCarryover_Click);
  133. //
  134. // tsbtnUndoCarryover
  135. //
  136. this.tsbtnUndoCarryover.AutoSize = false;
  137. this.tsbtnUndoCarryover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.tsbtnUndoCarryover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  139. this.tsbtnUndoCarryover.ImageTransparentColor = System.Drawing.Color.Magenta;
  140. this.tsbtnUndoCarryover.Name = "tsbtnUndoCarryover";
  141. this.tsbtnUndoCarryover.Size = new System.Drawing.Size(60, 25);
  142. this.tsbtnUndoCarryover.Text = "反结(&U)";
  143. this.tsbtnUndoCarryover.Click += new System.EventHandler(this.tsbtnUndoCarryover_Click);
  144. //
  145. // tsbtnAutoCarryover
  146. //
  147. this.tsbtnAutoCarryover.AutoSize = false;
  148. this.tsbtnAutoCarryover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.tsbtnAutoCarryover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  150. this.tsbtnAutoCarryover.ImageTransparentColor = System.Drawing.Color.Magenta;
  151. this.tsbtnAutoCarryover.Name = "tsbtnAutoCarryover";
  152. this.tsbtnAutoCarryover.Size = new System.Drawing.Size(100, 25);
  153. this.tsbtnAutoCarryover.Text = "自动结转设置(&S)";
  154. this.tsbtnAutoCarryover.Click += new System.EventHandler(this.tsbtnAutoCarryover_Click);
  155. //
  156. // toolStripSeparator1
  157. //
  158. this.toolStripSeparator1.AutoSize = false;
  159. this.toolStripSeparator1.Name = "toolStripSeparator1";
  160. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  161. //
  162. // tsbtnAdaptive
  163. //
  164. this.tsbtnAdaptive.AutoSize = false;
  165. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  167. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  168. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  169. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  170. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  171. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  172. //
  173. // tsbtnClose
  174. //
  175. this.tsbtnClose.AutoSize = false;
  176. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  178. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  179. this.tsbtnClose.Name = "tsbtnClose";
  180. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  181. this.tsbtnClose.Text = "关闭(&X)";
  182. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  183. //
  184. // grpCollapsible1
  185. //
  186. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  187. | System.Windows.Forms.AnchorStyles.Right)));
  188. this.grpCollapsible1.Controls.Add(this.dtpMonthEnd);
  189. this.grpCollapsible1.Controls.Add(this.dtpMonthBegin);
  190. this.grpCollapsible1.Controls.Add(this.txtRemarks);
  191. this.grpCollapsible1.Controls.Add(this.lblLabel1);
  192. this.grpCollapsible1.Controls.Add(this.lblLabel8);
  193. this.grpCollapsible1.Controls.Add(this.lblLabel6);
  194. this.grpCollapsible1.Location = new System.Drawing.Point(0, 38);
  195. this.grpCollapsible1.Name = "grpCollapsible1";
  196. this.grpCollapsible1.Size = new System.Drawing.Size(781, 51);
  197. this.grpCollapsible1.TabIndex = 1;
  198. this.grpCollapsible1.TabStop = false;
  199. this.grpCollapsible1.Text = "查询条件";
  200. //
  201. // dtpMonthEnd
  202. //
  203. this.dtpMonthEnd.AllowNull = false;
  204. this.dtpMonthEnd.Location = new System.Drawing.Point(214, 20);
  205. this.dtpMonthEnd.Name = "dtpMonthEnd";
  206. this.dtpMonthEnd.Size = new System.Drawing.Size(120, 21);
  207. this.dtpMonthEnd.TabIndex = 3;
  208. this.dtpMonthEnd.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
  209. //
  210. // dtpMonthBegin
  211. //
  212. this.dtpMonthBegin.AllowNull = false;
  213. this.dtpMonthBegin.Location = new System.Drawing.Point(71, 20);
  214. this.dtpMonthBegin.Name = "dtpMonthBegin";
  215. this.dtpMonthBegin.Size = new System.Drawing.Size(120, 21);
  216. this.dtpMonthBegin.TabIndex = 1;
  217. this.dtpMonthBegin.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
  218. //
  219. // txtRemarks
  220. //
  221. this.txtRemarks.Location = new System.Drawing.Point(384, 20);
  222. this.txtRemarks.Name = "txtRemarks";
  223. this.txtRemarks.Size = new System.Drawing.Size(241, 21);
  224. this.txtRemarks.TabIndex = 5;
  225. //
  226. // lblLabel1
  227. //
  228. this.lblLabel1.Location = new System.Drawing.Point(12, 24);
  229. this.lblLabel1.Name = "lblLabel1";
  230. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  231. this.lblLabel1.TabIndex = 0;
  232. this.lblLabel1.Text = "结转月份";
  233. //
  234. // lblLabel8
  235. //
  236. this.lblLabel8.Location = new System.Drawing.Point(349, 24);
  237. this.lblLabel8.Name = "lblLabel8";
  238. this.lblLabel8.Size = new System.Drawing.Size(29, 12);
  239. this.lblLabel8.TabIndex = 4;
  240. this.lblLabel8.Text = "备注";
  241. //
  242. // lblLabel6
  243. //
  244. this.lblLabel6.Location = new System.Drawing.Point(197, 24);
  245. this.lblLabel6.Name = "lblLabel6";
  246. this.lblLabel6.Size = new System.Drawing.Size(11, 12);
  247. this.lblLabel6.TabIndex = 2;
  248. this.lblLabel6.Text = "-";
  249. //
  250. // dgvCarryOver
  251. //
  252. this.dgvCarryOver.AllowUserToAddRows = false;
  253. this.dgvCarryOver.AllowUserToDeleteRows = false;
  254. this.dgvCarryOver.AllowUserToModifyRows = true;
  255. this.dgvCarryOver.AllowUserToOrderColumns = true;
  256. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  257. this.dgvCarryOver.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  258. this.dgvCarryOver.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  259. this.dgvCarryOver.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  260. this.dgvCarryOver.CellHeight = 23;
  261. this.dgvCarryOver.ChildNodeColumnName = null;
  262. this.dgvCarryOver.ChildNodeColumnText = null;
  263. this.dgvCarryOver.ColumnDeep = 1;
  264. this.dgvCarryOver.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  265. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  266. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  267. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  269. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  270. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  271. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  272. this.dgvCarryOver.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  273. this.dgvCarryOver.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  274. this.dgvCarryOver.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  275. this.YYYYMM,
  276. this.BeginDate,
  277. this.EndDate,
  278. this.Remarks});
  279. this.dgvCarryOver.ColumnTreeView = null;
  280. this.dgvCarryOver.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)));
  281. this.dgvCarryOver.Dock = System.Windows.Forms.DockStyle.Fill;
  282. this.dgvCarryOver.DynamicColumnName = "";
  283. this.dgvCarryOver.EnableHeadersVisualStyles = false;
  284. this.dgvCarryOver.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.dgvCarryOver.FormatQuantityColumns = null;
  286. this.dgvCarryOver.HorizontalMergeColumn = null;
  287. this.dgvCarryOver.IsAutoCountSum = true;
  288. this.dgvCarryOver.IsAutoResizeColumns = false;
  289. this.dgvCarryOver.IsClickF12 = false;
  290. this.dgvCarryOver.IsOpenMergeCellFlag = false;
  291. this.dgvCarryOver.IsSubTotalFlag = false;
  292. this.dgvCarryOver.IsTopDeep = false;
  293. this.dgvCarryOver.Location = new System.Drawing.Point(0, 0);
  294. this.dgvCarryOver.MergeColumnNames = null;
  295. this.dgvCarryOver.MergeDetailColumnNames = null;
  296. this.dgvCarryOver.MergeDetailOnlyColumn = null;
  297. this.dgvCarryOver.MergeOnlyColumn = null;
  298. this.dgvCarryOver.MultiSelect = false;
  299. this.dgvCarryOver.Name = "dgvCarryOver";
  300. this.dgvCarryOver.ReadOnly = true;
  301. this.dgvCarryOver.RefreshAtHscroll = false;
  302. this.dgvCarryOver.RowHeadersWidth = 50;
  303. this.dgvCarryOver.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  304. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  305. this.dgvCarryOver.RowsDefaultCellStyle = dataGridViewCellStyle6;
  306. this.dgvCarryOver.RowTemplate.Height = 21;
  307. this.dgvCarryOver.Size = new System.Drawing.Size(490, 262);
  308. this.dgvCarryOver.SortOrderColumnName = null;
  309. this.dgvCarryOver.TabIndex = 0;
  310. this.dgvCarryOver.Tag = true;
  311. this.dgvCarryOver.TotalSumColumns = null;
  312. this.dgvCarryOver.ViewRowFilter = "";
  313. this.dgvCarryOver.SelectionChanged += new System.EventHandler(this.dgvCarryOver_SelectionChanged);
  314. //
  315. // YYYYMM
  316. //
  317. this.YYYYMM.DataPropertyName = "YYYYMM";
  318. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  319. this.YYYYMM.DefaultCellStyle = dataGridViewCellStyle3;
  320. this.YYYYMM.HeaderText = "年月";
  321. this.YYYYMM.Name = "YYYYMM";
  322. this.YYYYMM.ReadOnly = true;
  323. this.YYYYMM.Width = 60;
  324. //
  325. // BeginDate
  326. //
  327. this.BeginDate.DataPropertyName = "BeginDate";
  328. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  329. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  330. this.BeginDate.DefaultCellStyle = dataGridViewCellStyle4;
  331. this.BeginDate.HeaderText = "起始日期";
  332. this.BeginDate.Name = "BeginDate";
  333. this.BeginDate.ReadOnly = true;
  334. //
  335. // EndDate
  336. //
  337. this.EndDate.DataPropertyName = "EndDate";
  338. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  339. dataGridViewCellStyle5.Format = "yyyy-MM-dd";
  340. this.EndDate.DefaultCellStyle = dataGridViewCellStyle5;
  341. this.EndDate.HeaderText = "结束日期";
  342. this.EndDate.Name = "EndDate";
  343. this.EndDate.ReadOnly = true;
  344. //
  345. // Remarks
  346. //
  347. this.Remarks.DataPropertyName = "Remarks";
  348. this.Remarks.HeaderText = "备注";
  349. this.Remarks.Name = "Remarks";
  350. this.Remarks.ReadOnly = true;
  351. //
  352. // splitContainer1
  353. //
  354. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  355. | System.Windows.Forms.AnchorStyles.Left)
  356. | System.Windows.Forms.AnchorStyles.Right)));
  357. this.splitContainer1.Location = new System.Drawing.Point(0, 95);
  358. this.splitContainer1.Name = "splitContainer1";
  359. //
  360. // splitContainer1.Panel1
  361. //
  362. this.splitContainer1.Panel1.Controls.Add(this.dgvCarryOver);
  363. //
  364. // splitContainer1.Panel2
  365. //
  366. this.splitContainer1.Panel2.Controls.Add(this.dgvDetail);
  367. this.splitContainer1.Size = new System.Drawing.Size(781, 262);
  368. this.splitContainer1.SplitterDistance = 490;
  369. this.splitContainer1.TabIndex = 3;
  370. //
  371. // dgvDetail
  372. //
  373. this.dgvDetail.AllowUserToAddRows = false;
  374. this.dgvDetail.AllowUserToDeleteRows = false;
  375. this.dgvDetail.AllowUserToModifyRows = true;
  376. this.dgvDetail.AllowUserToOrderColumns = true;
  377. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  378. this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  379. this.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  380. this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  381. this.dgvDetail.CellHeight = 23;
  382. this.dgvDetail.ChildNodeColumnName = null;
  383. this.dgvDetail.ChildNodeColumnText = null;
  384. this.dgvDetail.ColumnDeep = 1;
  385. this.dgvDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  386. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  387. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  388. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  390. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  391. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  392. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  393. this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  394. this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  395. this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  396. this.D_YYYYMM,
  397. this.GoodsID,
  398. this.goodstypeName2,
  399. this.GoodsCode,
  400. this.MouldNum});
  401. this.dgvDetail.ColumnTreeView = null;
  402. this.dgvDetail.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)));
  403. this.dgvDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  404. this.dgvDetail.DynamicColumnName = "";
  405. this.dgvDetail.EnableHeadersVisualStyles = false;
  406. this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.dgvDetail.FormatQuantityColumns = null;
  408. this.dgvDetail.HorizontalMergeColumn = null;
  409. this.dgvDetail.IsAutoCountSum = true;
  410. this.dgvDetail.IsAutoResizeColumns = false;
  411. this.dgvDetail.IsClickF12 = false;
  412. this.dgvDetail.IsOpenMergeCellFlag = false;
  413. this.dgvDetail.IsSubTotalFlag = false;
  414. this.dgvDetail.IsTopDeep = false;
  415. this.dgvDetail.Location = new System.Drawing.Point(0, 0);
  416. this.dgvDetail.MergeColumnNames = null;
  417. this.dgvDetail.MergeDetailColumnNames = null;
  418. this.dgvDetail.MergeDetailOnlyColumn = null;
  419. this.dgvDetail.MergeOnlyColumn = null;
  420. this.dgvDetail.MultiSelect = false;
  421. this.dgvDetail.Name = "dgvDetail";
  422. this.dgvDetail.ReadOnly = true;
  423. this.dgvDetail.RefreshAtHscroll = false;
  424. this.dgvDetail.RowHeadersWidth = 50;
  425. this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  426. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  427. this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle10;
  428. this.dgvDetail.RowTemplate.Height = 21;
  429. this.dgvDetail.Size = new System.Drawing.Size(287, 262);
  430. this.dgvDetail.SortOrderColumnName = null;
  431. this.dgvDetail.TabIndex = 0;
  432. this.dgvDetail.Tag = true;
  433. this.dgvDetail.TotalSumColumns = null;
  434. this.dgvDetail.ViewRowFilter = "";
  435. //
  436. // D_YYYYMM
  437. //
  438. this.D_YYYYMM.DataPropertyName = "YYYYMM";
  439. this.D_YYYYMM.HeaderText = "YYYYMM";
  440. this.D_YYYYMM.Name = "D_YYYYMM";
  441. this.D_YYYYMM.ReadOnly = true;
  442. this.D_YYYYMM.Visible = false;
  443. //
  444. // GoodsID
  445. //
  446. this.GoodsID.DataPropertyName = "GoodsID";
  447. this.GoodsID.HeaderText = "GoodsID";
  448. this.GoodsID.Name = "GoodsID";
  449. this.GoodsID.ReadOnly = true;
  450. this.GoodsID.Visible = false;
  451. //
  452. // goodstypeName2
  453. //
  454. this.goodstypeName2.DataPropertyName = "goodstypeName2";
  455. this.goodstypeName2.HeaderText = "二级类别";
  456. this.goodstypeName2.Name = "goodstypeName2";
  457. this.goodstypeName2.ReadOnly = true;
  458. //
  459. // GoodsCode
  460. //
  461. this.GoodsCode.DataPropertyName = "GoodsCode";
  462. this.GoodsCode.HeaderText = "产品编码";
  463. this.GoodsCode.Name = "GoodsCode";
  464. this.GoodsCode.ReadOnly = true;
  465. //
  466. // MouldNum
  467. //
  468. this.MouldNum.DataPropertyName = "MouldNum";
  469. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  470. dataGridViewCellStyle9.Format = "N0";
  471. this.MouldNum.DefaultCellStyle = dataGridViewCellStyle9;
  472. this.MouldNum.HeaderText = "模具数量";
  473. this.MouldNum.Name = "MouldNum";
  474. this.MouldNum.ReadOnly = true;
  475. //
  476. // F_PC_1201
  477. //
  478. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  479. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  480. this.ClientSize = new System.Drawing.Size(793, 357);
  481. this.Controls.Add(this.splitContainer1);
  482. this.Controls.Add(this.grpCollapsible1);
  483. this.Controls.Add(this.tsrToolStrip1);
  484. this.Name = "F_PC_1201";
  485. this.Text = "模具库存结转";
  486. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_1001_FormClosed);
  487. this.Load += new System.EventHandler(this.F_PC_1001_Load);
  488. this.tsrToolStrip1.ResumeLayout(false);
  489. this.tsrToolStrip1.PerformLayout();
  490. this.grpCollapsible1.ResumeLayout(false);
  491. this.grpCollapsible1.PerformLayout();
  492. ((System.ComponentModel.ISupportInitialize)(this.dgvCarryOver)).EndInit();
  493. this.splitContainer1.Panel1.ResumeLayout(false);
  494. this.splitContainer1.Panel2.ResumeLayout(false);
  495. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  496. this.splitContainer1.ResumeLayout(false);
  497. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
  498. this.ResumeLayout(false);
  499. }
  500. #endregion
  501. private Dongke.WinForm.Controls.TsrToolStrip tsrToolStrip1;
  502. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  503. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  504. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  505. private System.Windows.Forms.ToolStripButton tsbtnCarryover;
  506. private System.Windows.Forms.ToolStripButton tsbtnUndoCarryover;
  507. private System.Windows.Forms.ToolStripButton tsbtnAutoCarryover;
  508. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  509. private System.Windows.Forms.ToolStripButton tsbtnClose;
  510. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  511. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  512. private Basics.BaseControls.C_DataGridView dgvCarryOver;
  513. private WinForm.Controls.LblLabel lblLabel6;
  514. private WinForm.Controls.TxtTextBox txtRemarks;
  515. private WinForm.Controls.LblLabel lblLabel8;
  516. private WinForm.Controls.LblLabel lblLabel1;
  517. private System.Windows.Forms.SplitContainer splitContainer1;
  518. private WinForm.Controls.DtpMonth dtpMonthBegin;
  519. private WinForm.Controls.DtpMonth dtpMonthEnd;
  520. private Basics.BaseControls.C_DataGridView dgvDetail;
  521. private System.Windows.Forms.DataGridViewTextBoxColumn YYYYMM;
  522. private System.Windows.Forms.DataGridViewTextBoxColumn BeginDate;
  523. private System.Windows.Forms.DataGridViewTextBoxColumn EndDate;
  524. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  525. private System.Windows.Forms.DataGridViewTextBoxColumn D_YYYYMM;
  526. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  527. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypeName2;
  528. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  529. private System.Windows.Forms.DataGridViewTextBoxColumn MouldNum;
  530. }
  531. }