F_PP_0301.Designer.cs 50 KB

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