namespace Ips.Sps.Svrs { partial class CtrlSvrs { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { gridSvrs = new DevExpress.XtraGrid.GridControl(); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem(); ((System.ComponentModel.ISupportInitialize)gridSvrs).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)simpleLabelItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)simpleLabelItem2).BeginInit(); SuspendLayout(); // // gridSvrs // gridSvrs.Location = new Point(12, 12); gridSvrs.MainView = gridView1; gridSvrs.Name = "gridSvrs"; gridSvrs.Size = new Size(781, 418); gridSvrs.TabIndex = 0; gridSvrs.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // gridView1 // gridView1.GridControl = gridSvrs; gridView1.Name = "gridView1"; // // layoutControl1 // layoutControl1.Controls.Add(gridSvrs); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(943, 134, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(805, 490); layoutControl1.TabIndex = 1; layoutControl1.Text = "layoutControl1"; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, simpleLabelItem1, simpleLabelItem2 }); Root.Name = "Root"; Root.Size = new Size(805, 490); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = gridSvrs; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(785, 422); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // simpleLabelItem1 // simpleLabelItem1.AllowHotTrack = false; simpleLabelItem1.AppearanceItemCaption.Font = new Font("Tahoma", 12F, FontStyle.Regular, GraphicsUnit.Point); simpleLabelItem1.AppearanceItemCaption.ForeColor = Color.Red; simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true; simpleLabelItem1.AppearanceItemCaption.Options.UseForeColor = true; simpleLabelItem1.Location = new Point(0, 446); simpleLabelItem1.MaxSize = new Size(0, 24); simpleLabelItem1.MinSize = new Size(126, 24); simpleLabelItem1.Name = "simpleLabelItem1"; simpleLabelItem1.Size = new Size(785, 24); simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; simpleLabelItem1.Text = "请双击接口地址检查每个服务能否访问,如果不能访问需要到服务所在服务器防火墙入栈规则中允许其本地Tcp端口通过"; simpleLabelItem1.TextSize = new Size(831, 19); // // simpleLabelItem2 // simpleLabelItem2.AllowHotTrack = false; simpleLabelItem2.AppearanceItemCaption.Font = new Font("Tahoma", 12F, FontStyle.Regular, GraphicsUnit.Point); simpleLabelItem2.AppearanceItemCaption.ForeColor = Color.Red; simpleLabelItem2.AppearanceItemCaption.Options.UseFont = true; simpleLabelItem2.AppearanceItemCaption.Options.UseForeColor = true; simpleLabelItem2.CustomizationFormText = "如果服务无法注册到此程序需要到此程序所在服务器防火墙入栈规则中允许Tcp端口"; simpleLabelItem2.Location = new Point(0, 422); simpleLabelItem2.MaxSize = new Size(0, 24); simpleLabelItem2.MinSize = new Size(665, 24); simpleLabelItem2.Name = "simpleLabelItem2"; simpleLabelItem2.Size = new Size(785, 24); simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; simpleLabelItem2.Text = "如果服务无法注册到此程序需要到此程序所在服务器防火墙入栈规则中允许Tcp端口通过"; simpleLabelItem2.TextSize = new Size(831, 19); // // CtrlSvrs // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "CtrlSvrs"; Size = new Size(805, 490); Load += CtrlSvrs_Load; ((System.ComponentModel.ISupportInitialize)gridSvrs).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)simpleLabelItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)simpleLabelItem2).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridSvrs; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2; } }