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

📄 receiverequestvodafoneform.cs

📁 破解的飞信源代码
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.comboBoxGroup = new XComboBox();
            this.checkBoxBlock = new CheckBox();
            this.radioButtonAgree = new RadioButton();
            this.radioButtonReject = new RadioButton();
            this.linkLabelNewGroup = new LinkLabel();
            this.panelLine = new Panel();
            this.panelAlert = new Panel();
            this.radioButtonServiceAccept = new RadioButton();
            this.labelAlert = new XLabel();
            this.panelRequest = new Panel();
            this.panelReject = new Panel();
            this.radioButtonServiceReject = new RadioButton();
            this.buttonCancel = new XButton();
            this.buttonOK = new XButton();
            this.panel1 = new Panel();
            XLabel label = new XLabel();
            XLabel label2 = new XLabel();
            this.panelContact.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panelLine.SuspendLayout();
            this.panelAlert.SuspendLayout();
            this.panelRequest.SuspendLayout();
            this.panelReject.SuspendLayout();
            this.panel1.SuspendLayout();
            base.SuspendLayout();
            label.set_AutoSize(true);
            label.BackColor = Color.Transparent;
            label.BorderColor = Color.Empty;
            label.ButtonBorderStyle = ButtonBorderStyle.None;
            label.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
            label.ForeColor = Color.RoyalBlue;
            label.Location = new System.Drawing.Point(3, 0);
            label.Name = "label6";
            label.Size = new Size(0x21, 15);
            label.TabIndex = 6;
            label.Text = "回应";
            label.UseMnemonic = false;
            label2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
            label2.BorderColor = Color.Empty;
            label2.BorderStyle = BorderStyle.Fixed3D;
            label2.ButtonBorderStyle = ButtonBorderStyle.None;
            label2.Location = new System.Drawing.Point(0x27, 9);
            label2.Name = "label4";
            label2.Size = new Size(400, 2);
            label2.TabIndex = 7;
            label2.Text = "label4";
            label2.UseMnemonic = false;
            this.panelContact.BackColor = Color.Transparent;
            this.panelContact.Controls.Add(this.label1);
            this.panelContact.Controls.Add(this.panel2);
            this.panelContact.Controls.Add(this.labelHello);
            this.panelContact.Location = new System.Drawing.Point(0, 1);
            this.panelContact.Name = "panelContact";
            this.panelContact.Size = new Size(0x1b3, 0x97);
            this.panelContact.TabIndex = 3;
            this.label1.set_AutoSize(true);
            this.label1.BorderColor = Color.Empty;
            this.label1.ButtonBorderStyle = ButtonBorderStyle.None;
            this.label1.Location = new System.Drawing.Point(0x56, 10);
            this.label1.Name = "label1";
            this.label1.Size = new Size(0x2b, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "您好:";
            this.label1.UseMnemonic = false;
            this.panel2.Controls.Add(this.pictureBoxPortrait);
            this.panel2.Controls.Add(this.labelNickname);
            this.panel2.Controls.Add(this.linkLabelDetail);
            this.panel2.Location = new System.Drawing.Point(6, 10);
            this.panel2.Name = "panel2";
            this.panel2.Size = new Size(0x4d, 100);
            this.panel2.TabIndex = 2;
            this.pictureBoxPortrait.BackColor = Color.White;
            this.pictureBoxPortrait.BorderColor = Color.FromArgb(0xa4, 170, 220);
            this.pictureBoxPortrait.Image = (Image) manager.GetObject("pictureBoxPortrait.Image");
            this.pictureBoxPortrait.Location = new System.Drawing.Point(4, 2);
            this.pictureBoxPortrait.Name = "pictureBoxPortrait";
            this.pictureBoxPortrait.Size = new Size(70, 70);
            this.pictureBoxPortrait.SizeMode = PortraitSizeMode.Size_64;
            this.pictureBoxPortrait.TabIndex = 3;
            this.pictureBoxPortrait.Text = "displayPortrait1";
            this.pictureBoxPortrait.ToolTipText = "";
            this.pictureBoxPortrait.UseHandCursor = false;
            this.labelNickname.set_AutoEllipsis(true);
            this.labelNickname.BorderColor = Color.Empty;
            this.labelNickname.ButtonBorderStyle = ButtonBorderStyle.None;
            this.labelNickname.Location = new System.Drawing.Point(0x4a, 0x21);
            this.labelNickname.Name = "labelNickname";
            this.labelNickname.Size = new Size(0x7a, 13);
            this.labelNickname.TabIndex = 1;
            this.labelNickname.Text = "Nickname";
            this.labelNickname.UseMnemonic = false;
            this.linkLabelDetail.set_AutoSize(true);
            this.linkLabelDetail.Location = new System.Drawing.Point(3, 0x4b);
            this.linkLabelDetail.Name = "linkLabelDetail";
            this.linkLabelDetail.Size = new Size(0x4f, 13);
            this.linkLabelDetail.TabIndex = 2;
            this.linkLabelDetail.TabStop = true;
            this.linkLabelDetail.Text = "查看详细信息";
            this.linkLabelDetail.LinkClicked += new LinkLabelLinkClickedEventHandler(this.linkLabelDetail_LinkClicked);
            this.labelHello.BorderColor = Color.Empty;
            this.labelHello.ButtonBorderStyle = ButtonBorderStyle.None;
            this.labelHello.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.labelHello.Location = new System.Drawing.Point(0x59, 0x1f);
            this.labelHello.Name = "labelHello";
            this.labelHello.Size = new Size(340, 0x2b);
            this.labelHello.TabIndex = 1;
            this.labelHello.Text = "您好:";
            this.labelHello.UseMnemonic = false;
            this.comboBoxGroup.BackColor = Color.White;
            this.comboBoxGroup.DropDownStyle = ComboBoxStyle.DropDownList;
            this.comboBoxGroup.EmptyTextTip = "";
            this.comboBoxGroup.EmptyTextTipColor = Color.DarkGray;
            this.comboBoxGroup.set_FormattingEnabled(true);
            this.comboBoxGroup.Location = new System.Drawing.Point(0xb1, 5);
            this.comboBoxGroup.Name = "comboBoxGroup";
            this.comboBoxGroup.Size = new Size(0xd4, 0x15);
            this.comboBoxGroup.TabIndex = 8;
            this.checkBoxBlock.set_AutoSize(true);
            this.checkBoxBlock.BackColor = Color.Transparent;
            this.checkBoxBlock.Location = new System.Drawing.Point(0x2c, 0x34);
            this.checkBoxBlock.Name = "checkBoxBlock";
            this.checkBoxBlock.Size = new Size(0x86, 0x11);
            this.checkBoxBlock.TabIndex = 10;
            this.checkBoxBlock.Text = "拒绝此人再和我联系";
            this.checkBoxBlock.set_UseVisualStyleBackColor(false);
            this.radioButtonAgree.set_AutoSize(true);
            this.radioButtonAgree.BackColor = Color.Transparent;
            this.radioButtonAgree.Checked = true;
            this.radioButtonAgree.Location = new System.Drawing.Point(0x2c, 6);
            this.radioButtonAgree.Name = "radioButtonAgree";
            this.radioButtonAgree.Size = new Size(0x79, 0x11);
            this.radioButtonAgree.TabIndex = 7;
            this.radioButtonAgree.TabStop = true;
            this.radioButtonAgree.Text = "同意,添加到该组";
            this.radioButtonAgree.set_UseVisualStyleBackColor(false);
            this.radioButtonAgree.CheckedChanged += new EventHandler(this.radioButtonAgree_CheckedChanged);
            this.radioButtonReject.set_AutoSize(true);
            this.radioButtonReject.BackColor = Color.Transparent;
            this.radioButtonReject.Location = new System.Drawing.Point(0x2c, 0x1d);
            this.radioButtonReject.Name = "radioButtonReject";
            this.radioButtonReject.Size = new Size(0x3d, 0x11);
            this.radioButtonReject.TabIndex = 9;
            this.radioButtonReject.Text = "不同意";
            this.radioButtonReject.set_UseVisualStyleBackColor(false);
            this.radioButtonReject.CheckedChanged += new EventHandler(this.radioButtonReject_CheckedChanged);
            this.linkLabelNewGroup.set_AutoSize(true);
            this.linkLabelNewGroup.BackColor = Color.Transparent;
            this.linkLabelNewGroup.Location = new System.Drawing.Point(0x14e, 0x1f);
            this.linkLabelNewGroup.Name = "linkLabelNewGroup";
            this.linkLabelNewGroup.Size = new Size(0x37, 13);
            this.linkLabelNewGroup.TabIndex = 0x13;
            this.linkLabelNewGroup.TabStop = true;
            this.linkLabelNewGroup.Text = "添加新组";
            this.linkLabelNewGroup.LinkClicked += new LinkLabelLinkClickedEventHandler(this.linkLabelNewGroup_LinkClicked);
            this.panelLine.BackColor = Color.Transparent;
            this.panelLine.Controls.Add(label);
            this.panelLine.Controls.Add(label2);
            this.panelLine.Location = new System.Drawing.Point(0, 0x98);
            this.panelLine.Name = "panelLine";
            this.panelLine.Size = new Size(0x1b3, 0x13);
            this.panelLine.TabIndex = 0x15;
            this.panelAlert.BackColor = Color.Transparent;
            this.panelAlert.Controls.Add(this.radioButtonServiceAccept);
            this.panelAlert.Controls.Add(this.labelAlert);
            this.panelAlert.Location = new System.Drawing.Point(0, 0xab);
            this.panelAlert.Name = "panelAlert";
            this.panelAlert.Size = new Size(0x1b3, 0x44);
            this.panelAlert.TabIndex = 0x16;
            this.radioButtonServiceAccept.set_AutoSize(true);
            this.radioButtonServiceAccept.Checked = true;
            this.radioButtonServiceAccept.Location = new System.Drawing.Point(0x18, 0x30);
            this.radioButtonServiceAccept.Name = "radioButtonServiceAccept";
            this.radioButtonServiceAccept.Size = new Size(0x14d, 0x11);
            this.radioButtonServiceAccept.TabIndex = 1;
            this.radioButtonServiceAccept.TabStop = true;
            this.radioButtonServiceAccept.Text = "接受与Vodafone互通业务协议,并开通与Vodafone互通业务";
            this.radioButtonServiceAccept.set_UseVisualStyleBackColor(true);
            this.radioButtonServiceAccept.CheckedChanged += new EventHandler(this.radioButtonServiceAccept_CheckedChanged);
            this.labelAlert.BorderColor = Color.Empty;
            this.labelAlert.ButtonBorderStyle = ButtonBorderStyle.None;
            this.labelAlert.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.labelAlert.Location = new System.Drawing.Point(0x15, 5);
            this.labelAlert.Name = "labelAlert";
            this.labelAlert.Size = new Size(0x197, 0x21);
            this.labelAlert.TabIndex = 0;
            this.labelAlert.Text = "  您还没有开通与沃达丰互通的服务,需要先开通Vodafone服务才能接受好友添加,否则视为拒绝添加为好友。";
            this.labelAlert.UseMnemonic = false;
            this.panelRequest.BackColor = Color.Transparent;
            this.panelRequest.Controls.Add(this.radioButtonAgree);
            this.panelRequest.Controls.Add(this.radioButtonReject);
            this.panelRequest.Controls.Add(this.checkBoxBlock);
            this.panelRequest.Controls.Add(this.linkLabelNewGroup);
            this.panelRequest.Controls.Add(this.comboBoxGroup);
            this.panelRequest.Location = new System.Drawing.Point(0, 0xef);
            this.panelRequest.Name = "panelRequest";
            this.panelRequest.Size = new Size(0x1b3, 0x49);
            this.panelRequest.TabIndex = 0x17;
            this.panelReject.BackColor = Color.Transparent;
            this.panelReject.Controls.Add(this.radioButtonServiceReject);
            this.panelReject.Location = new System.Drawing.Point(0, 0x138);
            this.panelReject.Name = "panelReject";
            this.panelReject.Size = new Size(0x1b3, 30);
            this.panelReject.TabIndex = 0x18;
            this.radioButtonServiceReject.set_AutoSize(true);
            this.radioButtonServiceReject.Location = new System.Drawing.Point(0x18, 6);
            this.radioButtonServiceReject.Name = "radioButtonServiceReject";
            this.radioButtonServiceReject.Size = new Size(0xb3, 0x11);
            this.radioButtonServiceReject.TabIndex = 2;
            this.radioButtonServiceReject.Text = "暂不开通与Vodafone互通业务";
            this.radioButtonServiceReject.set_UseVisualStyleBackColor(true);
            this.radioButtonServiceReject.CheckedChanged += new EventHandler(this.radioButtonServiceReject_CheckedChanged);
            this.buttonCancel.AutoSizeToImage = false;
            this.buttonCancel.BackColor = Color.Transparent;
            this.buttonCancel.BackgroundImageDisable = null;
            this.buttonCancel.BackgroundImageDown = null;
            this.buttonCancel.BackgroundImageHover = null;
            this.buttonCancel.ChangeSkin = true;
            this.buttonCancel.DialogResult = DialogResult.Cancel;
            this.buttonCancel.Location = new System.Drawing.Point(0x16e, 0x16c);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new Size(0x4b, 0x17);
            this.buttonCancel.TabIndex = 0x1a;
            this.buttonCancel.Text = "取消";
            this.buttonCancel.set_UseVisualStyleBackColor(false);
            this.buttonCancel.Click += new EventHandler(this.buttonCancel_Click);
            this.buttonOK.AutoSizeToImage = false;
            this.buttonOK.BackColor = Color.Transparent;
            this.buttonOK.BackgroundImageDisable = null;
            this.buttonOK.BackgroundImageDown = null;
            this.buttonOK.BackgroundImageHover = null;
            this.buttonOK.ChangeSkin = true;
            this.buttonOK.DialogResult = DialogResult.OK;
            this.buttonOK.Location = new System.Drawing.Point(0x11d, 0x16c);
            this.buttonOK.Name = "buttonOK";
            this.buttonOK.Size = new Size(0x4b, 0x17);
            this.buttonOK.TabIndex = 0x19;

⌨️ 快捷键说明

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