正在改尺寸测量
This commit is contained in:
77
CanFly/UI/SizePanel/SizeCtrlTitleBar.Designer.cs
generated
Normal file
77
CanFly/UI/SizePanel/SizeCtrlTitleBar.Designer.cs
generated
Normal file
@ -0,0 +1,77 @@
|
||||
namespace CanFly.UI.SizePanel
|
||||
{
|
||||
partial class SizeCtrlTitleBar
|
||||
{
|
||||
/// <summary>
|
||||
/// 必需的设计器变量。
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// 清理所有正在使用的资源。
|
||||
/// </summary>
|
||||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region 组件设计器生成的代码
|
||||
|
||||
/// <summary>
|
||||
/// 设计器支持所需的方法 - 不要修改
|
||||
/// 使用代码编辑器修改此方法的内容。
|
||||
/// </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);
|
||||
j.Location = new Point(3, 3);
|
||||
j.Name = "j";
|
||||
j.Size = new Size(513, 30);
|
||||
j.TabIndex = 2;
|
||||
j.Text = "标题";
|
||||
j.TextAlign = ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// SizeCtrlTitleBar
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 17F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
Controls.Add(j);
|
||||
Controls.Add(btnClose);
|
||||
MinimumSize = new Size(0, 36);
|
||||
Name = "SizeCtrlTitleBar";
|
||||
Padding = new Padding(3);
|
||||
Size = new Size(549, 36);
|
||||
((System.ComponentModel.ISupportInitialize)btnClose).EndInit();
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
||||
#endregion
|
||||
private PictureBox btnClose;
|
||||
private Label j;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user