KalkulatorISP-31rrrrr/source/repos/WinFormsApp4/Form2.Designer.cs
2025-11-11 14:18:33 +04:00

181 lines
7.2 KiB
C#

namespace WinFormsApp4
{
partial class Form2
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
pictureBox1 = new PictureBox();
pictureBox2 = new PictureBox();
ClientPanels = new FlowLayoutPanel();
label1 = new Label();
label2 = new Label();
pictureBox3 = new PictureBox();
label3 = new Label();
pictureBox4 = new PictureBox();
pictureBox5 = new PictureBox();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit();
((System.ComponentModel.ISupportInitialize)pictureBox3).BeginInit();
((System.ComponentModel.ISupportInitialize)pictureBox4).BeginInit();
((System.ComponentModel.ISupportInitialize)pictureBox5).BeginInit();
SuspendLayout();
//
// pictureBox1
//
pictureBox1.Image = (Image)resources.GetObject("pictureBox1.Image");
pictureBox1.Location = new Point(653, 210);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(202, 244);
pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
pictureBox1.TabIndex = 0;
pictureBox1.TabStop = false;
//
// pictureBox2
//
pictureBox2.Image = (Image)resources.GetObject("pictureBox2.Image");
pictureBox2.Location = new Point(695, 41);
pictureBox2.Name = "pictureBox2";
pictureBox2.Size = new Size(209, 136);
pictureBox2.SizeMode = PictureBoxSizeMode.StretchImage;
pictureBox2.TabIndex = 1;
pictureBox2.TabStop = false;
//
// ClientPanels
//
ClientPanels.Location = new Point(0, 60);
ClientPanels.Name = "ClientPanels";
ClientPanels.Size = new Size(574, 320);
ClientPanels.TabIndex = 2;
//
// label1
//
label1.AutoSize = true;
label1.BackColor = Color.Transparent;
label1.Font = new Font("Viner Hand ITC", 18F, FontStyle.Bold, GraphicsUnit.Point, 0);
label1.ForeColor = Color.Red;
label1.Location = new Point(12, 18);
label1.Name = "label1";
label1.Size = new Size(577, 39);
label1.TabIndex = 3;
label1.Text = "使用者表格及其電子郵件和註冊日期";
//
// label2
//
label2.AutoSize = true;
label2.BackColor = Color.Transparent;
label2.Font = new Font("Viner Hand ITC", 18F, FontStyle.Bold, GraphicsUnit.Point, 0);
label2.ForeColor = Color.Yellow;
label2.Location = new Point(316, 402);
label2.Name = "label2";
label2.Size = new Size(122, 39);
label2.TabIndex = 4;
label2.Text = "你做嗎";
//
// pictureBox3
//
pictureBox3.Image = (Image)resources.GetObject("pictureBox3.Image");
pictureBox3.Location = new Point(626, 26);
pictureBox3.Name = "pictureBox3";
pictureBox3.Size = new Size(254, 178);
pictureBox3.SizeMode = PictureBoxSizeMode.StretchImage;
pictureBox3.TabIndex = 5;
pictureBox3.TabStop = false;
//
// label3
//
label3.AutoSize = true;
label3.BackColor = Color.WhiteSmoke;
label3.Font = new Font("Viner Hand ITC", 18F, FontStyle.Bold, GraphicsUnit.Point, 0);
label3.ForeColor = Color.Black;
label3.Location = new Point(603, 187);
label3.Name = "label3";
label3.Size = new Size(297, 39);
label3.TabIndex = 6;
label3.Text = "感謝偉大的統治者";
//
// pictureBox4
//
pictureBox4.Image = (Image)resources.GetObject("pictureBox4.Image");
pictureBox4.Location = new Point(444, 386);
pictureBox4.Name = "pictureBox4";
pictureBox4.Size = new Size(100, 61);
pictureBox4.SizeMode = PictureBoxSizeMode.StretchImage;
pictureBox4.TabIndex = 7;
pictureBox4.TabStop = false;
//
// pictureBox5
//
pictureBox5.Image = (Image)resources.GetObject("pictureBox5.Image");
pictureBox5.Location = new Point(12, 386);
pictureBox5.Name = "pictureBox5";
pictureBox5.Size = new Size(267, 61);
pictureBox5.SizeMode = PictureBoxSizeMode.StretchImage;
pictureBox5.TabIndex = 8;
pictureBox5.TabStop = false;
//
// Form2
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackgroundImage = (Image)resources.GetObject("$this.BackgroundImage");
BackgroundImageLayout = ImageLayout.Stretch;
ClientSize = new Size(892, 450);
Controls.Add(pictureBox5);
Controls.Add(pictureBox4);
Controls.Add(label3);
Controls.Add(pictureBox3);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(ClientPanels);
Controls.Add(pictureBox2);
Controls.Add(pictureBox1);
Name = "Form2";
Text = "Form2";
Load += Form2_Load;
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit();
((System.ComponentModel.ISupportInitialize)pictureBox3).EndInit();
((System.ComponentModel.ISupportInitialize)pictureBox4).EndInit();
((System.ComponentModel.ISupportInitialize)pictureBox5).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private PictureBox pictureBox1;
private PictureBox pictureBox2;
private FlowLayoutPanel ClientPanels;
private Label label1;
private Label label2;
private PictureBox pictureBox3;
private Label label3;
private PictureBox pictureBox4;
private PictureBox pictureBox5;
}
}