| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 | namespace Ips.Sps.Svrs{    partial class CtrlSvrs    {        /// <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 Component 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()        {            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;    }}
 |