namespace TsSFCDevice.Client.Launch { partial class page_XtraFormLog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }