Files
linker/cmonitor.message.win/MainForm.Designer.cs
2023-12-31 17:16:15 +08:00

114 lines
4.2 KiB
C#

namespace cmonitor.message.win
{
partial class MainForm
{
/// <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()
{
label1 = new Label();
label2 = new Label();
label3 = new Label();
pictureBox1 = new PictureBox();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
SuspendLayout();
//
// label1
//
label1.Font = new Font("宋体", 36F, FontStyle.Regular, GraphicsUnit.Point);
label1.ForeColor = Color.Red;
label1.Location = new Point(14, 6);
label1.Margin = new Padding(4, 0, 4, 0);
label1.Name = "label1";
label1.Size = new Size(420, 125);
label1.TabIndex = 0;
label1.Text = "提醒 消息";
label1.TextAlign = ContentAlignment.MiddleCenter;
//
// label2
//
label2.Font = new Font("宋体", 18F, FontStyle.Regular, GraphicsUnit.Point);
label2.Location = new Point(22, 142);
label2.Margin = new Padding(4, 0, 4, 0);
label2.Name = "label2";
label2.Size = new Size(408, 153);
label2.TabIndex = 1;
label2.Text = "上课时间,请注意课堂纪律";
label2.TextAlign = ContentAlignment.MiddleCenter;
//
// label3
//
label3.Font = new Font("宋体", 21.75F, FontStyle.Regular, GraphicsUnit.Point);
label3.Location = new Point(14, 302);
label3.Margin = new Padding(4, 0, 4, 0);
label3.Name = "label3";
label3.Size = new Size(420, 48);
label3.TabIndex = 2;
label3.Text = "10";
label3.TextAlign = ContentAlignment.MiddleCenter;
//
// pictureBox1
//
pictureBox1.Image = Properties.Resources.gif;
pictureBox1.InitialImage = null;
pictureBox1.Location = new Point(146, 6);
pictureBox1.Margin = new Padding(2, 3, 2, 3);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(152, 164);
pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
pictureBox1.TabIndex = 3;
pictureBox1.TabStop = false;
//
// MainForm
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.White;
ClientSize = new Size(448, 363);
Controls.Add(pictureBox1);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(label1);
FormBorderStyle = FormBorderStyle.FixedToolWindow;
Margin = new Padding(4, 4, 4, 4);
Name = "MainForm";
ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterScreen;
Text = "提醒消息";
FormClosing += OnClosing;
Load += OnLoad;
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
ResumeLayout(false);
}
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.PictureBox pictureBox1;
#endregion
}
}