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

📄 ssstatusreplaycontrol.cs

📁 破解的飞信源代码
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.dlReply.SelectedIndex = 0;
        }

        private void InitializeComponent()
        {
            this.components = new Container();
            ComponentResourceManager manager = new ComponentResourceManager(typeof(SsStatusReplayControl));
            this.chkNoAction = new CheckBox();
            this.chkLock = new CheckBox();
            this.chkFullScreen = new CheckBox();
            this.nudAway = new XNumericUpDown();
            this.chkAutoReply = new CheckBox();
            this.txtReply = new XTextBox();
            this.dlReply = new XComboBox();
            this.label4 = new XLabel();
            this.btnDel = new XButton();
            this.btnAdd = new XButton();
            this.btnModify = new XButton();
            this.label8 = new XLabel();
            this.chkAutoOffline = new CheckBox();
            this.numAutoOffline = new XNumericUpDown();
            this.label9 = new XLabel();
            this.groupBox1 = new GroupBox();
            this.cbMessageToSMS = new CheckBox();
            this.groupBox2 = new GroupBox();
            this.lstCustomizedPresence = new ListView();
            this.columnHeader1 = new ColumnHeader();
            this.imageList = new ImageList(this.components);
            this.groupBox3 = new GroupBox();
            this.nudAway.BeginInit();
            this.numAutoOffline.BeginInit();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            base.SuspendLayout();
            this.chkNoAction.set_AutoSize(true);
            this.chkNoAction.Location = new System.Drawing.Point(13, 15);
            this.chkNoAction.Name = "chkNoAction";
            this.chkNoAction.Size = new Size(15, 14);
            this.chkNoAction.TabIndex = 1;
            this.chkNoAction.set_UseVisualStyleBackColor(true);
            this.chkNoAction.CheckedChanged += new EventHandler(this.chkNoAction_CheckedChanged);
            this.chkLock.set_AutoSize(true);
            this.chkLock.Location = new System.Drawing.Point(13, 0x23);
            this.chkLock.Name = "chkLock";
            this.chkLock.Size = new Size(0x11a, 0x10);
            this.chkLock.TabIndex = 7;
            this.chkLock.Text = "屏幕保护/计算机锁定时自动切换到“离开”状态";
            this.chkLock.set_UseVisualStyleBackColor(true);
            this.chkFullScreen.set_AutoSize(true);
            this.chkFullScreen.Location = new System.Drawing.Point(13, 0x39);
            this.chkFullScreen.Name = "chkFullScreen";
            this.chkFullScreen.Size = new Size(0xe4, 0x10);
            this.chkFullScreen.TabIndex = 8;
            this.chkFullScreen.Text = "运行全屏幕程序时设定状态为“忙碌”";
            this.chkFullScreen.set_UseVisualStyleBackColor(true);
            this.nudAway.Location = new System.Drawing.Point(0x1f, 13);
            int[] bits = new int[4];
            bits[0] = 30;
            this.nudAway.Maximum = new decimal(bits);
            this.nudAway.MaxLength = 0x7fff;
            int[] numArray2 = new int[4];
            numArray2[0] = 1;
            this.nudAway.Minimum = new decimal(numArray2);
            this.nudAway.Name = "nudAway";
            this.nudAway.Size = new Size(0x2b, 0x15);
            this.nudAway.TabIndex = 2;
            int[] numArray3 = new int[4];
            numArray3[0] = 5;
            this.nudAway.Value = new decimal(numArray3);
            this.chkAutoReply.set_AutoSize(true);
            this.chkAutoReply.Location = new System.Drawing.Point(13, 20);
            this.chkAutoReply.Name = "chkAutoReply";
            this.chkAutoReply.Size = new Size(0xa8, 0x10);
            this.chkAutoReply.TabIndex = 0x16;
            this.chkAutoReply.Text = "“离开”状态时自动回复";
            this.chkAutoReply.set_UseVisualStyleBackColor(true);
            this.chkAutoReply.CheckedChanged += new EventHandler(this.chkAutoReply_CheckedChanged);
            this.txtReply.BackColor = Color.White;
            this.txtReply.BorderStyle = BorderStyle.FixedSingle;
            this.txtReply.EmptyTextTip = "请输入回复内容(限50字)";
            this.txtReply.EmptyTextTipColor = Color.DarkGray;
            this.txtReply.Location = new System.Drawing.Point(13, 0x2b);
            this.txtReply.MaxLength = 50;
            this.txtReply.Multiline = true;
            this.txtReply.Name = "txtReply";
            this.txtReply.Size = new Size(0x182, 0x5b);
            this.txtReply.TabIndex = 0x18;
            this.txtReply.TextChanged += new EventHandler(this.txtReply_TextChanged);
            this.dlReply.BackColor = Color.White;
            this.dlReply.DropDownStyle = ComboBoxStyle.DropDownList;
            this.dlReply.EmptyTextTip = "";
            this.dlReply.EmptyTextTipColor = Color.DarkGray;
            this.dlReply.set_FormattingEnabled(true);
            this.dlReply.Items.AddRange(new object[] { "1", "2", "3", "4", "5" });
            this.dlReply.Location = new System.Drawing.Point(0xbb, 0x10);
            this.dlReply.Name = "dlReply";
            this.dlReply.Size = new Size(0x3f, 20);
            this.dlReply.TabIndex = 0x17;
            this.dlReply.SelectedIndexChanged += new EventHandler(this.dlReply_SelectedIndexChanged);
            this.label4.set_AutoSize(true);
            this.label4.BorderColor = Color.Empty;
            this.label4.ButtonBorderStyle = ButtonBorderStyle.None;
            this.label4.Location = new System.Drawing.Point(0x4b, 0x11);
            this.label4.Name = "label4";
            this.label4.Size = new Size(0xf5, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "分钟键盘鼠标无动作自动切换到“离开”状态";
            this.label4.UseMnemonic = false;
            this.btnDel.AutoArrangementX = true;
            this.btnDel.AutoSizeToImage = false;
            this.btnDel.BackColor = Color.Transparent;
            this.btnDel.BackgroundImage = (Image) manager.GetObject("btnDel.BackgroundImage");
            this.btnDel.BackgroundImageDisable = (Image) manager.GetObject("btnDel.BackgroundImageDisable");
            this.btnDel.BackgroundImageDown = (Image) manager.GetObject("btnDel.BackgroundImageDown");
            this.btnDel.BackgroundImageHover = (Image) manager.GetObject("btnDel.BackgroundImageHover");
            this.btnDel.ChangeSkin = false;
            this.btnDel.Location = new System.Drawing.Point(13, 0x86);
            this.btnDel.Name = "btnDel";
            this.btnDel.Size = new Size(60, 0x15);
            this.btnDel.TabIndex = 0x11;
            this.btnDel.Text = "删除";
            this.btnDel.set_UseVisualStyleBackColor(false);
            this.btnDel.Click += new EventHandler(this.btnDel_Click);
            this.btnAdd.AutoArrangementX = true;
            this.btnAdd.AutoSizeToImage = false;
            this.btnAdd.BackColor = Color.Transparent;
            this.btnAdd.BackgroundImage = (Image) manager.GetObject("btnAdd.BackgroundImage");
            this.btnAdd.BackgroundImageDisable = (Image) manager.GetObject("btnAdd.BackgroundImageDisable");
            this.btnAdd.BackgroundImageDown = (Image) manager.GetObject("btnAdd.BackgroundImageDown");
            this.btnAdd.BackgroundImageHover = (Image) manager.GetObject("btnAdd.BackgroundImageHover");
            this.btnAdd.ChangeSkin = false;
            this.btnAdd.Location = new System.Drawing.Point(0x4f, 0x86);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new Size(60, 0x15);
            this.btnAdd.TabIndex = 0x12;
            this.btnAdd.Text = "增加...";
            this.btnAdd.set_UseVisualStyleBackColor(false);
            this.btnAdd.Click += new EventHandler(this.btnAdd_Click);
            this.btnModify.AutoArrangementX = true;
            this.btnModify.AutoSizeToImage = false;
            this.btnModify.BackColor = Color.Transparent;
            this.btnModify.BackgroundImage = (Image) manager.GetObject("btnModify.BackgroundImage");
            this.btnModify.BackgroundImageDisable = (Image) manager.GetObject("btnModify.BackgroundImageDisable");
            this.btnModify.BackgroundImageDown = (Image) manager.GetObject("btnModify.BackgroundImageDown");
            this.btnModify.BackgroundImageHover = (Image) manager.GetObject("btnModify.BackgroundImageHover");
            this.btnModify.ChangeSkin = false;
            this.btnModify.Location = new System.Drawing.Point(0x91, 0x86);
            this.btnModify.Name = "btnModify";
            this.btnModify.Size = new Size(60, 0x15);
            this.btnModify.TabIndex = 0x13;
            this.btnModify.Text = "修改";
            this.btnModify.set_UseVisualStyleBackColor(false);
            this.btnModify.Click += new EventHandler(this.btnModify_Click);
            this.label8.set_AutoSize(true);
            this.label8.BorderColor = Color.Empty;
            this.label8.ButtonBorderStyle = ButtonBorderStyle.None;
            this.label8.Location = new System.Drawing.Point(11, 0x11);
            this.label8.Name = "label8";
            this.label8.Size = new Size(0xa7, 12);
            this.label8.TabIndex = 11;
            this.label8.Text = "当前自定义状态(最多5个):";
            this.label8.UseMnemonic = false;
            this.chkAutoOffline.set_AutoSize(true);
            this.chkAutoOffline.Location = new System.Drawing.Point(13, 0x75);
            this.chkAutoOffline.Name = "chkAutoOffline";
            this.chkAutoOffline.Size = new Size(15, 14);
            this.chkAutoOffline.TabIndex = 4;
            this.chkAutoOffline.set_UseVisualStyleBackColor(true);
            this.chkAutoOffline.Visible = false;
            this.chkAutoOffline.CheckedChanged += new EventHandler(this.chkAutoOffline_CheckedChanged);
            this.numAutoOffline.Location = new System.Drawing.Point(0x1f, 0x72);
            int[] numArray4 = new int[4];
            numArray4[0] = 0x18;
            this.numAutoOffline.Maximum = new decimal(numArray4);
            this.numAutoOffline.MaxLength = 0x7fff;
            int[] numArray5 = new int[4];
            numArray5[0] = 1;
            this.numAutoOffline.Minimum = new decimal(numArray5);
            this.numAutoOffline.Name = "numAutoOffline";
            this.numAutoOffline.Size = new Size(0x2b, 0x15);
            this.numAutoOffline.TabIndex = 5;
            int[] numArray6 = new int[4];
            numArray6[0] = 2;
            this.numAutoOffline.Value = new decimal(numArray6);
            this.numAutoOffline.Visible = false;
            this.label9.set_AutoSize(true);
            this.label9.BorderColor = Color.Empty;
            this.label9.ButtonBorderStyle = ButtonBorderStyle.None;
            this.label9.Location = new System.Drawing.Point(0x4b, 0x76);
            this.label9.Name = "label9";
            this.label9.Size = new Size(0xf5, 12);
            this.label9.TabIndex = 6;
            this.label9.Text = "小时键盘鼠标无动作自动切换到“离线”状态";
            this.label9.UseMnemonic = false;
            this.label9.Visible = false;
            this.groupBox1.Controls.Add(this.cbMessageToSMS);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.numAutoOffline);
            this.groupBox1.Controls.Add(this.chkNoAction);
            this.groupBox1.Controls.Add(this.chkAutoOffline);
            this.groupBox1.Controls.Add(this.chkLock);
            this.groupBox1.Controls.Add(this.chkFullScreen);
            this.groupBox1.Controls.Add(this.nudAway);
            this.groupBox1.Location = new System.Drawing.Point(3, 3);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new Size(0x19e, 100);
            this.groupBox1.TabIndex = 0x19;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "状态转化";
            this.cbMessageToSMS.set_AutoSize(true);
            this.cbMessageToSMS.Location = new System.Drawing.Point(13, 0x4f);
            this.cbMessageToSMS.Name = "cbMessageToSMS";
            this.cbMessageToSMS.Size = new Size(0x138, 0x10);
            this.cbMessageToSMS.TabIndex = 9;
            this.cbMessageToSMS.Text = "“离开”状态时,收到的消息同时以短信发送到手机上";
            this.cbMessageToSMS.set_UseVisualStyleBackColor(true);
            this.groupBox2.Controls.Add(this.lstCustomizedPresence);
            this.groupBox2.Controls.Add(this.btnDel);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Controls.Add(this.btnAdd);
            this.groupBox2.Controls.Add(this.btnModify);
            this.groupBox2.Location = new System.Drawing.Point(3, 0x6d);

⌨️ 快捷键说明

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