117 lines
5.2 KiB
C#
117 lines
5.2 KiB
C#
|
|
namespace DeviceRepairAndOptimization.Pages
|
|
{
|
|
partial class DialogWindow
|
|
{
|
|
/// <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.XtraEditors.SeparatorControl separatorControl1;
|
|
this.stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pnl_Content = new DevExpress.XtraEditors.PanelControl();
|
|
separatorControl1 = new DevExpress.XtraEditors.SeparatorControl();
|
|
((System.ComponentModel.ISupportInitialize)(separatorControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).BeginInit();
|
|
this.stackPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pnl_Content)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// separatorControl1
|
|
//
|
|
separatorControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
separatorControl1.Location = new System.Drawing.Point(0, 607);
|
|
separatorControl1.Name = "separatorControl1";
|
|
separatorControl1.Size = new System.Drawing.Size(1298, 23);
|
|
separatorControl1.TabIndex = 1;
|
|
//
|
|
// stackPanel1
|
|
//
|
|
this.stackPanel1.Controls.Add(this.simpleButton1);
|
|
this.stackPanel1.Controls.Add(this.simpleButton2);
|
|
this.stackPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.stackPanel1.LayoutDirection = DevExpress.Utils.Layout.StackPanelLayoutDirection.RightToLeft;
|
|
this.stackPanel1.Location = new System.Drawing.Point(0, 630);
|
|
this.stackPanel1.Name = "stackPanel1";
|
|
this.stackPanel1.Size = new System.Drawing.Size(1298, 55);
|
|
this.stackPanel1.TabIndex = 0;
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Location = new System.Drawing.Point(1131, 6);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(164, 42);
|
|
this.simpleButton1.TabIndex = 0;
|
|
this.simpleButton1.Text = "退出";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// simpleButton2
|
|
//
|
|
this.simpleButton2.Location = new System.Drawing.Point(961, 6);
|
|
this.simpleButton2.Name = "simpleButton2";
|
|
this.simpleButton2.Size = new System.Drawing.Size(164, 42);
|
|
this.simpleButton2.TabIndex = 1;
|
|
this.simpleButton2.Text = "保存";
|
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
|
//
|
|
// pnl_Content
|
|
//
|
|
this.pnl_Content.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pnl_Content.Location = new System.Drawing.Point(0, 0);
|
|
this.pnl_Content.Name = "pnl_Content";
|
|
this.pnl_Content.Size = new System.Drawing.Size(1298, 607);
|
|
this.pnl_Content.TabIndex = 2;
|
|
//
|
|
// DialogWindow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1298, 685);
|
|
this.Controls.Add(this.pnl_Content);
|
|
this.Controls.Add(separatorControl1);
|
|
this.Controls.Add(this.stackPanel1);
|
|
this.MinimizeBox = false;
|
|
this.Name = "DialogWindow";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "DialogWindow";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
((System.ComponentModel.ISupportInitialize)(separatorControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.stackPanel1)).EndInit();
|
|
this.stackPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pnl_Content)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.Utils.Layout.StackPanel stackPanel1;
|
|
private DevExpress.XtraEditors.PanelControl pnl_Content;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
|
}
|
|
} |