SunnyUI/SunnyUI.Demo/Forms/FFrames.Designer.cs

202 lines
9.6 KiB
C#

namespace Sunny.UI.Demo
{
partial class FFrames
{
/// <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.uiLine1 = new Sunny.UI.UILine();
this.btnAM = new Sunny.UI.UIImageButton();
this.btnAHMF = new Sunny.UI.UIImageButton();
this.btnHAMF = new Sunny.UI.UIImageButton();
this.btnHAM = new Sunny.UI.UIImageButton();
this.btnAHM = new Sunny.UI.UIImageButton();
this.btnHMF = new Sunny.UI.UIImageButton();
this.btnHM = new Sunny.UI.UIImageButton();
this.PagePanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.btnAM)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnAHMF)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnHAMF)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnHAM)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnAHM)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnHMF)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnHM)).BeginInit();
this.SuspendLayout();
//
// PagePanel
//
this.PagePanel.Controls.Add(this.uiLine1);
this.PagePanel.Controls.Add(this.btnAM);
this.PagePanel.Controls.Add(this.btnAHMF);
this.PagePanel.Controls.Add(this.btnHAMF);
this.PagePanel.Controls.Add(this.btnHAM);
this.PagePanel.Controls.Add(this.btnAHM);
this.PagePanel.Controls.Add(this.btnHMF);
this.PagePanel.Controls.Add(this.btnHM);
this.PagePanel.Size = new System.Drawing.Size(892, 592);
//
// uiLine1
//
this.uiLine1.Font = new System.Drawing.Font("微软雅黑", 12F);
this.uiLine1.Location = new System.Drawing.Point(30, 20);
this.uiLine1.MinimumSize = new System.Drawing.Size(16, 16);
this.uiLine1.Name = "uiLine1";
this.uiLine1.Size = new System.Drawing.Size(670, 20);
this.uiLine1.TabIndex = 48;
this.uiLine1.Text = "UIMainFrame";
this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnAM
//
this.btnAM.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnAM.Image = global::Sunny.UI.Demo.Properties.Resources.AM;
this.btnAM.ImageHover = global::Sunny.UI.Demo.Properties.Resources.AM1;
this.btnAM.Location = new System.Drawing.Point(30, 381);
this.btnAM.Name = "btnAM";
this.btnAM.Size = new System.Drawing.Size(160, 120);
this.btnAM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnAM.TabIndex = 7;
this.btnAM.TabStop = false;
this.btnAM.Text = null;
this.btnAM.Click += new System.EventHandler(this.btnAM_Click);
//
// btnAHMF
//
this.btnAHMF.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnAHMF.Image = global::Sunny.UI.Demo.Properties.Resources.AHMF;
this.btnAHMF.ImageHover = global::Sunny.UI.Demo.Properties.Resources.AHMF1;
this.btnAHMF.Location = new System.Drawing.Point(430, 381);
this.btnAHMF.Name = "btnAHMF";
this.btnAHMF.Size = new System.Drawing.Size(160, 120);
this.btnAHMF.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnAHMF.TabIndex = 6;
this.btnAHMF.TabStop = false;
this.btnAHMF.Text = null;
this.btnAHMF.Click += new System.EventHandler(this.btnAHMF_Click);
//
// btnHAMF
//
this.btnHAMF.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnHAMF.Image = global::Sunny.UI.Demo.Properties.Resources.HAMF;
this.btnHAMF.ImageHover = global::Sunny.UI.Demo.Properties.Resources.HAMF1;
this.btnHAMF.Location = new System.Drawing.Point(230, 221);
this.btnHAMF.Name = "btnHAMF";
this.btnHAMF.Size = new System.Drawing.Size(160, 120);
this.btnHAMF.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnHAMF.TabIndex = 5;
this.btnHAMF.TabStop = false;
this.btnHAMF.Text = null;
this.btnHAMF.Click += new System.EventHandler(this.btnHAMF_Click);
//
// btnHAM
//
this.btnHAM.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnHAM.Image = global::Sunny.UI.Demo.Properties.Resources.HAM;
this.btnHAM.ImageHover = global::Sunny.UI.Demo.Properties.Resources.HAM1;
this.btnHAM.Location = new System.Drawing.Point(30, 221);
this.btnHAM.Name = "btnHAM";
this.btnHAM.Size = new System.Drawing.Size(160, 120);
this.btnHAM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnHAM.TabIndex = 4;
this.btnHAM.TabStop = false;
this.btnHAM.Text = null;
this.btnHAM.Click += new System.EventHandler(this.btnHAM_Click);
//
// btnAHM
//
this.btnAHM.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnAHM.Image = global::Sunny.UI.Demo.Properties.Resources.AHM;
this.btnAHM.ImageHover = global::Sunny.UI.Demo.Properties.Resources.AHM1;
this.btnAHM.Location = new System.Drawing.Point(230, 381);
this.btnAHM.Name = "btnAHM";
this.btnAHM.Size = new System.Drawing.Size(160, 120);
this.btnAHM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnAHM.TabIndex = 3;
this.btnAHM.TabStop = false;
this.btnAHM.Text = null;
this.btnAHM.Click += new System.EventHandler(this.btnAHM_Click);
//
// btnHMF
//
this.btnHMF.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnHMF.Image = global::Sunny.UI.Demo.Properties.Resources.HMF;
this.btnHMF.ImageHover = global::Sunny.UI.Demo.Properties.Resources.HMF1;
this.btnHMF.Location = new System.Drawing.Point(230, 61);
this.btnHMF.Name = "btnHMF";
this.btnHMF.Size = new System.Drawing.Size(160, 120);
this.btnHMF.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnHMF.TabIndex = 2;
this.btnHMF.TabStop = false;
this.btnHMF.Text = null;
this.btnHMF.Click += new System.EventHandler(this.btnHMF_Click);
//
// btnHM
//
this.btnHM.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnHM.Image = global::Sunny.UI.Demo.Properties.Resources.HM;
this.btnHM.ImageHover = global::Sunny.UI.Demo.Properties.Resources.HM1;
this.btnHM.Location = new System.Drawing.Point(30, 61);
this.btnHM.Name = "btnHM";
this.btnHM.Size = new System.Drawing.Size(160, 120);
this.btnHM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.btnHM.TabIndex = 1;
this.btnHM.TabStop = false;
this.btnHM.Text = null;
this.btnHM.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.btnHM.Click += new System.EventHandler(this.btnHM_Click);
//
// FFrames
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(892, 627);
this.Name = "FFrames";
this.Symbol = 61674;
this.Text = "Frames";
this.PagePanel.ResumeLayout(false);
this.PagePanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.btnAM)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnAHMF)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnHAMF)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnHAM)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnAHM)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnHMF)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnHM)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UIImageButton btnHM;
private UIImageButton btnAM;
private UIImageButton btnAHMF;
private UIImageButton btnHAMF;
private UIImageButton btnHAM;
private UIImageButton btnAHM;
private UIImageButton btnHMF;
private UILine uiLine1;
}
}