MyWorkRemindFormMain.Designer.cs 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994
  1. namespace LYFZ.Software.UI.CameraControlBook
  2. {
  3. partial class MyWorkRemindFormMain
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MyWorkRemindFormMain));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.chkAllUserWork = new LYFZ.ComponentLibrary.CheckBoxEx();
  36. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.chkCompletedNot = new LYFZ.ComponentLibrary.CheckBoxEx();
  38. this.chkCompletedOK = new LYFZ.ComponentLibrary.CheckBoxEx();
  39. this.chkCompletedTimeOut = new LYFZ.ComponentLibrary.CheckBoxEx();
  40. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  41. this.tabPage1 = new System.Windows.Forms.TabPage();
  42. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  43. this.tabPage3 = new System.Windows.Forms.TabPage();
  44. this.dgvData3 = new LYFZ.ComponentLibrary.DataGridViewEc();
  45. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.panelDay = new LYFZ.ComponentLibrary.PanelEx();
  47. this.groupBoxEx4 = new LYFZ.ComponentLibrary.GroupBoxEx();
  48. this.lbl_TodayTrack = new LYFZ.ComponentLibrary.LabelEx();
  49. this.groupBoxEx3 = new LYFZ.ComponentLibrary.GroupBoxEx();
  50. this.lbl_HundredDay = new LYFZ.ComponentLibrary.LabelEx();
  51. this.lbl_FullMoon = new LYFZ.ComponentLibrary.LabelEx();
  52. this.lbl_Marriage = new LYFZ.ComponentLibrary.LabelEx();
  53. this.lbl_Birthday = new LYFZ.ComponentLibrary.LabelEx();
  54. this.lbl_MemorialDay = new LYFZ.ComponentLibrary.LabelEx();
  55. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  56. this.lbl_SendPhoto = new LYFZ.ComponentLibrary.LabelEx();
  57. this.lbl_Design = new LYFZ.ComponentLibrary.LabelEx();
  58. this.lbl_RefinedRepair = new LYFZ.ComponentLibrary.LabelEx();
  59. this.lbl_EarlyRepair = new LYFZ.ComponentLibrary.LabelEx();
  60. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  61. this.lbl_Pickup = new LYFZ.ComponentLibrary.LabelEx();
  62. this.lbl_ClientServiceTask = new LYFZ.ComponentLibrary.LabelEx();
  63. this.lbl_BootDivisionAssistant = new LYFZ.ComponentLibrary.LabelEx();
  64. this.lbl_BootDivision = new LYFZ.ComponentLibrary.LabelEx();
  65. this.lbl_MakeupAssistant = new LYFZ.ComponentLibrary.LabelEx();
  66. this.lbl_Makeup = new LYFZ.ComponentLibrary.LabelEx();
  67. this.lbl_PhotographyAssistant = new LYFZ.ComponentLibrary.LabelEx();
  68. this.lbl_Photography = new LYFZ.ComponentLibrary.LabelEx();
  69. this.lbl_Clothing = new LYFZ.ComponentLibrary.LabelEx();
  70. this.lbl_Service = new LYFZ.ComponentLibrary.LabelEx();
  71. this.lbl_LookDesign = new LYFZ.ComponentLibrary.LabelEx();
  72. this.lbl_FilmSelection = new LYFZ.ComponentLibrary.LabelEx();
  73. this.paneltitle = new LYFZ.ComponentLibrary.PanelEx();
  74. this.lblWeek = new LYFZ.ComponentLibrary.LabelEx();
  75. this.lblLunarCalendar = new LYFZ.ComponentLibrary.LabelEx();
  76. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  77. this.numDay = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  78. this.numMonth = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  79. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  80. this.numYear = new LYFZ.ComponentLibrary.NumericUpDownEx(this.components);
  81. this.lblMyTaskCount = new LYFZ.ComponentLibrary.LabelEx();
  82. this.plExMainContainer.SuspendLayout();
  83. this.plFormMainContent.SuspendLayout();
  84. this.panelEx1.SuspendLayout();
  85. this.panelEx2.SuspendLayout();
  86. this.tabControlEx1.SuspendLayout();
  87. this.tabPage1.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  89. this.tabPage3.SuspendLayout();
  90. ((System.ComponentModel.ISupportInitialize)(this.dgvData3)).BeginInit();
  91. this.panelEx5.SuspendLayout();
  92. this.panelDay.SuspendLayout();
  93. this.groupBoxEx4.SuspendLayout();
  94. this.groupBoxEx3.SuspendLayout();
  95. this.groupBoxEx2.SuspendLayout();
  96. this.groupBoxEx1.SuspendLayout();
  97. this.paneltitle.SuspendLayout();
  98. this.panelEx3.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.numDay)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.numMonth)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.numYear)).BeginInit();
  102. this.SuspendLayout();
  103. //
  104. // plExMainContainer
  105. //
  106. this.plExMainContainer.Controls.Add(this.panelEx1);
  107. this.plExMainContainer.Size = new System.Drawing.Size(980, 721);
  108. //
  109. // plFormMainContent
  110. //
  111. this.plFormMainContent.Size = new System.Drawing.Size(980, 721);
  112. //
  113. // btnAppFormMaximize
  114. //
  115. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  116. this.btnAppFormMaximize.Location = new System.Drawing.Point(921, 0);
  117. //
  118. // btnAppFormExit
  119. //
  120. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  121. this.btnAppFormExit.Location = new System.Drawing.Point(948, 0);
  122. //
  123. // btnAppFormMinimize
  124. //
  125. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  126. this.btnAppFormMinimize.Location = new System.Drawing.Point(894, 0);
  127. //
  128. // panelEx1
  129. //
  130. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  131. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  132. this.panelEx1.BorderWidth = 1;
  133. this.panelEx1.Controls.Add(this.chkAllUserWork);
  134. this.panelEx1.Controls.Add(this.panelEx2);
  135. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  137. this.panelEx1.Name = "panelEx1";
  138. this.panelEx1.Padding = new System.Windows.Forms.Padding(8, 5, 8, 8);
  139. this.panelEx1.Size = new System.Drawing.Size(980, 721);
  140. this.panelEx1.TabIndex = 0;
  141. //
  142. // chkAllUserWork
  143. //
  144. this.chkAllUserWork.AutoSize = true;
  145. this.chkAllUserWork.BackColor = System.Drawing.Color.Transparent;
  146. this.chkAllUserWork.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  147. this.chkAllUserWork.Font = new System.Drawing.Font("微软雅黑", 9F);
  148. this.chkAllUserWork.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  149. this.chkAllUserWork.Fourstates = false;
  150. this.chkAllUserWork.IsGreenTick = false;
  151. this.chkAllUserWork.Location = new System.Drawing.Point(628, 9);
  152. this.chkAllUserWork.Name = "chkAllUserWork";
  153. this.chkAllUserWork.Size = new System.Drawing.Size(87, 21);
  154. this.chkAllUserWork.TabIndex = 141;
  155. this.chkAllUserWork.Text = "所有人工作";
  156. this.chkAllUserWork.UseVisualStyleBackColor = false;
  157. //
  158. // panelEx2
  159. //
  160. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  161. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  162. this.panelEx2.BorderWidth = 1;
  163. this.panelEx2.Controls.Add(this.chkCompletedNot);
  164. this.panelEx2.Controls.Add(this.chkCompletedOK);
  165. this.panelEx2.Controls.Add(this.chkCompletedTimeOut);
  166. this.panelEx2.Controls.Add(this.tabControlEx1);
  167. this.panelEx2.Controls.Add(this.panelEx5);
  168. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  169. this.panelEx2.Location = new System.Drawing.Point(8, 5);
  170. this.panelEx2.Name = "panelEx2";
  171. this.panelEx2.Size = new System.Drawing.Size(964, 708);
  172. this.panelEx2.TabIndex = 134;
  173. //
  174. // chkCompletedNot
  175. //
  176. this.chkCompletedNot.AutoSize = true;
  177. this.chkCompletedNot.BackColor = System.Drawing.Color.Transparent;
  178. this.chkCompletedNot.Checked = true;
  179. this.chkCompletedNot.CheckState = System.Windows.Forms.CheckState.Checked;
  180. this.chkCompletedNot.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  181. this.chkCompletedNot.Font = new System.Drawing.Font("微软雅黑", 9F);
  182. this.chkCompletedNot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  183. this.chkCompletedNot.Fourstates = false;
  184. this.chkCompletedNot.IsGreenTick = false;
  185. this.chkCompletedNot.Location = new System.Drawing.Point(805, 4);
  186. this.chkCompletedNot.Name = "chkCompletedNot";
  187. this.chkCompletedNot.Size = new System.Drawing.Size(63, 21);
  188. this.chkCompletedNot.TabIndex = 136;
  189. this.chkCompletedNot.Text = "未完成";
  190. this.chkCompletedNot.UseVisualStyleBackColor = false;
  191. //
  192. // chkCompletedOK
  193. //
  194. this.chkCompletedOK.AutoSize = true;
  195. this.chkCompletedOK.BackColor = System.Drawing.Color.Transparent;
  196. this.chkCompletedOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  197. this.chkCompletedOK.Font = new System.Drawing.Font("微软雅黑", 9F);
  198. this.chkCompletedOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  199. this.chkCompletedOK.Fourstates = false;
  200. this.chkCompletedOK.IsGreenTick = false;
  201. this.chkCompletedOK.Location = new System.Drawing.Point(735, 4);
  202. this.chkCompletedOK.Name = "chkCompletedOK";
  203. this.chkCompletedOK.Size = new System.Drawing.Size(63, 21);
  204. this.chkCompletedOK.TabIndex = 23;
  205. this.chkCompletedOK.Text = "已完成";
  206. this.chkCompletedOK.UseVisualStyleBackColor = false;
  207. //
  208. // chkCompletedTimeOut
  209. //
  210. this.chkCompletedTimeOut.AutoSize = true;
  211. this.chkCompletedTimeOut.BackColor = System.Drawing.Color.Transparent;
  212. this.chkCompletedTimeOut.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  213. this.chkCompletedTimeOut.Font = new System.Drawing.Font("微软雅黑", 9F);
  214. this.chkCompletedTimeOut.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  215. this.chkCompletedTimeOut.Fourstates = false;
  216. this.chkCompletedTimeOut.IsGreenTick = false;
  217. this.chkCompletedTimeOut.Location = new System.Drawing.Point(875, 4);
  218. this.chkCompletedTimeOut.Name = "chkCompletedTimeOut";
  219. this.chkCompletedTimeOut.Size = new System.Drawing.Size(87, 21);
  220. this.chkCompletedTimeOut.TabIndex = 137;
  221. this.chkCompletedTimeOut.Text = "超时未完成";
  222. this.chkCompletedTimeOut.UseVisualStyleBackColor = false;
  223. //
  224. // tabControlEx1
  225. //
  226. this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  227. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  228. this.tabControlEx1.Controls.Add(this.tabPage1);
  229. this.tabControlEx1.Controls.Add(this.tabPage3);
  230. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 27);
  232. this.tabControlEx1.Location = new System.Drawing.Point(262, 0);
  233. this.tabControlEx1.Name = "tabControlEx1";
  234. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  235. this.tabControlEx1.SelectedIndex = 0;
  236. this.tabControlEx1.Size = new System.Drawing.Size(702, 708);
  237. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  238. this.tabControlEx1.TabIndex = 140;
  239. //
  240. // tabPage1
  241. //
  242. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  243. this.tabPage1.Controls.Add(this.dgvData);
  244. this.tabPage1.Location = new System.Drawing.Point(4, 31);
  245. this.tabPage1.Name = "tabPage1";
  246. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  247. this.tabPage1.Size = new System.Drawing.Size(694, 673);
  248. this.tabPage1.TabIndex = 0;
  249. this.tabPage1.Text = "我的工作";
  250. //
  251. // dgvData
  252. //
  253. this.dgvData.AllowUserToAddRows = false;
  254. this.dgvData.AllowUserToDeleteRows = false;
  255. this.dgvData.AllowUserToResizeRows = false;
  256. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  257. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  258. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  259. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  260. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  262. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  263. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  264. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  265. this.dgvData.ColumnHeadersHeight = 24;
  266. this.dgvData.dgvColumnHeadersHeight = 24;
  267. this.dgvData.dgvCurrentColumnOriginalSet = "";
  268. this.dgvData.dgvCurrentColumnWidth = "";
  269. this.dgvData.dgvCurrentHideColumn = null;
  270. this.dgvData.dgvFixedHideColumn = null;
  271. this.dgvData.dgvGuidName = null;
  272. this.dgvData.dgvUserEmployeeID = null;
  273. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  274. this.dgvData.EnableHeadersVisualStyles = false;
  275. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  276. this.dgvData.ImageHeight = 15;
  277. this.dgvData.ImageWidth = 15;
  278. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  279. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  280. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  281. this.dgvData.IsCompleteBonding = false;
  282. this.dgvData.IsCopyCellValue = true;
  283. this.dgvData.IsShowSerialNumber = false;
  284. this.dgvData.IsSortedRedraw = true;
  285. this.dgvData.IsSortMode = false;
  286. this.dgvData.Location = new System.Drawing.Point(3, 3);
  287. this.dgvData.Name = "dgvData";
  288. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  289. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  290. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  292. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  293. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  294. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  295. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  296. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  297. this.dgvData.RowHeadersWidth = 25;
  298. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  299. this.dgvData.RowTemplate.Height = 23;
  300. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  301. this.dgvData.Size = new System.Drawing.Size(688, 667);
  302. this.dgvData.StrSecondStageNull = "";
  303. this.dgvData.StrValueNullColumn = "";
  304. this.dgvData.TabIndex = 135;
  305. this.dgvData.ViceCount = 1;
  306. //
  307. // tabPage3
  308. //
  309. this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  310. this.tabPage3.Controls.Add(this.dgvData3);
  311. this.tabPage3.Location = new System.Drawing.Point(4, 31);
  312. this.tabPage3.Name = "tabPage3";
  313. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  314. this.tabPage3.Size = new System.Drawing.Size(624, 497);
  315. this.tabPage3.TabIndex = 2;
  316. this.tabPage3.Text = "我的任务 ";
  317. //
  318. // dgvData3
  319. //
  320. this.dgvData3.AllowUserToAddRows = false;
  321. this.dgvData3.AllowUserToDeleteRows = false;
  322. this.dgvData3.AllowUserToResizeRows = false;
  323. this.dgvData3.BackgroundColor = System.Drawing.Color.White;
  324. this.dgvData3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  325. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  326. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  327. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  329. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  330. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  331. this.dgvData3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  332. this.dgvData3.ColumnHeadersHeight = 24;
  333. this.dgvData3.dgvColumnHeadersHeight = 24;
  334. this.dgvData3.dgvCurrentColumnOriginalSet = "";
  335. this.dgvData3.dgvCurrentColumnWidth = "";
  336. this.dgvData3.dgvCurrentHideColumn = null;
  337. this.dgvData3.dgvFixedHideColumn = null;
  338. this.dgvData3.dgvGuidName = null;
  339. this.dgvData3.dgvUserEmployeeID = null;
  340. this.dgvData3.Dock = System.Windows.Forms.DockStyle.Fill;
  341. this.dgvData3.EnableHeadersVisualStyles = false;
  342. this.dgvData3.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  343. this.dgvData3.ImageHeight = 15;
  344. this.dgvData3.ImageWidth = 15;
  345. this.dgvData3.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData3.ImgCollapse")));
  346. this.dgvData3.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData3.ImgExpand")));
  347. this.dgvData3.IsAutomaticDrawSingleOrDoubleRow = true;
  348. this.dgvData3.IsCompleteBonding = false;
  349. this.dgvData3.IsCopyCellValue = true;
  350. this.dgvData3.IsShowSerialNumber = false;
  351. this.dgvData3.IsSortedRedraw = true;
  352. this.dgvData3.IsSortMode = false;
  353. this.dgvData3.Location = new System.Drawing.Point(3, 3);
  354. this.dgvData3.Name = "dgvData3";
  355. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  356. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  357. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  359. dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
  360. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  361. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  362. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  363. this.dgvData3.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  364. this.dgvData3.RowHeadersWidth = 25;
  365. this.dgvData3.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  366. this.dgvData3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  367. this.dgvData3.Size = new System.Drawing.Size(618, 491);
  368. this.dgvData3.StrSecondStageNull = "";
  369. this.dgvData3.StrValueNullColumn = "";
  370. this.dgvData3.TabIndex = 137;
  371. this.dgvData3.ViceCount = 1;
  372. //
  373. // panelEx5
  374. //
  375. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  376. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  377. this.panelEx5.BorderWidth = 1;
  378. this.panelEx5.Controls.Add(this.panelDay);
  379. this.panelEx5.Controls.Add(this.panelEx3);
  380. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Left;
  381. this.panelEx5.Location = new System.Drawing.Point(0, 0);
  382. this.panelEx5.Margin = new System.Windows.Forms.Padding(0);
  383. this.panelEx5.Name = "panelEx5";
  384. this.panelEx5.Padding = new System.Windows.Forms.Padding(1, 1, 5, 1);
  385. this.panelEx5.Size = new System.Drawing.Size(262, 708);
  386. this.panelEx5.TabIndex = 134;
  387. //
  388. // panelDay
  389. //
  390. this.panelDay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  391. this.panelDay.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  392. this.panelDay.BorderWidth = 1;
  393. this.panelDay.Controls.Add(this.groupBoxEx4);
  394. this.panelDay.Controls.Add(this.groupBoxEx3);
  395. this.panelDay.Controls.Add(this.groupBoxEx2);
  396. this.panelDay.Controls.Add(this.groupBoxEx1);
  397. this.panelDay.Controls.Add(this.paneltitle);
  398. this.panelDay.Dock = System.Windows.Forms.DockStyle.Fill;
  399. this.panelDay.Location = new System.Drawing.Point(1, 34);
  400. this.panelDay.Name = "panelDay";
  401. this.panelDay.Size = new System.Drawing.Size(256, 673);
  402. this.panelDay.TabIndex = 3;
  403. //
  404. // groupBoxEx4
  405. //
  406. this.groupBoxEx4.Controls.Add(this.lbl_TodayTrack);
  407. this.groupBoxEx4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  408. this.groupBoxEx4.Location = new System.Drawing.Point(130, 226);
  409. this.groupBoxEx4.Name = "groupBoxEx4";
  410. this.groupBoxEx4.Size = new System.Drawing.Size(120, 68);
  411. this.groupBoxEx4.TabIndex = 26;
  412. this.groupBoxEx4.TabStop = false;
  413. this.groupBoxEx4.Text = "其他";
  414. //
  415. // lbl_TodayTrack
  416. //
  417. this.lbl_TodayTrack.AutoSize = true;
  418. this.lbl_TodayTrack.Cursor = System.Windows.Forms.Cursors.Hand;
  419. this.lbl_TodayTrack.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  420. this.lbl_TodayTrack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  421. this.lbl_TodayTrack.Location = new System.Drawing.Point(5, 25);
  422. this.lbl_TodayTrack.Name = "lbl_TodayTrack";
  423. this.lbl_TodayTrack.Size = new System.Drawing.Size(91, 20);
  424. this.lbl_TodayTrack.TabIndex = 21;
  425. this.lbl_TodayTrack.Text = "今日提醒: 0";
  426. //
  427. // groupBoxEx3
  428. //
  429. this.groupBoxEx3.Controls.Add(this.lbl_HundredDay);
  430. this.groupBoxEx3.Controls.Add(this.lbl_FullMoon);
  431. this.groupBoxEx3.Controls.Add(this.lbl_Marriage);
  432. this.groupBoxEx3.Controls.Add(this.lbl_Birthday);
  433. this.groupBoxEx3.Controls.Add(this.lbl_MemorialDay);
  434. this.groupBoxEx3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.groupBoxEx3.Location = new System.Drawing.Point(130, 39);
  436. this.groupBoxEx3.Name = "groupBoxEx3";
  437. this.groupBoxEx3.Size = new System.Drawing.Size(120, 173);
  438. this.groupBoxEx3.TabIndex = 25;
  439. this.groupBoxEx3.TabStop = false;
  440. this.groupBoxEx3.Text = "客服";
  441. //
  442. // lbl_HundredDay
  443. //
  444. this.lbl_HundredDay.AutoSize = true;
  445. this.lbl_HundredDay.Cursor = System.Windows.Forms.Cursors.Hand;
  446. this.lbl_HundredDay.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  447. this.lbl_HundredDay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  448. this.lbl_HundredDay.Location = new System.Drawing.Point(5, 143);
  449. this.lbl_HundredDay.Name = "lbl_HundredDay";
  450. this.lbl_HundredDay.Size = new System.Drawing.Size(91, 20);
  451. this.lbl_HundredDay.TabIndex = 24;
  452. this.lbl_HundredDay.Text = "百 天: 0";
  453. //
  454. // lbl_FullMoon
  455. //
  456. this.lbl_FullMoon.AutoSize = true;
  457. this.lbl_FullMoon.Cursor = System.Windows.Forms.Cursors.Hand;
  458. this.lbl_FullMoon.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  459. this.lbl_FullMoon.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  460. this.lbl_FullMoon.Location = new System.Drawing.Point(5, 112);
  461. this.lbl_FullMoon.Name = "lbl_FullMoon";
  462. this.lbl_FullMoon.Size = new System.Drawing.Size(91, 20);
  463. this.lbl_FullMoon.TabIndex = 23;
  464. this.lbl_FullMoon.Text = "满 月: 0";
  465. //
  466. // lbl_Marriage
  467. //
  468. this.lbl_Marriage.AutoSize = true;
  469. this.lbl_Marriage.Cursor = System.Windows.Forms.Cursors.Hand;
  470. this.lbl_Marriage.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  471. this.lbl_Marriage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  472. this.lbl_Marriage.Location = new System.Drawing.Point(4, 19);
  473. this.lbl_Marriage.Name = "lbl_Marriage";
  474. this.lbl_Marriage.Size = new System.Drawing.Size(91, 20);
  475. this.lbl_Marriage.TabIndex = 20;
  476. this.lbl_Marriage.Text = "婚 期: 0";
  477. //
  478. // lbl_Birthday
  479. //
  480. this.lbl_Birthday.AutoSize = true;
  481. this.lbl_Birthday.Cursor = System.Windows.Forms.Cursors.Hand;
  482. this.lbl_Birthday.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  483. this.lbl_Birthday.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  484. this.lbl_Birthday.Location = new System.Drawing.Point(5, 81);
  485. this.lbl_Birthday.Name = "lbl_Birthday";
  486. this.lbl_Birthday.Size = new System.Drawing.Size(91, 20);
  487. this.lbl_Birthday.TabIndex = 22;
  488. this.lbl_Birthday.Text = "生 日: 0";
  489. //
  490. // lbl_MemorialDay
  491. //
  492. this.lbl_MemorialDay.AutoSize = true;
  493. this.lbl_MemorialDay.Cursor = System.Windows.Forms.Cursors.Hand;
  494. this.lbl_MemorialDay.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  495. this.lbl_MemorialDay.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  496. this.lbl_MemorialDay.Location = new System.Drawing.Point(6, 50);
  497. this.lbl_MemorialDay.Name = "lbl_MemorialDay";
  498. this.lbl_MemorialDay.Size = new System.Drawing.Size(89, 20);
  499. this.lbl_MemorialDay.TabIndex = 21;
  500. this.lbl_MemorialDay.Text = "纪 念 日: 0";
  501. //
  502. // groupBoxEx2
  503. //
  504. this.groupBoxEx2.Controls.Add(this.lbl_SendPhoto);
  505. this.groupBoxEx2.Controls.Add(this.lbl_Design);
  506. this.groupBoxEx2.Controls.Add(this.lbl_RefinedRepair);
  507. this.groupBoxEx2.Controls.Add(this.lbl_EarlyRepair);
  508. this.groupBoxEx2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  509. this.groupBoxEx2.Location = new System.Drawing.Point(6, 448);
  510. this.groupBoxEx2.Name = "groupBoxEx2";
  511. this.groupBoxEx2.Size = new System.Drawing.Size(120, 153);
  512. this.groupBoxEx2.TabIndex = 24;
  513. this.groupBoxEx2.TabStop = false;
  514. this.groupBoxEx2.Text = "数码";
  515. //
  516. // lbl_SendPhoto
  517. //
  518. this.lbl_SendPhoto.AutoSize = true;
  519. this.lbl_SendPhoto.Cursor = System.Windows.Forms.Cursors.Hand;
  520. this.lbl_SendPhoto.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  521. this.lbl_SendPhoto.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  522. this.lbl_SendPhoto.Location = new System.Drawing.Point(7, 118);
  523. this.lbl_SendPhoto.Name = "lbl_SendPhoto";
  524. this.lbl_SendPhoto.Size = new System.Drawing.Size(91, 20);
  525. this.lbl_SendPhoto.TabIndex = 9;
  526. this.lbl_SendPhoto.Text = "发 片: 0";
  527. //
  528. // lbl_Design
  529. //
  530. this.lbl_Design.AutoSize = true;
  531. this.lbl_Design.Cursor = System.Windows.Forms.Cursors.Hand;
  532. this.lbl_Design.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  533. this.lbl_Design.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  534. this.lbl_Design.Location = new System.Drawing.Point(7, 87);
  535. this.lbl_Design.Name = "lbl_Design";
  536. this.lbl_Design.Size = new System.Drawing.Size(91, 20);
  537. this.lbl_Design.TabIndex = 8;
  538. this.lbl_Design.Text = "设 计: 0";
  539. //
  540. // lbl_RefinedRepair
  541. //
  542. this.lbl_RefinedRepair.AutoSize = true;
  543. this.lbl_RefinedRepair.Cursor = System.Windows.Forms.Cursors.Hand;
  544. this.lbl_RefinedRepair.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  545. this.lbl_RefinedRepair.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  546. this.lbl_RefinedRepair.Location = new System.Drawing.Point(7, 56);
  547. this.lbl_RefinedRepair.Name = "lbl_RefinedRepair";
  548. this.lbl_RefinedRepair.Size = new System.Drawing.Size(91, 20);
  549. this.lbl_RefinedRepair.TabIndex = 7;
  550. this.lbl_RefinedRepair.Text = "精 修: 0";
  551. //
  552. // lbl_EarlyRepair
  553. //
  554. this.lbl_EarlyRepair.AutoSize = true;
  555. this.lbl_EarlyRepair.Cursor = System.Windows.Forms.Cursors.Hand;
  556. this.lbl_EarlyRepair.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  557. this.lbl_EarlyRepair.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  558. this.lbl_EarlyRepair.Location = new System.Drawing.Point(7, 25);
  559. this.lbl_EarlyRepair.Name = "lbl_EarlyRepair";
  560. this.lbl_EarlyRepair.Size = new System.Drawing.Size(91, 20);
  561. this.lbl_EarlyRepair.TabIndex = 6;
  562. this.lbl_EarlyRepair.Text = "初 修: 0";
  563. //
  564. // groupBoxEx1
  565. //
  566. this.groupBoxEx1.Controls.Add(this.lbl_Pickup);
  567. this.groupBoxEx1.Controls.Add(this.lbl_ClientServiceTask);
  568. this.groupBoxEx1.Controls.Add(this.lbl_BootDivisionAssistant);
  569. this.groupBoxEx1.Controls.Add(this.lbl_BootDivision);
  570. this.groupBoxEx1.Controls.Add(this.lbl_MakeupAssistant);
  571. this.groupBoxEx1.Controls.Add(this.lbl_Makeup);
  572. this.groupBoxEx1.Controls.Add(this.lbl_PhotographyAssistant);
  573. this.groupBoxEx1.Controls.Add(this.lbl_Photography);
  574. this.groupBoxEx1.Controls.Add(this.lbl_Clothing);
  575. this.groupBoxEx1.Controls.Add(this.lbl_Service);
  576. this.groupBoxEx1.Controls.Add(this.lbl_LookDesign);
  577. this.groupBoxEx1.Controls.Add(this.lbl_FilmSelection);
  578. this.groupBoxEx1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.groupBoxEx1.Location = new System.Drawing.Point(6, 39);
  580. this.groupBoxEx1.Name = "groupBoxEx1";
  581. this.groupBoxEx1.Size = new System.Drawing.Size(120, 394);
  582. this.groupBoxEx1.TabIndex = 23;
  583. this.groupBoxEx1.TabStop = false;
  584. this.groupBoxEx1.Text = "服务";
  585. //
  586. // lbl_Pickup
  587. //
  588. this.lbl_Pickup.AutoSize = true;
  589. this.lbl_Pickup.Cursor = System.Windows.Forms.Cursors.Hand;
  590. this.lbl_Pickup.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  591. this.lbl_Pickup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  592. this.lbl_Pickup.Location = new System.Drawing.Point(6, 330);
  593. this.lbl_Pickup.Name = "lbl_Pickup";
  594. this.lbl_Pickup.Size = new System.Drawing.Size(91, 20);
  595. this.lbl_Pickup.TabIndex = 33;
  596. this.lbl_Pickup.Text = "取 件: 0";
  597. //
  598. // lbl_ClientServiceTask
  599. //
  600. this.lbl_ClientServiceTask.AutoSize = true;
  601. this.lbl_ClientServiceTask.Cursor = System.Windows.Forms.Cursors.Hand;
  602. this.lbl_ClientServiceTask.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  603. this.lbl_ClientServiceTask.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  604. this.lbl_ClientServiceTask.Location = new System.Drawing.Point(6, 237);
  605. this.lbl_ClientServiceTask.Name = "lbl_ClientServiceTask";
  606. this.lbl_ClientServiceTask.Size = new System.Drawing.Size(91, 20);
  607. this.lbl_ClientServiceTask.TabIndex = 32;
  608. this.lbl_ClientServiceTask.Text = "客服任务: 0";
  609. //
  610. // lbl_BootDivisionAssistant
  611. //
  612. this.lbl_BootDivisionAssistant.AutoSize = true;
  613. this.lbl_BootDivisionAssistant.Cursor = System.Windows.Forms.Cursors.Hand;
  614. this.lbl_BootDivisionAssistant.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  615. this.lbl_BootDivisionAssistant.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  616. this.lbl_BootDivisionAssistant.Location = new System.Drawing.Point(6, 206);
  617. this.lbl_BootDivisionAssistant.Name = "lbl_BootDivisionAssistant";
  618. this.lbl_BootDivisionAssistant.Size = new System.Drawing.Size(91, 20);
  619. this.lbl_BootDivisionAssistant.TabIndex = 31;
  620. this.lbl_BootDivisionAssistant.Text = "引导助理: 0";
  621. //
  622. // lbl_BootDivision
  623. //
  624. this.lbl_BootDivision.AutoSize = true;
  625. this.lbl_BootDivision.Cursor = System.Windows.Forms.Cursors.Hand;
  626. this.lbl_BootDivision.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  627. this.lbl_BootDivision.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  628. this.lbl_BootDivision.Location = new System.Drawing.Point(6, 175);
  629. this.lbl_BootDivision.Name = "lbl_BootDivision";
  630. this.lbl_BootDivision.Size = new System.Drawing.Size(91, 20);
  631. this.lbl_BootDivision.TabIndex = 30;
  632. this.lbl_BootDivision.Text = "引 师: 0";
  633. //
  634. // lbl_MakeupAssistant
  635. //
  636. this.lbl_MakeupAssistant.AutoSize = true;
  637. this.lbl_MakeupAssistant.Cursor = System.Windows.Forms.Cursors.Hand;
  638. this.lbl_MakeupAssistant.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  639. this.lbl_MakeupAssistant.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  640. this.lbl_MakeupAssistant.Location = new System.Drawing.Point(6, 144);
  641. this.lbl_MakeupAssistant.Name = "lbl_MakeupAssistant";
  642. this.lbl_MakeupAssistant.Size = new System.Drawing.Size(91, 20);
  643. this.lbl_MakeupAssistant.TabIndex = 29;
  644. this.lbl_MakeupAssistant.Text = "化妆助理: 0";
  645. //
  646. // lbl_Makeup
  647. //
  648. this.lbl_Makeup.AutoSize = true;
  649. this.lbl_Makeup.Cursor = System.Windows.Forms.Cursors.Hand;
  650. this.lbl_Makeup.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  651. this.lbl_Makeup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  652. this.lbl_Makeup.Location = new System.Drawing.Point(6, 113);
  653. this.lbl_Makeup.Name = "lbl_Makeup";
  654. this.lbl_Makeup.Size = new System.Drawing.Size(91, 20);
  655. this.lbl_Makeup.TabIndex = 28;
  656. this.lbl_Makeup.Text = "化 妆: 0";
  657. //
  658. // lbl_PhotographyAssistant
  659. //
  660. this.lbl_PhotographyAssistant.AutoSize = true;
  661. this.lbl_PhotographyAssistant.Cursor = System.Windows.Forms.Cursors.Hand;
  662. this.lbl_PhotographyAssistant.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  663. this.lbl_PhotographyAssistant.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  664. this.lbl_PhotographyAssistant.Location = new System.Drawing.Point(6, 82);
  665. this.lbl_PhotographyAssistant.Name = "lbl_PhotographyAssistant";
  666. this.lbl_PhotographyAssistant.Size = new System.Drawing.Size(91, 20);
  667. this.lbl_PhotographyAssistant.TabIndex = 27;
  668. this.lbl_PhotographyAssistant.Text = "拍摄助理: 0";
  669. //
  670. // lbl_Photography
  671. //
  672. this.lbl_Photography.AutoSize = true;
  673. this.lbl_Photography.Cursor = System.Windows.Forms.Cursors.Hand;
  674. this.lbl_Photography.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  675. this.lbl_Photography.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  676. this.lbl_Photography.Location = new System.Drawing.Point(6, 51);
  677. this.lbl_Photography.Name = "lbl_Photography";
  678. this.lbl_Photography.Size = new System.Drawing.Size(91, 20);
  679. this.lbl_Photography.TabIndex = 26;
  680. this.lbl_Photography.Text = "拍 摄: 0";
  681. //
  682. // lbl_Clothing
  683. //
  684. this.lbl_Clothing.AutoSize = true;
  685. this.lbl_Clothing.Cursor = System.Windows.Forms.Cursors.Hand;
  686. this.lbl_Clothing.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  687. this.lbl_Clothing.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  688. this.lbl_Clothing.Location = new System.Drawing.Point(6, 20);
  689. this.lbl_Clothing.Name = "lbl_Clothing";
  690. this.lbl_Clothing.Size = new System.Drawing.Size(91, 20);
  691. this.lbl_Clothing.TabIndex = 25;
  692. this.lbl_Clothing.Text = "选 衣: 0";
  693. //
  694. // lbl_Service
  695. //
  696. this.lbl_Service.AutoSize = true;
  697. this.lbl_Service.Cursor = System.Windows.Forms.Cursors.Hand;
  698. this.lbl_Service.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  699. this.lbl_Service.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  700. this.lbl_Service.Location = new System.Drawing.Point(6, 361);
  701. this.lbl_Service.Name = "lbl_Service";
  702. this.lbl_Service.Size = new System.Drawing.Size(91, 20);
  703. this.lbl_Service.TabIndex = 24;
  704. this.lbl_Service.Text = "服务人员: 0";
  705. //
  706. // lbl_LookDesign
  707. //
  708. this.lbl_LookDesign.AutoSize = true;
  709. this.lbl_LookDesign.Cursor = System.Windows.Forms.Cursors.Hand;
  710. this.lbl_LookDesign.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  711. this.lbl_LookDesign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  712. this.lbl_LookDesign.Location = new System.Drawing.Point(7, 299);
  713. this.lbl_LookDesign.Name = "lbl_LookDesign";
  714. this.lbl_LookDesign.Size = new System.Drawing.Size(89, 20);
  715. this.lbl_LookDesign.TabIndex = 23;
  716. this.lbl_LookDesign.Text = "看 设 计: 0";
  717. //
  718. // lbl_FilmSelection
  719. //
  720. this.lbl_FilmSelection.AutoSize = true;
  721. this.lbl_FilmSelection.Cursor = System.Windows.Forms.Cursors.Hand;
  722. this.lbl_FilmSelection.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  723. this.lbl_FilmSelection.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  724. this.lbl_FilmSelection.Location = new System.Drawing.Point(5, 268);
  725. this.lbl_FilmSelection.Name = "lbl_FilmSelection";
  726. this.lbl_FilmSelection.Size = new System.Drawing.Size(91, 20);
  727. this.lbl_FilmSelection.TabIndex = 22;
  728. this.lbl_FilmSelection.Text = "选 片: 0";
  729. //
  730. // paneltitle
  731. //
  732. this.paneltitle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  733. this.paneltitle.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  734. this.paneltitle.BorderWidth = 1;
  735. this.paneltitle.Controls.Add(this.lblWeek);
  736. this.paneltitle.Controls.Add(this.lblLunarCalendar);
  737. this.paneltitle.Dock = System.Windows.Forms.DockStyle.Top;
  738. this.paneltitle.Location = new System.Drawing.Point(0, 0);
  739. this.paneltitle.Margin = new System.Windows.Forms.Padding(0);
  740. this.paneltitle.Name = "paneltitle";
  741. this.paneltitle.Size = new System.Drawing.Size(256, 25);
  742. this.paneltitle.TabIndex = 22;
  743. //
  744. // lblWeek
  745. //
  746. this.lblWeek.AutoSize = true;
  747. this.lblWeek.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  748. this.lblWeek.ForeColor = System.Drawing.Color.White;
  749. this.lblWeek.Location = new System.Drawing.Point(170, 4);
  750. this.lblWeek.Name = "lblWeek";
  751. this.lblWeek.Size = new System.Drawing.Size(44, 17);
  752. this.lblWeek.TabIndex = 1;
  753. this.lblWeek.Text = "星期三";
  754. //
  755. // lblLunarCalendar
  756. //
  757. this.lblLunarCalendar.AutoSize = true;
  758. this.lblLunarCalendar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  759. this.lblLunarCalendar.ForeColor = System.Drawing.Color.White;
  760. this.lblLunarCalendar.Location = new System.Drawing.Point(8, 4);
  761. this.lblLunarCalendar.Name = "lblLunarCalendar";
  762. this.lblLunarCalendar.Size = new System.Drawing.Size(68, 17);
  763. this.lblLunarCalendar.TabIndex = 0;
  764. this.lblLunarCalendar.Text = "农历二十二";
  765. //
  766. // panelEx3
  767. //
  768. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  769. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  770. this.panelEx3.BorderWidth = 1;
  771. this.panelEx3.Controls.Add(this.numDay);
  772. this.panelEx3.Controls.Add(this.numMonth);
  773. this.panelEx3.Controls.Add(this.labelEx4);
  774. this.panelEx3.Controls.Add(this.numYear);
  775. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  776. this.panelEx3.Location = new System.Drawing.Point(1, 1);
  777. this.panelEx3.Margin = new System.Windows.Forms.Padding(0);
  778. this.panelEx3.Name = "panelEx3";
  779. this.panelEx3.Size = new System.Drawing.Size(256, 33);
  780. this.panelEx3.TabIndex = 0;
  781. //
  782. // numDay
  783. //
  784. this.numDay.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  785. this.numDay.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  786. this.numDay.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  787. this.numDay.Font = new System.Drawing.Font("宋体", 11F);
  788. this.numDay.IsCustomColor = false;
  789. this.numDay.Location = new System.Drawing.Point(166, 3);
  790. this.numDay.Maximum = new decimal(new int[] {
  791. 31,
  792. 0,
  793. 0,
  794. 0});
  795. this.numDay.Minimum = new decimal(new int[] {
  796. 1,
  797. 0,
  798. 0,
  799. 0});
  800. this.numDay.Name = "numDay";
  801. this.numDay.Size = new System.Drawing.Size(45, 24);
  802. this.numDay.TabIndex = 140;
  803. this.numDay.Value = new decimal(new int[] {
  804. 12,
  805. 0,
  806. 0,
  807. 0});
  808. //
  809. // numMonth
  810. //
  811. this.numMonth.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  812. this.numMonth.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  813. this.numMonth.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  814. this.numMonth.Font = new System.Drawing.Font("宋体", 11F);
  815. this.numMonth.IsCustomColor = false;
  816. this.numMonth.Location = new System.Drawing.Point(95, 3);
  817. this.numMonth.Maximum = new decimal(new int[] {
  818. 12,
  819. 0,
  820. 0,
  821. 0});
  822. this.numMonth.Minimum = new decimal(new int[] {
  823. 1,
  824. 0,
  825. 0,
  826. 0});
  827. this.numMonth.Name = "numMonth";
  828. this.numMonth.Size = new System.Drawing.Size(45, 24);
  829. this.numMonth.TabIndex = 139;
  830. this.numMonth.Value = new decimal(new int[] {
  831. 12,
  832. 0,
  833. 0,
  834. 0});
  835. //
  836. // labelEx4
  837. //
  838. this.labelEx4.AutoSize = true;
  839. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  840. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  841. this.labelEx4.Location = new System.Drawing.Point(69, 4);
  842. this.labelEx4.Name = "labelEx4";
  843. this.labelEx4.Size = new System.Drawing.Size(168, 21);
  844. this.labelEx4.TabIndex = 138;
  845. this.labelEx4.Text = "年 月 日";
  846. //
  847. // numYear
  848. //
  849. this.numYear.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  850. this.numYear.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  851. this.numYear.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  852. this.numYear.Font = new System.Drawing.Font("宋体", 11F);
  853. this.numYear.IsCustomColor = false;
  854. this.numYear.Location = new System.Drawing.Point(8, 3);
  855. this.numYear.Maximum = new decimal(new int[] {
  856. 5000,
  857. 0,
  858. 0,
  859. 0});
  860. this.numYear.Minimum = new decimal(new int[] {
  861. 1000,
  862. 0,
  863. 0,
  864. 0});
  865. this.numYear.Name = "numYear";
  866. this.numYear.Size = new System.Drawing.Size(60, 24);
  867. this.numYear.TabIndex = 137;
  868. this.numYear.Value = new decimal(new int[] {
  869. 2017,
  870. 0,
  871. 0,
  872. 0});
  873. //
  874. // lblMyTaskCount
  875. //
  876. this.lblMyTaskCount.AutoSize = true;
  877. this.lblMyTaskCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(224)))), ((int)(((byte)(253)))));
  878. this.lblMyTaskCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  879. this.lblMyTaskCount.ForeColor = System.Drawing.Color.Red;
  880. this.lblMyTaskCount.Location = new System.Drawing.Point(427, 51);
  881. this.lblMyTaskCount.Name = "lblMyTaskCount";
  882. this.lblMyTaskCount.Size = new System.Drawing.Size(31, 17);
  883. this.lblMyTaskCount.TabIndex = 14;
  884. this.lblMyTaskCount.Text = "( 0 )";
  885. this.lblMyTaskCount.Visible = false;
  886. //
  887. // MyWorkRemindFormMain
  888. //
  889. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  890. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  891. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  892. this.ClientSize = new System.Drawing.Size(980, 786);
  893. this.Controls.Add(this.lblMyTaskCount);
  894. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  895. this.IsUserControlsSize = false;
  896. this.Name = "MyWorkRemindFormMain";
  897. this.Text = "工作查看";
  898. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  899. this.Controls.SetChildIndex(this.lblMyTaskCount, 0);
  900. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  901. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  902. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  903. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  904. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  905. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  906. this.plExMainContainer.ResumeLayout(false);
  907. this.plFormMainContent.ResumeLayout(false);
  908. this.panelEx1.ResumeLayout(false);
  909. this.panelEx1.PerformLayout();
  910. this.panelEx2.ResumeLayout(false);
  911. this.panelEx2.PerformLayout();
  912. this.tabControlEx1.ResumeLayout(false);
  913. this.tabPage1.ResumeLayout(false);
  914. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  915. this.tabPage3.ResumeLayout(false);
  916. ((System.ComponentModel.ISupportInitialize)(this.dgvData3)).EndInit();
  917. this.panelEx5.ResumeLayout(false);
  918. this.panelDay.ResumeLayout(false);
  919. this.groupBoxEx4.ResumeLayout(false);
  920. this.groupBoxEx4.PerformLayout();
  921. this.groupBoxEx3.ResumeLayout(false);
  922. this.groupBoxEx3.PerformLayout();
  923. this.groupBoxEx2.ResumeLayout(false);
  924. this.groupBoxEx2.PerformLayout();
  925. this.groupBoxEx1.ResumeLayout(false);
  926. this.groupBoxEx1.PerformLayout();
  927. this.paneltitle.ResumeLayout(false);
  928. this.paneltitle.PerformLayout();
  929. this.panelEx3.ResumeLayout(false);
  930. this.panelEx3.PerformLayout();
  931. ((System.ComponentModel.ISupportInitialize)(this.numDay)).EndInit();
  932. ((System.ComponentModel.ISupportInitialize)(this.numMonth)).EndInit();
  933. ((System.ComponentModel.ISupportInitialize)(this.numYear)).EndInit();
  934. this.ResumeLayout(false);
  935. this.PerformLayout();
  936. }
  937. #endregion
  938. private ComponentLibrary.PanelEx panelEx1;
  939. private ComponentLibrary.PanelEx panelEx2;
  940. private ComponentLibrary.PanelEx panelEx5;
  941. protected internal ComponentLibrary.CheckBoxEx chkCompletedOK;
  942. protected internal ComponentLibrary.CheckBoxEx chkCompletedTimeOut;
  943. protected internal ComponentLibrary.CheckBoxEx chkCompletedNot;
  944. protected internal ComponentLibrary.TabControlEx tabControlEx1;
  945. private System.Windows.Forms.TabPage tabPage1;
  946. protected internal ComponentLibrary.DataGridViewEc dgvData;
  947. private ComponentLibrary.PanelEx panelEx3;
  948. private System.Windows.Forms.TabPage tabPage3;
  949. protected internal ComponentLibrary.LabelEx lblMyTaskCount;
  950. protected internal ComponentLibrary.DataGridViewEc dgvData3;
  951. protected internal ComponentLibrary.PanelEx panelDay;
  952. protected internal ComponentLibrary.PanelEx paneltitle;
  953. private ComponentLibrary.LabelEx labelEx4;
  954. protected internal ComponentLibrary.NumericUpDownEx numDay;
  955. protected internal ComponentLibrary.NumericUpDownEx numMonth;
  956. protected internal ComponentLibrary.NumericUpDownEx numYear;
  957. protected internal ComponentLibrary.LabelEx lblLunarCalendar;
  958. protected internal ComponentLibrary.LabelEx lblWeek;
  959. protected internal ComponentLibrary.CheckBoxEx chkAllUserWork;
  960. protected internal ComponentLibrary.LabelEx lbl_TodayTrack;
  961. protected internal ComponentLibrary.LabelEx lbl_HundredDay;
  962. protected internal ComponentLibrary.LabelEx lbl_FullMoon;
  963. protected internal ComponentLibrary.LabelEx lbl_Marriage;
  964. protected internal ComponentLibrary.LabelEx lbl_Birthday;
  965. protected internal ComponentLibrary.LabelEx lbl_MemorialDay;
  966. protected internal ComponentLibrary.LabelEx lbl_SendPhoto;
  967. protected internal ComponentLibrary.LabelEx lbl_Design;
  968. protected internal ComponentLibrary.LabelEx lbl_RefinedRepair;
  969. protected internal ComponentLibrary.LabelEx lbl_EarlyRepair;
  970. protected internal ComponentLibrary.LabelEx lbl_Pickup;
  971. protected internal ComponentLibrary.LabelEx lbl_ClientServiceTask;
  972. protected internal ComponentLibrary.LabelEx lbl_BootDivisionAssistant;
  973. protected internal ComponentLibrary.LabelEx lbl_BootDivision;
  974. protected internal ComponentLibrary.LabelEx lbl_MakeupAssistant;
  975. protected internal ComponentLibrary.LabelEx lbl_Makeup;
  976. protected internal ComponentLibrary.LabelEx lbl_PhotographyAssistant;
  977. protected internal ComponentLibrary.LabelEx lbl_Photography;
  978. protected internal ComponentLibrary.LabelEx lbl_Clothing;
  979. protected internal ComponentLibrary.LabelEx lbl_Service;
  980. protected internal ComponentLibrary.LabelEx lbl_LookDesign;
  981. protected internal ComponentLibrary.LabelEx lbl_FilmSelection;
  982. protected internal ComponentLibrary.GroupBoxEx groupBoxEx4;
  983. protected internal ComponentLibrary.GroupBoxEx groupBoxEx3;
  984. protected internal ComponentLibrary.GroupBoxEx groupBoxEx2;
  985. protected internal ComponentLibrary.GroupBoxEx groupBoxEx1;
  986. }
  987. }