AnalyzedEmployeePerformanceFormMain.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. namespace LYFZ.Software.UI.DecisionAssistant
  2. {
  3. partial class AnalyzedEmployeePerformanceFormMain
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnalyzedEmployeePerformanceFormMain));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.PictImage = new LYFZ.ComponentLibrary.PictureBoxEx();
  32. this.cmbtreevItmes = new LYFZ.ComponentLibrary.TreeViewEx();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.lblPaidColor = new LYFZ.ComponentLibrary.LabelEx();
  35. this.panelPaidColor = new LYFZ.ComponentLibrary.PanelEx();
  36. this.lblComparedColor = new LYFZ.ComponentLibrary.LabelEx();
  37. this.lblCurrentColor = new LYFZ.ComponentLibrary.LabelEx();
  38. this.panelComparedColor = new LYFZ.ComponentLibrary.PanelEx();
  39. this.panelCurrentColor = new LYFZ.ComponentLibrary.PanelEx();
  40. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  41. this.cbo_Mouth = new LYFZ.ComponentLibrary.ComboBoxEx();
  42. this.cbo_Year = new LYFZ.ComponentLibrary.ComboBoxEx();
  43. this.rdo_Stage = new LYFZ.ComponentLibrary.RadioButtonEx();
  44. this.rdo_Year = new LYFZ.ComponentLibrary.RadioButtonEx();
  45. this.rdo_Mouth = new LYFZ.ComponentLibrary.RadioButtonEx();
  46. this.rdo_Day = new LYFZ.ComponentLibrary.RadioButtonEx();
  47. this.panelEx10 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.cbo_CheckMouth = new LYFZ.ComponentLibrary.ComboBoxEx();
  49. this.cbo_CheckYear = new LYFZ.ComponentLibrary.ComboBoxEx();
  50. this.btnQueryCompared = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.dtDataTimeStartCompared = new LYFZ.ComponentLibrary.DateTimePickerEx();
  53. this.dtDateTimeEndCompared = new LYFZ.ComponentLibrary.DateTimePickerEx();
  54. this.chkComparedStartUp = new LYFZ.ComponentLibrary.CheckBoxEx();
  55. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  56. this.dtDataTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  57. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.dtDataTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  59. this.cmbtreevDepartment = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  60. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  63. this.btnSaveAs = new LYFZ.ComponentLibrary.ButtonEx();
  64. this.plExMainContainer.SuspendLayout();
  65. this.plFormMainContent.SuspendLayout();
  66. this.panelEx1.SuspendLayout();
  67. this.panelEx3.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.PictImage)).BeginInit();
  69. this.panelEx2.SuspendLayout();
  70. this.panelEx7.SuspendLayout();
  71. this.panelEx10.SuspendLayout();
  72. this.SuspendLayout();
  73. //
  74. // plExMainContainer
  75. //
  76. this.plExMainContainer.Controls.Add(this.panelEx1);
  77. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  78. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  79. this.plExMainContainer.Size = new System.Drawing.Size(1156, 505);
  80. //
  81. // plFormMainContent
  82. //
  83. this.plFormMainContent.Controls.Add(this.btnClose);
  84. this.plFormMainContent.Controls.Add(this.btnSaveAs);
  85. this.plFormMainContent.Controls.Add(this.labelEx2);
  86. this.plFormMainContent.Controls.Add(this.labelEx1);
  87. this.plFormMainContent.Controls.Add(this.cmbtreevDepartment);
  88. this.plFormMainContent.Size = new System.Drawing.Size(1156, 545);
  89. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  90. this.plFormMainContent.Controls.SetChildIndex(this.cmbtreevDepartment, 0);
  91. this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
  92. this.plFormMainContent.Controls.SetChildIndex(this.labelEx2, 0);
  93. this.plFormMainContent.Controls.SetChildIndex(this.btnSaveAs, 0);
  94. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  95. //
  96. // btnAppFormMaximize
  97. //
  98. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  99. this.btnAppFormMaximize.Location = new System.Drawing.Point(1097, 0);
  100. //
  101. // btnAppFormExit
  102. //
  103. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  104. this.btnAppFormExit.Location = new System.Drawing.Point(1124, 0);
  105. //
  106. // btnAppFormMinimize
  107. //
  108. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  109. this.btnAppFormMinimize.Location = new System.Drawing.Point(1070, 0);
  110. //
  111. // panelEx1
  112. //
  113. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  114. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  115. this.panelEx1.BorderWidth = 1;
  116. this.panelEx1.Controls.Add(this.panelEx3);
  117. this.panelEx1.Controls.Add(this.panelEx2);
  118. this.panelEx1.Controls.Add(this.panelEx7);
  119. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  120. this.panelEx1.Name = "panelEx1";
  121. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  122. this.panelEx1.Size = new System.Drawing.Size(1148, 485);
  123. this.panelEx1.TabIndex = 0;
  124. //
  125. // panelEx3
  126. //
  127. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  128. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  129. this.panelEx3.BorderWidth = 1;
  130. this.panelEx3.Controls.Add(this.PictImage);
  131. this.panelEx3.Controls.Add(this.cmbtreevItmes);
  132. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.panelEx3.Location = new System.Drawing.Point(3, 39);
  134. this.panelEx3.Name = "panelEx3";
  135. this.panelEx3.Padding = new System.Windows.Forms.Padding(3);
  136. this.panelEx3.Size = new System.Drawing.Size(1142, 413);
  137. this.panelEx3.TabIndex = 5;
  138. //
  139. // PictImage
  140. //
  141. this.PictImage.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.PictImage.Location = new System.Drawing.Point(149, 3);
  143. this.PictImage.Name = "PictImage";
  144. this.PictImage.Size = new System.Drawing.Size(990, 407);
  145. this.PictImage.TabIndex = 6;
  146. this.PictImage.TabStop = false;
  147. //
  148. // cmbtreevItmes
  149. //
  150. this.cmbtreevItmes.Dock = System.Windows.Forms.DockStyle.Left;
  151. this.cmbtreevItmes.Font = new System.Drawing.Font("宋体", 10.5F);
  152. this.cmbtreevItmes.Location = new System.Drawing.Point(3, 3);
  153. this.cmbtreevItmes.Name = "cmbtreevItmes";
  154. this.cmbtreevItmes.Size = new System.Drawing.Size(146, 407);
  155. this.cmbtreevItmes.TabIndex = 29;
  156. //
  157. // panelEx2
  158. //
  159. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  160. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  161. this.panelEx2.BorderWidth = 1;
  162. this.panelEx2.Controls.Add(this.lblPaidColor);
  163. this.panelEx2.Controls.Add(this.panelPaidColor);
  164. this.panelEx2.Controls.Add(this.lblComparedColor);
  165. this.panelEx2.Controls.Add(this.lblCurrentColor);
  166. this.panelEx2.Controls.Add(this.panelComparedColor);
  167. this.panelEx2.Controls.Add(this.panelCurrentColor);
  168. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
  169. this.panelEx2.Location = new System.Drawing.Point(3, 452);
  170. this.panelEx2.Name = "panelEx2";
  171. this.panelEx2.Size = new System.Drawing.Size(1142, 30);
  172. this.panelEx2.TabIndex = 4;
  173. //
  174. // lblPaidColor
  175. //
  176. this.lblPaidColor.AutoSize = true;
  177. this.lblPaidColor.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  178. this.lblPaidColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  179. this.lblPaidColor.Location = new System.Drawing.Point(192, 8);
  180. this.lblPaidColor.Name = "lblPaidColor";
  181. this.lblPaidColor.Size = new System.Drawing.Size(32, 17);
  182. this.lblPaidColor.TabIndex = 34;
  183. this.lblPaidColor.Text = "实收";
  184. //
  185. // panelPaidColor
  186. //
  187. this.panelPaidColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  188. this.panelPaidColor.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  189. this.panelPaidColor.BorderWidth = 1;
  190. this.panelPaidColor.Location = new System.Drawing.Point(129, 8);
  191. this.panelPaidColor.Name = "panelPaidColor";
  192. this.panelPaidColor.Size = new System.Drawing.Size(57, 18);
  193. this.panelPaidColor.TabIndex = 33;
  194. //
  195. // lblComparedColor
  196. //
  197. this.lblComparedColor.AutoSize = true;
  198. this.lblComparedColor.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  199. this.lblComparedColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  200. this.lblComparedColor.Location = new System.Drawing.Point(307, 8);
  201. this.lblComparedColor.Name = "lblComparedColor";
  202. this.lblComparedColor.Size = new System.Drawing.Size(32, 17);
  203. this.lblComparedColor.TabIndex = 32;
  204. this.lblComparedColor.Text = "对比";
  205. //
  206. // lblCurrentColor
  207. //
  208. this.lblCurrentColor.AutoSize = true;
  209. this.lblCurrentColor.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  210. this.lblCurrentColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  211. this.lblCurrentColor.Location = new System.Drawing.Point(77, 8);
  212. this.lblCurrentColor.Name = "lblCurrentColor";
  213. this.lblCurrentColor.Size = new System.Drawing.Size(32, 17);
  214. this.lblCurrentColor.TabIndex = 31;
  215. this.lblCurrentColor.Text = "欠款";
  216. //
  217. // panelComparedColor
  218. //
  219. this.panelComparedColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  220. this.panelComparedColor.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  221. this.panelComparedColor.BorderWidth = 1;
  222. this.panelComparedColor.Location = new System.Drawing.Point(244, 8);
  223. this.panelComparedColor.Name = "panelComparedColor";
  224. this.panelComparedColor.Size = new System.Drawing.Size(57, 18);
  225. this.panelComparedColor.TabIndex = 7;
  226. //
  227. // panelCurrentColor
  228. //
  229. this.panelCurrentColor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  230. this.panelCurrentColor.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  231. this.panelCurrentColor.BorderWidth = 1;
  232. this.panelCurrentColor.Location = new System.Drawing.Point(14, 8);
  233. this.panelCurrentColor.Name = "panelCurrentColor";
  234. this.panelCurrentColor.Size = new System.Drawing.Size(57, 18);
  235. this.panelCurrentColor.TabIndex = 6;
  236. //
  237. // panelEx7
  238. //
  239. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  240. this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  241. this.panelEx7.BorderWidth = 1;
  242. this.panelEx7.Controls.Add(this.cbo_Mouth);
  243. this.panelEx7.Controls.Add(this.cbo_Year);
  244. this.panelEx7.Controls.Add(this.rdo_Stage);
  245. this.panelEx7.Controls.Add(this.rdo_Year);
  246. this.panelEx7.Controls.Add(this.rdo_Mouth);
  247. this.panelEx7.Controls.Add(this.rdo_Day);
  248. this.panelEx7.Controls.Add(this.panelEx10);
  249. this.panelEx7.Controls.Add(this.chkComparedStartUp);
  250. this.panelEx7.Controls.Add(this.btnQuery);
  251. this.panelEx7.Controls.Add(this.dtDataTimeStart);
  252. this.panelEx7.Controls.Add(this.labelEx4);
  253. this.panelEx7.Controls.Add(this.dtDataTimeEnd);
  254. this.panelEx7.Dock = System.Windows.Forms.DockStyle.Top;
  255. this.panelEx7.Location = new System.Drawing.Point(3, 3);
  256. this.panelEx7.Name = "panelEx7";
  257. this.panelEx7.Size = new System.Drawing.Size(1142, 36);
  258. this.panelEx7.TabIndex = 3;
  259. //
  260. // cbo_Mouth
  261. //
  262. this.cbo_Mouth.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  263. this.cbo_Mouth.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  264. this.cbo_Mouth.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  265. this.cbo_Mouth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  266. this.cbo_Mouth.Font = new System.Drawing.Font("宋体", 10.5F);
  267. this.cbo_Mouth.FormattingEnabled = true;
  268. this.cbo_Mouth.IsCustomColor = false;
  269. this.cbo_Mouth.Items.AddRange(new object[] {
  270. "1月",
  271. "2月",
  272. "3月",
  273. "4月",
  274. "5月",
  275. "6月",
  276. "7月",
  277. "8月",
  278. "9月",
  279. "10月",
  280. "11月",
  281. "12月"});
  282. this.cbo_Mouth.Location = new System.Drawing.Point(104, 6);
  283. this.cbo_Mouth.Name = "cbo_Mouth";
  284. this.cbo_Mouth.ReadOnly = false;
  285. this.cbo_Mouth.Size = new System.Drawing.Size(89, 22);
  286. this.cbo_Mouth.TabIndex = 28;
  287. this.cbo_Mouth.Visible = false;
  288. //
  289. // cbo_Year
  290. //
  291. this.cbo_Year.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  292. this.cbo_Year.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  293. this.cbo_Year.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  294. this.cbo_Year.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  295. this.cbo_Year.Font = new System.Drawing.Font("宋体", 10.5F);
  296. this.cbo_Year.FormattingEnabled = true;
  297. this.cbo_Year.IsCustomColor = false;
  298. this.cbo_Year.Location = new System.Drawing.Point(4, 6);
  299. this.cbo_Year.Name = "cbo_Year";
  300. this.cbo_Year.ReadOnly = false;
  301. this.cbo_Year.Size = new System.Drawing.Size(89, 22);
  302. this.cbo_Year.TabIndex = 28;
  303. this.cbo_Year.Visible = false;
  304. //
  305. // rdo_Stage
  306. //
  307. this.rdo_Stage.AutoSize = true;
  308. this.rdo_Stage.BackColor = System.Drawing.Color.Transparent;
  309. this.rdo_Stage.Checked = true;
  310. this.rdo_Stage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  311. this.rdo_Stage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  312. this.rdo_Stage.Location = new System.Drawing.Point(993, 8);
  313. this.rdo_Stage.Name = "rdo_Stage";
  314. this.rdo_Stage.Size = new System.Drawing.Size(50, 21);
  315. this.rdo_Stage.TabIndex = 27;
  316. this.rdo_Stage.TabStop = true;
  317. this.rdo_Stage.Text = "阶段";
  318. this.rdo_Stage.UseVisualStyleBackColor = false;
  319. //
  320. // rdo_Year
  321. //
  322. this.rdo_Year.AutoSize = true;
  323. this.rdo_Year.BackColor = System.Drawing.Color.Transparent;
  324. this.rdo_Year.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  325. this.rdo_Year.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  326. this.rdo_Year.Location = new System.Drawing.Point(949, 8);
  327. this.rdo_Year.Name = "rdo_Year";
  328. this.rdo_Year.Size = new System.Drawing.Size(38, 21);
  329. this.rdo_Year.TabIndex = 27;
  330. this.rdo_Year.TabStop = true;
  331. this.rdo_Year.Text = "年";
  332. this.rdo_Year.UseVisualStyleBackColor = false;
  333. //
  334. // rdo_Mouth
  335. //
  336. this.rdo_Mouth.AutoSize = true;
  337. this.rdo_Mouth.BackColor = System.Drawing.Color.Transparent;
  338. this.rdo_Mouth.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  339. this.rdo_Mouth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  340. this.rdo_Mouth.Location = new System.Drawing.Point(905, 8);
  341. this.rdo_Mouth.Name = "rdo_Mouth";
  342. this.rdo_Mouth.Size = new System.Drawing.Size(38, 21);
  343. this.rdo_Mouth.TabIndex = 27;
  344. this.rdo_Mouth.TabStop = true;
  345. this.rdo_Mouth.Text = "月";
  346. this.rdo_Mouth.UseVisualStyleBackColor = false;
  347. //
  348. // rdo_Day
  349. //
  350. this.rdo_Day.AutoSize = true;
  351. this.rdo_Day.BackColor = System.Drawing.Color.Transparent;
  352. this.rdo_Day.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  353. this.rdo_Day.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  354. this.rdo_Day.Location = new System.Drawing.Point(861, 7);
  355. this.rdo_Day.Name = "rdo_Day";
  356. this.rdo_Day.Size = new System.Drawing.Size(38, 21);
  357. this.rdo_Day.TabIndex = 27;
  358. this.rdo_Day.TabStop = true;
  359. this.rdo_Day.Text = "日";
  360. this.rdo_Day.UseVisualStyleBackColor = false;
  361. //
  362. // panelEx10
  363. //
  364. this.panelEx10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  365. this.panelEx10.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  366. this.panelEx10.BorderWidth = 1;
  367. this.panelEx10.Controls.Add(this.cbo_CheckMouth);
  368. this.panelEx10.Controls.Add(this.cbo_CheckYear);
  369. this.panelEx10.Controls.Add(this.btnQueryCompared);
  370. this.panelEx10.Controls.Add(this.labelEx3);
  371. this.panelEx10.Controls.Add(this.dtDataTimeStartCompared);
  372. this.panelEx10.Controls.Add(this.dtDateTimeEndCompared);
  373. this.panelEx10.Location = new System.Drawing.Point(473, 5);
  374. this.panelEx10.Name = "panelEx10";
  375. this.panelEx10.Size = new System.Drawing.Size(370, 26);
  376. this.panelEx10.TabIndex = 18;
  377. this.panelEx10.Visible = false;
  378. //
  379. // cbo_CheckMouth
  380. //
  381. this.cbo_CheckMouth.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  382. this.cbo_CheckMouth.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  383. this.cbo_CheckMouth.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  384. this.cbo_CheckMouth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  385. this.cbo_CheckMouth.Font = new System.Drawing.Font("宋体", 10.5F);
  386. this.cbo_CheckMouth.FormattingEnabled = true;
  387. this.cbo_CheckMouth.IsCustomColor = false;
  388. this.cbo_CheckMouth.Items.AddRange(new object[] {
  389. "1月",
  390. "2月",
  391. "3月",
  392. "4月",
  393. "5月",
  394. "6月",
  395. "7月",
  396. "8月",
  397. "9月",
  398. "10月",
  399. "11月",
  400. "12月"});
  401. this.cbo_CheckMouth.Location = new System.Drawing.Point(107, 2);
  402. this.cbo_CheckMouth.Name = "cbo_CheckMouth";
  403. this.cbo_CheckMouth.ReadOnly = false;
  404. this.cbo_CheckMouth.Size = new System.Drawing.Size(89, 22);
  405. this.cbo_CheckMouth.TabIndex = 29;
  406. this.cbo_CheckMouth.Visible = false;
  407. //
  408. // cbo_CheckYear
  409. //
  410. this.cbo_CheckYear.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  411. this.cbo_CheckYear.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  412. this.cbo_CheckYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  413. this.cbo_CheckYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  414. this.cbo_CheckYear.Font = new System.Drawing.Font("宋体", 10.5F);
  415. this.cbo_CheckYear.FormattingEnabled = true;
  416. this.cbo_CheckYear.IsCustomColor = false;
  417. this.cbo_CheckYear.Location = new System.Drawing.Point(7, 2);
  418. this.cbo_CheckYear.Name = "cbo_CheckYear";
  419. this.cbo_CheckYear.ReadOnly = false;
  420. this.cbo_CheckYear.Size = new System.Drawing.Size(89, 22);
  421. this.cbo_CheckYear.TabIndex = 30;
  422. this.cbo_CheckYear.Visible = false;
  423. //
  424. // btnQueryCompared
  425. //
  426. this.btnQueryCompared.BackColor = System.Drawing.Color.Transparent;
  427. this.btnQueryCompared.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQueryCompared.BackImg")));
  428. this.btnQueryCompared.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  429. this.btnQueryCompared.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  430. this.btnQueryCompared.ForeColor = System.Drawing.Color.White;
  431. this.btnQueryCompared.IsCustomBackImg = false;
  432. this.btnQueryCompared.IsShowText = true;
  433. this.btnQueryCompared.Location = new System.Drawing.Point(281, 0);
  434. this.btnQueryCompared.Name = "btnQueryCompared";
  435. this.btnQueryCompared.Size = new System.Drawing.Size(85, 26);
  436. this.btnQueryCompared.TabIndex = 27;
  437. this.btnQueryCompared.Text = " 查 询";
  438. this.btnQueryCompared.UseVisualStyleBackColor = false;
  439. //
  440. // labelEx3
  441. //
  442. this.labelEx3.AutoSize = true;
  443. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  444. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  445. this.labelEx3.Location = new System.Drawing.Point(130, 3);
  446. this.labelEx3.Name = "labelEx3";
  447. this.labelEx3.Size = new System.Drawing.Size(21, 17);
  448. this.labelEx3.TabIndex = 5;
  449. this.labelEx3.Text = "—";
  450. //
  451. // dtDataTimeStartCompared
  452. //
  453. this.dtDataTimeStartCompared.CustomFormat = " ";
  454. this.dtDataTimeStartCompared.DateValue = "";
  455. this.dtDataTimeStartCompared.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  456. this.dtDataTimeStartCompared.IsShowTime = false;
  457. this.dtDataTimeStartCompared.Location = new System.Drawing.Point(6, 2);
  458. this.dtDataTimeStartCompared.Name = "dtDataTimeStartCompared";
  459. this.dtDataTimeStartCompared.Size = new System.Drawing.Size(120, 21);
  460. this.dtDataTimeStartCompared.TabIndex = 3;
  461. //
  462. // dtDateTimeEndCompared
  463. //
  464. this.dtDateTimeEndCompared.CustomFormat = " ";
  465. this.dtDateTimeEndCompared.DateValue = "";
  466. this.dtDateTimeEndCompared.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  467. this.dtDateTimeEndCompared.IsShowTime = false;
  468. this.dtDateTimeEndCompared.Location = new System.Drawing.Point(153, 2);
  469. this.dtDateTimeEndCompared.Name = "dtDateTimeEndCompared";
  470. this.dtDateTimeEndCompared.Size = new System.Drawing.Size(120, 21);
  471. this.dtDateTimeEndCompared.TabIndex = 4;
  472. //
  473. // chkComparedStartUp
  474. //
  475. this.chkComparedStartUp.AutoSize = true;
  476. this.chkComparedStartUp.BackColor = System.Drawing.Color.Transparent;
  477. this.chkComparedStartUp.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  478. this.chkComparedStartUp.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  479. this.chkComparedStartUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  480. this.chkComparedStartUp.Fourstates = false;
  481. this.chkComparedStartUp.IsGreenTick = false;
  482. this.chkComparedStartUp.Location = new System.Drawing.Point(385, 6);
  483. this.chkComparedStartUp.Name = "chkComparedStartUp";
  484. this.chkComparedStartUp.Size = new System.Drawing.Size(84, 24);
  485. this.chkComparedStartUp.TabIndex = 22;
  486. this.chkComparedStartUp.Text = "启动对比";
  487. this.chkComparedStartUp.UseVisualStyleBackColor = false;
  488. //
  489. // btnQuery
  490. //
  491. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  492. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  493. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  494. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  495. this.btnQuery.ForeColor = System.Drawing.Color.White;
  496. this.btnQuery.IsCustomBackImg = false;
  497. this.btnQuery.IsShowText = true;
  498. this.btnQuery.Location = new System.Drawing.Point(279, 5);
  499. this.btnQuery.Name = "btnQuery";
  500. this.btnQuery.Size = new System.Drawing.Size(85, 26);
  501. this.btnQuery.TabIndex = 26;
  502. this.btnQuery.Text = " 查 询";
  503. this.btnQuery.UseVisualStyleBackColor = false;
  504. //
  505. // dtDataTimeStart
  506. //
  507. this.dtDataTimeStart.CustomFormat = " ";
  508. this.dtDataTimeStart.DateValue = "";
  509. this.dtDataTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  510. this.dtDataTimeStart.IsShowTime = false;
  511. this.dtDataTimeStart.Location = new System.Drawing.Point(4, 7);
  512. this.dtDataTimeStart.Name = "dtDataTimeStart";
  513. this.dtDataTimeStart.Size = new System.Drawing.Size(120, 21);
  514. this.dtDataTimeStart.TabIndex = 23;
  515. //
  516. // labelEx4
  517. //
  518. this.labelEx4.AutoSize = true;
  519. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  520. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  521. this.labelEx4.Location = new System.Drawing.Point(128, 8);
  522. this.labelEx4.Name = "labelEx4";
  523. this.labelEx4.Size = new System.Drawing.Size(21, 17);
  524. this.labelEx4.TabIndex = 25;
  525. this.labelEx4.Text = "—";
  526. //
  527. // dtDataTimeEnd
  528. //
  529. this.dtDataTimeEnd.CustomFormat = " ";
  530. this.dtDataTimeEnd.DateValue = "";
  531. this.dtDataTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  532. this.dtDataTimeEnd.IsShowTime = false;
  533. this.dtDataTimeEnd.Location = new System.Drawing.Point(151, 7);
  534. this.dtDataTimeEnd.Name = "dtDataTimeEnd";
  535. this.dtDataTimeEnd.Size = new System.Drawing.Size(120, 21);
  536. this.dtDataTimeEnd.TabIndex = 24;
  537. //
  538. // cmbtreevDepartment
  539. //
  540. this.cmbtreevDepartment.AfterSelectLevelFirstNode = true;
  541. this.cmbtreevDepartment.DropDownHeight = 220;
  542. this.cmbtreevDepartment.DropDownShow = false;
  543. this.cmbtreevDepartment.FormattingEnabled = true;
  544. this.cmbtreevDepartment.IntegralHeight = false;
  545. this.cmbtreevDepartment.IsNodeMouseClick = true;
  546. this.cmbtreevDepartment.IsSelectParentNode = true;
  547. this.cmbtreevDepartment.Location = new System.Drawing.Point(273, 11);
  548. this.cmbtreevDepartment.Name = "cmbtreevDepartment";
  549. this.cmbtreevDepartment.ReadOnly = true;
  550. this.cmbtreevDepartment.SelectedNode = null;
  551. this.cmbtreevDepartment.Size = new System.Drawing.Size(151, 20);
  552. this.cmbtreevDepartment.StrGetName = "";
  553. this.cmbtreevDepartment.StrGetTagName = "";
  554. this.cmbtreevDepartment.StrKey = null;
  555. this.cmbtreevDepartment.TabIndex = 28;
  556. //
  557. // labelEx1
  558. //
  559. this.labelEx1.AutoSize = true;
  560. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  561. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  562. this.labelEx1.Location = new System.Drawing.Point(229, 12);
  563. this.labelEx1.Name = "labelEx1";
  564. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  565. this.labelEx1.TabIndex = 30;
  566. this.labelEx1.Text = "部门:";
  567. //
  568. // labelEx2
  569. //
  570. this.labelEx2.AutoSize = true;
  571. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  572. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  573. this.labelEx2.Location = new System.Drawing.Point(450, 12);
  574. this.labelEx2.Name = "labelEx2";
  575. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  576. this.labelEx2.TabIndex = 31;
  577. this.labelEx2.Text = "项目:";
  578. //
  579. // btnClose
  580. //
  581. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  582. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  583. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  584. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  585. this.btnClose.ForeColor = System.Drawing.Color.White;
  586. this.btnClose.IsCustomBackImg = false;
  587. this.btnClose.IsShowText = true;
  588. this.btnClose.Location = new System.Drawing.Point(845, 6);
  589. this.btnClose.Name = "btnClose";
  590. this.btnClose.Size = new System.Drawing.Size(85, 28);
  591. this.btnClose.TabIndex = 32;
  592. this.btnClose.Text = " 关 闭";
  593. this.btnClose.UseVisualStyleBackColor = false;
  594. //
  595. // btnSaveAs
  596. //
  597. this.btnSaveAs.BackColor = System.Drawing.Color.Transparent;
  598. this.btnSaveAs.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveAs.BackImg")));
  599. this.btnSaveAs.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  600. this.btnSaveAs.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  601. this.btnSaveAs.ForeColor = System.Drawing.Color.White;
  602. this.btnSaveAs.IsCustomBackImg = false;
  603. this.btnSaveAs.IsShowText = true;
  604. this.btnSaveAs.Location = new System.Drawing.Point(753, 6);
  605. this.btnSaveAs.Name = "btnSaveAs";
  606. this.btnSaveAs.Size = new System.Drawing.Size(85, 28);
  607. this.btnSaveAs.TabIndex = 28;
  608. this.btnSaveAs.Text = " 另存为";
  609. this.btnSaveAs.UseVisualStyleBackColor = false;
  610. //
  611. // AnalyzedEmployeePerformanceFormMain
  612. //
  613. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  614. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  615. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  616. this.ClientSize = new System.Drawing.Size(1156, 610);
  617. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  618. this.IsShowUcNavigationTool = true;
  619. this.IsUserControlsSize = false;
  620. this.Name = "AnalyzedEmployeePerformanceFormMain";
  621. this.Text = "员工业绩";
  622. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  623. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  624. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  625. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  626. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  627. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  628. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  629. this.plExMainContainer.ResumeLayout(false);
  630. this.plFormMainContent.ResumeLayout(false);
  631. this.plFormMainContent.PerformLayout();
  632. this.panelEx1.ResumeLayout(false);
  633. this.panelEx3.ResumeLayout(false);
  634. ((System.ComponentModel.ISupportInitialize)(this.PictImage)).EndInit();
  635. this.panelEx2.ResumeLayout(false);
  636. this.panelEx2.PerformLayout();
  637. this.panelEx7.ResumeLayout(false);
  638. this.panelEx7.PerformLayout();
  639. this.panelEx10.ResumeLayout(false);
  640. this.panelEx10.PerformLayout();
  641. this.ResumeLayout(false);
  642. }
  643. #endregion
  644. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDepartment;
  645. protected internal ComponentLibrary.ButtonEx btnClose;
  646. private ComponentLibrary.LabelEx labelEx2;
  647. private ComponentLibrary.LabelEx labelEx1;
  648. protected internal ComponentLibrary.TreeViewEx cmbtreevItmes;
  649. protected internal ComponentLibrary.PanelEx panelEx7;
  650. protected internal ComponentLibrary.PanelEx panelEx10;
  651. protected internal ComponentLibrary.ButtonEx btnQueryCompared;
  652. private ComponentLibrary.LabelEx labelEx3;
  653. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeStartCompared;
  654. protected internal ComponentLibrary.DateTimePickerEx dtDateTimeEndCompared;
  655. protected internal ComponentLibrary.ButtonEx btnSaveAs;
  656. protected internal ComponentLibrary.CheckBoxEx chkComparedStartUp;
  657. protected internal ComponentLibrary.ButtonEx btnQuery;
  658. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeStart;
  659. private ComponentLibrary.LabelEx labelEx4;
  660. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeEnd;
  661. private ComponentLibrary.LabelEx lblCurrentColor;
  662. protected internal ComponentLibrary.PanelEx panelComparedColor;
  663. protected internal ComponentLibrary.PanelEx panelCurrentColor;
  664. protected internal ComponentLibrary.PanelEx panelEx2;
  665. protected internal ComponentLibrary.PanelEx panelEx1;
  666. protected internal ComponentLibrary.PictureBoxEx PictImage;
  667. protected internal ComponentLibrary.PanelEx panelEx3;
  668. private ComponentLibrary.LabelEx lblPaidColor;
  669. protected internal ComponentLibrary.PanelEx panelPaidColor;
  670. protected internal ComponentLibrary.LabelEx lblComparedColor;
  671. protected internal ComponentLibrary.ComboBoxEx cbo_Mouth;
  672. protected internal ComponentLibrary.ComboBoxEx cbo_Year;
  673. protected internal ComponentLibrary.ComboBoxEx cbo_CheckMouth;
  674. protected internal ComponentLibrary.ComboBoxEx cbo_CheckYear;
  675. protected internal ComponentLibrary.RadioButtonEx rdo_Day;
  676. protected internal ComponentLibrary.RadioButtonEx rdo_Stage;
  677. protected internal ComponentLibrary.RadioButtonEx rdo_Year;
  678. protected internal ComponentLibrary.RadioButtonEx rdo_Mouth;
  679. }
  680. }