192 lines
9.2 KiB
C#
192 lines
9.2 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.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();
|
|
((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();
|
|
//
|
|
// btnAM
|
|
//
|
|
this.btnAM.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnAM.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
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, 385);
|
|
this.btnAM.Name = "btnAM";
|
|
this.btnAM.Size = new System.Drawing.Size(160, 120);
|
|
this.btnAM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.btnAM.TabIndex = 55;
|
|
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.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
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, 385);
|
|
this.btnAHMF.Name = "btnAHMF";
|
|
this.btnAHMF.Size = new System.Drawing.Size(160, 120);
|
|
this.btnAHMF.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.btnAHMF.TabIndex = 54;
|
|
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.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
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, 225);
|
|
this.btnHAMF.Name = "btnHAMF";
|
|
this.btnHAMF.Size = new System.Drawing.Size(160, 120);
|
|
this.btnHAMF.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.btnHAMF.TabIndex = 53;
|
|
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.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
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, 225);
|
|
this.btnHAM.Name = "btnHAM";
|
|
this.btnHAM.Size = new System.Drawing.Size(160, 120);
|
|
this.btnHAM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.btnHAM.TabIndex = 52;
|
|
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.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
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, 385);
|
|
this.btnAHM.Name = "btnAHM";
|
|
this.btnAHM.Size = new System.Drawing.Size(160, 120);
|
|
this.btnAHM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.btnAHM.TabIndex = 51;
|
|
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.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
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, 65);
|
|
this.btnHMF.Name = "btnHMF";
|
|
this.btnHMF.Size = new System.Drawing.Size(160, 120);
|
|
this.btnHMF.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.btnHMF.TabIndex = 50;
|
|
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.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
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, 65);
|
|
this.btnHM.Name = "btnHM";
|
|
this.btnHM.Size = new System.Drawing.Size(160, 120);
|
|
this.btnHM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.btnHM.TabIndex = 49;
|
|
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.AllowShowTitle = true;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(892, 627);
|
|
this.Controls.Add(this.btnAM);
|
|
this.Controls.Add(this.btnAHMF);
|
|
this.Controls.Add(this.btnHAMF);
|
|
this.Controls.Add(this.btnHAM);
|
|
this.Controls.Add(this.btnAHM);
|
|
this.Controls.Add(this.btnHMF);
|
|
this.Controls.Add(this.btnHM);
|
|
this.Name = "FFrames";
|
|
this.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
|
|
this.ShowTitle = true;
|
|
this.Symbol = 61674;
|
|
this.Text = "Frames";
|
|
((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);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UIImageButton btnAM;
|
|
private UIImageButton btnAHMF;
|
|
private UIImageButton btnHAMF;
|
|
private UIImageButton btnHAM;
|
|
private UIImageButton btnAHM;
|
|
private UIImageButton btnHMF;
|
|
private UIImageButton btnHM;
|
|
}
|
|
} |