namespace IStation.WinFormUI.Project { partial class OpenProjectOverviewDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement(); this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.tileControl1 = new DevExpress.XtraEditors.TileControl(); this.tileGroup2 = new DevExpress.XtraEditors.TileGroup(); this.tileOpenPrj = new DevExpress.XtraEditors.TileItem(); this.projectTileViewCtrl1 = new IStation.WinFormUI.Project.ProjectTileViewCtrl(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.Controls.Add(this.tileControl1); this.layoutControl1.Controls.Add(this.projectTileViewCtrl1); 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(1105, 701); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // tileControl1 // this.tileControl1.Groups.Add(this.tileGroup2); this.tileControl1.Location = new System.Drawing.Point(775, 29); this.tileControl1.MaxId = 3; this.tileControl1.Name = "tileControl1"; this.tileControl1.Size = new System.Drawing.Size(318, 660); this.tileControl1.TabIndex = 5; this.tileControl1.Text = "tileControl1"; this.tileControl1.VerticalContentAlignment = DevExpress.Utils.VertAlignment.Top; // // tileGroup2 // this.tileGroup2.Items.Add(this.tileOpenPrj); this.tileGroup2.Name = "tileGroup2"; // // tileOpenPrj // this.tileOpenPrj.AppearanceItem.Normal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204))))); this.tileOpenPrj.AppearanceItem.Normal.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(100)))), ((int)(((byte)(220))))); this.tileOpenPrj.AppearanceItem.Normal.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204))))); this.tileOpenPrj.AppearanceItem.Normal.FontSizeDelta = 10; this.tileOpenPrj.AppearanceItem.Normal.Options.UseBackColor = true; this.tileOpenPrj.AppearanceItem.Normal.Options.UseBorderColor = true; this.tileOpenPrj.AppearanceItem.Normal.Options.UseFont = true; tileItemElement1.Text = "导入项目"; tileItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter; this.tileOpenPrj.Elements.Add(tileItemElement1); this.tileOpenPrj.Id = 0; this.tileOpenPrj.ItemSize = DevExpress.XtraEditors.TileItemSize.Wide; this.tileOpenPrj.Name = "tileOpenPrj"; this.tileOpenPrj.ItemClick += new DevExpress.XtraEditors.TileItemClickEventHandler(this.tileOpenPrj_ItemClick); // // projectTileViewCtrl1 // this.projectTileViewCtrl1.BorderVisible = true; this.projectTileViewCtrl1.Location = new System.Drawing.Point(12, 29); this.projectTileViewCtrl1.Name = "projectTileViewCtrl1"; this.projectTileViewCtrl1.Size = new System.Drawing.Size(759, 660); this.projectTileViewCtrl1.TabIndex = 6; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem2, this.layoutControlItem1}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(1105, 701); this.Root.TextVisible = false; // // layoutControlItem2 // this.layoutControlItem2.Control = this.tileControl1; this.layoutControlItem2.Location = new System.Drawing.Point(763, 0); this.layoutControlItem2.MaxSize = new System.Drawing.Size(322, 0); this.layoutControlItem2.MinSize = new System.Drawing.Size(322, 41); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(322, 681); this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem2.Text = "开始使用"; this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem2.TextSize = new System.Drawing.Size(48, 14); // // layoutControlItem1 // this.layoutControlItem1.Control = this.projectTileViewCtrl1; this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(763, 681); this.layoutControlItem1.Text = "项目列表"; this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top; this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14); // // OpenProjectOverviewDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1105, 701); this.Controls.Add(this.layoutControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OpenProjectOverviewDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据分析"; ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.TileControl tileControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraEditors.TileGroup tileGroup2; private DevExpress.XtraEditors.TileItem tileOpenPrj; private ProjectTileViewCtrl projectTileViewCtrl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; } }