F_PP_0201.Designer.cs 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.PPModule
  3. {
  4. partial class F_PP_0201
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  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 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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PP_0201));
  36. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  37. this.dgvPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  38. this.PlanTypeId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.PlanId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.PlanName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.PlanTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.YearNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.MonthNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.StartDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.EndDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.PlanVer = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.GOODSID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.PLANGOODSID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.GOODSMODEL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.PLANQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.PLANREMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.grpCollapsible = new Dongke.WinForm.Controls.GrpCollapsible();
  58. this.pMonthNo = new System.Windows.Forms.NumericUpDown();
  59. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  60. this.pYearNo = new System.Windows.Forms.NumericUpDown();
  61. this.btnEmpty = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.pType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  63. this.pName = new Dongke.WinForm.Controls.TxtTextBox();
  64. this.lblName = new Dongke.WinForm.Controls.LblLabel();
  65. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  66. this.showVer = new Dongke.WinForm.Controls.ChkCheckBox();
  67. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  68. this.lblYear = new Dongke.WinForm.Controls.LblLabel();
  69. this.lblRemark = new Dongke.WinForm.Controls.LblLabel();
  70. this.pRemarks = new Dongke.WinForm.Controls.TxtTextBox();
  71. this.tsrTool = new Dongke.WinForm.Controls.TsrToolStrip();
  72. this.tsbtnQuery = new System.Windows.Forms.ToolStripButton();
  73. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  74. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  75. this.tsbtnAdd = new System.Windows.Forms.ToolStripDropDownButton();
  76. this.tsbtnPlanAdd = new System.Windows.Forms.ToolStripMenuItem();
  77. this.tsbtnPlanGoodsAdd = new System.Windows.Forms.ToolStripMenuItem();
  78. this.tsbtnEdit = new System.Windows.Forms.ToolStripDropDownButton();
  79. this.tsbtnPlanEdit = new System.Windows.Forms.ToolStripMenuItem();
  80. this.tsbtnPlanGoodsEdit = new System.Windows.Forms.ToolStripMenuItem();
  81. this.tsbtnDelete = new System.Windows.Forms.ToolStripDropDownButton();
  82. this.tsbtnPlanDelete = new System.Windows.Forms.ToolStripMenuItem();
  83. this.tsbtnPlanGoodsDelete = new System.Windows.Forms.ToolStripMenuItem();
  84. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  85. this.tsbtnCopy = new System.Windows.Forms.ToolStripButton();
  86. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  87. this.tsbtnSame = new System.Windows.Forms.ToolStripButton();
  88. this.tsbtnVer = new System.Windows.Forms.ToolStripButton();
  89. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  90. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  91. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  92. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  93. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  94. this.splitContainer1.Panel1.SuspendLayout();
  95. this.splitContainer1.Panel2.SuspendLayout();
  96. this.splitContainer1.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
  99. this.grpCollapsible.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.pMonthNo)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.pYearNo)).BeginInit();
  102. this.tsrTool.SuspendLayout();
  103. this.SuspendLayout();
  104. //
  105. // splitContainer1
  106. //
  107. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.splitContainer1.Location = new System.Drawing.Point(0, 118);
  109. this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
  110. this.splitContainer1.Name = "splitContainer1";
  111. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  112. //
  113. // splitContainer1.Panel1
  114. //
  115. this.splitContainer1.Panel1.Controls.Add(this.dgvPlan);
  116. //
  117. // splitContainer1.Panel2
  118. //
  119. this.splitContainer1.Panel2.Controls.Add(this.dgvDetail);
  120. this.splitContainer1.Size = new System.Drawing.Size(1492, 518);
  121. this.splitContainer1.SplitterDistance = 182;
  122. this.splitContainer1.SplitterWidth = 5;
  123. this.splitContainer1.TabIndex = 13;
  124. //
  125. // dgvPlan
  126. //
  127. this.dgvPlan.AllowUserToAddRows = false;
  128. this.dgvPlan.AllowUserToDeleteRows = false;
  129. this.dgvPlan.AllowUserToModifyRows = true;
  130. this.dgvPlan.AllowUserToOrderColumns = true;
  131. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  132. this.dgvPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  133. this.dgvPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  134. this.dgvPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  135. this.dgvPlan.CellHeight = 23;
  136. this.dgvPlan.ChildNodeColumnName = null;
  137. this.dgvPlan.ChildNodeColumnText = null;
  138. this.dgvPlan.ColumnDeep = 1;
  139. this.dgvPlan.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  140. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  141. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  142. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  144. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  145. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  146. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  147. this.dgvPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  148. this.dgvPlan.ColumnHeadersHeight = 29;
  149. this.dgvPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  150. this.dgvPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  151. this.PlanTypeId,
  152. this.PlanId,
  153. this.PlanName,
  154. this.PlanTypeName,
  155. this.YearNo,
  156. this.MonthNo,
  157. this.StartDate,
  158. this.EndDate,
  159. this.PlanVer,
  160. this.Remarks});
  161. this.dgvPlan.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  162. this.dgvPlan.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)));
  163. this.dgvPlan.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.dgvPlan.DynamicColumnName = "";
  165. this.dgvPlan.EnableHeadersVisualStyles = false;
  166. this.dgvPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.dgvPlan.FormatQuantityColumns = null;
  168. this.dgvPlan.HorizontalMergeColumn = null;
  169. this.dgvPlan.IsAutoCountSum = true;
  170. this.dgvPlan.IsAutoResizeColumns = false;
  171. this.dgvPlan.IsClickF12 = false;
  172. this.dgvPlan.IsOpenMergeCellFlag = false;
  173. this.dgvPlan.IsSubTotalFlag = false;
  174. this.dgvPlan.IsTopDeep = false;
  175. this.dgvPlan.Location = new System.Drawing.Point(0, 0);
  176. this.dgvPlan.Margin = new System.Windows.Forms.Padding(4);
  177. this.dgvPlan.MergeColumnNames = null;
  178. this.dgvPlan.MergeDetailColumnNames = null;
  179. this.dgvPlan.MergeDetailOnlyColumn = null;
  180. this.dgvPlan.MergeOnlyColumn = null;
  181. this.dgvPlan.MultiSelect = false;
  182. this.dgvPlan.Name = "dgvPlan";
  183. this.dgvPlan.ReadOnly = true;
  184. this.dgvPlan.RefreshAtHscroll = false;
  185. this.dgvPlan.RowHeadersWidth = 50;
  186. this.dgvPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  187. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  188. this.dgvPlan.RowsDefaultCellStyle = dataGridViewCellStyle3;
  189. this.dgvPlan.RowTemplate.Height = 21;
  190. this.dgvPlan.Size = new System.Drawing.Size(1492, 182);
  191. this.dgvPlan.SortOrderColumnName = null;
  192. this.dgvPlan.TabIndex = 8;
  193. this.dgvPlan.Tag = "";
  194. this.dgvPlan.TotalSumColumns = null;
  195. this.dgvPlan.ViewRowFilter = "";
  196. this.dgvPlan.SelectionChanged += new System.EventHandler(this.DgvPlan_SelectionChanged);
  197. this.dgvPlan.DoubleClick += new System.EventHandler(this.DgvPlan_DoubleClick);
  198. //
  199. // PlanTypeId
  200. //
  201. this.PlanTypeId.DataPropertyName = "PlanTypeId";
  202. this.PlanTypeId.HeaderText = "计划类型编号";
  203. this.PlanTypeId.MinimumWidth = 6;
  204. this.PlanTypeId.Name = "PlanTypeId";
  205. this.PlanTypeId.ReadOnly = true;
  206. this.PlanTypeId.Visible = false;
  207. this.PlanTypeId.Width = 125;
  208. //
  209. // PlanId
  210. //
  211. this.PlanId.DataPropertyName = "PlanId";
  212. this.PlanId.HeaderText = "计划编号";
  213. this.PlanId.MinimumWidth = 6;
  214. this.PlanId.Name = "PlanId";
  215. this.PlanId.ReadOnly = true;
  216. this.PlanId.Visible = false;
  217. this.PlanId.Width = 125;
  218. //
  219. // PlanName
  220. //
  221. this.PlanName.DataPropertyName = "PlanName";
  222. this.PlanName.HeaderText = "计划名称";
  223. this.PlanName.MinimumWidth = 6;
  224. this.PlanName.Name = "PlanName";
  225. this.PlanName.ReadOnly = true;
  226. this.PlanName.Width = 125;
  227. //
  228. // PlanTypeName
  229. //
  230. this.PlanTypeName.DataPropertyName = "PlanTypeName";
  231. this.PlanTypeName.HeaderText = "计划类型";
  232. this.PlanTypeName.MinimumWidth = 6;
  233. this.PlanTypeName.Name = "PlanTypeName";
  234. this.PlanTypeName.ReadOnly = true;
  235. this.PlanTypeName.Width = 125;
  236. //
  237. // YearNo
  238. //
  239. this.YearNo.DataPropertyName = "YearNo";
  240. this.YearNo.HeaderText = "计划年度";
  241. this.YearNo.MinimumWidth = 6;
  242. this.YearNo.Name = "YearNo";
  243. this.YearNo.ReadOnly = true;
  244. this.YearNo.Width = 125;
  245. //
  246. // MonthNo
  247. //
  248. this.MonthNo.DataPropertyName = "MonthNo";
  249. this.MonthNo.HeaderText = "计划月份";
  250. this.MonthNo.MinimumWidth = 6;
  251. this.MonthNo.Name = "MonthNo";
  252. this.MonthNo.ReadOnly = true;
  253. this.MonthNo.Width = 125;
  254. //
  255. // StartDate
  256. //
  257. this.StartDate.DataPropertyName = "STARTDATE";
  258. this.StartDate.HeaderText = "开始日期";
  259. this.StartDate.MinimumWidth = 6;
  260. this.StartDate.Name = "StartDate";
  261. this.StartDate.ReadOnly = true;
  262. this.StartDate.Visible = false;
  263. this.StartDate.Width = 125;
  264. //
  265. // EndDate
  266. //
  267. this.EndDate.DataPropertyName = "ENDDATE";
  268. this.EndDate.HeaderText = "结束日期";
  269. this.EndDate.MinimumWidth = 6;
  270. this.EndDate.Name = "EndDate";
  271. this.EndDate.ReadOnly = true;
  272. this.EndDate.Visible = false;
  273. this.EndDate.Width = 125;
  274. //
  275. // PlanVer
  276. //
  277. this.PlanVer.DataPropertyName = "PlanVer";
  278. this.PlanVer.HeaderText = "版本";
  279. this.PlanVer.MinimumWidth = 6;
  280. this.PlanVer.Name = "PlanVer";
  281. this.PlanVer.ReadOnly = true;
  282. this.PlanVer.Width = 125;
  283. //
  284. // Remarks
  285. //
  286. this.Remarks.DataPropertyName = "Remarks";
  287. this.Remarks.HeaderText = "备注";
  288. this.Remarks.MinimumWidth = 6;
  289. this.Remarks.Name = "Remarks";
  290. this.Remarks.ReadOnly = true;
  291. this.Remarks.Width = 125;
  292. //
  293. // dgvDetail
  294. //
  295. this.dgvDetail.AllowUserToAddRows = false;
  296. this.dgvDetail.AllowUserToDeleteRows = false;
  297. this.dgvDetail.AllowUserToModifyRows = true;
  298. this.dgvDetail.AllowUserToOrderColumns = true;
  299. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  300. this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  301. this.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  302. this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  303. this.dgvDetail.CellHeight = 23;
  304. this.dgvDetail.ChildNodeColumnName = null;
  305. this.dgvDetail.ChildNodeColumnText = null;
  306. this.dgvDetail.ColumnDeep = 1;
  307. this.dgvDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  308. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  309. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  310. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  312. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  313. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  314. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  315. this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  316. this.dgvDetail.ColumnHeadersHeight = 29;
  317. this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  318. this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  319. this.GOODSID,
  320. this.PLANGOODSID,
  321. this.GOODSCODE,
  322. this.GOODSNAME,
  323. this.GOODSSPECIFICATION,
  324. this.GOODSMODEL,
  325. this.PLANQUANTITY,
  326. this.PLANREMARKS});
  327. this.dgvDetail.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  328. 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)));
  329. this.dgvDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  330. this.dgvDetail.DynamicColumnName = "";
  331. this.dgvDetail.EnableHeadersVisualStyles = false;
  332. this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.dgvDetail.FormatQuantityColumns = null;
  334. this.dgvDetail.HorizontalMergeColumn = null;
  335. this.dgvDetail.IsAutoCountSum = true;
  336. this.dgvDetail.IsAutoResizeColumns = false;
  337. this.dgvDetail.IsClickF12 = false;
  338. this.dgvDetail.IsOpenMergeCellFlag = false;
  339. this.dgvDetail.IsSubTotalFlag = false;
  340. this.dgvDetail.IsTopDeep = false;
  341. this.dgvDetail.Location = new System.Drawing.Point(0, 0);
  342. this.dgvDetail.Margin = new System.Windows.Forms.Padding(4);
  343. this.dgvDetail.MergeColumnNames = null;
  344. this.dgvDetail.MergeDetailColumnNames = null;
  345. this.dgvDetail.MergeDetailOnlyColumn = null;
  346. this.dgvDetail.MergeOnlyColumn = null;
  347. this.dgvDetail.MultiSelect = false;
  348. this.dgvDetail.Name = "dgvDetail";
  349. this.dgvDetail.ReadOnly = true;
  350. this.dgvDetail.RefreshAtHscroll = false;
  351. this.dgvDetail.RowHeadersWidth = 50;
  352. this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  353. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  354. this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle6;
  355. this.dgvDetail.RowTemplate.Height = 21;
  356. this.dgvDetail.Size = new System.Drawing.Size(1492, 331);
  357. this.dgvDetail.SortOrderColumnName = null;
  358. this.dgvDetail.TabIndex = 9;
  359. this.dgvDetail.Tag = "";
  360. this.dgvDetail.TotalSumColumns = null;
  361. this.dgvDetail.ViewRowFilter = "";
  362. this.dgvDetail.SelectionChanged += new System.EventHandler(this.DgvDetail_SelectionChanged);
  363. this.dgvDetail.DoubleClick += new System.EventHandler(this.DgvDetail_DoubleClick);
  364. //
  365. // GOODSID
  366. //
  367. this.GOODSID.DataPropertyName = "GOODSID";
  368. this.GOODSID.HeaderText = "产品ID";
  369. this.GOODSID.MinimumWidth = 6;
  370. this.GOODSID.Name = "GOODSID";
  371. this.GOODSID.ReadOnly = true;
  372. this.GOODSID.Visible = false;
  373. this.GOODSID.Width = 125;
  374. //
  375. // PLANGOODSID
  376. //
  377. this.PLANGOODSID.DataPropertyName = "PLANGOODSID";
  378. this.PLANGOODSID.HeaderText = "计划产量ID";
  379. this.PLANGOODSID.MinimumWidth = 6;
  380. this.PLANGOODSID.Name = "PLANGOODSID";
  381. this.PLANGOODSID.ReadOnly = true;
  382. this.PLANGOODSID.Visible = false;
  383. this.PLANGOODSID.Width = 125;
  384. //
  385. // GOODSCODE
  386. //
  387. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  388. this.GOODSCODE.HeaderText = "产品编码";
  389. this.GOODSCODE.MinimumWidth = 6;
  390. this.GOODSCODE.Name = "GOODSCODE";
  391. this.GOODSCODE.ReadOnly = true;
  392. this.GOODSCODE.Width = 125;
  393. //
  394. // GOODSNAME
  395. //
  396. this.GOODSNAME.DataPropertyName = "GOODSNAME";
  397. this.GOODSNAME.HeaderText = "产品名称";
  398. this.GOODSNAME.MinimumWidth = 6;
  399. this.GOODSNAME.Name = "GOODSNAME";
  400. this.GOODSNAME.ReadOnly = true;
  401. this.GOODSNAME.Width = 125;
  402. //
  403. // GOODSSPECIFICATION
  404. //
  405. this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
  406. this.GOODSSPECIFICATION.HeaderText = "产品规格";
  407. this.GOODSSPECIFICATION.MinimumWidth = 6;
  408. this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
  409. this.GOODSSPECIFICATION.ReadOnly = true;
  410. this.GOODSSPECIFICATION.Width = 125;
  411. //
  412. // GOODSMODEL
  413. //
  414. this.GOODSMODEL.DataPropertyName = "GOODSMODEL";
  415. this.GOODSMODEL.HeaderText = "产品型号";
  416. this.GOODSMODEL.MinimumWidth = 6;
  417. this.GOODSMODEL.Name = "GOODSMODEL";
  418. this.GOODSMODEL.ReadOnly = true;
  419. this.GOODSMODEL.Width = 125;
  420. //
  421. // PLANQUANTITY
  422. //
  423. this.PLANQUANTITY.DataPropertyName = "PLANQUANTITY";
  424. this.PLANQUANTITY.HeaderText = "计划产量";
  425. this.PLANQUANTITY.MinimumWidth = 6;
  426. this.PLANQUANTITY.Name = "PLANQUANTITY";
  427. this.PLANQUANTITY.ReadOnly = true;
  428. this.PLANQUANTITY.Width = 125;
  429. //
  430. // PLANREMARKS
  431. //
  432. this.PLANREMARKS.DataPropertyName = "REMARKS";
  433. this.PLANREMARKS.HeaderText = "备注";
  434. this.PLANREMARKS.MinimumWidth = 6;
  435. this.PLANREMARKS.Name = "PLANREMARKS";
  436. this.PLANREMARKS.ReadOnly = true;
  437. this.PLANREMARKS.Width = 125;
  438. //
  439. // grpCollapsible
  440. //
  441. this.grpCollapsible.Controls.Add(this.pMonthNo);
  442. this.grpCollapsible.Controls.Add(this.lblLabel2);
  443. this.grpCollapsible.Controls.Add(this.pYearNo);
  444. this.grpCollapsible.Controls.Add(this.btnEmpty);
  445. this.grpCollapsible.Controls.Add(this.pType);
  446. this.grpCollapsible.Controls.Add(this.pName);
  447. this.grpCollapsible.Controls.Add(this.lblName);
  448. this.grpCollapsible.Controls.Add(this.btnSearch);
  449. this.grpCollapsible.Controls.Add(this.showVer);
  450. this.grpCollapsible.Controls.Add(this.lblLabel1);
  451. this.grpCollapsible.Controls.Add(this.lblYear);
  452. this.grpCollapsible.Controls.Add(this.lblRemark);
  453. this.grpCollapsible.Controls.Add(this.pRemarks);
  454. this.grpCollapsible.Dock = System.Windows.Forms.DockStyle.Top;
  455. this.grpCollapsible.Location = new System.Drawing.Point(0, 44);
  456. this.grpCollapsible.Margin = new System.Windows.Forms.Padding(4);
  457. this.grpCollapsible.Name = "grpCollapsible";
  458. this.grpCollapsible.Padding = new System.Windows.Forms.Padding(4);
  459. this.grpCollapsible.Size = new System.Drawing.Size(1492, 74);
  460. this.grpCollapsible.TabIndex = 4;
  461. this.grpCollapsible.TabStop = false;
  462. this.grpCollapsible.Text = "查询条件";
  463. //
  464. // pMonthNo
  465. //
  466. this.pMonthNo.Location = new System.Drawing.Point(514, 28);
  467. this.pMonthNo.Maximum = new decimal(new int[] {
  468. 12,
  469. 0,
  470. 0,
  471. 0});
  472. this.pMonthNo.Minimum = new decimal(new int[] {
  473. 1,
  474. 0,
  475. 0,
  476. 0});
  477. this.pMonthNo.Name = "pMonthNo";
  478. this.pMonthNo.Size = new System.Drawing.Size(80, 25);
  479. this.pMonthNo.TabIndex = 19;
  480. this.pMonthNo.Value = new decimal(new int[] {
  481. 1,
  482. 0,
  483. 0,
  484. 0});
  485. //
  486. // lblLabel2
  487. //
  488. this.lblLabel2.Location = new System.Drawing.Point(440, 34);
  489. this.lblLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  490. this.lblLabel2.Name = "lblLabel2";
  491. this.lblLabel2.Size = new System.Drawing.Size(67, 15);
  492. this.lblLabel2.TabIndex = 18;
  493. this.lblLabel2.Text = "计划月份";
  494. //
  495. // pYearNo
  496. //
  497. this.pYearNo.Location = new System.Drawing.Point(349, 28);
  498. this.pYearNo.Maximum = new decimal(new int[] {
  499. 2029,
  500. 0,
  501. 0,
  502. 0});
  503. this.pYearNo.Minimum = new decimal(new int[] {
  504. 2015,
  505. 0,
  506. 0,
  507. 0});
  508. this.pYearNo.Name = "pYearNo";
  509. this.pYearNo.Size = new System.Drawing.Size(80, 25);
  510. this.pYearNo.TabIndex = 17;
  511. this.pYearNo.Value = new decimal(new int[] {
  512. 2019,
  513. 0,
  514. 0,
  515. 0});
  516. //
  517. // btnEmpty
  518. //
  519. this.btnEmpty.BackColor = System.Drawing.Color.Transparent;
  520. this.btnEmpty.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnEmpty.BackgroundImage")));
  521. this.btnEmpty.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.btnEmpty.ForeColor = System.Drawing.Color.White;
  523. this.btnEmpty.Location = new System.Drawing.Point(1330, 21);
  524. this.btnEmpty.Margin = new System.Windows.Forms.Padding(4);
  525. this.btnEmpty.Name = "btnEmpty";
  526. this.btnEmpty.Size = new System.Drawing.Size(113, 38);
  527. this.btnEmpty.TabIndex = 16;
  528. this.btnEmpty.Text = "清空(&E)";
  529. this.btnEmpty.UseVisualStyleBackColor = false;
  530. this.btnEmpty.Click += new System.EventHandler(this.BtnEmpty_Click);
  531. //
  532. // pType
  533. //
  534. this.pType.BackColor = System.Drawing.SystemColors.Window;
  535. this.pType.BackgroundColor = System.Drawing.SystemColors.Window;
  536. this.pType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  537. this.pType.FormattingEnabled = true;
  538. this.pType.Location = new System.Drawing.Point(686, 30);
  539. this.pType.Name = "pType";
  540. this.pType.Size = new System.Drawing.Size(153, 23);
  541. this.pType.TabIndex = 15;
  542. //
  543. // pName
  544. //
  545. this.pName.Location = new System.Drawing.Point(101, 28);
  546. this.pName.Margin = new System.Windows.Forms.Padding(4);
  547. this.pName.Name = "pName";
  548. this.pName.Size = new System.Drawing.Size(159, 25);
  549. this.pName.TabIndex = 13;
  550. //
  551. // lblName
  552. //
  553. this.lblName.Location = new System.Drawing.Point(22, 33);
  554. this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  555. this.lblName.Name = "lblName";
  556. this.lblName.Size = new System.Drawing.Size(67, 15);
  557. this.lblName.TabIndex = 14;
  558. this.lblName.Text = "计划名称";
  559. //
  560. // btnSearch
  561. //
  562. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  563. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  564. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.btnSearch.ForeColor = System.Drawing.Color.White;
  566. this.btnSearch.Location = new System.Drawing.Point(1200, 21);
  567. this.btnSearch.Margin = new System.Windows.Forms.Padding(4);
  568. this.btnSearch.Name = "btnSearch";
  569. this.btnSearch.Size = new System.Drawing.Size(113, 38);
  570. this.btnSearch.TabIndex = 6;
  571. this.btnSearch.Text = "查询(&Q)";
  572. this.btnSearch.UseVisualStyleBackColor = false;
  573. this.btnSearch.Click += new System.EventHandler(this.BtnSearch_Click);
  574. //
  575. // showVer
  576. //
  577. this.showVer.Location = new System.Drawing.Point(1095, 30);
  578. this.showVer.Name = "showVer";
  579. this.showVer.Size = new System.Drawing.Size(89, 19);
  580. this.showVer.TabIndex = 5;
  581. this.showVer.Text = "历史版本";
  582. this.showVer.UseVisualStyleBackColor = false;
  583. this.showVer.Click += new System.EventHandler(this.ShowVer_Click);
  584. //
  585. // lblLabel1
  586. //
  587. this.lblLabel1.Location = new System.Drawing.Point(612, 34);
  588. this.lblLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  589. this.lblLabel1.Name = "lblLabel1";
  590. this.lblLabel1.Size = new System.Drawing.Size(67, 15);
  591. this.lblLabel1.TabIndex = 0;
  592. this.lblLabel1.Text = "计划类型";
  593. //
  594. // lblYear
  595. //
  596. this.lblYear.Location = new System.Drawing.Point(275, 33);
  597. this.lblYear.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  598. this.lblYear.Name = "lblYear";
  599. this.lblYear.Size = new System.Drawing.Size(67, 15);
  600. this.lblYear.TabIndex = 0;
  601. this.lblYear.Text = "计划年度";
  602. //
  603. // lblRemark
  604. //
  605. this.lblRemark.Location = new System.Drawing.Point(858, 33);
  606. this.lblRemark.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  607. this.lblRemark.Name = "lblRemark";
  608. this.lblRemark.Size = new System.Drawing.Size(37, 15);
  609. this.lblRemark.TabIndex = 0;
  610. this.lblRemark.Text = "备注";
  611. //
  612. // pRemarks
  613. //
  614. this.pRemarks.Location = new System.Drawing.Point(905, 28);
  615. this.pRemarks.Margin = new System.Windows.Forms.Padding(4);
  616. this.pRemarks.Name = "pRemarks";
  617. this.pRemarks.Size = new System.Drawing.Size(159, 25);
  618. this.pRemarks.TabIndex = 4;
  619. //
  620. // tsrTool
  621. //
  622. this.tsrTool.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.tsrTool.ImageScalingSize = new System.Drawing.Size(20, 20);
  624. this.tsrTool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  625. this.tsbtnQuery,
  626. this.tsbtnClearCondition,
  627. this.toolStripSeparator1,
  628. this.tsbtnAdd,
  629. this.tsbtnEdit,
  630. this.tsbtnDelete,
  631. this.toolStripSeparator5,
  632. this.tsbtnCopy,
  633. this.toolStripSeparator2,
  634. this.tsbtnSame,
  635. this.tsbtnVer,
  636. this.toolStripSeparator3,
  637. this.tsbtnAdaptive,
  638. this.toolStripSeparator4,
  639. this.tsbtnClose});
  640. this.tsrTool.Location = new System.Drawing.Point(0, 0);
  641. this.tsrTool.Name = "tsrTool";
  642. this.tsrTool.Size = new System.Drawing.Size(1492, 44);
  643. this.tsrTool.TabIndex = 3;
  644. this.tsrTool.Text = "tsrToolStrip1";
  645. //
  646. // tsbtnQuery
  647. //
  648. this.tsbtnQuery.AutoSize = false;
  649. this.tsbtnQuery.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  650. this.tsbtnQuery.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  651. this.tsbtnQuery.ImageTransparentColor = System.Drawing.Color.Magenta;
  652. this.tsbtnQuery.Name = "tsbtnQuery";
  653. this.tsbtnQuery.Size = new System.Drawing.Size(60, 25);
  654. this.tsbtnQuery.Text = "查询(&Q)";
  655. this.tsbtnQuery.Click += new System.EventHandler(this.TsbtnSearch_Click);
  656. //
  657. // tsbtnClearCondition
  658. //
  659. this.tsbtnClearCondition.AutoSize = false;
  660. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  661. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  662. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  663. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  664. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  665. this.tsbtnClearCondition.Text = "清空条件(&C)";
  666. this.tsbtnClearCondition.Click += new System.EventHandler(this.TsbtnClearCondition_Click);
  667. //
  668. // toolStripSeparator1
  669. //
  670. this.toolStripSeparator1.AutoSize = false;
  671. this.toolStripSeparator1.Name = "toolStripSeparator1";
  672. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  673. //
  674. // tsbtnAdd
  675. //
  676. this.tsbtnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  677. this.tsbtnAdd.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  678. this.tsbtnPlanAdd,
  679. this.tsbtnPlanGoodsAdd});
  680. this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
  681. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  682. this.tsbtnAdd.Name = "tsbtnAdd";
  683. this.tsbtnAdd.Size = new System.Drawing.Size(75, 41);
  684. this.tsbtnAdd.Text = "新建(&N)";
  685. //
  686. // tsbtnPlanAdd
  687. //
  688. this.tsbtnPlanAdd.Name = "tsbtnPlanAdd";
  689. this.tsbtnPlanAdd.Size = new System.Drawing.Size(172, 26);
  690. this.tsbtnPlanAdd.Text = "计划(&P)";
  691. this.tsbtnPlanAdd.Click += new System.EventHandler(this.TsbtnPlanAdd_Click);
  692. //
  693. // tsbtnPlanGoodsAdd
  694. //
  695. this.tsbtnPlanGoodsAdd.Enabled = false;
  696. this.tsbtnPlanGoodsAdd.Name = "tsbtnPlanGoodsAdd";
  697. this.tsbtnPlanGoodsAdd.Size = new System.Drawing.Size(172, 26);
  698. this.tsbtnPlanGoodsAdd.Text = "产品产量(&N)";
  699. this.tsbtnPlanGoodsAdd.Click += new System.EventHandler(this.TsbtnPlanGoodsAdd_Click);
  700. //
  701. // tsbtnEdit
  702. //
  703. this.tsbtnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  704. this.tsbtnEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  705. this.tsbtnPlanEdit,
  706. this.tsbtnPlanGoodsEdit});
  707. this.tsbtnEdit.Enabled = false;
  708. this.tsbtnEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnEdit.Image")));
  709. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  710. this.tsbtnEdit.Name = "tsbtnEdit";
  711. this.tsbtnEdit.Size = new System.Drawing.Size(75, 41);
  712. this.tsbtnEdit.Text = "编辑(&E)";
  713. //
  714. // tsbtnPlanEdit
  715. //
  716. this.tsbtnPlanEdit.Enabled = false;
  717. this.tsbtnPlanEdit.Name = "tsbtnPlanEdit";
  718. this.tsbtnPlanEdit.Size = new System.Drawing.Size(172, 26);
  719. this.tsbtnPlanEdit.Text = "计划(&P)";
  720. this.tsbtnPlanEdit.Click += new System.EventHandler(this.TsbtnPlanEdit_Click);
  721. //
  722. // tsbtnPlanGoodsEdit
  723. //
  724. this.tsbtnPlanGoodsEdit.Enabled = false;
  725. this.tsbtnPlanGoodsEdit.Name = "tsbtnPlanGoodsEdit";
  726. this.tsbtnPlanGoodsEdit.Size = new System.Drawing.Size(172, 26);
  727. this.tsbtnPlanGoodsEdit.Text = "产品产量(&N)";
  728. this.tsbtnPlanGoodsEdit.Click += new System.EventHandler(this.TsbtnPlanGoodsEdit_Click);
  729. //
  730. // tsbtnDelete
  731. //
  732. this.tsbtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  733. this.tsbtnDelete.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  734. this.tsbtnPlanDelete,
  735. this.tsbtnPlanGoodsDelete});
  736. this.tsbtnDelete.Enabled = false;
  737. this.tsbtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDelete.Image")));
  738. this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  739. this.tsbtnDelete.Name = "tsbtnDelete";
  740. this.tsbtnDelete.Size = new System.Drawing.Size(75, 41);
  741. this.tsbtnDelete.Text = "删除(&D)";
  742. //
  743. // tsbtnPlanDelete
  744. //
  745. this.tsbtnPlanDelete.Enabled = false;
  746. this.tsbtnPlanDelete.Name = "tsbtnPlanDelete";
  747. this.tsbtnPlanDelete.Size = new System.Drawing.Size(172, 26);
  748. this.tsbtnPlanDelete.Text = "计划(&P)";
  749. this.tsbtnPlanDelete.Click += new System.EventHandler(this.TsbtnPlanDelete_Click);
  750. //
  751. // tsbtnPlanGoodsDelete
  752. //
  753. this.tsbtnPlanGoodsDelete.Enabled = false;
  754. this.tsbtnPlanGoodsDelete.Name = "tsbtnPlanGoodsDelete";
  755. this.tsbtnPlanGoodsDelete.Size = new System.Drawing.Size(172, 26);
  756. this.tsbtnPlanGoodsDelete.Text = "产品产量(&N)";
  757. this.tsbtnPlanGoodsDelete.Click += new System.EventHandler(this.TsbtnPlanGoodsDelete_Click);
  758. //
  759. // toolStripSeparator5
  760. //
  761. this.toolStripSeparator5.Name = "toolStripSeparator5";
  762. this.toolStripSeparator5.Size = new System.Drawing.Size(6, 44);
  763. //
  764. // tsbtnCopy
  765. //
  766. this.tsbtnCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  767. this.tsbtnCopy.Enabled = false;
  768. this.tsbtnCopy.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCopy.Image")));
  769. this.tsbtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
  770. this.tsbtnCopy.Name = "tsbtnCopy";
  771. this.tsbtnCopy.Size = new System.Drawing.Size(71, 41);
  772. this.tsbtnCopy.Text = "保存副本";
  773. this.tsbtnCopy.Click += new System.EventHandler(this.TsbtnCopy_Click);
  774. //
  775. // toolStripSeparator2
  776. //
  777. this.toolStripSeparator2.AutoSize = false;
  778. this.toolStripSeparator2.Name = "toolStripSeparator2";
  779. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  780. //
  781. // tsbtnSame
  782. //
  783. this.tsbtnSame.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  784. this.tsbtnSame.Enabled = false;
  785. this.tsbtnSame.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSame.Image")));
  786. this.tsbtnSame.ImageTransparentColor = System.Drawing.Color.Magenta;
  787. this.tsbtnSame.Name = "tsbtnSame";
  788. this.tsbtnSame.Size = new System.Drawing.Size(95, 41);
  789. this.tsbtnSame.Text = "同表比对(&S)";
  790. this.tsbtnSame.Click += new System.EventHandler(this.TsbtnSame_Click);
  791. //
  792. // tsbtnVer
  793. //
  794. this.tsbtnVer.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  795. this.tsbtnVer.Enabled = false;
  796. this.tsbtnVer.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnVer.Image")));
  797. this.tsbtnVer.ImageTransparentColor = System.Drawing.Color.Magenta;
  798. this.tsbtnVer.Name = "tsbtnVer";
  799. this.tsbtnVer.Size = new System.Drawing.Size(95, 41);
  800. this.tsbtnVer.Text = "自由比对(&V)";
  801. this.tsbtnVer.Click += new System.EventHandler(this.TsbtnVer_Click);
  802. //
  803. // toolStripSeparator3
  804. //
  805. this.toolStripSeparator3.Name = "toolStripSeparator3";
  806. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 44);
  807. //
  808. // tsbtnAdaptive
  809. //
  810. this.tsbtnAdaptive.AutoSize = false;
  811. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  812. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  813. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  814. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  815. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  816. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  817. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  818. //
  819. // toolStripSeparator4
  820. //
  821. this.toolStripSeparator4.Name = "toolStripSeparator4";
  822. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 44);
  823. //
  824. // tsbtnClose
  825. //
  826. this.tsbtnClose.AutoSize = false;
  827. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  828. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  829. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  830. this.tsbtnClose.Name = "tsbtnClose";
  831. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  832. this.tsbtnClose.Text = "关闭(&X)";
  833. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  834. //
  835. // F_PP_0201
  836. //
  837. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  838. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  839. this.ClientSize = new System.Drawing.Size(1492, 636);
  840. this.Controls.Add(this.splitContainer1);
  841. this.Controls.Add(this.grpCollapsible);
  842. this.Controls.Add(this.tsrTool);
  843. this.Margin = new System.Windows.Forms.Padding(5);
  844. this.Name = "F_PP_0201";
  845. this.Text = "年计划";
  846. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PP_0201_FormClosed);
  847. this.Load += new System.EventHandler(this.F_PP_0201_Load);
  848. this.splitContainer1.Panel1.ResumeLayout(false);
  849. this.splitContainer1.Panel2.ResumeLayout(false);
  850. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  851. this.splitContainer1.ResumeLayout(false);
  852. ((System.ComponentModel.ISupportInitialize)(this.dgvPlan)).EndInit();
  853. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
  854. this.grpCollapsible.ResumeLayout(false);
  855. this.grpCollapsible.PerformLayout();
  856. ((System.ComponentModel.ISupportInitialize)(this.pMonthNo)).EndInit();
  857. ((System.ComponentModel.ISupportInitialize)(this.pYearNo)).EndInit();
  858. this.tsrTool.ResumeLayout(false);
  859. this.tsrTool.PerformLayout();
  860. this.ResumeLayout(false);
  861. }
  862. #endregion
  863. private WinForm.Controls.TsrToolStrip tsrTool;
  864. private System.Windows.Forms.ToolStripButton tsbtnQuery;
  865. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  866. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  867. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  868. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  869. private System.Windows.Forms.ToolStripButton tsbtnClose;
  870. private WinForm.Controls.GrpCollapsible grpCollapsible;
  871. private WinForm.Controls.LblLabel lblYear;
  872. private WinForm.Controls.LblLabel lblRemark;
  873. private WinForm.Controls.TxtTextBox pRemarks;
  874. private WinForm.Controls.LblLabel lblLabel1;
  875. private System.Windows.Forms.SplitContainer splitContainer1;
  876. private Basics.BaseControls.C_DataGridView dgvPlan;
  877. private Basics.BaseControls.C_DataGridView dgvDetail;
  878. private WinForm.Controls.ChkCheckBox showVer;
  879. private Basics.BaseControls.C_Button btnSearch;
  880. private System.Windows.Forms.ToolStripButton tsbtnVer;
  881. private System.Windows.Forms.ToolStripButton tsbtnSame;
  882. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  883. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  884. private WinForm.Controls.TxtTextBox pName;
  885. private WinForm.Controls.LblLabel lblName;
  886. private Basics.BaseControls.C_ComboBox pType;
  887. private System.Windows.Forms.ToolStripDropDownButton tsbtnAdd;
  888. private System.Windows.Forms.ToolStripMenuItem tsbtnPlanAdd;
  889. private System.Windows.Forms.ToolStripMenuItem tsbtnPlanGoodsAdd;
  890. private System.Windows.Forms.ToolStripDropDownButton tsbtnEdit;
  891. private System.Windows.Forms.ToolStripMenuItem tsbtnPlanEdit;
  892. private System.Windows.Forms.ToolStripMenuItem tsbtnPlanGoodsEdit;
  893. private System.Windows.Forms.ToolStripDropDownButton tsbtnDelete;
  894. private System.Windows.Forms.ToolStripMenuItem tsbtnPlanDelete;
  895. private System.Windows.Forms.ToolStripMenuItem tsbtnPlanGoodsDelete;
  896. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSID;
  897. private System.Windows.Forms.DataGridViewTextBoxColumn PLANGOODSID;
  898. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  899. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME;
  900. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
  901. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSMODEL;
  902. private System.Windows.Forms.DataGridViewTextBoxColumn PLANQUANTITY;
  903. private System.Windows.Forms.DataGridViewTextBoxColumn PLANREMARKS;
  904. private Basics.BaseControls.C_Button btnEmpty;
  905. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  906. private System.Windows.Forms.ToolStripButton tsbtnCopy;
  907. public System.Windows.Forms.NumericUpDown pYearNo;
  908. public System.Windows.Forms.NumericUpDown pMonthNo;
  909. private WinForm.Controls.LblLabel lblLabel2;
  910. private System.Windows.Forms.DataGridViewTextBoxColumn PlanTypeId;
  911. private System.Windows.Forms.DataGridViewTextBoxColumn PlanId;
  912. private System.Windows.Forms.DataGridViewTextBoxColumn PlanName;
  913. private System.Windows.Forms.DataGridViewTextBoxColumn PlanTypeName;
  914. private System.Windows.Forms.DataGridViewTextBoxColumn YearNo;
  915. private System.Windows.Forms.DataGridViewTextBoxColumn MonthNo;
  916. private System.Windows.Forms.DataGridViewTextBoxColumn StartDate;
  917. private System.Windows.Forms.DataGridViewTextBoxColumn EndDate;
  918. private System.Windows.Forms.DataGridViewTextBoxColumn PlanVer;
  919. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  920. }
  921. }