Files
lserp_cs_6.0/插件库/Lskj.ProductBarCode2/addControl.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

96 lines
4.0 KiB
C#

namespace Lskj.ProductBarCode2
{
partial class addControl
{
/// <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.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.btn_add = new DevExpress.XtraEditors.SimpleButton();
this.panelMain = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelMain)).BeginInit();
this.SuspendLayout();
//
// panelControl2
//
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.btn_add);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Right;
this.panelControl2.Location = new System.Drawing.Point(896, 0);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Size = new System.Drawing.Size(86, 47);
this.panelControl2.TabIndex = 2;
//
// btn_add
//
this.btn_add.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_add.Location = new System.Drawing.Point(2, 2);
this.btn_add.Name = "btn_add";
this.btn_add.Size = new System.Drawing.Size(82, 43);
this.btn_add.TabIndex = 0;
this.btn_add.Text = "增加条码";
//
// panelMain
//
this.panelMain.Appearance.BackColor = System.Drawing.Color.White;
this.panelMain.Appearance.Options.UseBackColor = true;
this.panelMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelMain.Location = new System.Drawing.Point(0, 0);
this.panelMain.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
this.panelMain.LookAndFeel.UseDefaultLookAndFeel = false;
this.panelMain.Margin = new System.Windows.Forms.Padding(4);
this.panelMain.Name = "panelMain";
this.panelMain.Size = new System.Drawing.Size(896, 47);
this.panelMain.TabIndex = 3;
//
// addControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panelMain);
this.Controls.Add(this.panelControl2);
this.Name = "addControl";
this.Size = new System.Drawing.Size(982, 47);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelMain)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.SimpleButton btn_add;
private DevExpress.XtraEditors.PanelControl panelMain;
}
}