DeviceManager/DeviceRepairAndOptimization/Pages/pageSytemSetting.Designer.cs
2024-07-22 15:50:10 +08:00

183 lines
9.5 KiB
C#

namespace DeviceRepairAndOptimization.Pages
{
partial class pageSytemSetting
{
/// <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()
{
DevExpress.XtraLayout.LayoutControl layoutControl1;
DevExpress.Utils.Layout.StackPanel stackPanel1;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(pageSytemSetting));
DevExpress.XtraLayout.LayoutControlGroup Root;
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.lcContent = new DevExpress.XtraLayout.LayoutControlItem();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
((System.ComponentModel.ISupportInitialize)(layoutControl1)).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(stackPanel1)).BeginInit();
stackPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lcContent)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
layoutControl1.AllowCustomization = false;
layoutControl1.Controls.Add(this.dataLayoutControl1);
layoutControl1.Controls.Add(stackPanel1);
layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
layoutControl1.Location = new System.Drawing.Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new System.Drawing.Size(1854, 983);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// dataLayoutControl1
//
this.dataLayoutControl1.AllowCustomization = false;
this.dataLayoutControl1.Location = new System.Drawing.Point(12, 46);
this.dataLayoutControl1.Name = "dataLayoutControl1";
this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1225, 682, 650, 400);
this.dataLayoutControl1.Root = this.layoutControlGroup1;
this.dataLayoutControl1.Size = new System.Drawing.Size(1830, 925);
this.dataLayoutControl1.TabIndex = 5;
this.dataLayoutControl1.Text = "dataLayoutControl1";
//
// layoutControlGroup1
//
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Name = "Root";
this.layoutControlGroup1.Size = new System.Drawing.Size(1830, 925);
this.layoutControlGroup1.TextVisible = false;
//
// stackPanel1
//
stackPanel1.Controls.Add(this.simpleButton1);
stackPanel1.LayoutDirection = DevExpress.Utils.Layout.StackPanelLayoutDirection.RightToLeft;
stackPanel1.Location = new System.Drawing.Point(12, 12);
stackPanel1.Name = "stackPanel1";
stackPanel1.Size = new System.Drawing.Size(1830, 30);
stackPanel1.TabIndex = 4;
//
// simpleButton1
//
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
this.simpleButton1.Location = new System.Drawing.Point(1752, 3);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
this.simpleButton1.TabIndex = 0;
this.simpleButton1.Text = "保存";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.lcContent});
Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
Root.Name = "Root";
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
columnDefinition1.Width = 100D;
Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
columnDefinition1});
rowDefinition1.Height = 34D;
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Absolute;
rowDefinition2.Height = 100D;
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
rowDefinition1,
rowDefinition2});
Root.Size = new System.Drawing.Size(1854, 983);
Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = stackPanel1;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(1834, 34);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// lcContent
//
this.lcContent.Control = this.dataLayoutControl1;
this.lcContent.Location = new System.Drawing.Point(0, 34);
this.lcContent.Name = "lcContent";
this.lcContent.OptionsTableLayoutItem.RowIndex = 1;
this.lcContent.ShowInCustomizationForm = false;
this.lcContent.Size = new System.Drawing.Size(1834, 929);
this.lcContent.TextSize = new System.Drawing.Size(0, 0);
this.lcContent.TextVisible = false;
//
// pageSytemSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1854, 983);
this.Controls.Add(layoutControl1);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("宋体", 11.25F);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "pageSytemSetting";
this.Text = "pageSytemSetting";
((System.ComponentModel.ISupportInitialize)(layoutControl1)).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(stackPanel1)).EndInit();
stackPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lcContent)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem lcContent;
}
}