2025-03-16 17:32:09 +08:00
|
|
|
|
namespace CanFly.UI.GuidePanel
|
|
|
|
|
{
|
|
|
|
|
partial class CtrlTitleBar
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
2025-03-18 14:20:11 +08:00
|
|
|
|
/// 必需的设计器变量
|
2025-03-16 17:32:09 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2025-03-18 14:20:11 +08:00
|
|
|
|
/// 清理所有正在使用的资源
|
2025-03-16 17:32:09 +08:00
|
|
|
|
/// </summary>
|
2025-03-18 14:20:11 +08:00
|
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false </param>
|
2025-03-16 17:32:09 +08:00
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 设计器支持所需的方法 - 不要修改
|
2025-03-18 14:20:11 +08:00
|
|
|
|
/// 使用代码编辑器修改此方法的内容
|
2025-03-16 17:32:09 +08:00
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
btnClose = new PictureBox();
|
|
|
|
|
j = new Label();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)btnClose).BeginInit();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// btnClose
|
|
|
|
|
//
|
|
|
|
|
btnClose.Dock = DockStyle.Right;
|
|
|
|
|
btnClose.Image = XKRS.CanFly.Properties.Resources.Close;
|
|
|
|
|
btnClose.Location = new Point(516, 3);
|
|
|
|
|
btnClose.Name = "btnClose";
|
|
|
|
|
btnClose.Size = new Size(30, 30);
|
|
|
|
|
btnClose.SizeMode = PictureBoxSizeMode.StretchImage;
|
|
|
|
|
btnClose.TabIndex = 1;
|
|
|
|
|
btnClose.TabStop = false;
|
|
|
|
|
btnClose.Click += btnClose_Click;
|
|
|
|
|
//
|
|
|
|
|
// j
|
|
|
|
|
//
|
|
|
|
|
j.Dock = DockStyle.Fill;
|
|
|
|
|
j.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Bold, GraphicsUnit.Point);
|
|
|
|
|
j.Location = new Point(3, 3);
|
|
|
|
|
j.Name = "j";
|
|
|
|
|
j.Size = new Size(513, 30);
|
|
|
|
|
j.TabIndex = 2;
|
|
|
|
|
j.Text = "标题";
|
|
|
|
|
j.TextAlign = ContentAlignment.MiddleLeft;
|
|
|
|
|
//
|
|
|
|
|
// CtrlTitleBar
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 17F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
Controls.Add(j);
|
|
|
|
|
Controls.Add(btnClose);
|
|
|
|
|
MinimumSize = new Size(0, 36);
|
|
|
|
|
Name = "CtrlTitleBar";
|
|
|
|
|
Padding = new Padding(3);
|
|
|
|
|
Size = new Size(549, 36);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)btnClose).EndInit();
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
private PictureBox btnClose;
|
|
|
|
|
private Label j;
|
|
|
|
|
}
|
|
|
|
|
}
|