F_PP_0101.Designer.cs 48 KB

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