93 lines
4.3 KiB
C#
93 lines
4.3 KiB
C#
namespace UI.Framework.Controls
|
|
{
|
|
partial class SettingControl
|
|
{
|
|
/// <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.PropertyControl = new DevExpress.XtraVerticalGrid.PropertyGridControl();
|
|
this.propertyDescriptionControl1 = new DevExpress.XtraVerticalGrid.PropertyDescriptionControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.PropertyControl)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// PropertyControl
|
|
//
|
|
this.PropertyControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.PropertyControl.Location = new System.Drawing.Point(0, 0);
|
|
this.PropertyControl.Name = "PropertyControl";
|
|
this.PropertyControl.OptionsBehavior.ResizeRowHeaders = false;
|
|
this.PropertyControl.RecordWidth = 140;
|
|
this.PropertyControl.RowHeaderWidth = 60;
|
|
this.PropertyControl.Size = new System.Drawing.Size(587, 376);
|
|
this.PropertyControl.TabIndex = 0;
|
|
//
|
|
// propertyDescriptionControl1
|
|
//
|
|
this.propertyDescriptionControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.propertyDescriptionControl1.Location = new System.Drawing.Point(0, 382);
|
|
this.propertyDescriptionControl1.Name = "propertyDescriptionControl1";
|
|
this.propertyDescriptionControl1.PropertyGrid = this.PropertyControl;
|
|
this.propertyDescriptionControl1.Size = new System.Drawing.Size(590, 80);
|
|
this.propertyDescriptionControl1.TabIndex = 1;
|
|
this.propertyDescriptionControl1.TabStop = false;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelControl1.Appearance.Options.UseBackColor = true;
|
|
this.labelControl1.Appearance.Options.UseFont = true;
|
|
this.labelControl1.Location = new System.Drawing.Point(201, 129);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(148, 19);
|
|
this.labelControl1.TabIndex = 2;
|
|
this.labelControl1.Text = "正在读取配置信息....";
|
|
this.labelControl1.Visible = false;
|
|
//
|
|
// SettingControl
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.Controls.Add(this.labelControl1);
|
|
this.Controls.Add(this.propertyDescriptionControl1);
|
|
this.Controls.Add(this.PropertyControl);
|
|
this.Name = "SettingControl";
|
|
this.Size = new System.Drawing.Size(590, 462);
|
|
((System.ComponentModel.ISupportInitialize)(this.PropertyControl)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private DevExpress.XtraVerticalGrid.PropertyDescriptionControl propertyDescriptionControl1;
|
|
public DevExpress.XtraVerticalGrid.PropertyGridControl PropertyControl;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
}
|
|
}
|