namespace WindowsFormsApp1
{
partial class WXGroup
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
///
System.Windows.Forms.PictureBox pictureBox1;
private void InitializeComponent()
{
this.button7 = new System.Windows.Forms.Button();
pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
this.SuspendLayout();
//
// button7
//
this.button7.BackColor = System.Drawing.SystemColors.Window;
this.button7.Font = new System.Drawing.Font("微软雅黑", 10F);
this.button7.ForeColor = System.Drawing.Color.Black;
this.button7.Location = new System.Drawing.Point(51, 218);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(181, 35);
this.button7.TabIndex = 46;
this.button7.Text = "刷新二维码";
this.button7.UseVisualStyleBackColor = false;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// pictureBox1
//
pictureBox1.Location = new System.Drawing.Point(41, 12);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new System.Drawing.Size(200, 200);
pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
pictureBox1.TabIndex = 45;
pictureBox1.TabStop = false;
//
// WXGroup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 262);
this.Controls.Add(this.button7);
this.Controls.Add(pictureBox1);
this.Name = "WXGroup";
this.Text = "扫码进群";
((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button7;
}
}