DeviceManager/DeviceRepairAndOptimization/Pages/page_XtraFormLog.Designer.cs
2024-05-28 22:36:38 +08:00

64 lines
2.4 KiB
C#

namespace DeviceRepairAndOptimization.Pages
{
partial class page_XtraFormLog
{
/// <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()
{
this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
this.SuspendLayout();
//
// listBoxControl1
//
this.listBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBoxControl1.Location = new System.Drawing.Point(0, 0);
this.listBoxControl1.Name = "listBoxControl1";
this.listBoxControl1.Size = new System.Drawing.Size(604, 676);
this.listBoxControl1.TabIndex = 0;
//
// page_XtraFormLog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(604, 676);
this.Controls.Add(this.listBoxControl1);
this.DoubleBuffered = true;
this.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.Name = "page_XtraFormLog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "page_XtraFormLog";
this.Load += new System.EventHandler(this.page_XtraFormLog_Load);
((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
}
}