namespace TsSFCDevice.Client.Launch.Device { partial class pageRouteAssign { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(pageRouteAssign)); this.toolbarFormControl1 = new DevExpress.XtraBars.ToolbarForm.ToolbarFormControl(); this.toolbarFormManager1 = new DevExpress.XtraBars.ToolbarForm.ToolbarFormManager(this.components); this.barDockControlTop = new DevExpress.XtraBars.BarDockControl(); this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); this.barDockControlRight = new DevExpress.XtraBars.BarDockControl(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TsSFCDevice.Client.Launch.frmWaiting), true, true); this.treeList1 = new DevExpress.XtraTreeList.TreeList(); this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); ((System.ComponentModel.ISupportInitialize)(this.toolbarFormControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.toolbarFormManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); this.SuspendLayout(); // // toolbarFormControl1 // this.toolbarFormControl1.Location = new System.Drawing.Point(0, 0); this.toolbarFormControl1.Manager = this.toolbarFormManager1; this.toolbarFormControl1.Margin = new System.Windows.Forms.Padding(4); this.toolbarFormControl1.Name = "toolbarFormControl1"; this.toolbarFormControl1.Size = new System.Drawing.Size(560, 31); this.toolbarFormControl1.TabIndex = 0; this.toolbarFormControl1.TabStop = false; this.toolbarFormControl1.TitleItemLinks.Add(this.barButtonItem1); this.toolbarFormControl1.ToolbarForm = this; // // toolbarFormManager1 // this.toolbarFormManager1.DockControls.Add(this.barDockControlTop); this.toolbarFormManager1.DockControls.Add(this.barDockControlBottom); this.toolbarFormManager1.DockControls.Add(this.barDockControlLeft); this.toolbarFormManager1.DockControls.Add(this.barDockControlRight); this.toolbarFormManager1.Form = this; this.toolbarFormManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.barButtonItem1}); this.toolbarFormManager1.MaxItemId = 1; // // barDockControlTop // this.barDockControlTop.CausesValidation = false; this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top; this.barDockControlTop.Location = new System.Drawing.Point(0, 31); this.barDockControlTop.Manager = this.toolbarFormManager1; this.barDockControlTop.Margin = new System.Windows.Forms.Padding(4); this.barDockControlTop.Size = new System.Drawing.Size(560, 0); // // barDockControlBottom // this.barDockControlBottom.CausesValidation = false; this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.barDockControlBottom.Location = new System.Drawing.Point(0, 654); this.barDockControlBottom.Manager = this.toolbarFormManager1; this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(4); this.barDockControlBottom.Size = new System.Drawing.Size(560, 0); // // barDockControlLeft // this.barDockControlLeft.CausesValidation = false; this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left; this.barDockControlLeft.Location = new System.Drawing.Point(0, 31); this.barDockControlLeft.Manager = this.toolbarFormManager1; this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(4); this.barDockControlLeft.Size = new System.Drawing.Size(0, 623); // // barDockControlRight // this.barDockControlRight.CausesValidation = false; this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right; this.barDockControlRight.Location = new System.Drawing.Point(560, 31); this.barDockControlRight.Manager = this.toolbarFormManager1; this.barDockControlRight.Margin = new System.Windows.Forms.Padding(4); this.barDockControlRight.Size = new System.Drawing.Size(0, 623); // // barButtonItem1 // this.barButtonItem1.Caption = "提交"; this.barButtonItem1.Id = 0; this.barButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image"))); this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage"))); this.barButtonItem1.Name = "barButtonItem1"; this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick); // // splashScreenManager1 // this.splashScreenManager1.ClosingDelay = 500; // // treeList1 // this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { this.treeListColumn1}); this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill; this.treeList1.Location = new System.Drawing.Point(0, 31); this.treeList1.MenuManager = this.toolbarFormManager1; this.treeList1.Name = "treeList1"; this.treeList1.OptionsView.CheckBoxStyle = DevExpress.XtraTreeList.DefaultNodeCheckBoxStyle.Radio; this.treeList1.OptionsView.RootCheckBoxStyle = DevExpress.XtraTreeList.NodeCheckBoxStyle.None; this.treeList1.Size = new System.Drawing.Size(560, 623); this.treeList1.TabIndex = 6; this.treeList1.BeforeCheckNode += new DevExpress.XtraTreeList.CheckNodeEventHandler(this.treeList1_BeforeCheckNode); this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged); this.treeList1.CustomDrawNodeCheckBox += new DevExpress.XtraTreeList.CustomDrawNodeCheckBoxEventHandler(this.treeList1_CustomDrawNodeCheckBox); // // treeListColumn1 // this.treeListColumn1.Caption = "名称"; this.treeListColumn1.FieldName = "Name"; this.treeListColumn1.Name = "treeListColumn1"; this.treeListColumn1.OptionsColumn.ReadOnly = true; this.treeListColumn1.Visible = true; this.treeListColumn1.VisibleIndex = 0; // // pageRouteAssign // this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(560, 654); this.Controls.Add(this.treeList1); this.Controls.Add(this.barDockControlLeft); this.Controls.Add(this.barDockControlRight); this.Controls.Add(this.barDockControlBottom); this.Controls.Add(this.barDockControlTop); this.Controls.Add(this.toolbarFormControl1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.2F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IconOptions.Image = ((System.Drawing.Image)(resources.GetObject("pageRouteAssign.IconOptions.Image"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "pageRouteAssign"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设备信息组"; this.ToolbarFormControl = this.toolbarFormControl1; ((System.ComponentModel.ISupportInitialize)(this.toolbarFormControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.toolbarFormManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.ToolbarForm.ToolbarFormControl toolbarFormControl1; private DevExpress.XtraBars.ToolbarForm.ToolbarFormManager toolbarFormManager1; private DevExpress.XtraBars.BarDockControl barDockControlTop; private DevExpress.XtraBars.BarDockControl barDockControlBottom; private DevExpress.XtraBars.BarDockControl barDockControlLeft; private DevExpress.XtraBars.BarDockControl barDockControlRight; private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1; private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; private DevExpress.XtraBars.BarButtonItem barButtonItem1; } }