namespace Gs.DevApp.UserControl
|
{
|
partial class XtraUserControl1
|
{
|
/// <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 Component 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.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.SuspendLayout();
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(0, 34);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(81, 18);
|
this.labelControl1.TabIndex = 0;
|
this.labelControl1.Text = "labelControl1";
|
//
|
// XtraUserControl1
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.labelControl1);
|
this.Name = "XtraUserControl1";
|
this.Size = new System.Drawing.Size(295, 150);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
}
|
}
|