F_PP_0111.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.PPModule
  3. {
  4. partial class F_PP_0111
  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. Dongke.IBOSS.PRD.Basics.BaseControls.CheckBoxProperties checkBoxProperties1 = new Dongke.IBOSS.PRD.Basics.BaseControls.CheckBoxProperties();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.cbVer = new Dongke.IBOSS.PRD.Basics.BaseControls.DKCheckBoxComboBox();
  36. this.dgvVer = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  37. this.年度 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.计划类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.计划名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.物料编码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.物料名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.计划产量v001 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.计划产量v002 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.计划产量v003 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.panel1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.dgvVer)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // panel1
  50. //
  51. this.panel1.Controls.Add(this.label1);
  52. this.panel1.Controls.Add(this.cbVer);
  53. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  54. this.panel1.Location = new System.Drawing.Point(0, 0);
  55. this.panel1.Name = "panel1";
  56. this.panel1.Size = new System.Drawing.Size(1182, 71);
  57. this.panel1.TabIndex = 0;
  58. //
  59. // label1
  60. //
  61. this.label1.AutoSize = true;
  62. this.label1.Location = new System.Drawing.Point(28, 29);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(127, 15);
  65. this.label1.TabIndex = 1;
  66. this.label1.Text = "计划比对版本选择";
  67. //
  68. // cbVer
  69. //
  70. this.cbVer.BackColor = System.Drawing.SystemColors.Window;
  71. this.cbVer.BackgroundColor = System.Drawing.SystemColors.Window;
  72. checkBoxProperties1.ForeColor = System.Drawing.SystemColors.ControlText;
  73. this.cbVer.CheckBoxProperties = checkBoxProperties1;
  74. this.cbVer.DisplayMember = "NameConcatenated";
  75. this.cbVer.DisplayMemberSingleItem = "Name";
  76. this.cbVer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.cbVer.FormattingEnabled = true;
  78. this.cbVer.Items.AddRange(new object[] {
  79. "成品计划 2019-01 至 2019-12 v001",
  80. "成品计划 2019-01 至 2019-12 v002",
  81. "成品计划 2019-01 至 2019-12 v003"});
  82. this.cbVer.Location = new System.Drawing.Point(172, 26);
  83. this.cbVer.Name = "cbVer";
  84. this.cbVer.Size = new System.Drawing.Size(966, 23);
  85. this.cbVer.TabIndex = 0;
  86. this.cbVer.Text = "成品计划 2019-01 至 2019-12 v001, 成品计划 2019-01 至 2019-12 v002, 成品计划 2019-01 至 2019-12 " +
  87. "v003";
  88. this.cbVer.ValueMember = "Selected";
  89. //
  90. // dgvVer
  91. //
  92. this.dgvVer.AllowUserToAddRows = false;
  93. this.dgvVer.AllowUserToDeleteRows = false;
  94. this.dgvVer.AllowUserToModifyRows = true;
  95. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  96. this.dgvVer.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  97. this.dgvVer.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  98. this.dgvVer.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  99. this.dgvVer.CellHeight = 23;
  100. this.dgvVer.ChildNodeColumnName = null;
  101. this.dgvVer.ChildNodeColumnText = null;
  102. this.dgvVer.ColumnDeep = 1;
  103. this.dgvVer.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  104. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  105. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  106. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  108. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  109. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  110. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  111. this.dgvVer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  112. this.dgvVer.ColumnHeadersHeight = 29;
  113. this.dgvVer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  114. this.dgvVer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  115. this.年度,
  116. this.计划类型,
  117. this.计划名称,
  118. this.物料编码,
  119. this.物料名称,
  120. this.计划产量v001,
  121. this.计划产量v002,
  122. this.计划产量v003});
  123. this.dgvVer.ColumnTreeView = new System.Windows.Forms.TreeView[0];
  124. this.dgvVer.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)));
  125. this.dgvVer.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.dgvVer.DynamicColumnName = "";
  127. this.dgvVer.EnableHeadersVisualStyles = false;
  128. this.dgvVer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.dgvVer.FormatQuantityColumns = null;
  130. this.dgvVer.HorizontalMergeColumn = null;
  131. this.dgvVer.IsAutoCountSum = true;
  132. this.dgvVer.IsAutoResizeColumns = false;
  133. this.dgvVer.IsClickF12 = false;
  134. this.dgvVer.IsOpenMergeCellFlag = false;
  135. this.dgvVer.IsSubTotalFlag = false;
  136. this.dgvVer.IsTopDeep = false;
  137. this.dgvVer.Location = new System.Drawing.Point(0, 71);
  138. this.dgvVer.Margin = new System.Windows.Forms.Padding(4);
  139. this.dgvVer.MergeColumnNames = null;
  140. this.dgvVer.MergeDetailColumnNames = null;
  141. this.dgvVer.MergeDetailOnlyColumn = null;
  142. this.dgvVer.MergeOnlyColumn = null;
  143. this.dgvVer.MultiSelect = false;
  144. this.dgvVer.Name = "dgvVer";
  145. this.dgvVer.ReadOnly = true;
  146. this.dgvVer.RefreshAtHscroll = false;
  147. this.dgvVer.RowHeadersWidth = 50;
  148. this.dgvVer.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  149. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  150. this.dgvVer.RowsDefaultCellStyle = dataGridViewCellStyle3;
  151. this.dgvVer.RowTemplate.Height = 21;
  152. this.dgvVer.Size = new System.Drawing.Size(1182, 565);
  153. this.dgvVer.SortOrderColumnName = null;
  154. this.dgvVer.TabIndex = 7;
  155. this.dgvVer.Tag = "";
  156. this.dgvVer.TotalSumColumns = null;
  157. this.dgvVer.ViewRowFilter = "";
  158. //
  159. // 年度
  160. //
  161. this.年度.HeaderText = "年度";
  162. this.年度.MinimumWidth = 6;
  163. this.年度.Name = "年度";
  164. this.年度.ReadOnly = true;
  165. this.年度.Width = 125;
  166. //
  167. // 计划类型
  168. //
  169. this.计划类型.HeaderText = "计划类型";
  170. this.计划类型.MinimumWidth = 6;
  171. this.计划类型.Name = "计划类型";
  172. this.计划类型.ReadOnly = true;
  173. this.计划类型.Width = 125;
  174. //
  175. // 计划名称
  176. //
  177. this.计划名称.HeaderText = "计划名称";
  178. this.计划名称.MinimumWidth = 6;
  179. this.计划名称.Name = "计划名称";
  180. this.计划名称.ReadOnly = true;
  181. this.计划名称.Width = 125;
  182. //
  183. // 物料编码
  184. //
  185. this.物料编码.HeaderText = "物料编码";
  186. this.物料编码.MinimumWidth = 6;
  187. this.物料编码.Name = "物料编码";
  188. this.物料编码.ReadOnly = true;
  189. this.物料编码.Width = 125;
  190. //
  191. // 物料名称
  192. //
  193. this.物料名称.HeaderText = "物料名称";
  194. this.物料名称.MinimumWidth = 6;
  195. this.物料名称.Name = "物料名称";
  196. this.物料名称.ReadOnly = true;
  197. this.物料名称.Width = 125;
  198. //
  199. // 计划产量v001
  200. //
  201. this.计划产量v001.HeaderText = "计划产量v001";
  202. this.计划产量v001.MinimumWidth = 6;
  203. this.计划产量v001.Name = "计划产量v001";
  204. this.计划产量v001.ReadOnly = true;
  205. this.计划产量v001.Width = 125;
  206. //
  207. // 计划产量v002
  208. //
  209. this.计划产量v002.HeaderText = "计划产量v002";
  210. this.计划产量v002.MinimumWidth = 6;
  211. this.计划产量v002.Name = "计划产量v002";
  212. this.计划产量v002.ReadOnly = true;
  213. this.计划产量v002.Width = 125;
  214. //
  215. // 计划产量v003
  216. //
  217. this.计划产量v003.HeaderText = "计划产量v003";
  218. this.计划产量v003.MinimumWidth = 6;
  219. this.计划产量v003.Name = "计划产量v003";
  220. this.计划产量v003.ReadOnly = true;
  221. this.计划产量v003.Width = 125;
  222. //
  223. // F_PP_0111
  224. //
  225. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  226. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  227. this.ClientSize = new System.Drawing.Size(1182, 636);
  228. this.Controls.Add(this.dgvVer);
  229. this.Controls.Add(this.panel1);
  230. this.Margin = new System.Windows.Forms.Padding(5);
  231. this.Name = "F_PP_0111";
  232. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  233. this.Text = "年计划同表比对";
  234. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PP_0111_FormClosed);
  235. this.Load += new System.EventHandler(this.F_PP_0111_Load);
  236. this.panel1.ResumeLayout(false);
  237. this.panel1.PerformLayout();
  238. ((System.ComponentModel.ISupportInitialize)(this.dgvVer)).EndInit();
  239. this.ResumeLayout(false);
  240. }
  241. #endregion
  242. private System.Windows.Forms.Panel panel1;
  243. private Basics.BaseControls.DKCheckBoxComboBox cbVer;
  244. private Basics.BaseControls.C_DataGridView dgvVer;
  245. private System.Windows.Forms.DataGridViewTextBoxColumn 年度;
  246. private System.Windows.Forms.DataGridViewTextBoxColumn 计划类型;
  247. private System.Windows.Forms.DataGridViewTextBoxColumn 计划名称;
  248. private System.Windows.Forms.DataGridViewTextBoxColumn 物料编码;
  249. private System.Windows.Forms.DataGridViewTextBoxColumn 物料名称;
  250. private System.Windows.Forms.DataGridViewTextBoxColumn 计划产量v001;
  251. private System.Windows.Forms.DataGridViewTextBoxColumn 计划产量v002;
  252. private System.Windows.Forms.DataGridViewTextBoxColumn 计划产量v003;
  253. private System.Windows.Forms.Label label1;
  254. }
  255. }