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

📄 form1.designer.cs

📁 基于SKYPE做的小机器人
💻 CS
字号:
namespace SkypeControl1
{
    partial class Form1
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

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

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.onlineBtn = new System.Windows.Forms.Button();
            this.Awaybtn = new System.Windows.Forms.Button();
            this.offlineBtn = new System.Windows.Forms.Button();
            this.ChatBtn = new System.Windows.Forms.Button();
            this.SendButton = new System.Windows.Forms.Button();
            this.messagrichTextBox = new System.Windows.Forms.RichTextBox();
            this.messagetextBox = new System.Windows.Forms.TextBox();
            this.axSkypeContactCombo1 = new AxSKYPECONTACTSLib.AxSkypeContactCombo();
            this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.axSkypeContactCombo1)).BeginInit();
            this.SuspendLayout();
            // 
            // onlineBtn
            // 
            this.onlineBtn.Location = new System.Drawing.Point(12, 12);
            this.onlineBtn.Name = "onlineBtn";
            this.onlineBtn.Size = new System.Drawing.Size(75, 23);
            this.onlineBtn.TabIndex = 0;
            this.onlineBtn.Text = "onlineBtn";
            this.onlineBtn.UseVisualStyleBackColor = true;
            this.onlineBtn.Click += new System.EventHandler(this.onlineBtn_Click);
            // 
            // Awaybtn
            // 
            this.Awaybtn.Location = new System.Drawing.Point(108, 12);
            this.Awaybtn.Name = "Awaybtn";
            this.Awaybtn.Size = new System.Drawing.Size(75, 23);
            this.Awaybtn.TabIndex = 1;
            this.Awaybtn.Text = "awayBtn";
            this.Awaybtn.UseVisualStyleBackColor = true;
            this.Awaybtn.Click += new System.EventHandler(this.Awaybtn_Click);
            // 
            // offlineBtn
            // 
            this.offlineBtn.Location = new System.Drawing.Point(205, 12);
            this.offlineBtn.Name = "offlineBtn";
            this.offlineBtn.Size = new System.Drawing.Size(75, 23);
            this.offlineBtn.TabIndex = 2;
            this.offlineBtn.Text = "Offline";
            this.offlineBtn.UseVisualStyleBackColor = true;
            this.offlineBtn.Click += new System.EventHandler(this.offlineBtn_Click);
            // 
            // ChatBtn
            // 
            this.ChatBtn.Location = new System.Drawing.Point(12, 101);
            this.ChatBtn.Name = "ChatBtn";
            this.ChatBtn.Size = new System.Drawing.Size(75, 23);
            this.ChatBtn.TabIndex = 6;
            this.ChatBtn.Text = "Chat";
            this.ChatBtn.UseVisualStyleBackColor = true;
            this.ChatBtn.Click += new System.EventHandler(this.ChatBtn_Click);
            // 
            // SendButton
            // 
            this.SendButton.Location = new System.Drawing.Point(108, 101);
            this.SendButton.Name = "SendButton";
            this.SendButton.Size = new System.Drawing.Size(75, 23);
            this.SendButton.TabIndex = 7;
            this.SendButton.Text = "Send";
            this.SendButton.UseVisualStyleBackColor = true;
            this.SendButton.Click += new System.EventHandler(this.SendButton_Click);
            // 
            // messagrichTextBox
            // 
            this.messagrichTextBox.Location = new System.Drawing.Point(12, 182);
            this.messagrichTextBox.Name = "messagrichTextBox";
            this.messagrichTextBox.Size = new System.Drawing.Size(268, 110);
            this.messagrichTextBox.TabIndex = 9;
            this.messagrichTextBox.Text = "";
            // 
            // messagetextBox
            // 
            this.messagetextBox.Location = new System.Drawing.Point(12, 146);
            this.messagetextBox.Name = "messagetextBox";
            this.messagetextBox.Size = new System.Drawing.Size(268, 21);
            this.messagetextBox.TabIndex = 10;
            // 
            // axSkypeContactCombo1
            // 
            this.axSkypeContactCombo1.Enabled = true;
            this.axSkypeContactCombo1.Location = new System.Drawing.Point(12, 58);
            this.axSkypeContactCombo1.Name = "axSkypeContactCombo1";
            this.axSkypeContactCombo1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSkypeContactCombo1.OcxState")));
            this.axSkypeContactCombo1.Size = new System.Drawing.Size(227, 28);
            this.axSkypeContactCombo1.TabIndex = 11;
            this.axSkypeContactCombo1.SelectionChange += new AxSKYPECONTACTSLib._DSkypeContactComboEvents_SelectionChangeEventHandler(this.axSkypeContactCombo1_SelectionChange);
            // 
            // notifyIcon
            // 
            this.notifyIcon.BalloonTipText = "Skype托盘";
            this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
            this.notifyIcon.Text = "Skype演示小程序";
            this.notifyIcon.Visible = true;
            this.notifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseDoubleClick);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(292, 311);
            this.Controls.Add(this.axSkypeContactCombo1);
            this.Controls.Add(this.messagetextBox);
            this.Controls.Add(this.messagrichTextBox);
            this.Controls.Add(this.SendButton);
            this.Controls.Add(this.ChatBtn);
            this.Controls.Add(this.offlineBtn);
            this.Controls.Add(this.Awaybtn);
            this.Controls.Add(this.onlineBtn);
            this.Name = "Form1";
            this.Text = "Form1";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.axSkypeContactCombo1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button onlineBtn;
        private System.Windows.Forms.Button Awaybtn;
        private System.Windows.Forms.Button offlineBtn;
        private System.Windows.Forms.Button ChatBtn;
        private System.Windows.Forms.Button SendButton;
        private System.Windows.Forms.RichTextBox messagrichTextBox;
        private System.Windows.Forms.TextBox messagetextBox;
        private AxSKYPECONTACTSLib.AxSkypeContactCombo axSkypeContactCombo1;
        private System.Windows.Forms.NotifyIcon notifyIcon;


    }
}

⌨️ 快捷键说明

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