123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555 |
- namespace LYFZ.Software.UI
- {
- partial class frmMainDropzone
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMainDropzone));
- this.timHide = new System.Windows.Forms.Timer(this.components);
- this.picAvatar = new LYFZ.ComponentLibrary.PictureBoxEx();
- this.toolsChatListControl1 = new LYFZ.ComponentLibrary.ChatListControl.ToolsChatListControl();
- this.stoolsTopList = new LYFZ.OtherExpansion.SkinControl.SkinToolStrip();
- this.index = new System.Windows.Forms.ToolStripButton();
- this.cameraControl = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
- this.scmSystrayMenu = new LYFZ.OtherExpansion.SkinControl.SkinContextMenuStrip();
- this.tsmShowMainForm = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsmAbout = new System.Windows.Forms.ToolStripMenuItem();
- this.tsmHelp = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tsmExitApp = new System.Windows.Forms.ToolStripMenuItem();
- this.ntiNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
- this.imgIcon = new System.Windows.Forms.ImageList(this.components);
- this.tmrIcon = new System.Windows.Forms.Timer(this.components);
- this.lbExUserName = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
- this.labTime = new LYFZ.OtherExpansion.SkinControl.SkinLabel();
- this.skinToolStrip1 = new LYFZ.OtherExpansion.SkinControl.SkinToolStrip();
- this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
- this.plFormMainContent.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picAvatar)).BeginInit();
- this.stoolsTopList.SuspendLayout();
- this.scmSystrayMenu.SuspendLayout();
- this.skinToolStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // plFormMainContent
- //
- this.plFormMainContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
- this.plFormMainContent.Controls.Add(this.toolsChatListControl1);
- this.plFormMainContent.Location = new System.Drawing.Point(0, 136);
- this.plFormMainContent.Padding = new System.Windows.Forms.Padding(5);
- this.plFormMainContent.Size = new System.Drawing.Size(260, 404);
- //
- // btnAppFormMenu
- //
- this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
- this.btnAppFormMenu.Location = new System.Drawing.Point(174, 0);
- //
- // btnAppFormSkin
- //
- this.btnAppFormSkin.Location = new System.Drawing.Point(127, 0);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(221, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(228, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(201, 0);
- //
- // timHide
- //
- this.timHide.Enabled = true;
- //
- // picAvatar
- //
- this.picAvatar.BackColor = System.Drawing.Color.Transparent;
- this.picAvatar.Location = new System.Drawing.Point(22, 29);
- this.picAvatar.Name = "picAvatar";
- this.picAvatar.Size = new System.Drawing.Size(64, 64);
- this.picAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.picAvatar.TabIndex = 12;
- this.picAvatar.TabStop = false;
- //
- // toolsChatListControl1
- //
- this.toolsChatListControl1.ArrowColor = System.Drawing.Color.Magenta;
- this.toolsChatListControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(222)))), ((int)(((byte)(222)))));
- this.toolsChatListControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.toolsChatListControl1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
- this.toolsChatListControl1.ForeColor = System.Drawing.Color.Black;
- this.toolsChatListControl1.IsShowArrowIcon = true;
- this.toolsChatListControl1.IsShowitemCounter = false;
- this.toolsChatListControl1.ItemColor = System.Drawing.Color.White;
- this.toolsChatListControl1.ItemHeight = 40;
- this.toolsChatListControl1.ItemMouseOnColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
- this.toolsChatListControl1.ItemTextAlignment = System.Drawing.StringAlignment.Near;
- this.toolsChatListControl1.ItmeDfTextColor = System.Drawing.Color.Black;
- this.toolsChatListControl1.ItmeSelectTextColor = System.Drawing.Color.Black;
- this.toolsChatListControl1.ListSubItemMenu = null;
- this.toolsChatListControl1.Location = new System.Drawing.Point(5, 5);
- this.toolsChatListControl1.Name = "toolsChatListControl1";
- this.toolsChatListControl1.Size = new System.Drawing.Size(250, 394);
- this.toolsChatListControl1.SubItemColor = System.Drawing.Color.DimGray;
- this.toolsChatListControl1.SubItemMenu = null;
- this.toolsChatListControl1.SubItemMouseOnColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
- this.toolsChatListControl1.SubItemSelectColor = System.Drawing.Color.Maroon;
- this.toolsChatListControl1.SubItemSeparateLineColor = System.Drawing.Color.Transparent;
- this.toolsChatListControl1.SubItmeDfTextColor = System.Drawing.Color.Black;
- this.toolsChatListControl1.SubItmeSelectTextColor = System.Drawing.Color.Black;
- this.toolsChatListControl1.TabIndex = 0;
- this.toolsChatListControl1.Text = "toolsChatListControl1";
- //
- // stoolsTopList
- //
- this.stoolsTopList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.stoolsTopList.Arrow = System.Drawing.Color.White;
- this.stoolsTopList.AutoSize = false;
- this.stoolsTopList.Back = System.Drawing.Color.White;
- this.stoolsTopList.BackColor = System.Drawing.Color.Transparent;
- this.stoolsTopList.BackRadius = 4;
- this.stoolsTopList.BackRectangle = new System.Drawing.Rectangle(2, 2, 2, 2);
- this.stoolsTopList.Base = System.Drawing.Color.Transparent;
- this.stoolsTopList.BaseFore = System.Drawing.Color.Transparent;
- this.stoolsTopList.BaseForeAnamorphosis = false;
- this.stoolsTopList.BaseForeAnamorphosisBorder = 4;
- this.stoolsTopList.BaseForeAnamorphosisColor = System.Drawing.Color.Transparent;
- this.stoolsTopList.BaseHoverFore = System.Drawing.Color.Black;
- this.stoolsTopList.BaseItemAnamorphosis = true;
- this.stoolsTopList.BaseItemBorder = System.Drawing.Color.Transparent;
- this.stoolsTopList.BaseItemBorderShow = false;
- this.stoolsTopList.BaseItemDown = global::LYFZ.Software.UI.Properties.Resources.Main0;
- this.stoolsTopList.BaseItemHover = System.Drawing.Color.White;
- this.stoolsTopList.BaseItemMouse = global::LYFZ.Software.UI.Properties.Resources.Main0;
- this.stoolsTopList.BaseItemPressed = System.Drawing.Color.Transparent;
- this.stoolsTopList.BaseItemRadius = 4;
- this.stoolsTopList.BaseItemRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.None;
- this.stoolsTopList.BaseItemSplitter = System.Drawing.Color.Transparent;
- this.stoolsTopList.Dock = System.Windows.Forms.DockStyle.None;
- this.stoolsTopList.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
- this.stoolsTopList.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.stoolsTopList.Fore = System.Drawing.Color.Black;
- this.stoolsTopList.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
- this.stoolsTopList.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.stoolsTopList.HoverFore = System.Drawing.Color.White;
- this.stoolsTopList.ImageScalingSize = new System.Drawing.Size(26, 26);
- this.stoolsTopList.ItemAnamorphosis = false;
- this.stoolsTopList.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.stoolsTopList.ItemBorderShow = false;
- this.stoolsTopList.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.stoolsTopList.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.stoolsTopList.ItemRadius = 4;
- this.stoolsTopList.ItemRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.None;
- this.stoolsTopList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.index,
- this.cameraControl,
- this.toolStripButton4,
- this.toolStripButton5,
- this.toolStripButton6,
- this.toolStripButton7,
- this.toolStripButton8});
- this.stoolsTopList.Location = new System.Drawing.Point(0, 106);
- this.stoolsTopList.Name = "stoolsTopList";
- this.stoolsTopList.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
- this.stoolsTopList.RadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.stoolsTopList.Size = new System.Drawing.Size(260, 32);
- this.stoolsTopList.TabIndex = 0;
- this.stoolsTopList.Text = "skinToolStrip1";
- this.stoolsTopList.TitleAnamorphosis = false;
- this.stoolsTopList.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
- this.stoolsTopList.TitleRadius = 4;
- this.stoolsTopList.TitleRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- //
- // index
- //
- this.index.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.index.Image = global::LYFZ.Software.UI.Properties.Resources.T08;
- this.index.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.index.Name = "index";
- this.index.Size = new System.Drawing.Size(30, 29);
- this.index.Tag = "LYFZ.Software.PhotoStudio.frmWelcomeForm";
- this.index.Text = "主页";
- //
- // cameraControl
- //
- this.cameraControl.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.cameraControl.Image = global::LYFZ.Software.UI.Properties.Resources.T01;
- this.cameraControl.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.cameraControl.Name = "cameraControl";
- this.cameraControl.Size = new System.Drawing.Size(30, 29);
- this.cameraControl.Tag = "LYFZ.Software.MainBusiness.CameraControlBook.MainFrameFormMain";
- this.cameraControl.Text = "摄 控本";
- //
- // toolStripButton4
- //
- this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton4.Image = global::LYFZ.Software.UI.Properties.Resources.T05;
- this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton4.Name = "toolStripButton4";
- this.toolStripButton4.Size = new System.Drawing.Size(30, 29);
- this.toolStripButton4.Tag = "LYFZ.Software.MainBusiness.CameraControlBook.OrderReportFormMain";
- this.toolStripButton4.Text = "订单报表";
- //
- // toolStripButton5
- //
- this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton5.Image = global::LYFZ.Software.UI.Properties.Resources.T06;
- this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton5.Name = "toolStripButton5";
- this.toolStripButton5.Size = new System.Drawing.Size(30, 29);
- this.toolStripButton5.Tag = "LYFZ.Software.MainBusiness.FinancialManagement.FrmFrmOrdersReceivables";
- this.toolStripButton5.Text = "客人付款";
- //
- // toolStripButton6
- //
- this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton6.Image = global::LYFZ.Software.UI.Properties.Resources.T07;
- this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton6.Name = "toolStripButton6";
- this.toolStripButton6.Size = new System.Drawing.Size(30, 29);
- this.toolStripButton6.Tag = "LYFZ.Software.MainBusiness.DoorCityProcess.TotakePieceFormMain";
- this.toolStripButton6.Text = "取件表";
- //
- // toolStripButton7
- //
- this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton7.Image = global::LYFZ.Software.UI.Properties.Resources.T03;
- this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton7.Name = "toolStripButton7";
- this.toolStripButton7.Size = new System.Drawing.Size(30, 29);
- this.toolStripButton7.Tag = "LYFZ.Software.MainBusiness.CameraControlBook.A_ProcessMonitorFormMain";
- this.toolStripButton7.Text = "流程控制";
- //
- // toolStripButton8
- //
- this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton8.Image = global::LYFZ.Software.UI.Properties.Resources.T02;
- this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton8.Name = "toolStripButton8";
- this.toolStripButton8.Size = new System.Drawing.Size(30, 29);
- this.toolStripButton8.Tag = "LYFZ.Software.MainBusiness.OAShopManagement.frmBulletinBoard";
- this.toolStripButton8.Text = "公告栏";
- //
- // toolStripButton1
- //
- this.toolStripButton1.AutoSize = false;
- this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton1.DoubleClickEnabled = true;
- this.toolStripButton1.Image = global::LYFZ.Software.UI.Properties.Resources.Main2;
- this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton1.Name = "toolStripButton1";
- this.toolStripButton1.Size = new System.Drawing.Size(70, 32);
- this.toolStripButton1.Text = "toolStripButton1";
- this.toolStripButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- this.toolStripButton1.ToolTipText = "软件";
- //
- // toolStripButton2
- //
- this.toolStripButton2.AutoSize = false;
- this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton2.Image = global::LYFZ.Software.UI.Properties.Resources.Main3;
- this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton2.Name = "toolStripButton2";
- this.toolStripButton2.Size = new System.Drawing.Size(70, 32);
- this.toolStripButton2.Text = "toolStripButton2";
- //
- // scmSystrayMenu
- //
- this.scmSystrayMenu.Arrow = System.Drawing.Color.Black;
- this.scmSystrayMenu.Back = System.Drawing.Color.White;
- this.scmSystrayMenu.BackRadius = 4;
- this.scmSystrayMenu.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
- this.scmSystrayMenu.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
- this.scmSystrayMenu.Fore = System.Drawing.Color.Black;
- this.scmSystrayMenu.HoverFore = System.Drawing.Color.White;
- this.scmSystrayMenu.ItemAnamorphosis = true;
- this.scmSystrayMenu.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.scmSystrayMenu.ItemBorderShow = true;
- this.scmSystrayMenu.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.scmSystrayMenu.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.scmSystrayMenu.ItemRadius = 4;
- this.scmSystrayMenu.ItemRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.scmSystrayMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsmShowMainForm,
- this.toolStripSeparator1,
- this.tsmAbout,
- this.tsmHelp,
- this.toolStripSeparator2,
- this.tsmExitApp});
- this.scmSystrayMenu.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.scmSystrayMenu.Name = "scmSystrayMenu";
- this.scmSystrayMenu.RadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.scmSystrayMenu.Size = new System.Drawing.Size(165, 104);
- this.scmSystrayMenu.TitleAnamorphosis = true;
- this.scmSystrayMenu.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
- this.scmSystrayMenu.TitleRadius = 4;
- this.scmSystrayMenu.TitleRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- //
- // tsmShowMainForm
- //
- this.tsmShowMainForm.Name = "tsmShowMainForm";
- this.tsmShowMainForm.Size = new System.Drawing.Size(164, 22);
- this.tsmShowMainForm.Text = "显示主面板(&S)";
- this.tsmShowMainForm.Click += new System.EventHandler(this.tsmShowMainForm_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(161, 6);
- //
- // tsmAbout
- //
- this.tsmAbout.Name = "tsmAbout";
- this.tsmAbout.Size = new System.Drawing.Size(164, 22);
- this.tsmAbout.Text = "关于利亚方舟(&A)";
- this.tsmAbout.Click += new System.EventHandler(this.tsmAbout_Click);
- //
- // tsmHelp
- //
- this.tsmHelp.Name = "tsmHelp";
- this.tsmHelp.Size = new System.Drawing.Size(164, 22);
- this.tsmHelp.Text = "帮助(&H)";
- this.tsmHelp.Click += new System.EventHandler(this.tsmHelp_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(161, 6);
- //
- // tsmExitApp
- //
- this.tsmExitApp.Name = "tsmExitApp";
- this.tsmExitApp.Size = new System.Drawing.Size(164, 22);
- this.tsmExitApp.Text = "退出(&X)";
- this.tsmExitApp.Click += new System.EventHandler(this.tsmExitApp_Click);
- //
- // ntiNotifyIcon
- //
- this.ntiNotifyIcon.ContextMenuStrip = this.scmSystrayMenu;
- this.ntiNotifyIcon.Text = "利亚方舟影楼管理软件";
- this.ntiNotifyIcon.Visible = true;
- this.ntiNotifyIcon.DoubleClick += new System.EventHandler(this.ntiNotifyIcon_DoubleClick);
- //
- // imgIcon
- //
- this.imgIcon.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgIcon.ImageStream")));
- this.imgIcon.TransparentColor = System.Drawing.Color.Transparent;
- this.imgIcon.Images.SetKeyName(0, "lyfz_r.png");
- this.imgIcon.Images.SetKeyName(1, "lyfz_b.png");
- //
- // lbExUserName
- //
- this.lbExUserName.BackColor = System.Drawing.Color.Transparent;
- this.lbExUserName.BorderColor = System.Drawing.Color.DarkGray;
- this.lbExUserName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lbExUserName.ForeColor = System.Drawing.Color.White;
- this.lbExUserName.Location = new System.Drawing.Point(100, 33);
- this.lbExUserName.Name = "lbExUserName";
- this.lbExUserName.Size = new System.Drawing.Size(111, 23);
- this.lbExUserName.TabIndex = 15;
- this.lbExUserName.Text = "管理员";
- this.lbExUserName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // labTime
- //
- this.labTime.BackColor = System.Drawing.Color.Transparent;
- this.labTime.BorderColor = System.Drawing.Color.DarkGray;
- this.labTime.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
- this.labTime.ForeColor = System.Drawing.Color.White;
- this.labTime.Location = new System.Drawing.Point(101, 56);
- this.labTime.Name = "labTime";
- this.labTime.Size = new System.Drawing.Size(110, 30);
- this.labTime.TabIndex = 15;
- this.labTime.Text = "星期一 18:02:15\r\n2014年01月14日";
- this.labTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // skinToolStrip1
- //
- this.skinToolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.skinToolStrip1.Arrow = System.Drawing.Color.White;
- this.skinToolStrip1.AutoSize = false;
- this.skinToolStrip1.Back = System.Drawing.Color.White;
- this.skinToolStrip1.BackColor = System.Drawing.Color.Transparent;
- this.skinToolStrip1.BackRadius = 4;
- this.skinToolStrip1.BackRectangle = new System.Drawing.Rectangle(2, 2, 2, 2);
- this.skinToolStrip1.Base = System.Drawing.Color.Transparent;
- this.skinToolStrip1.BaseFore = System.Drawing.Color.Transparent;
- this.skinToolStrip1.BaseForeAnamorphosis = false;
- this.skinToolStrip1.BaseForeAnamorphosisBorder = 4;
- this.skinToolStrip1.BaseForeAnamorphosisColor = System.Drawing.Color.Transparent;
- this.skinToolStrip1.BaseHoverFore = System.Drawing.Color.Black;
- this.skinToolStrip1.BaseItemAnamorphosis = false;
- this.skinToolStrip1.BaseItemBorder = System.Drawing.Color.Transparent;
- this.skinToolStrip1.BaseItemBorderShow = false;
- this.skinToolStrip1.BaseItemDown = null;
- this.skinToolStrip1.BaseItemHover = System.Drawing.Color.SteelBlue;
- this.skinToolStrip1.BaseItemMouse = null;
- this.skinToolStrip1.BaseItemPressed = System.Drawing.Color.Transparent;
- this.skinToolStrip1.BaseItemRadius = 4;
- this.skinToolStrip1.BaseItemRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.None;
- this.skinToolStrip1.BaseItemSplitter = System.Drawing.Color.Transparent;
- this.skinToolStrip1.Dock = System.Windows.Forms.DockStyle.None;
- this.skinToolStrip1.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
- this.skinToolStrip1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.skinToolStrip1.Fore = System.Drawing.Color.Black;
- this.skinToolStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
- this.skinToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.skinToolStrip1.HoverFore = System.Drawing.Color.White;
- this.skinToolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.skinToolStrip1.ItemAnamorphosis = false;
- this.skinToolStrip1.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.skinToolStrip1.ItemBorderShow = false;
- this.skinToolStrip1.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.skinToolStrip1.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.skinToolStrip1.ItemRadius = 4;
- this.skinToolStrip1.ItemRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.None;
- this.skinToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripButton9});
- this.skinToolStrip1.Location = new System.Drawing.Point(0, 541);
- this.skinToolStrip1.Name = "skinToolStrip1";
- this.skinToolStrip1.RadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.skinToolStrip1.Size = new System.Drawing.Size(260, 28);
- this.skinToolStrip1.TabIndex = 16;
- this.skinToolStrip1.Text = "skinToolStrip1";
- this.skinToolStrip1.TitleAnamorphosis = false;
- this.skinToolStrip1.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
- this.skinToolStrip1.TitleRadius = 4;
- this.skinToolStrip1.TitleRadiusStyle = LYFZ.OtherExpansion.SkinClass.RoundStyle.All;
- this.skinToolStrip1.Visible = false;
- //
- // toolStripButton9
- //
- this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.toolStripButton9.Image = global::LYFZ.Software.UI.Properties.Resources._062;
- this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton9.Name = "toolStripButton9";
- this.toolStripButton9.Size = new System.Drawing.Size(24, 25);
- this.toolStripButton9.Text = "系统设置";
- //
- // frmMainDropzone
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.BottomBgImageHeight = 40;
- this.ClientSize = new System.Drawing.Size(260, 580);
- this.Controls.Add(this.skinToolStrip1);
- this.Controls.Add(this.labTime);
- this.Controls.Add(this.lbExUserName);
- this.Controls.Add(this.stoolsTopList);
- this.Controls.Add(this.picAvatar);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsShowBtnFormMenu = true;
- this.IsShowBtnFormSkin = true;
- this.IsUserControlsSize = true;
- this.MaximizeBox = false;
- this.MinimumSize = new System.Drawing.Size(260, 500);
- this.Name = "frmMainDropzone";
- this.ShowBorder = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
- this.Text = "利亚方舟 V2015";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.TitleBgImageHeight = 136;
- this.TopMost = true;
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMainDropzone_FormClosed);
- this.MouseLeave += new System.EventHandler(this.frmMainDropzone_MouseLeave);
- this.Controls.SetChildIndex(this.picAvatar, 0);
- this.Controls.SetChildIndex(this.stoolsTopList, 0);
- this.Controls.SetChildIndex(this.lbExUserName, 0);
- this.Controls.SetChildIndex(this.labTime, 0);
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.Controls.SetChildIndex(this.skinToolStrip1, 0);
- this.plFormMainContent.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.picAvatar)).EndInit();
- this.stoolsTopList.ResumeLayout(false);
- this.stoolsTopList.PerformLayout();
- this.scmSystrayMenu.ResumeLayout(false);
- this.skinToolStrip1.ResumeLayout(false);
- this.skinToolStrip1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private OtherExpansion.SkinControl.SkinToolStrip stoolsTopList;
- private System.Windows.Forms.ToolStripButton toolStripButton1;
- private System.Windows.Forms.ToolStripButton toolStripButton2;
- private OtherExpansion.SkinControl.SkinContextMenuStrip scmSystrayMenu;
- private System.Windows.Forms.NotifyIcon ntiNotifyIcon;
- private System.Windows.Forms.ImageList imgIcon;
- private System.Windows.Forms.Timer tmrIcon;
- private System.Windows.Forms.ToolStripMenuItem tsmShowMainForm;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripMenuItem tsmAbout;
- private System.Windows.Forms.ToolStripMenuItem tsmHelp;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripMenuItem tsmExitApp;
- protected internal ComponentLibrary.PictureBoxEx picAvatar;
- public OtherExpansion.SkinControl.SkinLabel lbExUserName;
- private OtherExpansion.SkinControl.SkinLabel labTime;
- private System.Windows.Forms.ToolStripButton cameraControl;
- private System.Windows.Forms.ToolStripButton toolStripButton4;
- private System.Windows.Forms.ToolStripButton toolStripButton5;
- private System.Windows.Forms.ToolStripButton toolStripButton6;
- private System.Windows.Forms.ToolStripButton toolStripButton7;
- private System.Windows.Forms.ToolStripButton toolStripButton8;
- private OtherExpansion.SkinControl.SkinToolStrip skinToolStrip1;
- private System.Windows.Forms.ToolStripButton toolStripButton9;
- private System.Windows.Forms.ToolStripButton index;
- protected internal ComponentLibrary.ChatListControl.ToolsChatListControl toolsChatListControl1;
- protected internal System.Windows.Forms.Timer timHide;
- }
- }
|