91 lines
3.8 KiB
C#
91 lines
3.8 KiB
C#
|
namespace PointManage
|
|||
|
{
|
|||
|
partial class MainForm
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
|||
|
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
|||
|
this.settingControl1 = new UI.Framework.Controls.SettingControl();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
|||
|
this.xtraTabControl1.SuspendLayout();
|
|||
|
this.xtraTabPage2.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// xtraTabControl1
|
|||
|
//
|
|||
|
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.xtraTabControl1.Name = "xtraTabControl1";
|
|||
|
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage2;
|
|||
|
this.xtraTabControl1.Size = new System.Drawing.Size(1120, 590);
|
|||
|
this.xtraTabControl1.TabIndex = 8;
|
|||
|
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|||
|
this.xtraTabPage2});
|
|||
|
//
|
|||
|
// xtraTabPage2
|
|||
|
//
|
|||
|
this.xtraTabPage2.Controls.Add(this.settingControl1);
|
|||
|
this.xtraTabPage2.Name = "xtraTabPage2";
|
|||
|
this.xtraTabPage2.Size = new System.Drawing.Size(1114, 561);
|
|||
|
this.xtraTabPage2.Text = " 应 用 设 置 ";
|
|||
|
//
|
|||
|
// settingControl1
|
|||
|
//
|
|||
|
this.settingControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.settingControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.settingControl1.Name = "settingControl1";
|
|||
|
this.settingControl1.Size = new System.Drawing.Size(1114, 561);
|
|||
|
this.settingControl1.TabIndex = 0;
|
|||
|
//
|
|||
|
// MainForm
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1120, 590);
|
|||
|
this.Controls.Add(this.xtraTabControl1);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "MainForm";
|
|||
|
this.Text = "MainForm";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
|||
|
this.xtraTabControl1.ResumeLayout(false);
|
|||
|
this.xtraTabPage2.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
|||
|
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
|||
|
private UI.Framework.Controls.SettingControl settingControl1;
|
|||
|
}
|
|||
|
}
|