namespace Y.Test.Views
{
partial class MainForm
{
///
/// 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(MainForm));
this.ChineseCalendarForm = new System.Windows.Forms.Button();
this.TestComputerInfoForm = new System.Windows.Forms.Button();
this.TestUpdateForm = new System.Windows.Forms.Button();
this.TestPackForm = new System.Windows.Forms.Button();
this.TestIconGroupForm = new System.Windows.Forms.Button();
this.TestShadowForm = new System.Windows.Forms.Button();
this.TestIrrForm = new System.Windows.Forms.Button();
this.BTCheckYUtils = new System.Windows.Forms.Button();
this.TestCrossForm = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.simpleClockControl4 = new Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl();
this.rotateImageButton1 = new Azylee.WinformSkin.ButtonUI.RotateImageButton();
this.simpleClockControl3 = new Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl();
this.simpleClockControl2 = new Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl();
this.simpleClockControl1 = new Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl();
((System.ComponentModel.ISupportInitialize)(this.rotateImageButton1)).BeginInit();
this.SuspendLayout();
//
// ChineseCalendarForm
//
this.ChineseCalendarForm.Location = new System.Drawing.Point(12, 12);
this.ChineseCalendarForm.Name = "ChineseCalendarForm";
this.ChineseCalendarForm.Size = new System.Drawing.Size(262, 23);
this.ChineseCalendarForm.TabIndex = 0;
this.ChineseCalendarForm.Text = "ChineseCalendarForm";
this.ChineseCalendarForm.UseVisualStyleBackColor = true;
this.ChineseCalendarForm.Click += new System.EventHandler(this.ChineseCalendarForm_Click);
//
// TestComputerInfoForm
//
this.TestComputerInfoForm.Location = new System.Drawing.Point(12, 41);
this.TestComputerInfoForm.Name = "TestComputerInfoForm";
this.TestComputerInfoForm.Size = new System.Drawing.Size(262, 23);
this.TestComputerInfoForm.TabIndex = 1;
this.TestComputerInfoForm.Text = "TestComputerInfoForm";
this.TestComputerInfoForm.UseVisualStyleBackColor = true;
this.TestComputerInfoForm.Click += new System.EventHandler(this.TestComputerInfoForm_Click);
//
// TestUpdateForm
//
this.TestUpdateForm.Location = new System.Drawing.Point(12, 70);
this.TestUpdateForm.Name = "TestUpdateForm";
this.TestUpdateForm.Size = new System.Drawing.Size(262, 23);
this.TestUpdateForm.TabIndex = 2;
this.TestUpdateForm.Text = "TestUpdateForm";
this.TestUpdateForm.UseVisualStyleBackColor = true;
this.TestUpdateForm.Click += new System.EventHandler(this.TestUpdateForm_Click);
//
// TestPackForm
//
this.TestPackForm.Location = new System.Drawing.Point(12, 99);
this.TestPackForm.Name = "TestPackForm";
this.TestPackForm.Size = new System.Drawing.Size(262, 23);
this.TestPackForm.TabIndex = 3;
this.TestPackForm.Text = "TestPackForm";
this.TestPackForm.UseVisualStyleBackColor = true;
this.TestPackForm.Click += new System.EventHandler(this.TestPackForm_Click);
//
// TestIconGroupForm
//
this.TestIconGroupForm.Location = new System.Drawing.Point(12, 128);
this.TestIconGroupForm.Name = "TestIconGroupForm";
this.TestIconGroupForm.Size = new System.Drawing.Size(262, 23);
this.TestIconGroupForm.TabIndex = 4;
this.TestIconGroupForm.Text = "TestIconGroupForm";
this.TestIconGroupForm.UseVisualStyleBackColor = true;
this.TestIconGroupForm.Click += new System.EventHandler(this.TestIconGroupForm_Click);
//
// TestShadowForm
//
this.TestShadowForm.Location = new System.Drawing.Point(12, 157);
this.TestShadowForm.Name = "TestShadowForm";
this.TestShadowForm.Size = new System.Drawing.Size(262, 23);
this.TestShadowForm.TabIndex = 5;
this.TestShadowForm.Text = "TestShadowForm";
this.TestShadowForm.UseVisualStyleBackColor = true;
this.TestShadowForm.Click += new System.EventHandler(this.TestShadowForm_Click);
//
// TestIrrForm
//
this.TestIrrForm.Location = new System.Drawing.Point(12, 186);
this.TestIrrForm.Name = "TestIrrForm";
this.TestIrrForm.Size = new System.Drawing.Size(262, 23);
this.TestIrrForm.TabIndex = 6;
this.TestIrrForm.Text = "TestIrrForm";
this.TestIrrForm.UseVisualStyleBackColor = true;
this.TestIrrForm.Click += new System.EventHandler(this.TestIrrForm_Click);
//
// BTCheckYUtils
//
this.BTCheckYUtils.Location = new System.Drawing.Point(465, 12);
this.BTCheckYUtils.Name = "BTCheckYUtils";
this.BTCheckYUtils.Size = new System.Drawing.Size(75, 23);
this.BTCheckYUtils.TabIndex = 7;
this.BTCheckYUtils.Text = "检查工具类";
this.BTCheckYUtils.UseVisualStyleBackColor = true;
this.BTCheckYUtils.Click += new System.EventHandler(this.BTCheckYUtils_Click);
//
// TestCrossForm
//
this.TestCrossForm.Location = new System.Drawing.Point(13, 216);
this.TestCrossForm.Name = "TestCrossForm";
this.TestCrossForm.Size = new System.Drawing.Size(261, 23);
this.TestCrossForm.TabIndex = 8;
this.TestCrossForm.Text = "TestCrossForm";
this.TestCrossForm.UseVisualStyleBackColor = true;
this.TestCrossForm.Click += new System.EventHandler(this.TestCrossForm_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(13, 256);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(261, 23);
this.button1.TabIndex = 9;
this.button1.Text = "测试ToastForm";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// simpleClockControl4
//
this.simpleClockControl4.BackColor = System.Drawing.Color.Transparent;
this.simpleClockControl4.BackgroundImage = global::Y.Test.Properties.Resources.Rainbow;
this.simpleClockControl4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.simpleClockControl4.ClockBackImage = global::Y.Test.Properties.Resources.Rainbow;
this.simpleClockControl4.HourHandImage = null;
this.simpleClockControl4.Location = new System.Drawing.Point(435, 285);
this.simpleClockControl4.MinuteHandImage = null;
this.simpleClockControl4.Name = "simpleClockControl4";
this.simpleClockControl4.SecondHandImage = global::Y.Test.Properties.Resources.temp_01;
this.simpleClockControl4.Size = new System.Drawing.Size(150, 150);
this.simpleClockControl4.TabIndex = 15;
//
// rotateImageButton1
//
this.rotateImageButton1.BackColor = System.Drawing.Color.Transparent;
this.rotateImageButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("rotateImageButton1.BackgroundImage")));
this.rotateImageButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.rotateImageButton1.BackImageDefault = ((System.Drawing.Image)(resources.GetObject("rotateImageButton1.BackImageDefault")));
this.rotateImageButton1.BackImageDown = ((System.Drawing.Image)(resources.GetObject("rotateImageButton1.BackImageDown")));
this.rotateImageButton1.BackImageHover = null;
this.rotateImageButton1.ForeImageDefault = global::Y.Test.Properties.Resources.temp_01;
this.rotateImageButton1.Image = global::Y.Test.Properties.Resources.temp_01;
this.rotateImageButton1.Location = new System.Drawing.Point(267, 285);
this.rotateImageButton1.Name = "rotateImageButton1";
this.rotateImageButton1.Size = new System.Drawing.Size(64, 64);
this.rotateImageButton1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.rotateImageButton1.TabIndex = 14;
this.rotateImageButton1.TabStop = false;
//
// simpleClockControl3
//
this.simpleClockControl3.BackColor = System.Drawing.Color.GreenYellow;
this.simpleClockControl3.ClockBackImage = null;
this.simpleClockControl3.HourHandImage = null;
this.simpleClockControl3.Location = new System.Drawing.Point(334, 145);
this.simpleClockControl3.MinuteHandImage = null;
this.simpleClockControl3.Name = "simpleClockControl3";
this.simpleClockControl3.SecondHandImage = null;
this.simpleClockControl3.Size = new System.Drawing.Size(64, 64);
this.simpleClockControl3.TabIndex = 12;
//
// simpleClockControl2
//
this.simpleClockControl2.BackColor = System.Drawing.Color.GreenYellow;
this.simpleClockControl2.ClockBackImage = null;
this.simpleClockControl2.HourHandImage = null;
this.simpleClockControl2.Location = new System.Drawing.Point(423, 58);
this.simpleClockControl2.MinuteHandImage = null;
this.simpleClockControl2.Name = "simpleClockControl2";
this.simpleClockControl2.SecondHandImage = null;
this.simpleClockControl2.Size = new System.Drawing.Size(64, 64);
this.simpleClockControl2.TabIndex = 11;
//
// simpleClockControl1
//
this.simpleClockControl1.BackColor = System.Drawing.Color.GreenYellow;
this.simpleClockControl1.ClockBackImage = null;
this.simpleClockControl1.HourHandImage = null;
this.simpleClockControl1.Location = new System.Drawing.Point(334, 58);
this.simpleClockControl1.MinuteHandImage = null;
this.simpleClockControl1.Name = "simpleClockControl1";
this.simpleClockControl1.SecondHandImage = null;
this.simpleClockControl1.Size = new System.Drawing.Size(64, 64);
this.simpleClockControl1.TabIndex = 10;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(609, 470);
this.Controls.Add(this.simpleClockControl4);
this.Controls.Add(this.rotateImageButton1);
this.Controls.Add(this.simpleClockControl3);
this.Controls.Add(this.simpleClockControl2);
this.Controls.Add(this.simpleClockControl1);
this.Controls.Add(this.button1);
this.Controls.Add(this.TestCrossForm);
this.Controls.Add(this.BTCheckYUtils);
this.Controls.Add(this.TestIrrForm);
this.Controls.Add(this.TestShadowForm);
this.Controls.Add(this.TestIconGroupForm);
this.Controls.Add(this.TestPackForm);
this.Controls.Add(this.TestUpdateForm);
this.Controls.Add(this.TestComputerInfoForm);
this.Controls.Add(this.ChineseCalendarForm);
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MainForm";
this.Load += new System.EventHandler(this.MainForm_Load);
((System.ComponentModel.ISupportInitialize)(this.rotateImageButton1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button ChineseCalendarForm;
private System.Windows.Forms.Button TestComputerInfoForm;
private System.Windows.Forms.Button TestUpdateForm;
private System.Windows.Forms.Button TestPackForm;
private System.Windows.Forms.Button TestIconGroupForm;
private System.Windows.Forms.Button TestShadowForm;
private System.Windows.Forms.Button TestIrrForm;
private System.Windows.Forms.Button BTCheckYUtils;
private System.Windows.Forms.Button TestCrossForm;
private System.Windows.Forms.Button button1;
private Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl simpleClockControl1;
private Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl simpleClockControl2;
private Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl simpleClockControl3;
private Azylee.WinformSkin.ButtonUI.RotateImageButton rotateImageButton1;
private Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl simpleClockControl4;
}
}