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

📄 receiverequestvodafoneform.cs

📁 飞信的收发使用csharp进行开发
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.panelLine.SuspendLayout();
            this.panelAlert.SuspendLayout();
            this.panelRequest.SuspendLayout();
            this.panelReject.SuspendLayout();
            this.panelButton.SuspendLayout();
            base.SuspendLayout();
            label.AutoEllipsis = false;
            label.AutoSize = true;
            label.BackColor = Color.Transparent;
            label.BorderColor = Color.Black;
            label.BorderStyle = BorderStyle.None;
            label.ButtonBorderStyle = ButtonBorderStyle.Solid;
            label.Font = new Font("Microsoft Sans Serif", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
            label.ForeColor = Color.RoyalBlue;
            label.Location = new Point(3, 0);
            label.Name = "label6";
            label.Size = new Size(0x21, 15);
            label.TabIndex = 6;
            label.Text = "回应";
            label.TextAlign = ContentAlignment.TopLeft;
            label.UseMnemonic = false;
            label2.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top;
            label2.AutoEllipsis = false;
            label2.BorderColor = Color.Black;
            label2.BorderStyle = BorderStyle.Fixed3D;
            label2.ButtonBorderStyle = ButtonBorderStyle.Solid;
            label2.Location = new Point(0x27, 9);
            label2.Name = "label4";
            label2.Size = new Size(400, 2);
            label2.TabIndex = 7;
            label2.Text = "label4";
            label2.TextAlign = ContentAlignment.TopLeft;
            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.Dock = DockStyle.Top;
            this.panelContact.Location = new Point(6, 0x19);
            this.panelContact.Name = "panelContact";
            this.panelContact.Size = new Size(0x1b3, 0x97);
            this.panelContact.TabIndex = 3;
            this.label1.AutoEllipsis = false;
            this.label1.AutoSize = true;
            this.label1.BorderColor = Color.Black;
            this.label1.BorderStyle = BorderStyle.None;
            this.label1.ButtonBorderStyle = ButtonBorderStyle.Solid;
            this.label1.Location = new Point(0x41, 10);
            this.label1.Name = "label1";
            this.label1.Size = new Size(0x2b, 14);
            this.label1.TabIndex = 0;
            this.label1.Text = "您好:";
            this.label1.TextAlign = ContentAlignment.TopLeft;
            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 Point(0xe9, 0x4b);
            this.panel2.Name = "panel2";
            this.panel2.Size = new Size(0xc3, 0x4a);
            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 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.AutoEllipsis = true;
            this.labelNickname.BorderColor = Color.Black;
            this.labelNickname.BorderStyle = BorderStyle.None;
            this.labelNickname.ButtonBorderStyle = ButtonBorderStyle.Solid;
            this.labelNickname.Location = new Point(0x4a, 0x21);
            this.labelNickname.Name = "labelNickname";
            this.labelNickname.Size = new Size(0x7a, 13);
            this.labelNickname.TabIndex = 1;
            this.labelNickname.Text = "Nickname";
            this.labelNickname.TextAlign = ContentAlignment.TopLeft;
            this.labelNickname.UseMnemonic = false;
            this.linkLabelDetail.AutoSize = true;
            this.linkLabelDetail.Location = new Point(0x4a, 0x35);
            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.AutoEllipsis = false;
            this.labelHello.BorderColor = Color.Black;
            this.labelHello.BorderStyle = BorderStyle.None;
            this.labelHello.ButtonBorderStyle = ButtonBorderStyle.Solid;
            this.labelHello.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0x86);
            this.labelHello.Location = new Point(0x41, 0x1f);
            this.labelHello.Name = "labelHello";
            this.labelHello.Size = new Size(0x16c, 0x2b);
            this.labelHello.TabIndex = 1;
            this.labelHello.Text = "您好:";
            this.labelHello.TextAlign = ContentAlignment.TopLeft;
            this.labelHello.UseMnemonic = false;
            this.comboBoxGroup.BackColor = Color.White;
            this.comboBoxGroup.DropDownStyle = ComboBoxStyle.DropDownList;
            this.comboBoxGroup.FormattingEnabled = true;
            this.comboBoxGroup.Location = new Point(0xb1, 5);
            this.comboBoxGroup.Name = "comboBoxGroup";
            this.comboBoxGroup.Size = new Size(0xd4, 0x15);
            this.comboBoxGroup.TabIndex = 8;
            this.checkBoxBlock.AutoSize = true;
            this.checkBoxBlock.BackColor = Color.Transparent;
            this.checkBoxBlock.Location = new Point(0x4b, 0x35);
            this.checkBoxBlock.Name = "checkBoxBlock";
            this.checkBoxBlock.Size = new Size(0x86, 0x11);
            this.checkBoxBlock.TabIndex = 10;
            this.checkBoxBlock.Text = "拒绝此人再和我联系";
            this.checkBoxBlock.UseVisualStyleBackColor = false;
            this.radioButtonAgree.AutoSize = true;
            this.radioButtonAgree.BackColor = Color.Transparent;
            this.radioButtonAgree.Checked = true;
            this.radioButtonAgree.Location = new 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.UseVisualStyleBackColor = false;
            this.radioButtonAgree.CheckedChanged += new EventHandler(this.radioButtonAgree_CheckedChanged);
            this.radioButtonReject.AutoSize = true;
            this.radioButtonReject.BackColor = Color.Transparent;
            this.radioButtonReject.Location = new Point(0x2c, 0x1d);
            this.radioButtonReject.Name = "radioButtonReject";
            this.radioButtonReject.Size = new Size(0x3d, 0x11);
            this.radioButtonReject.TabIndex = 9;
            this.radioButtonReject.Text = "不同意";
            this.radioButtonReject.UseVisualStyleBackColor = false;
            this.radioButtonReject.CheckedChanged += new EventHandler(this.radioButtonReject_CheckedChanged);
            this.linkLabelNewGroup.AutoSize = true;
            this.linkLabelNewGroup.BackColor = Color.Transparent;
            this.linkLabelNewGroup.Location = new 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.Dock = DockStyle.Top;
            this.panelLine.Location = new Point(6, 0xb0);
            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.Dock = DockStyle.Top;
            this.panelAlert.Location = new Point(6, 0xc3);
            this.panelAlert.Name = "panelAlert";
            this.panelAlert.Size = new Size(0x1b3, 0x44);
            this.panelAlert.TabIndex = 0x16;
            this.radioButtonServiceAccept.AutoSize = true;
            this.radioButtonServiceAccept.Checked = true;
            this.radioButtonServiceAccept.Location = new 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.UseVisualStyleBackColor = true;
            this.radioButtonServiceAccept.CheckedChanged += new EventHandler(this.radioButtonServiceAccept_CheckedChanged);
            this.labelAlert.AutoEllipsis = false;
            this.labelAlert.BorderColor = Color.Black;
            this.labelAlert.BorderStyle = BorderStyle.None;
            this.labelAlert.ButtonBorderStyle = ButtonBorderStyle.Solid;
            this.labelAlert.Font = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0x86);
            this.labelAlert.Location = new Point(0x15, 5);
            this.labelAlert.Name = "labelAlert";
            this.labelAlert.Size = new Size(0x197, 0x21);
            this.labelAlert.TabIndex = 0;
            this.labelAlert.Text = "  您还没有开通与沃达丰互通的服务,需要先开通Vodafone服务才能接受好友添加,否则视为拒绝添加为好友。";
            this.labelAlert.TextAlign = ContentAlignment.TopLeft;
            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.Dock = DockStyle.Top;
            this.panelRequest.Location = new Point(6, 0x107);
            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.Dock = DockStyle.Top;
            this.panelReject.Location = new Point(6, 0x150);
            this.panelReject.Name = "panelReject";
            this.panelReject.Size = new Size(0x1b3, 30);
            this.panelReject.TabIndex = 0x18;
            this.radioButtonServiceReject.AutoSize = true;
            this.radioButtonServiceReject.Location = new Point(0x18, 6);
            this.radioButtonServiceReject.Name = "radioButtonServiceReject";
            this.radioButtonServiceReject.Size = new Size(0xb3, 0x11);
            this.radioButtonServiceReject.TabIndex = 2;
            this.radioButtonServiceReject.Text = "暂不开通与Vodafone互通业务";
            this.radioButtonServiceReject.UseVisualStyleBackColor = true;
            this.radioButtonServiceReject.CheckedChanged += new EventHandler(this.radioButtonServiceReject_CheckedChanged);
            this.buttonCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
            this.buttonCancel.DialogResult = DialogResult.Cancel;
            this.buttonCancel.Location = new Point(0x15c, 3);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new Size(0x4b, 0x17);
            this.buttonCancel.TabIndex = 0x1a;
            this.buttonCancel.Text = "取消";
            this.buttonCancel.UseVisualStyleBackColor = true;
            this.buttonCancel.Click += new EventHandler(this.buttonCancel_Click);
            this.buttonOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom;
            this.buttonOK.DialogResult = DialogResult.OK;
            this.buttonOK.Location = new Point(0x10b, 3);
            this.buttonOK.Name = "buttonOK";
            this.buttonOK.Size = new Size(0x4b, 0x17);
            this.buttonOK.TabIndex = 0x19;
            this.buttonOK.Text = "确定";
            this.buttonOK.UseVisualStyleBackColor = true;
            this.buttonOK.Click += new EventHandler(this.buttonOK_Click);
            this.panelButton.BackColor = Color.Transparent;
            this.panelButton.Controls.Add(this.buttonCancel);
            this.panelButton.Controls.Add(this.buttonOK);
            this.panelButton.Dock = DockStyle.Top;
            this.panelButton.Location = new Point(6, 0x16e);

⌨️ 快捷键说明

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