对比新文件 |
| | |
| | | 锘縩amespace Gs.DevApp.DevFrm |
| | | { |
| | | partial class XtraForm1 |
| | | { |
| | | /// <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.panel1 = new System.Windows.Forms.Panel(); |
| | | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | this.panel1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // panel1 |
| | | // |
| | | this.panel1.Controls.Add(this.layoutControl1); |
| | | this.panel1.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.panel1.Location = new System.Drawing.Point(0, 0); |
| | | this.panel1.Name = "panel1"; |
| | | this.panel1.Size = new System.Drawing.Size(1057, 392); |
| | | this.panel1.TabIndex = 0; |
| | | // |
| | | // layoutControl1 |
| | | // |
| | | this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.layoutControl1.Location = new System.Drawing.Point(0, 0); |
| | | this.layoutControl1.Name = "layoutControl1"; |
| | | this.layoutControl1.Root = this.Root; |
| | | this.layoutControl1.Size = new System.Drawing.Size(1057, 392); |
| | | this.layoutControl1.TabIndex = 0; |
| | | this.layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // Root |
| | | // |
| | | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | this.Root.GroupBordersVisible = false; |
| | | this.Root.Name = "Root"; |
| | | this.Root.OptionsCustomization.AllowDrag = DevExpress.XtraLayout.ItemDragDropMode.Allow; |
| | | this.Root.OptionsCustomization.AllowDrop = DevExpress.XtraLayout.ItemDragDropMode.Allow; |
| | | this.Root.Size = new System.Drawing.Size(1057, 392); |
| | | this.Root.TextVisible = false; |
| | | // |
| | | // XtraForm1 |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(1057, 660); |
| | | this.Controls.Add(this.panel1); |
| | | this.Name = "XtraForm1"; |
| | | this.Text = "XtraForm1"; |
| | | this.WindowState = System.Windows.Forms.FormWindowState.Maximized; |
| | | this.panel1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | private System.Windows.Forms.Panel panel1; |
| | | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
| | | private DevExpress.XtraLayout.LayoutControlGroup Root; |
| | | } |
| | | } |