📄 bookofthedayform.designer.cs
字号:
namespace Wrox.ProCSharp.Localization
{
partial class BookOfTheDayForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
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(BookOfTheDayForm));
this.pictureFlag = new System.Windows.Forms.PictureBox();
this.labelBookOfTheDay = new System.Windows.Forms.Label();
this.textTitle = new System.Windows.Forms.TextBox();
this.textDate = new System.Windows.Forms.TextBox();
this.textItemsSold = new System.Windows.Forms.TextBox();
this.labelItemsSold = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureFlag)).BeginInit();
this.SuspendLayout();
//
// pictureFlag
//
this.pictureFlag.Image = Wrox.ProCSharp.Localization.Properties.Resources.Flag;
resources.ApplyResources(this.pictureFlag, "pictureFlag");
this.pictureFlag.Name = "pictureFlag";
this.pictureFlag.TabStop = false;
//
// labelBookOfTheDay
//
resources.ApplyResources(this.labelBookOfTheDay, "labelBookOfTheDay");
this.labelBookOfTheDay.Name = "labelBookOfTheDay";
//
// textTitle
//
resources.ApplyResources(this.textTitle, "textTitle");
this.textTitle.Name = "textTitle";
//
// textDate
//
resources.ApplyResources(this.textDate, "textDate");
this.textDate.Name = "textDate";
//
// textItemsSold
//
resources.ApplyResources(this.textItemsSold, "textItemsSold");
this.textItemsSold.Margin = new System.Windows.Forms.Padding(1, 3, 3, 3);
this.textItemsSold.Name = "textItemsSold";
//
// labelItemsSold
//
resources.ApplyResources(this.labelItemsSold, "labelItemsSold");
this.labelItemsSold.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
this.labelItemsSold.Name = "labelItemsSold";
//
// BookOfTheDayForm
//
resources.ApplyResources(this, "$this");
this.Controls.Add(this.labelItemsSold);
this.Controls.Add(this.textItemsSold);
this.Controls.Add(this.textDate);
this.Controls.Add(this.textTitle);
this.Controls.Add(this.labelBookOfTheDay);
this.Controls.Add(this.pictureFlag);
this.Name = "BookOfTheDayForm";
((System.ComponentModel.ISupportInitialize)(this.pictureFlag)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureFlag;
private System.Windows.Forms.Label labelBookOfTheDay;
private System.Windows.Forms.TextBox textTitle;
private System.Windows.Forms.TextBox textDate;
private System.Windows.Forms.TextBox textItemsSold;
private System.Windows.Forms.Label labelItemsSold;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -