⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 p2pfiletransmit.designer.cs

📁 kuiMsg是一款用.net C# 开发的即时消息开源软件,适合.net即时消息软件开发者用。 主要功能: 支持文件传输(p2p); 支持GIF动画表情( 彻底消除闪屏 :) );
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace LanMsg
{
    partial class p2pFileTransmit
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            try
            {
                this.p2pFileTransmit1.Dispose();
            }
            catch { }
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(p2pFileTransmit));
            this.panel3 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.PBar1 = new IMLibrary.XpProgressBar();
            this.panel4 = new System.Windows.Forms.Panel();
            this.labProcess = new System.Windows.Forms.Label();
            this.labelState = new System.Windows.Forms.Label();
            this.panel9 = new System.Windows.Forms.Panel();
            this.linkLabelCancel = new System.Windows.Forms.LinkLabel();
            this.panel6 = new System.Windows.Forms.Panel();
            this.labFileName = new System.Windows.Forms.Label();
            this.panel7 = new System.Windows.Forms.Panel();
            this.labOr = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel5 = new System.Windows.Forms.Panel();
            this.linkSaveAs = new System.Windows.Forms.LinkLabel();
            this.panel10 = new System.Windows.Forms.Panel();
            this.picWait = new System.Windows.Forms.PictureBox();
            this.p2pFileTransmit1 = new IMLibrary.p2pFileTransmit(this.components);
            this.panel4.SuspendLayout();
            this.panel6.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picWait)).BeginInit();
            this.SuspendLayout();
            // 
            // panel3
            // 
            this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel3.Location = new System.Drawing.Point(255, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(8, 50);
            this.panel3.TabIndex = 3;
            // 
            // panel2
            // 
            this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(8, 50);
            this.panel2.TabIndex = 2;
            // 
            // PBar1
            // 
            this.PBar1.ColorBackGround = System.Drawing.Color.White;
            this.PBar1.ColorBarBorder = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(240)))), ((int)(((byte)(170)))));
            this.PBar1.ColorBarCenter = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(150)))), ((int)(((byte)(10)))));
            this.PBar1.ColorText = System.Drawing.Color.Blue;
            this.PBar1.Dock = System.Windows.Forms.DockStyle.Top;
            this.PBar1.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.PBar1.Location = new System.Drawing.Point(8, 0);
            this.PBar1.Name = "PBar1";
            this.PBar1.Position = 0;
            this.PBar1.PositionMax = 100;
            this.PBar1.PositionMin = 0;
            this.PBar1.Size = new System.Drawing.Size(247, 12);
            this.PBar1.TabIndex = 5;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.labProcess);
            this.panel4.Controls.Add(this.PBar1);
            this.panel4.Controls.Add(this.panel3);
            this.panel4.Controls.Add(this.panel2);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel4.Location = new System.Drawing.Point(0, 24);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(263, 50);
            this.panel4.TabIndex = 8;
            // 
            // labProcess
            // 
            this.labProcess.BackColor = System.Drawing.Color.Transparent;
            this.labProcess.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labProcess.ForeColor = System.Drawing.Color.DimGray;
            this.labProcess.Location = new System.Drawing.Point(8, 12);
            this.labProcess.Name = "labProcess";
            this.labProcess.Size = new System.Drawing.Size(247, 38);
            this.labProcess.TabIndex = 6;
            this.labProcess.Text = "(0/0)";
            this.labProcess.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // labelState
            // 
            this.labelState.BackColor = System.Drawing.Color.Transparent;
            this.labelState.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelState.ForeColor = System.Drawing.Color.Purple;
            this.labelState.Location = new System.Drawing.Point(0, 0);
            this.labelState.Name = "labelState";
            this.labelState.Size = new System.Drawing.Size(263, 24);
            this.labelState.TabIndex = 0;
            this.labelState.Text = "等待接收...";
            this.labelState.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // panel9
            // 
            this.panel9.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel9.Location = new System.Drawing.Point(0, 0);
            this.panel9.Name = "panel9";
            this.panel9.Size = new System.Drawing.Size(8, 36);
            this.panel9.TabIndex = 28;
            // 
            // linkLabelCancel
            // 
            this.linkLabelCancel.AutoSize = true;
            this.linkLabelCancel.Dock = System.Windows.Forms.DockStyle.Left;
            this.linkLabelCancel.ForeColor = System.Drawing.Color.Purple;
            this.linkLabelCancel.LinkColor = System.Drawing.Color.DarkOliveGreen;
            this.linkLabelCancel.Location = new System.Drawing.Point(109, 10);
            this.linkLabelCancel.Name = "linkLabelCancel";
            this.linkLabelCancel.Size = new System.Drawing.Size(29, 12);
            this.linkLabelCancel.TabIndex = 38;
            this.linkLabelCancel.TabStop = true;
            this.linkLabelCancel.Text = "取消";
            this.linkLabelCancel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.linkLabelCancel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelCancel_LinkClicked);
            // 
            // panel6
            // 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -