frmMainDropzone.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmMainDropzone
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMainDropzone));
  30. this.timHide = new System.Windows.Forms.Timer(this.components);
  31. this.picAvatar = new LYFZ.ComponentLibrary.PictureBoxEx();
  32. this.toolsChatListControl1 = new LYFZ.ComponentLibrary.ChatListControl.ToolsChatListControl();
  33. this.stoolsTopList = new LYFZ.OtherExpansion.SkinControl.SkinToolStrip();
  34. this.index = new System.Windows.Forms.ToolStripButton();
  35. this.cameraControl = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
  41. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  43. this.scmSystrayMenu = new LYFZ.OtherExpansion.SkinControl.SkinContextMenuStrip();
  44. this.tsmShowMainForm = new System.Windows.Forms.ToolStripMenuItem();
  45. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  46. this.tsmAbout = new System.Windows.Forms.ToolStripMenuItem();
  47. this.tsmHelp = new System.Windows.Forms.ToolStripMenuItem();
  48. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  49. this.tsmExitApp = new System.Windows.Forms.ToolStripMenuItem();
  50. this.ntiNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
  51. this.imgIcon = new System.Windows.Forms.ImageList(this.components);
  52. this.tmrIcon = new System.Windows.Forms.Timer(this.components);
  53. this.lbExUserName = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  54. this.labTime = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
  55. this.skinToolStrip1 = new LYFZ.OtherExpansion.SkinControl.SkinToolStrip();
  56. this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
  57. this.plFormMainContent.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.picAvatar)).BeginInit();
  59. this.stoolsTopList.SuspendLayout();
  60. this.scmSystrayMenu.SuspendLayout();
  61. this.skinToolStrip1.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // plFormMainContent
  65. //
  66. this.plFormMainContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
  67. this.plFormMainContent.Controls.Add(this.toolsChatListControl1);
  68. this.plFormMainContent.Location = new System.Drawing.Point(0, 136);
  69. this.plFormMainContent.Padding = new System.Windows.Forms.Padding(5);
  70. this.plFormMainContent.Size = new System.Drawing.Size(260, 404);
  71. //
  72. // btnAppFormMenu
  73. //
  74. this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
  75. this.btnAppFormMenu.Location = new System.Drawing.Point(174, 0);
  76. //
  77. // btnAppFormSkin
  78. //
  79. this.btnAppFormSkin.Location = new System.Drawing.Point(127, 0);
  80. //
  81. // btnAppFormMaximize
  82. //
  83. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  84. this.btnAppFormMaximize.Location = new System.Drawing.Point(221, 0);
  85. //
  86. // btnAppFormExit
  87. //
  88. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  89. this.btnAppFormExit.Location = new System.Drawing.Point(228, 0);
  90. //
  91. // btnAppFormMinimize
  92. //
  93. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  94. this.btnAppFormMinimize.Location = new System.Drawing.Point(201, 0);
  95. //
  96. // timHide
  97. //
  98. this.timHide.Enabled = true;
  99. //
  100. // picAvatar
  101. //
  102. this.picAvatar.BackColor = System.Drawing.Color.Transparent;
  103. this.picAvatar.Location = new System.Drawing.Point(22, 29);
  104. this.picAvatar.Name = "picAvatar";
  105. this.picAvatar.Size = new System.Drawing.Size(64, 64);
  106. this.picAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  107. this.picAvatar.TabIndex = 12;
  108. this.picAvatar.TabStop = false;
  109. //
  110. // toolsChatListControl1
  111. //
  112. this.toolsChatListControl1.ArrowColor = System.Drawing.Color.Magenta;
  113. this.toolsChatListControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(222)))), ((int)(((byte)(222)))));
  114. this.toolsChatListControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  115. this.toolsChatListControl1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
  116. this.toolsChatListControl1.ForeColor = System.Drawing.Color.Black;
  117. this.toolsChatListControl1.IsShowArrowIcon = true;
  118. this.toolsChatListControl1.IsShowitemCounter = false;
  119. this.toolsChatListControl1.ItemColor = System.Drawing.Color.White;
  120. this.toolsChatListControl1.ItemHeight = 40;
  121. this.toolsChatListControl1.ItemMouseOnColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  122. this.toolsChatListControl1.ItemTextAlignment = System.Drawing.StringAlignment.Near;
  123. this.toolsChatListControl1.ItmeDfTextColor = System.Drawing.Color.Black;
  124. this.toolsChatListControl1.ItmeSelectTextColor = System.Drawing.Color.Black;
  125. this.toolsChatListControl1.ListSubItemMenu = null;
  126. this.toolsChatListControl1.Location = new System.Drawing.Point(5, 5);
  127. this.toolsChatListControl1.Name = "toolsChatListControl1";
  128. this.toolsChatListControl1.Size = new System.Drawing.Size(250, 394);
  129. this.toolsChatListControl1.SubItemColor = System.Drawing.Color.DimGray;
  130. this.toolsChatListControl1.SubItemMenu = null;
  131. this.toolsChatListControl1.SubItemMouseOnColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  132. this.toolsChatListControl1.SubItemSelectColor = System.Drawing.Color.Maroon;
  133. this.toolsChatListControl1.SubItemSeparateLineColor = System.Drawing.Color.Transparent;
  134. this.toolsChatListControl1.SubItmeDfTextColor = System.Drawing.Color.Black;
  135. this.toolsChatListControl1.SubItmeSelectTextColor = System.Drawing.Color.Black;
  136. this.toolsChatListControl1.TabIndex = 0;
  137. this.toolsChatListControl1.Text = "toolsChatListControl1";
  138. //
  139. // stoolsTopList
  140. //
  141. this.stoolsTopList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  142. | System.Windows.Forms.AnchorStyles.Right)));
  143. this.stoolsTopList.Arrow = System.Drawing.Color.White;
  144. this.stoolsTopList.AutoSize = false;
  145. this.stoolsTopList.Back = System.Drawing.Color.White;
  146. this.stoolsTopList.BackColor = System.Drawing.Color.Transparent;
  147. this.stoolsTopList.BackRadius = 4;
  148. this.stoolsTopList.BackRectangle = new System.Drawing.Rectangle(2, 2, 2, 2);
  149. this.stoolsTopList.Base = System.Drawing.Color.Transparent;
  150. this.stoolsTopList.BaseFore = System.Drawing.Color.Transparent;
  151. this.stoolsTopList.BaseForeAnamorphosis = false;
  152. this.stoolsTopList.BaseForeAnamorphosisBorder = 4;
  153. this.stoolsTopList.BaseForeAnamorphosisColor = System.Drawing.Color.Transparent;
  154. this.stoolsTopList.BaseHoverFore = System.Drawing.Color.Black;
  155. this.stoolsTopList.BaseItemAnamorphosis = true;
  156. this.stoolsTopList.BaseItemBorder = System.Drawing.Color.Transparent;
  157. this.stoolsTopList.BaseItemBorderShow = false;
  158. this.stoolsTopList.BaseItemDown = global::LYFZ.Software.UI.Properties.Resources.Main0;
  159. this.stoolsTopList.BaseItemHover = System.Drawing.Color.White;
  160. this.stoolsTopList.BaseItemMouse = global::LYFZ.Software.UI.Properties.Resources.Main0;
  161. this.stoolsTopList.BaseItemPressed = System.Drawing.Color.Transparent;
  162. this.stoolsTopList.BaseItemRadius = 4;
  163. this.stoolsTopList.BaseItemRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.None;
  164. this.stoolsTopList.BaseItemSplitter = System.Drawing.Color.Transparent;
  165. this.stoolsTopList.Dock = System.Windows.Forms.DockStyle.None;
  166. this.stoolsTopList.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
  167. this.stoolsTopList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.stoolsTopList.Fore = System.Drawing.Color.Black;
  169. this.stoolsTopList.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
  170. this.stoolsTopList.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  171. this.stoolsTopList.HoverFore = System.Drawing.Color.White;
  172. this.stoolsTopList.ImageScalingSize = new System.Drawing.Size(26, 26);
  173. this.stoolsTopList.ItemAnamorphosis = false;
  174. this.stoolsTopList.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  175. this.stoolsTopList.ItemBorderShow = false;
  176. this.stoolsTopList.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  177. this.stoolsTopList.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  178. this.stoolsTopList.ItemRadius = 4;
  179. this.stoolsTopList.ItemRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.None;
  180. this.stoolsTopList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  181. this.index,
  182. this.cameraControl,
  183. this.toolStripButton4,
  184. this.toolStripButton5,
  185. this.toolStripButton6,
  186. this.toolStripButton7,
  187. this.toolStripButton8});
  188. this.stoolsTopList.Location = new System.Drawing.Point(0, 106);
  189. this.stoolsTopList.Name = "stoolsTopList";
  190. this.stoolsTopList.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
  191. this.stoolsTopList.RadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  192. this.stoolsTopList.Size = new System.Drawing.Size(260, 32);
  193. this.stoolsTopList.TabIndex = 0;
  194. this.stoolsTopList.Text = "skinToolStrip1";
  195. this.stoolsTopList.TitleAnamorphosis = false;
  196. this.stoolsTopList.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
  197. this.stoolsTopList.TitleRadius = 4;
  198. this.stoolsTopList.TitleRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  199. //
  200. // index
  201. //
  202. this.index.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  203. this.index.Image = global::LYFZ.Software.UI.Properties.Resources.T08;
  204. this.index.ImageTransparentColor = System.Drawing.Color.Magenta;
  205. this.index.Name = "index";
  206. this.index.Size = new System.Drawing.Size(30, 29);
  207. this.index.Tag = "LYFZ.Software.PhotoStudio.frmWelcomeForm";
  208. this.index.Text = "主页";
  209. //
  210. // cameraControl
  211. //
  212. this.cameraControl.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  213. this.cameraControl.Image = global::LYFZ.Software.UI.Properties.Resources.T01;
  214. this.cameraControl.ImageTransparentColor = System.Drawing.Color.Magenta;
  215. this.cameraControl.Name = "cameraControl";
  216. this.cameraControl.Size = new System.Drawing.Size(30, 29);
  217. this.cameraControl.Tag = "LYFZ.Software.MainBusiness.CameraControlBook.MainFrameFormMain";
  218. this.cameraControl.Text = "摄 控本";
  219. //
  220. // toolStripButton4
  221. //
  222. this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  223. this.toolStripButton4.Image = global::LYFZ.Software.UI.Properties.Resources.T05;
  224. this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
  225. this.toolStripButton4.Name = "toolStripButton4";
  226. this.toolStripButton4.Size = new System.Drawing.Size(30, 29);
  227. this.toolStripButton4.Tag = "LYFZ.Software.MainBusiness.CameraControlBook.OrderReportFormMain";
  228. this.toolStripButton4.Text = "订单报表";
  229. //
  230. // toolStripButton5
  231. //
  232. this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  233. this.toolStripButton5.Image = global::LYFZ.Software.UI.Properties.Resources.T06;
  234. this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
  235. this.toolStripButton5.Name = "toolStripButton5";
  236. this.toolStripButton5.Size = new System.Drawing.Size(30, 29);
  237. this.toolStripButton5.Tag = "LYFZ.Software.MainBusiness.FinancialManagement.FrmFrmOrdersReceivables";
  238. this.toolStripButton5.Text = "客人付款";
  239. //
  240. // toolStripButton6
  241. //
  242. this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  243. this.toolStripButton6.Image = global::LYFZ.Software.UI.Properties.Resources.T07;
  244. this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
  245. this.toolStripButton6.Name = "toolStripButton6";
  246. this.toolStripButton6.Size = new System.Drawing.Size(30, 29);
  247. this.toolStripButton6.Tag = "LYFZ.Software.MainBusiness.DoorCityProcess.TotakePieceFormMain";
  248. this.toolStripButton6.Text = "取件表";
  249. //
  250. // toolStripButton7
  251. //
  252. this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  253. this.toolStripButton7.Image = global::LYFZ.Software.UI.Properties.Resources.T03;
  254. this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
  255. this.toolStripButton7.Name = "toolStripButton7";
  256. this.toolStripButton7.Size = new System.Drawing.Size(30, 29);
  257. this.toolStripButton7.Tag = "LYFZ.Software.MainBusiness.CameraControlBook.A_ProcessMonitorFormMain";
  258. this.toolStripButton7.Text = "流程控制";
  259. //
  260. // toolStripButton8
  261. //
  262. this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  263. this.toolStripButton8.Image = global::LYFZ.Software.UI.Properties.Resources.T02;
  264. this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
  265. this.toolStripButton8.Name = "toolStripButton8";
  266. this.toolStripButton8.Size = new System.Drawing.Size(30, 29);
  267. this.toolStripButton8.Tag = "LYFZ.Software.MainBusiness.OAShopManagement.frmBulletinBoard";
  268. this.toolStripButton8.Text = "公告栏";
  269. //
  270. // toolStripButton1
  271. //
  272. this.toolStripButton1.AutoSize = false;
  273. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  274. this.toolStripButton1.DoubleClickEnabled = true;
  275. this.toolStripButton1.Image = global::LYFZ.Software.UI.Properties.Resources.Main2;
  276. this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  277. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  278. this.toolStripButton1.Name = "toolStripButton1";
  279. this.toolStripButton1.Size = new System.Drawing.Size(70, 32);
  280. this.toolStripButton1.Text = "toolStripButton1";
  281. this.toolStripButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  282. this.toolStripButton1.ToolTipText = "软件";
  283. //
  284. // toolStripButton2
  285. //
  286. this.toolStripButton2.AutoSize = false;
  287. this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  288. this.toolStripButton2.Image = global::LYFZ.Software.UI.Properties.Resources.Main3;
  289. this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  290. this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  291. this.toolStripButton2.Name = "toolStripButton2";
  292. this.toolStripButton2.Size = new System.Drawing.Size(70, 32);
  293. this.toolStripButton2.Text = "toolStripButton2";
  294. //
  295. // scmSystrayMenu
  296. //
  297. this.scmSystrayMenu.Arrow = System.Drawing.Color.Black;
  298. this.scmSystrayMenu.Back = System.Drawing.Color.White;
  299. this.scmSystrayMenu.BackRadius = 4;
  300. this.scmSystrayMenu.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
  301. this.scmSystrayMenu.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
  302. this.scmSystrayMenu.Fore = System.Drawing.Color.Black;
  303. this.scmSystrayMenu.HoverFore = System.Drawing.Color.White;
  304. this.scmSystrayMenu.ItemAnamorphosis = true;
  305. this.scmSystrayMenu.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  306. this.scmSystrayMenu.ItemBorderShow = true;
  307. this.scmSystrayMenu.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  308. this.scmSystrayMenu.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  309. this.scmSystrayMenu.ItemRadius = 4;
  310. this.scmSystrayMenu.ItemRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  311. this.scmSystrayMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  312. this.tsmShowMainForm,
  313. this.toolStripSeparator1,
  314. this.tsmAbout,
  315. this.tsmHelp,
  316. this.toolStripSeparator2,
  317. this.tsmExitApp});
  318. this.scmSystrayMenu.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  319. this.scmSystrayMenu.Name = "scmSystrayMenu";
  320. this.scmSystrayMenu.RadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  321. this.scmSystrayMenu.Size = new System.Drawing.Size(165, 104);
  322. this.scmSystrayMenu.TitleAnamorphosis = true;
  323. this.scmSystrayMenu.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
  324. this.scmSystrayMenu.TitleRadius = 4;
  325. this.scmSystrayMenu.TitleRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  326. //
  327. // tsmShowMainForm
  328. //
  329. this.tsmShowMainForm.Name = "tsmShowMainForm";
  330. this.tsmShowMainForm.Size = new System.Drawing.Size(164, 22);
  331. this.tsmShowMainForm.Text = "显示主面板(&S)";
  332. this.tsmShowMainForm.Click += new System.EventHandler(this.tsmShowMainForm_Click);
  333. //
  334. // toolStripSeparator1
  335. //
  336. this.toolStripSeparator1.Name = "toolStripSeparator1";
  337. this.toolStripSeparator1.Size = new System.Drawing.Size(161, 6);
  338. //
  339. // tsmAbout
  340. //
  341. this.tsmAbout.Name = "tsmAbout";
  342. this.tsmAbout.Size = new System.Drawing.Size(164, 22);
  343. this.tsmAbout.Text = "关于利亚方舟(&A)";
  344. this.tsmAbout.Click += new System.EventHandler(this.tsmAbout_Click);
  345. //
  346. // tsmHelp
  347. //
  348. this.tsmHelp.Name = "tsmHelp";
  349. this.tsmHelp.Size = new System.Drawing.Size(164, 22);
  350. this.tsmHelp.Text = "帮助(&H)";
  351. this.tsmHelp.Click += new System.EventHandler(this.tsmHelp_Click);
  352. //
  353. // toolStripSeparator2
  354. //
  355. this.toolStripSeparator2.Name = "toolStripSeparator2";
  356. this.toolStripSeparator2.Size = new System.Drawing.Size(161, 6);
  357. //
  358. // tsmExitApp
  359. //
  360. this.tsmExitApp.Name = "tsmExitApp";
  361. this.tsmExitApp.Size = new System.Drawing.Size(164, 22);
  362. this.tsmExitApp.Text = "退出(&X)";
  363. this.tsmExitApp.Click += new System.EventHandler(this.tsmExitApp_Click);
  364. //
  365. // ntiNotifyIcon
  366. //
  367. this.ntiNotifyIcon.ContextMenuStrip = this.scmSystrayMenu;
  368. this.ntiNotifyIcon.Text = "利亚方舟影楼管理软件";
  369. this.ntiNotifyIcon.Visible = true;
  370. this.ntiNotifyIcon.DoubleClick += new System.EventHandler(this.ntiNotifyIcon_DoubleClick);
  371. //
  372. // imgIcon
  373. //
  374. this.imgIcon.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgIcon.ImageStream")));
  375. this.imgIcon.TransparentColor = System.Drawing.Color.Transparent;
  376. this.imgIcon.Images.SetKeyName(0, "lyfz_r.png");
  377. this.imgIcon.Images.SetKeyName(1, "lyfz_b.png");
  378. //
  379. // lbExUserName
  380. //
  381. this.lbExUserName.BackColor = System.Drawing.Color.Transparent;
  382. this.lbExUserName.BorderColor = System.Drawing.Color.DarkGray;
  383. this.lbExUserName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  384. this.lbExUserName.ForeColor = System.Drawing.Color.White;
  385. this.lbExUserName.Location = new System.Drawing.Point(100, 33);
  386. this.lbExUserName.Name = "lbExUserName";
  387. this.lbExUserName.Size = new System.Drawing.Size(111, 23);
  388. this.lbExUserName.TabIndex = 15;
  389. this.lbExUserName.Text = "管理员";
  390. this.lbExUserName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  391. //
  392. // labTime
  393. //
  394. this.labTime.BackColor = System.Drawing.Color.Transparent;
  395. this.labTime.BorderColor = System.Drawing.Color.DarkGray;
  396. this.labTime.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  397. this.labTime.ForeColor = System.Drawing.Color.White;
  398. this.labTime.Location = new System.Drawing.Point(101, 56);
  399. this.labTime.Name = "labTime";
  400. this.labTime.Size = new System.Drawing.Size(110, 30);
  401. this.labTime.TabIndex = 15;
  402. this.labTime.Text = "星期一 18:02:15\r\n2014年01月14日";
  403. this.labTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  404. //
  405. // skinToolStrip1
  406. //
  407. this.skinToolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  408. | System.Windows.Forms.AnchorStyles.Right)));
  409. this.skinToolStrip1.Arrow = System.Drawing.Color.White;
  410. this.skinToolStrip1.AutoSize = false;
  411. this.skinToolStrip1.Back = System.Drawing.Color.White;
  412. this.skinToolStrip1.BackColor = System.Drawing.Color.Transparent;
  413. this.skinToolStrip1.BackRadius = 4;
  414. this.skinToolStrip1.BackRectangle = new System.Drawing.Rectangle(2, 2, 2, 2);
  415. this.skinToolStrip1.Base = System.Drawing.Color.Transparent;
  416. this.skinToolStrip1.BaseFore = System.Drawing.Color.Transparent;
  417. this.skinToolStrip1.BaseForeAnamorphosis = false;
  418. this.skinToolStrip1.BaseForeAnamorphosisBorder = 4;
  419. this.skinToolStrip1.BaseForeAnamorphosisColor = System.Drawing.Color.Transparent;
  420. this.skinToolStrip1.BaseHoverFore = System.Drawing.Color.Black;
  421. this.skinToolStrip1.BaseItemAnamorphosis = false;
  422. this.skinToolStrip1.BaseItemBorder = System.Drawing.Color.Transparent;
  423. this.skinToolStrip1.BaseItemBorderShow = false;
  424. this.skinToolStrip1.BaseItemDown = null;
  425. this.skinToolStrip1.BaseItemHover = System.Drawing.Color.SteelBlue;
  426. this.skinToolStrip1.BaseItemMouse = null;
  427. this.skinToolStrip1.BaseItemPressed = System.Drawing.Color.Transparent;
  428. this.skinToolStrip1.BaseItemRadius = 4;
  429. this.skinToolStrip1.BaseItemRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.None;
  430. this.skinToolStrip1.BaseItemSplitter = System.Drawing.Color.Transparent;
  431. this.skinToolStrip1.Dock = System.Windows.Forms.DockStyle.None;
  432. this.skinToolStrip1.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
  433. this.skinToolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434. this.skinToolStrip1.Fore = System.Drawing.Color.Black;
  435. this.skinToolStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
  436. this.skinToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  437. this.skinToolStrip1.HoverFore = System.Drawing.Color.White;
  438. this.skinToolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  439. this.skinToolStrip1.ItemAnamorphosis = false;
  440. this.skinToolStrip1.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  441. this.skinToolStrip1.ItemBorderShow = false;
  442. this.skinToolStrip1.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  443. this.skinToolStrip1.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  444. this.skinToolStrip1.ItemRadius = 4;
  445. this.skinToolStrip1.ItemRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.None;
  446. this.skinToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  447. this.toolStripButton9});
  448. this.skinToolStrip1.Location = new System.Drawing.Point(0, 541);
  449. this.skinToolStrip1.Name = "skinToolStrip1";
  450. this.skinToolStrip1.RadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  451. this.skinToolStrip1.Size = new System.Drawing.Size(260, 28);
  452. this.skinToolStrip1.TabIndex = 16;
  453. this.skinToolStrip1.Text = "skinToolStrip1";
  454. this.skinToolStrip1.TitleAnamorphosis = false;
  455. this.skinToolStrip1.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
  456. this.skinToolStrip1.TitleRadius = 4;
  457. this.skinToolStrip1.TitleRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
  458. this.skinToolStrip1.Visible = false;
  459. //
  460. // toolStripButton9
  461. //
  462. this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  463. this.toolStripButton9.Image = global::LYFZ.Software.UI.Properties.Resources._062;
  464. this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
  465. this.toolStripButton9.Name = "toolStripButton9";
  466. this.toolStripButton9.Size = new System.Drawing.Size(24, 25);
  467. this.toolStripButton9.Text = "系统设置";
  468. //
  469. // frmMainDropzone
  470. //
  471. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  472. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  473. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  474. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  475. this.BottomBgImageHeight = 40;
  476. this.ClientSize = new System.Drawing.Size(260, 580);
  477. this.Controls.Add(this.skinToolStrip1);
  478. this.Controls.Add(this.labTime);
  479. this.Controls.Add(this.lbExUserName);
  480. this.Controls.Add(this.stoolsTopList);
  481. this.Controls.Add(this.picAvatar);
  482. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  483. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  484. this.IsShowBtnFormMenu = true;
  485. this.IsShowBtnFormSkin = true;
  486. this.IsUserControlsSize = true;
  487. this.MaximizeBox = false;
  488. this.MinimumSize = new System.Drawing.Size(260, 500);
  489. this.Name = "frmMainDropzone";
  490. this.ShowBorder = false;
  491. this.ShowInTaskbar = false;
  492. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  493. this.Text = "利亚方舟 V2015";
  494. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  495. this.TitleBgImageHeight = 136;
  496. this.TopMost = true;
  497. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMainDropzone_FormClosed);
  498. this.MouseLeave += new System.EventHandler(this.frmMainDropzone_MouseLeave);
  499. this.Controls.SetChildIndex(this.picAvatar, 0);
  500. this.Controls.SetChildIndex(this.stoolsTopList, 0);
  501. this.Controls.SetChildIndex(this.lbExUserName, 0);
  502. this.Controls.SetChildIndex(this.labTime, 0);
  503. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  504. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  505. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  506. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  507. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  508. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  509. this.Controls.SetChildIndex(this.skinToolStrip1, 0);
  510. this.plFormMainContent.ResumeLayout(false);
  511. ((System.ComponentModel.ISupportInitialize)(this.picAvatar)).EndInit();
  512. this.stoolsTopList.ResumeLayout(false);
  513. this.stoolsTopList.PerformLayout();
  514. this.scmSystrayMenu.ResumeLayout(false);
  515. this.skinToolStrip1.ResumeLayout(false);
  516. this.skinToolStrip1.PerformLayout();
  517. this.ResumeLayout(false);
  518. }
  519. #endregion
  520. private OtherExpansion.SkinControl.SkinToolStrip stoolsTopList;
  521. private System.Windows.Forms.ToolStripButton toolStripButton1;
  522. private System.Windows.Forms.ToolStripButton toolStripButton2;
  523. private OtherExpansion.SkinControl.SkinContextMenuStrip scmSystrayMenu;
  524. private System.Windows.Forms.NotifyIcon ntiNotifyIcon;
  525. private System.Windows.Forms.ImageList imgIcon;
  526. private System.Windows.Forms.Timer tmrIcon;
  527. private System.Windows.Forms.ToolStripMenuItem tsmShowMainForm;
  528. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  529. private System.Windows.Forms.ToolStripMenuItem tsmAbout;
  530. private System.Windows.Forms.ToolStripMenuItem tsmHelp;
  531. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  532. private System.Windows.Forms.ToolStripMenuItem tsmExitApp;
  533. protected internal ComponentLibrary.PictureBoxEx picAvatar;
  534. public OtherExpansion.SkinControl.SkinLabel lbExUserName;
  535. private OtherExpansion.SkinControl.SkinLabel labTime;
  536. private System.Windows.Forms.ToolStripButton cameraControl;
  537. private System.Windows.Forms.ToolStripButton toolStripButton4;
  538. private System.Windows.Forms.ToolStripButton toolStripButton5;
  539. private System.Windows.Forms.ToolStripButton toolStripButton6;
  540. private System.Windows.Forms.ToolStripButton toolStripButton7;
  541. private System.Windows.Forms.ToolStripButton toolStripButton8;
  542. private OtherExpansion.SkinControl.SkinToolStrip skinToolStrip1;
  543. private System.Windows.Forms.ToolStripButton toolStripButton9;
  544. private System.Windows.Forms.ToolStripButton index;
  545. protected internal ComponentLibrary.ChatListControl.ToolsChatListControl toolsChatListControl1;
  546. protected internal System.Windows.Forms.Timer timHide;
  547. }
  548. }