2020-05-11 21:11:29 +08:00
|
|
|
|
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();
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.uiLine1 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiLine2 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiSymbolButton1 = new Sunny.UI.UISymbolButton();
|
2020-05-11 21:11:29 +08:00
|
|
|
|
((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;
|
2023-09-19 11:01:41 +08:00
|
|
|
|
this.btnAM.Font = new System.Drawing.Font("宋体", 12F);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnAM.Image = global::Sunny.UI.Demo.Properties.Resources.AM;
|
|
|
|
|
this.btnAM.ImageHover = global::Sunny.UI.Demo.Properties.Resources.AM1;
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.btnAM.Location = new System.Drawing.Point(30, 234);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnAM.Name = "btnAM";
|
|
|
|
|
this.btnAM.Size = new System.Drawing.Size(160, 120);
|
|
|
|
|
this.btnAM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
2021-08-16 23:05:32 +08:00
|
|
|
|
this.btnAM.TabIndex = 55;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
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;
|
2023-09-19 11:01:41 +08:00
|
|
|
|
this.btnAHMF.Font = new System.Drawing.Font("宋体", 12F);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnAHMF.Image = global::Sunny.UI.Demo.Properties.Resources.AHMF;
|
|
|
|
|
this.btnAHMF.ImageHover = global::Sunny.UI.Demo.Properties.Resources.AHMF1;
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.btnAHMF.Location = new System.Drawing.Point(398, 234);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnAHMF.Name = "btnAHMF";
|
|
|
|
|
this.btnAHMF.Size = new System.Drawing.Size(160, 120);
|
|
|
|
|
this.btnAHMF.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
2021-08-16 23:05:32 +08:00
|
|
|
|
this.btnAHMF.TabIndex = 54;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
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;
|
2023-09-19 11:01:41 +08:00
|
|
|
|
this.btnHAMF.Font = new System.Drawing.Font("宋体", 12F);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnHAMF.Image = global::Sunny.UI.Demo.Properties.Resources.HAMF;
|
|
|
|
|
this.btnHAMF.ImageHover = global::Sunny.UI.Demo.Properties.Resources.HAMF1;
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.btnHAMF.Location = new System.Drawing.Point(582, 90);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnHAMF.Name = "btnHAMF";
|
|
|
|
|
this.btnHAMF.Size = new System.Drawing.Size(160, 120);
|
|
|
|
|
this.btnHAMF.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
2021-08-16 23:05:32 +08:00
|
|
|
|
this.btnHAMF.TabIndex = 53;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
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;
|
2023-09-19 11:01:41 +08:00
|
|
|
|
this.btnHAM.Font = new System.Drawing.Font("宋体", 12F);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnHAM.Image = global::Sunny.UI.Demo.Properties.Resources.HAM;
|
|
|
|
|
this.btnHAM.ImageHover = global::Sunny.UI.Demo.Properties.Resources.HAM1;
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.btnHAM.Location = new System.Drawing.Point(398, 90);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnHAM.Name = "btnHAM";
|
|
|
|
|
this.btnHAM.Size = new System.Drawing.Size(160, 120);
|
|
|
|
|
this.btnHAM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
2021-08-16 23:05:32 +08:00
|
|
|
|
this.btnHAM.TabIndex = 52;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
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;
|
2023-09-19 11:01:41 +08:00
|
|
|
|
this.btnAHM.Font = new System.Drawing.Font("宋体", 12F);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnAHM.Image = global::Sunny.UI.Demo.Properties.Resources.AHM;
|
|
|
|
|
this.btnAHM.ImageHover = global::Sunny.UI.Demo.Properties.Resources.AHM1;
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.btnAHM.Location = new System.Drawing.Point(214, 234);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnAHM.Name = "btnAHM";
|
|
|
|
|
this.btnAHM.Size = new System.Drawing.Size(160, 120);
|
|
|
|
|
this.btnAHM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
2021-08-16 23:05:32 +08:00
|
|
|
|
this.btnAHM.TabIndex = 51;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
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;
|
2023-09-19 11:01:41 +08:00
|
|
|
|
this.btnHMF.Font = new System.Drawing.Font("宋体", 12F);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnHMF.Image = global::Sunny.UI.Demo.Properties.Resources.HMF;
|
|
|
|
|
this.btnHMF.ImageHover = global::Sunny.UI.Demo.Properties.Resources.HMF1;
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.btnHMF.Location = new System.Drawing.Point(214, 90);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnHMF.Name = "btnHMF";
|
|
|
|
|
this.btnHMF.Size = new System.Drawing.Size(160, 120);
|
|
|
|
|
this.btnHMF.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
2021-08-16 23:05:32 +08:00
|
|
|
|
this.btnHMF.TabIndex = 50;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
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;
|
2023-09-19 11:01:41 +08:00
|
|
|
|
this.btnHM.Font = new System.Drawing.Font("宋体", 12F);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnHM.Image = global::Sunny.UI.Demo.Properties.Resources.HM;
|
|
|
|
|
this.btnHM.ImageHover = global::Sunny.UI.Demo.Properties.Resources.HM1;
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.btnHM.Location = new System.Drawing.Point(30, 90);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnHM.Name = "btnHM";
|
|
|
|
|
this.btnHM.Size = new System.Drawing.Size(160, 120);
|
|
|
|
|
this.btnHM.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
2021-08-16 23:05:32 +08:00
|
|
|
|
this.btnHM.TabIndex = 49;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.btnHM.TabStop = false;
|
|
|
|
|
this.btnHM.Text = null;
|
|
|
|
|
this.btnHM.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
|
|
|
|
this.btnHM.Click += new System.EventHandler(this.btnHM_Click);
|
|
|
|
|
//
|
2022-03-17 23:16:53 +08:00
|
|
|
|
// uiLine1
|
|
|
|
|
//
|
2023-09-19 11:01:41 +08:00
|
|
|
|
this.uiLine1.Font = new System.Drawing.Font("宋体", 12F);
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.uiLine1.LineDashStyle = Sunny.UI.UILineDashStyle.None;
|
|
|
|
|
this.uiLine1.Location = new System.Drawing.Point(30, 55);
|
|
|
|
|
this.uiLine1.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine1.Name = "uiLine1";
|
|
|
|
|
this.uiLine1.Size = new System.Drawing.Size(712, 20);
|
|
|
|
|
this.uiLine1.TabIndex = 78;
|
|
|
|
|
this.uiLine1.Text = "内置模板";
|
|
|
|
|
this.uiLine1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiLine2
|
|
|
|
|
//
|
2023-09-19 11:01:41 +08:00
|
|
|
|
this.uiLine2.Font = new System.Drawing.Font("宋体", 12F);
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.uiLine2.LineDashStyle = Sunny.UI.UILineDashStyle.None;
|
|
|
|
|
this.uiLine2.Location = new System.Drawing.Point(30, 379);
|
|
|
|
|
this.uiLine2.MinimumSize = new System.Drawing.Size(16, 16);
|
|
|
|
|
this.uiLine2.Name = "uiLine2";
|
|
|
|
|
this.uiLine2.Size = new System.Drawing.Size(712, 20);
|
|
|
|
|
this.uiLine2.TabIndex = 79;
|
|
|
|
|
this.uiLine2.Text = "自定义模板";
|
|
|
|
|
this.uiLine2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// uiSymbolButton1
|
|
|
|
|
//
|
|
|
|
|
this.uiSymbolButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
2023-09-19 11:01:41 +08:00
|
|
|
|
this.uiSymbolButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.uiSymbolButton1.Location = new System.Drawing.Point(30, 417);
|
|
|
|
|
this.uiSymbolButton1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiSymbolButton1.Name = "uiSymbolButton1";
|
|
|
|
|
this.uiSymbolButton1.Size = new System.Drawing.Size(160, 120);
|
|
|
|
|
this.uiSymbolButton1.Symbol = 110;
|
|
|
|
|
this.uiSymbolButton1.SymbolSize = 120;
|
|
|
|
|
this.uiSymbolButton1.TabIndex = 80;
|
2023-09-19 11:01:41 +08:00
|
|
|
|
this.uiSymbolButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.uiSymbolButton1.Click += new System.EventHandler(this.uiSymbolButton1_Click);
|
|
|
|
|
//
|
2020-05-11 21:11:29 +08:00
|
|
|
|
// FFrames
|
|
|
|
|
//
|
2021-08-16 23:05:32 +08:00
|
|
|
|
this.AllowShowTitle = true;
|
2021-03-29 21:00:32 +08:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(892, 627);
|
2022-03-17 23:16:53 +08:00
|
|
|
|
this.Controls.Add(this.uiSymbolButton1);
|
|
|
|
|
this.Controls.Add(this.uiLine2);
|
|
|
|
|
this.Controls.Add(this.uiLine1);
|
2021-08-16 23:05:32 +08:00
|
|
|
|
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);
|
2020-05-11 21:11:29 +08:00
|
|
|
|
this.Name = "FFrames";
|
2021-08-16 23:05:32 +08:00
|
|
|
|
this.Padding = new System.Windows.Forms.Padding(0, 35, 0, 0);
|
|
|
|
|
this.ShowTitle = true;
|
2020-06-09 20:15:39 +08:00
|
|
|
|
this.Symbol = 61674;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
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);
|
2021-08-16 23:05:32 +08:00
|
|
|
|
this.PerformLayout();
|
2020-05-11 21:11:29 +08:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2021-08-16 23:05:32 +08:00
|
|
|
|
|
2020-05-11 21:11:29 +08:00
|
|
|
|
private UIImageButton btnAM;
|
|
|
|
|
private UIImageButton btnAHMF;
|
|
|
|
|
private UIImageButton btnHAMF;
|
|
|
|
|
private UIImageButton btnHAM;
|
|
|
|
|
private UIImageButton btnAHM;
|
|
|
|
|
private UIImageButton btnHMF;
|
2021-08-16 23:05:32 +08:00
|
|
|
|
private UIImageButton btnHM;
|
2022-03-17 23:16:53 +08:00
|
|
|
|
private UILine uiLine1;
|
|
|
|
|
private UILine uiLine2;
|
|
|
|
|
private UISymbolButton uiSymbolButton1;
|
2020-05-11 21:11:29 +08:00
|
|
|
|
}
|
|
|
|
|
}
|