Bypass/Bypass/Form1.Designer.cs

98 lines
3.6 KiB
C#
Raw Normal View History

2021-04-02 09:27:13 -07:00

2021-04-06 20:24:09 -07:00
namespace qwqdanchun
2021-04-02 09:27:13 -07:00
{
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.button1 = new System.Windows.Forms.Button();
this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
2021-04-06 20:24:09 -07:00
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
2021-04-02 09:27:13 -07:00
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(505, 209);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// monthCalendar1
//
this.monthCalendar1.Location = new System.Drawing.Point(137, 120);
this.monthCalendar1.Name = "monthCalendar1";
this.monthCalendar1.TabIndex = 1;
//
2021-04-06 20:24:09 -07:00
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(404, 110);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 2;
this.label1.Text = "label1";
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(520, 256);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(204, 165);
this.pictureBox1.TabIndex = 3;
this.pictureBox1.TabStop = false;
//
2021-04-02 09:27:13 -07:00
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
2021-04-06 20:24:09 -07:00
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label1);
2021-04-02 09:27:13 -07:00
this.Controls.Add(this.monthCalendar1);
this.Controls.Add(this.button1);
this.Name = "Form1";
this.Text = "Test";
2021-04-06 20:24:09 -07:00
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
2021-04-02 09:27:13 -07:00
this.ResumeLayout(false);
2021-04-06 20:24:09 -07:00
this.PerformLayout();
2021-04-02 09:27:13 -07:00
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.MonthCalendar monthCalendar1;
2021-04-06 20:24:09 -07:00
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
2021-04-02 09:27:13 -07:00
}
}