You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
4.1 KiB
C#

9 months ago
namespace POSV.Component
{
partial class CategoryControl
{
/// <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()
{
this.subCategory = new POSV.Component.Category();
this.mainCategory = new POSV.Component.Category();
this.SuspendLayout();
//
// subCategory
//
this.subCategory.AutoItemWidth = true;
this.subCategory.AutoPager = true;
this.subCategory.BackColor = System.Drawing.Color.Transparent;
this.subCategory.BackColor1 = "DimGray";
this.subCategory.BackColor2 = "DimGray";
this.subCategory.Columns = 1;
this.subCategory.DisplayCategoryCode = false;
this.subCategory.DisplayPager = false;
this.subCategory.Dock = System.Windows.Forms.DockStyle.Top;
this.subCategory.FontSize = POSV.SystemFont.;
this.subCategory.ItemHeight = 45;
this.subCategory.ItemWidth = 549;
this.subCategory.Location = new System.Drawing.Point(0, 45);
this.subCategory.Margin = new System.Windows.Forms.Padding(0);
this.subCategory.Name = "subCategory";
this.subCategory.PageNumber = 1;
this.subCategory.Rows = 1;
this.subCategory.SelectedColor = "DimGray";
this.subCategory.Size = new System.Drawing.Size(549, 45);
this.subCategory.TabIndex = 1;
this.subCategory.TextColor = "White";
//
// mainCategory
//
this.mainCategory.AutoItemWidth = true;
this.mainCategory.AutoPager = true;
this.mainCategory.BackColor = System.Drawing.Color.Transparent;
this.mainCategory.BackColor1 = "DimGray";
this.mainCategory.BackColor2 = "DimGray";
this.mainCategory.Columns = 1;
this.mainCategory.DisplayCategoryCode = false;
this.mainCategory.DisplayPager = false;
this.mainCategory.Dock = System.Windows.Forms.DockStyle.Top;
this.mainCategory.FontSize = POSV.SystemFont.;
this.mainCategory.ItemHeight = 45;
this.mainCategory.ItemWidth = 549;
this.mainCategory.Location = new System.Drawing.Point(0, 0);
this.mainCategory.Margin = new System.Windows.Forms.Padding(0);
this.mainCategory.Name = "mainCategory";
this.mainCategory.PageNumber = 1;
this.mainCategory.Rows = 1;
this.mainCategory.SelectedColor = "DimGray";
this.mainCategory.Size = new System.Drawing.Size(549, 45);
this.mainCategory.TabIndex = 0;
this.mainCategory.TextColor = "White";
//
// CategoryControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoSize = true;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(175)))), ((int)(((byte)(167)))));
this.Controls.Add(this.subCategory);
this.Controls.Add(this.mainCategory);
this.Name = "CategoryControl";
this.Size = new System.Drawing.Size(549, 90);
this.ResumeLayout(false);
}
#endregion
protected Category mainCategory;
protected Category subCategory;
}
}