namespace RfidWeb { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.hslButton1 = new HslControls.HslButton(); this.hslAgvCar1 = new HslControls.HslAgvCar(); this.SuspendLayout(); // // hslButton1 // this.hslButton1.CustomerInformation = null; this.hslButton1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslButton1.Location = new System.Drawing.Point(323, 199); this.hslButton1.Name = "hslButton1"; this.hslButton1.Size = new System.Drawing.Size(114, 46); this.hslButton1.TabIndex = 0; this.hslButton1.Text = "hslButton1"; // // hslAgvCar1 // this.hslAgvCar1.BackColor = System.Drawing.Color.Transparent; this.hslAgvCar1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslAgvCar1.Location = new System.Drawing.Point(245, 352); this.hslAgvCar1.Name = "hslAgvCar1"; this.hslAgvCar1.Size = new System.Drawing.Size(353, 106); this.hslAgvCar1.TabIndex = 1; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1035, 632); this.Controls.Add(this.hslAgvCar1); this.Controls.Add(this.hslButton1); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); } #endregion private HslControls.HslButton hslButton1; private HslControls.HslAgvCar hslAgvCar1; } }