namespace Momo { partial class Momo { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Momo)); 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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Momo"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Momo"; 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; } }