mirror of
				https://github.com/snltty/linker.git
				synced 2025-10-31 12:36:48 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			114 lines
		
	
	
		
			5.1 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			114 lines
		
	
	
		
			5.1 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace message.win
 | ||
| {
 | ||
|     partial class MainForm
 | ||
|     {
 | ||
|         /// <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()
 | ||
|         {
 | ||
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
 | ||
|             this.label1 = new System.Windows.Forms.Label();
 | ||
|             this.label2 = new System.Windows.Forms.Label();
 | ||
|             this.label3 = new System.Windows.Forms.Label();
 | ||
|             this.pictureBox1 = new System.Windows.Forms.PictureBox();
 | ||
|             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
 | ||
|             this.SuspendLayout();
 | ||
|             // 
 | ||
|             // label1
 | ||
|             // 
 | ||
|             this.label1.Font = new System.Drawing.Font("宋体", 36F);
 | ||
|             this.label1.ForeColor = System.Drawing.Color.Red;
 | ||
|             this.label1.Location = new System.Drawing.Point(12, 4);
 | ||
|             this.label1.Name = "label1";
 | ||
|             this.label1.Size = new System.Drawing.Size(360, 88);
 | ||
|             this.label1.TabIndex = 0;
 | ||
|             this.label1.Text = "提醒      消息";
 | ||
|             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | ||
|             // 
 | ||
|             // label2
 | ||
|             // 
 | ||
|             this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | ||
|             this.label2.Location = new System.Drawing.Point(19, 100);
 | ||
|             this.label2.Name = "label2";
 | ||
|             this.label2.Size = new System.Drawing.Size(350, 108);
 | ||
|             this.label2.TabIndex = 1;
 | ||
|             this.label2.Text = "上课时间,请注意课堂纪律";
 | ||
|             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | ||
|             // 
 | ||
|             // label3
 | ||
|             // 
 | ||
|             this.label3.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | ||
|             this.label3.Location = new System.Drawing.Point(12, 213);
 | ||
|             this.label3.Name = "label3";
 | ||
|             this.label3.Size = new System.Drawing.Size(360, 34);
 | ||
|             this.label3.TabIndex = 2;
 | ||
|             this.label3.Text = "10";
 | ||
|             this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | ||
|             // 
 | ||
|             // pictureBox1
 | ||
|             // 
 | ||
|             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
 | ||
|             this.pictureBox1.InitialImage = null;
 | ||
|             this.pictureBox1.Location = new System.Drawing.Point(126, -24);
 | ||
|             this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
 | ||
|             this.pictureBox1.Name = "pictureBox1";
 | ||
|             this.pictureBox1.Size = new System.Drawing.Size(130, 116);
 | ||
|             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
 | ||
|             this.pictureBox1.TabIndex = 3;
 | ||
|             this.pictureBox1.TabStop = false;
 | ||
|             // 
 | ||
|             // MainForm
 | ||
|             // 
 | ||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
 | ||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | ||
|             this.BackColor = System.Drawing.Color.White;
 | ||
|             this.ClientSize = new System.Drawing.Size(384, 256);
 | ||
|             this.Controls.Add(this.pictureBox1);
 | ||
|             this.Controls.Add(this.label3);
 | ||
|             this.Controls.Add(this.label2);
 | ||
|             this.Controls.Add(this.label1);
 | ||
|             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
 | ||
|             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
 | ||
|             this.Name = "MainForm";
 | ||
|             this.ShowInTaskbar = false;
 | ||
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | ||
|             this.Text = "提醒消息";
 | ||
|             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnClosing);
 | ||
|             this.Load += new System.EventHandler(this.OnLoad);
 | ||
|             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
 | ||
|             this.ResumeLayout(false);
 | ||
| 
 | ||
|         }
 | ||
| 
 | ||
|         #endregion
 | ||
| 
 | ||
|         private System.Windows.Forms.Label label1;
 | ||
|         private System.Windows.Forms.Label label2;
 | ||
|         private System.Windows.Forms.Label label3;
 | ||
|         private System.Windows.Forms.PictureBox pictureBox1;
 | ||
|     }
 | ||
| }
 | ||
| 
 | 
