FrmWageSet.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. namespace LYFZ.Software.UI.InitialSet
  2. {
  3. partial class FrmWageSet
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmWageSet));
  33. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  34. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.User_EmployeeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.User_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Ws_BasicWage = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Ws_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.btnCommissionSet = new LYFZ.ComponentLibrary.ButtonForm();
  41. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.txtWs_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  44. this.btnSaveWages = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.txtUser_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  46. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.txtWs_BasicWage = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  48. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.cmbEmployeeName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  51. this.plExMainContainer.SuspendLayout();
  52. this.plFormMainContent.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  54. this.panelEx3.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // plExMainContainer
  58. //
  59. this.plExMainContainer.Controls.Add(this.dgv);
  60. this.plExMainContainer.Controls.Add(this.panelEx3);
  61. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  62. this.plExMainContainer.Size = new System.Drawing.Size(1024, 703);
  63. //
  64. // plFormMainContent
  65. //
  66. this.plFormMainContent.Size = new System.Drawing.Size(1024, 703);
  67. //
  68. // btnAppFormMaximize
  69. //
  70. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  71. this.btnAppFormMaximize.Location = new System.Drawing.Point(651, 0);
  72. //
  73. // btnAppFormExit
  74. //
  75. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  76. this.btnAppFormExit.Location = new System.Drawing.Point(992, 0);
  77. //
  78. // btnAppFormMinimize
  79. //
  80. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  81. this.btnAppFormMinimize.Location = new System.Drawing.Point(965, 0);
  82. //
  83. // dgv
  84. //
  85. this.dgv.AllowUserToAddRows = false;
  86. this.dgv.AllowUserToDeleteRows = false;
  87. this.dgv.AllowUserToResizeRows = false;
  88. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  89. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  90. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  91. this.dgv.BackgroundColor = System.Drawing.Color.White;
  92. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  93. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  94. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  95. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  97. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  98. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  99. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  100. this.dgv.ColumnHeadersHeight = 24;
  101. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  102. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  103. this.ID,
  104. this.User_EmployeeID,
  105. this.User_Name,
  106. this.Ws_BasicWage,
  107. this.Ws_Remark});
  108. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  109. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  110. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  112. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  113. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  114. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  115. this.dgv.DefaultCellStyle = dataGridViewCellStyle4;
  116. this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.dgv.EnableHeadersVisualStyles = false;
  118. this.dgv.EraseCell = false;
  119. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  120. this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_" +
  121. "dgv_dgv_dgv_dgv_dgv_dgv";
  122. this.dgv.IsCompleteBonding = false;
  123. this.dgv.IsCopyCellValue = true;
  124. this.dgv.Location = new System.Drawing.Point(10, 53);
  125. this.dgv.MultiSelect = false;
  126. this.dgv.Name = "dgv";
  127. this.dgv.ReadOnly = true;
  128. this.dgv.RowHeadersVisible = false;
  129. this.dgv.RowTemplate.Height = 23;
  130. this.dgv.RowTemplate.ReadOnly = true;
  131. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  132. this.dgv.Size = new System.Drawing.Size(1004, 640);
  133. this.dgv.TabIndex = 161;
  134. //
  135. // ID
  136. //
  137. this.ID.DataPropertyName = "ID";
  138. this.ID.HeaderText = "ID";
  139. this.ID.Name = "ID";
  140. this.ID.ReadOnly = true;
  141. this.ID.Visible = false;
  142. //
  143. // User_EmployeeID
  144. //
  145. this.User_EmployeeID.DataPropertyName = "User_EmployeeID";
  146. this.User_EmployeeID.HeaderText = "员工编号";
  147. this.User_EmployeeID.Name = "User_EmployeeID";
  148. this.User_EmployeeID.ReadOnly = true;
  149. this.User_EmployeeID.Visible = false;
  150. //
  151. // User_Name
  152. //
  153. this.User_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  154. this.User_Name.DataPropertyName = "User_Name";
  155. this.User_Name.FillWeight = 50.50549F;
  156. this.User_Name.HeaderText = "姓名";
  157. this.User_Name.Name = "User_Name";
  158. this.User_Name.ReadOnly = true;
  159. this.User_Name.Width = 200;
  160. //
  161. // Ws_BasicWage
  162. //
  163. this.Ws_BasicWage.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  164. this.Ws_BasicWage.DataPropertyName = "Ws_BasicWage";
  165. this.Ws_BasicWage.FillWeight = 243.6548F;
  166. this.Ws_BasicWage.HeaderText = "基本工资(元)";
  167. this.Ws_BasicWage.Name = "Ws_BasicWage";
  168. this.Ws_BasicWage.ReadOnly = true;
  169. this.Ws_BasicWage.Width = 160;
  170. //
  171. // Ws_Remark
  172. //
  173. this.Ws_Remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  174. this.Ws_Remark.DataPropertyName = "Ws_Remark";
  175. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  176. this.Ws_Remark.DefaultCellStyle = dataGridViewCellStyle3;
  177. this.Ws_Remark.FillWeight = 5.839698F;
  178. this.Ws_Remark.HeaderText = "备注";
  179. this.Ws_Remark.MinimumWidth = 600;
  180. this.Ws_Remark.Name = "Ws_Remark";
  181. this.Ws_Remark.ReadOnly = true;
  182. this.Ws_Remark.Width = 600;
  183. //
  184. // panelEx3
  185. //
  186. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  187. this.panelEx3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  188. this.panelEx3.BorderWidth = 1;
  189. this.panelEx3.Controls.Add(this.labelEx15);
  190. this.panelEx3.Controls.Add(this.cmbEmployeeName);
  191. this.panelEx3.Controls.Add(this.btnCommissionSet);
  192. this.panelEx3.Controls.Add(this.labelEx9);
  193. this.panelEx3.Controls.Add(this.btnClose);
  194. this.panelEx3.Controls.Add(this.txtWs_Remark);
  195. this.panelEx3.Controls.Add(this.btnSaveWages);
  196. this.panelEx3.Controls.Add(this.txtUser_Name);
  197. this.panelEx3.Controls.Add(this.labelEx8);
  198. this.panelEx3.Controls.Add(this.txtWs_BasicWage);
  199. this.panelEx3.Controls.Add(this.labelEx5);
  200. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  201. this.panelEx3.Location = new System.Drawing.Point(10, 10);
  202. this.panelEx3.Name = "panelEx3";
  203. this.panelEx3.Padding = new System.Windows.Forms.Padding(5);
  204. this.panelEx3.Size = new System.Drawing.Size(1004, 43);
  205. this.panelEx3.TabIndex = 162;
  206. //
  207. // btnCommissionSet
  208. //
  209. this.btnCommissionSet.BackColor = System.Drawing.Color.Transparent;
  210. this.btnCommissionSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCommissionSet.BackImg")));
  211. this.btnCommissionSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  212. this.btnCommissionSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  213. this.btnCommissionSet.ForeColor = System.Drawing.Color.White;
  214. this.btnCommissionSet.IsCustomBackImg = false;
  215. this.btnCommissionSet.IsShowText = true;
  216. this.btnCommissionSet.Location = new System.Drawing.Point(891, 6);
  217. this.btnCommissionSet.Name = "btnCommissionSet";
  218. this.btnCommissionSet.Size = new System.Drawing.Size(104, 28);
  219. this.btnCommissionSet.TabIndex = 169;
  220. this.btnCommissionSet.Text = "提成方案设置";
  221. this.btnCommissionSet.UseVisualStyleBackColor = false;
  222. //
  223. // labelEx9
  224. //
  225. this.labelEx9.AutoSize = true;
  226. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  227. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  228. this.labelEx9.Location = new System.Drawing.Point(171, 12);
  229. this.labelEx9.Name = "labelEx9";
  230. this.labelEx9.Size = new System.Drawing.Size(35, 17);
  231. this.labelEx9.TabIndex = 164;
  232. this.labelEx9.Text = "姓名:";
  233. //
  234. // btnClose
  235. //
  236. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  237. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  238. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  239. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  240. this.btnClose.ForeColor = System.Drawing.Color.White;
  241. this.btnClose.IsCustomBackImg = false;
  242. this.btnClose.IsShowText = true;
  243. this.btnClose.Location = new System.Drawing.Point(815, 6);
  244. this.btnClose.Name = "btnClose";
  245. this.btnClose.Size = new System.Drawing.Size(70, 28);
  246. this.btnClose.TabIndex = 168;
  247. this.btnClose.Text = "关 闭";
  248. this.btnClose.UseVisualStyleBackColor = false;
  249. //
  250. // txtWs_Remark
  251. //
  252. this.txtWs_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  253. this.txtWs_Remark.EmptyTextTip = null;
  254. this.txtWs_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  255. this.txtWs_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
  256. this.txtWs_Remark.Location = new System.Drawing.Point(501, 9);
  257. this.txtWs_Remark.Name = "txtWs_Remark";
  258. this.txtWs_Remark.Size = new System.Drawing.Size(230, 23);
  259. this.txtWs_Remark.TabIndex = 163;
  260. //
  261. // btnSaveWages
  262. //
  263. this.btnSaveWages.BackColor = System.Drawing.Color.Transparent;
  264. this.btnSaveWages.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveWages.BackImg")));
  265. this.btnSaveWages.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  266. this.btnSaveWages.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  267. this.btnSaveWages.ForeColor = System.Drawing.Color.White;
  268. this.btnSaveWages.IsCustomBackImg = false;
  269. this.btnSaveWages.IsShowText = true;
  270. this.btnSaveWages.Location = new System.Drawing.Point(739, 6);
  271. this.btnSaveWages.Name = "btnSaveWages";
  272. this.btnSaveWages.Size = new System.Drawing.Size(70, 28);
  273. this.btnSaveWages.TabIndex = 167;
  274. this.btnSaveWages.Text = "保 存";
  275. this.btnSaveWages.UseVisualStyleBackColor = false;
  276. //
  277. // txtUser_Name
  278. //
  279. this.txtUser_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  280. this.txtUser_Name.EmptyTextTip = null;
  281. this.txtUser_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  282. this.txtUser_Name.Enabled = false;
  283. this.txtUser_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
  284. this.txtUser_Name.Location = new System.Drawing.Point(212, 9);
  285. this.txtUser_Name.Name = "txtUser_Name";
  286. this.txtUser_Name.Size = new System.Drawing.Size(100, 23);
  287. this.txtUser_Name.TabIndex = 161;
  288. //
  289. // labelEx8
  290. //
  291. this.labelEx8.AutoSize = true;
  292. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  293. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  294. this.labelEx8.Location = new System.Drawing.Point(317, 12);
  295. this.labelEx8.Name = "labelEx8";
  296. this.labelEx8.Size = new System.Drawing.Size(59, 17);
  297. this.labelEx8.TabIndex = 165;
  298. this.labelEx8.Text = "基本工资:";
  299. //
  300. // txtWs_BasicWage
  301. //
  302. this.txtWs_BasicWage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  303. this.txtWs_BasicWage.EmptyTextTip = null;
  304. this.txtWs_BasicWage.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  305. this.txtWs_BasicWage.Font = new System.Drawing.Font("微软雅黑", 9F);
  306. this.txtWs_BasicWage.Location = new System.Drawing.Point(379, 9);
  307. this.txtWs_BasicWage.Name = "txtWs_BasicWage";
  308. this.txtWs_BasicWage.Size = new System.Drawing.Size(80, 23);
  309. this.txtWs_BasicWage.TabIndex = 162;
  310. this.txtWs_BasicWage.Text = "0";
  311. this.txtWs_BasicWage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  312. //
  313. // labelEx5
  314. //
  315. this.labelEx5.AutoSize = true;
  316. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  317. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  318. this.labelEx5.Location = new System.Drawing.Point(462, 12);
  319. this.labelEx5.Name = "labelEx5";
  320. this.labelEx5.Size = new System.Drawing.Size(35, 17);
  321. this.labelEx5.TabIndex = 166;
  322. this.labelEx5.Text = "备注:";
  323. //
  324. // labelEx15
  325. //
  326. this.labelEx15.AutoSize = true;
  327. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  328. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  329. this.labelEx15.Location = new System.Drawing.Point(2, 12);
  330. this.labelEx15.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0);
  331. this.labelEx15.Name = "labelEx15";
  332. this.labelEx15.Size = new System.Drawing.Size(35, 17);
  333. this.labelEx15.TabIndex = 312;
  334. this.labelEx15.Text = "筛选:";
  335. //
  336. // cmbEmployeeName
  337. //
  338. this.cmbEmployeeName.AfterSelectLevelFirstNode = true;
  339. this.cmbEmployeeName.DropDownHeight = 220;
  340. this.cmbEmployeeName.DropDownShow = false;
  341. this.cmbEmployeeName.FormattingEnabled = true;
  342. this.cmbEmployeeName.IntegralHeight = false;
  343. this.cmbEmployeeName.IsNodeMouseClick = true;
  344. this.cmbEmployeeName.IsSelectParentNode = true;
  345. this.cmbEmployeeName.Location = new System.Drawing.Point(43, 10);
  346. this.cmbEmployeeName.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
  347. this.cmbEmployeeName.Name = "cmbEmployeeName";
  348. this.cmbEmployeeName.ReadOnly = true;
  349. this.cmbEmployeeName.SelectedNode = null;
  350. this.cmbEmployeeName.Size = new System.Drawing.Size(125, 20);
  351. this.cmbEmployeeName.StrGetName = "";
  352. this.cmbEmployeeName.StrGetTagName = "";
  353. this.cmbEmployeeName.StrKey = null;
  354. this.cmbEmployeeName.TabIndex = 311;
  355. //
  356. // FrmWageSet
  357. //
  358. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  359. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  360. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  361. this.ClientSize = new System.Drawing.Size(1024, 768);
  362. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  363. this.MaximizeBox = false;
  364. this.Name = "FrmWageSet";
  365. this.Text = "工资设置";
  366. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  367. this.plExMainContainer.ResumeLayout(false);
  368. this.plFormMainContent.ResumeLayout(false);
  369. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  370. this.panelEx3.ResumeLayout(false);
  371. this.panelEx3.PerformLayout();
  372. this.ResumeLayout(false);
  373. }
  374. #endregion
  375. protected ComponentLibrary.DataGridViewEx dgv;
  376. private ComponentLibrary.PanelEx panelEx3;
  377. private ComponentLibrary.LabelEx labelEx9;
  378. protected ComponentLibrary.ButtonEx btnClose;
  379. protected ComponentLibrary.TextBoxBasicEx txtWs_Remark;
  380. protected ComponentLibrary.ButtonEx btnSaveWages;
  381. protected ComponentLibrary.TextBoxBasicEx txtUser_Name;
  382. private ComponentLibrary.LabelEx labelEx8;
  383. protected ComponentLibrary.TextBoxBasicEx txtWs_BasicWage;
  384. private ComponentLibrary.LabelEx labelEx5;
  385. public ComponentLibrary.ButtonForm btnCommissionSet;
  386. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  387. private System.Windows.Forms.DataGridViewTextBoxColumn User_EmployeeID;
  388. private System.Windows.Forms.DataGridViewTextBoxColumn User_Name;
  389. private System.Windows.Forms.DataGridViewTextBoxColumn Ws_BasicWage;
  390. private System.Windows.Forms.DataGridViewTextBoxColumn Ws_Remark;
  391. private ComponentLibrary.LabelEx labelEx15;
  392. protected ComponentLibrary.ComboBoxTreeViewEx cmbEmployeeName;
  393. }
  394. }