📄 mainform.designer.cs
字号:
namespace Glass
{
partial class MainForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.propertyGrid = new System.Windows.Forms.PropertyGrid();
this.glassButton1 = new Glass.GlassButton();
this.SuspendLayout();
//
// propertyGrid
//
this.propertyGrid.Dock = System.Windows.Forms.DockStyle.Right;
this.propertyGrid.Location = new System.Drawing.Point(262, 0);
this.propertyGrid.Name = "propertyGrid";
this.propertyGrid.Size = new System.Drawing.Size(223, 262);
this.propertyGrid.TabIndex = 2;
//
// glassButton1
//
this.glassButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.glassButton1.Image = ((System.Drawing.Image)(resources.GetObject("glassButton1.Image")));
this.glassButton1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
this.glassButton1.Location = new System.Drawing.Point(55, 95);
this.glassButton1.Name = "glassButton1";
this.glassButton1.Size = new System.Drawing.Size(135, 35);
this.glassButton1.TabIndex = 0;
this.glassButton1.Text = "水晶按钮";
this.glassButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.glassButton1.Click += new System.EventHandler(this.glassButton1_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(485, 262);
this.Controls.Add(this.glassButton1);
this.Controls.Add(this.propertyGrid);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.ForeColor = System.Drawing.Color.White;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainForm";
this.Text = "软行天下 站长 何事惊慌 860660016";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PropertyGrid propertyGrid;
private GlassButton glassButton1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -