F_PAM_0203.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. namespace Dongke.IBOSS.PRD.Client.PAMModule
  2. {
  3. partial class F_PAM_0203
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0203));
  37. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  38. this.dgvPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.WagesTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.WagesTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  42. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.WagesTypeID1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  49. this.splitContainer1.Panel1.SuspendLayout();
  50. this.splitContainer1.Panel2.SuspendLayout();
  51. this.splitContainer1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dgvPayPlan)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // splitContainer1
  57. //
  58. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Left)
  60. | System.Windows.Forms.AnchorStyles.Right)));
  61. this.splitContainer1.Location = new System.Drawing.Point(12, 12);
  62. this.splitContainer1.Name = "splitContainer1";
  63. //
  64. // splitContainer1.Panel1
  65. //
  66. this.splitContainer1.Panel1.Controls.Add(this.dgvPayPlan);
  67. //
  68. // splitContainer1.Panel2
  69. //
  70. this.splitContainer1.Panel2.Controls.Add(this.dgvGoods);
  71. this.splitContainer1.Size = new System.Drawing.Size(649, 355);
  72. this.splitContainer1.SplitterDistance = 323;
  73. this.splitContainer1.TabIndex = 48;
  74. //
  75. // dgvPayPlan
  76. //
  77. this.dgvPayPlan.AllowUserToAddRows = false;
  78. this.dgvPayPlan.AllowUserToDeleteRows = false;
  79. this.dgvPayPlan.AllowUserToModifyRows = true;
  80. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  81. this.dgvPayPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  82. this.dgvPayPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  83. this.dgvPayPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  84. this.dgvPayPlan.CellHeight = 23;
  85. this.dgvPayPlan.ChildNodeColumnName = null;
  86. this.dgvPayPlan.ChildNodeColumnText = null;
  87. this.dgvPayPlan.ColumnDeep = 1;
  88. this.dgvPayPlan.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  89. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  90. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  91. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  93. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  94. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  95. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  96. this.dgvPayPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  97. this.dgvPayPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  98. this.dgvPayPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  99. this.WagesTypeID,
  100. this.WagesTypeName});
  101. this.dgvPayPlan.ColumnTreeView = null;
  102. this.dgvPayPlan.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)));
  103. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  104. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  105. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  107. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  108. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  109. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  110. this.dgvPayPlan.DefaultCellStyle = dataGridViewCellStyle3;
  111. this.dgvPayPlan.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.dgvPayPlan.DynamicColumnName = "";
  113. this.dgvPayPlan.EnableHeadersVisualStyles = false;
  114. this.dgvPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.dgvPayPlan.HorizontalMergeColumn = null;
  116. this.dgvPayPlan.IsAutoCountSum = true;
  117. this.dgvPayPlan.IsAutoResizeColumns = false;
  118. this.dgvPayPlan.IsClickF12 = false;
  119. this.dgvPayPlan.IsOpenMergeCellFlag = false;
  120. this.dgvPayPlan.IsSubTotalFlag = false;
  121. this.dgvPayPlan.IsTopDeep = false;
  122. this.dgvPayPlan.Location = new System.Drawing.Point(0, 0);
  123. this.dgvPayPlan.MergeColumnNames = null;
  124. this.dgvPayPlan.MergeDetailColumnNames = null;
  125. this.dgvPayPlan.MergeDetailOnlyColumn = null;
  126. this.dgvPayPlan.MergeOnlyColumn = null;
  127. this.dgvPayPlan.MultiSelect = false;
  128. this.dgvPayPlan.Name = "dgvPayPlan";
  129. this.dgvPayPlan.ReadOnly = true;
  130. this.dgvPayPlan.RefreshAtHscroll = false;
  131. this.dgvPayPlan.RowHeadersWidth = 50;
  132. this.dgvPayPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  133. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  134. this.dgvPayPlan.RowsDefaultCellStyle = dataGridViewCellStyle4;
  135. this.dgvPayPlan.RowTemplate.Height = 21;
  136. this.dgvPayPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  137. this.dgvPayPlan.Size = new System.Drawing.Size(323, 355);
  138. this.dgvPayPlan.SortOrderColumnName = null;
  139. this.dgvPayPlan.TabIndex = 0;
  140. this.dgvPayPlan.Tag = true;
  141. this.dgvPayPlan.TotalSumColumns = null;
  142. this.dgvPayPlan.ViewRowFilter = "";
  143. this.dgvPayPlan.VirtualMode = true;
  144. this.dgvPayPlan.SelectionChanged += new System.EventHandler(this.dgvWagesType_SelectionChanged);
  145. //
  146. // WagesTypeID
  147. //
  148. this.WagesTypeID.DataPropertyName = "WagesTypeID";
  149. this.WagesTypeID.HeaderText = "工价分类ID";
  150. this.WagesTypeID.Name = "WagesTypeID";
  151. this.WagesTypeID.ReadOnly = true;
  152. this.WagesTypeID.Visible = false;
  153. //
  154. // WagesTypeName
  155. //
  156. this.WagesTypeName.DataPropertyName = "WagesTypeName";
  157. this.WagesTypeName.HeaderText = "工价分类名称";
  158. this.WagesTypeName.Name = "WagesTypeName";
  159. this.WagesTypeName.ReadOnly = true;
  160. //
  161. // dgvGoods
  162. //
  163. this.dgvGoods.AllowUserToModifyRows = true;
  164. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  165. this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  166. this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  167. this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  168. this.dgvGoods.CellHeight = 23;
  169. this.dgvGoods.ChildNodeColumnName = null;
  170. this.dgvGoods.ChildNodeColumnText = null;
  171. this.dgvGoods.ColumnDeep = 1;
  172. this.dgvGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  173. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  174. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  175. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  177. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  178. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  179. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  180. this.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  181. this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  182. this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  183. this.GoodsID,
  184. this.GoodsCode,
  185. this.GoodsName,
  186. this.WagesTypeID1});
  187. this.dgvGoods.ColumnTreeView = null;
  188. this.dgvGoods.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)));
  189. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  190. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  191. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  193. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  194. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  195. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  196. this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle7;
  197. this.dgvGoods.Dock = System.Windows.Forms.DockStyle.Fill;
  198. this.dgvGoods.DynamicColumnName = "";
  199. this.dgvGoods.EnableHeadersVisualStyles = false;
  200. this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.dgvGoods.HorizontalMergeColumn = null;
  202. this.dgvGoods.IsAutoCountSum = true;
  203. this.dgvGoods.IsAutoResizeColumns = false;
  204. this.dgvGoods.IsClickF12 = false;
  205. this.dgvGoods.IsOpenMergeCellFlag = false;
  206. this.dgvGoods.IsSubTotalFlag = false;
  207. this.dgvGoods.IsTopDeep = false;
  208. this.dgvGoods.Location = new System.Drawing.Point(0, 0);
  209. this.dgvGoods.MergeColumnNames = null;
  210. this.dgvGoods.MergeDetailColumnNames = null;
  211. this.dgvGoods.MergeDetailOnlyColumn = null;
  212. this.dgvGoods.MergeOnlyColumn = null;
  213. this.dgvGoods.MultiSelect = false;
  214. this.dgvGoods.Name = "dgvGoods";
  215. this.dgvGoods.RefreshAtHscroll = false;
  216. this.dgvGoods.RowHeadersWidth = 50;
  217. this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  218. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  219. this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle8;
  220. this.dgvGoods.RowTemplate.Height = 21;
  221. this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  222. this.dgvGoods.Size = new System.Drawing.Size(322, 355);
  223. this.dgvGoods.SortOrderColumnName = null;
  224. this.dgvGoods.TabIndex = 41;
  225. this.dgvGoods.Tag = true;
  226. this.dgvGoods.TotalSumColumns = null;
  227. this.dgvGoods.ViewRowFilter = "";
  228. this.dgvGoods.VirtualMode = true;
  229. this.dgvGoods.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvGoods_CellBeginEdit);
  230. this.dgvGoods.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoods_CellValueChanged);
  231. this.dgvGoods.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvGoods_UserDeletingRow);
  232. //
  233. // GoodsID
  234. //
  235. this.GoodsID.DataPropertyName = "GoodsID";
  236. this.GoodsID.HeaderText = "产品ID";
  237. this.GoodsID.Name = "GoodsID";
  238. this.GoodsID.ReadOnly = true;
  239. this.GoodsID.Visible = false;
  240. //
  241. // GoodsCode
  242. //
  243. this.GoodsCode.DataPropertyName = "GoodsCode";
  244. this.GoodsCode.HeaderText = "产品编码";
  245. this.GoodsCode.Name = "GoodsCode";
  246. //
  247. // GoodsName
  248. //
  249. this.GoodsName.DataPropertyName = "GoodsName";
  250. this.GoodsName.HeaderText = "产品名称";
  251. this.GoodsName.Name = "GoodsName";
  252. this.GoodsName.ReadOnly = true;
  253. //
  254. // WagesTypeID1
  255. //
  256. this.WagesTypeID1.DataPropertyName = "WagesTypeID";
  257. this.WagesTypeID1.HeaderText = "WagesTypeID";
  258. this.WagesTypeID1.Name = "WagesTypeID1";
  259. this.WagesTypeID1.Visible = false;
  260. //
  261. // btnCancel
  262. //
  263. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  264. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  265. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  266. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  267. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.btnCancel.ForeColor = System.Drawing.Color.White;
  269. this.btnCancel.Location = new System.Drawing.Point(574, 372);
  270. this.btnCancel.Name = "btnCancel";
  271. this.btnCancel.Size = new System.Drawing.Size(86, 30);
  272. this.btnCancel.TabIndex = 50;
  273. this.btnCancel.Text = "关闭";
  274. this.btnCancel.UseVisualStyleBackColor = false;
  275. //
  276. // btnSave
  277. //
  278. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  279. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  280. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  281. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.btnSave.ForeColor = System.Drawing.Color.White;
  283. this.btnSave.Location = new System.Drawing.Point(482, 372);
  284. this.btnSave.Name = "btnSave";
  285. this.btnSave.Size = new System.Drawing.Size(86, 30);
  286. this.btnSave.TabIndex = 49;
  287. this.btnSave.Text = "保存(&S)";
  288. this.btnSave.UseVisualStyleBackColor = false;
  289. this.btnSave.Click += new System.EventHandler(this.btnSave_Click_1);
  290. //
  291. // F_PAM_0203
  292. //
  293. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  294. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  295. this.CancelButton = this.btnCancel;
  296. this.ClientSize = new System.Drawing.Size(673, 428);
  297. this.Controls.Add(this.btnCancel);
  298. this.Controls.Add(this.btnSave);
  299. this.Controls.Add(this.splitContainer1);
  300. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  301. this.IsSaveFormSize = false;
  302. this.MaximizeBox = false;
  303. this.MinimizeBox = false;
  304. this.Name = "F_PAM_0203";
  305. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  306. this.StatusSizingGrip = false;
  307. this.Text = "新建、编辑产品工价分类";
  308. this.Load += new System.EventHandler(this.F_MST_0702_Load);
  309. this.Controls.SetChildIndex(this.splitContainer1, 0);
  310. this.Controls.SetChildIndex(this.btnSave, 0);
  311. this.Controls.SetChildIndex(this.btnCancel, 0);
  312. this.splitContainer1.Panel1.ResumeLayout(false);
  313. this.splitContainer1.Panel2.ResumeLayout(false);
  314. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  315. this.splitContainer1.ResumeLayout(false);
  316. ((System.ComponentModel.ISupportInitialize)(this.dgvPayPlan)).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit();
  318. this.ResumeLayout(false);
  319. this.PerformLayout();
  320. }
  321. #endregion
  322. private System.Windows.Forms.SplitContainer splitContainer1;
  323. private Basics.BaseControls.C_DataGridView dgvPayPlan;
  324. private Basics.BaseControls.C_DataGridView dgvGoods;
  325. private Basics.BaseControls.C_Button btnCancel;
  326. private Basics.BaseControls.C_Button btnSave;
  327. private System.Windows.Forms.DataGridViewTextBoxColumn WagesTypeID;
  328. private System.Windows.Forms.DataGridViewTextBoxColumn WagesTypeName;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  332. private System.Windows.Forms.DataGridViewTextBoxColumn WagesTypeID1;
  333. }
  334. }