momo/Momo/Momo.Designer.cs

112 lines
5.1 KiB
C#
Raw Normal View History

2018-10-14 22:04:57 +00:00
namespace Momo
{
partial class Momo
{
/// <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()
{
this.lblClock = new System.Windows.Forms.Label();
this.lblDate = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// lblClock
//
this.lblClock.AutoSize = true;
this.lblClock.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblClock.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblClock.Location = new System.Drawing.Point(0, 20);
this.lblClock.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);
this.lblClock.Name = "lblClock";
this.lblClock.Size = new System.Drawing.Size(51, 18);
this.lblClock.TabIndex = 0;
this.lblClock.Text = "label1";
this.lblClock.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lblDate
//
this.lblDate.AutoSize = true;
this.lblDate.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblDate.Font = new System.Drawing.Font("Verdana", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDate.Location = new System.Drawing.Point(0, 0);
this.lblDate.Margin = new System.Windows.Forms.Padding(0);
this.lblDate.Name = "lblDate";
this.lblDate.Size = new System.Drawing.Size(51, 19);
this.lblDate.TabIndex = 2;
this.lblDate.Text = "label1";
this.lblDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.AutoSize = true;
this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.lblDate, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.lblClock, 0, 1);
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(51, 38);
this.tableLayoutPanel1.TabIndex = 3;
//
// Momo
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BackColor = System.Drawing.SystemColors.Desktop;
this.ClientSize = new System.Drawing.Size(708, 487);
this.Controls.Add(this.tableLayoutPanel1);
this.Font = new System.Drawing.Font("Consolas", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ForeColor = System.Drawing.Color.White;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Momo";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "Form1";
this.TopMost = true;
this.Load += new System.EventHandler(this.Momo_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblClock;
private System.Windows.Forms.Label lblDate;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
}
}