DeviceManager/TsSFCDevice.Client.Launch/page_XtraFormLog.Designer.cs

70 lines
2.9 KiB
C#
Raw Normal View History

2024-08-02 02:52:45 +00:00
namespace TsSFCDevice.Client.Launch
{
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.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.listBoxControl1.Appearance.Options.UseFont = true;
this.listBoxControl1.AppearanceSelected.Font = new System.Drawing.Font("Tahoma", 12F);
this.listBoxControl1.AppearanceSelected.Options.UseFont = true;
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, 714);
this.listBoxControl1.TabIndex = 0;
//
// page_XtraFormLog
//
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(604, 714);
this.Controls.Add(this.listBoxControl1);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("Tahoma", 12F);
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;
}
}