|
@@ -30,17 +30,27 @@
|
|
|
{
|
|
|
this.gridSvrs = new DevExpress.XtraGrid.GridControl();
|
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
+ this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
+ this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
|
+ this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
|
+ this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridSvrs)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
|
+ this.layoutControl1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// gridSvrs
|
|
|
//
|
|
|
- this.gridSvrs.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.gridSvrs.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.gridSvrs.Location = new System.Drawing.Point(12, 12);
|
|
|
this.gridSvrs.MainView = this.gridView1;
|
|
|
this.gridSvrs.Name = "gridSvrs";
|
|
|
- this.gridSvrs.Size = new System.Drawing.Size(647, 422);
|
|
|
+ this.gridSvrs.Size = new System.Drawing.Size(781, 418);
|
|
|
this.gridSvrs.TabIndex = 0;
|
|
|
this.gridSvrs.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
this.gridView1});
|
|
@@ -50,16 +60,87 @@
|
|
|
this.gridView1.GridControl = this.gridSvrs;
|
|
|
this.gridView1.Name = "gridView1";
|
|
|
//
|
|
|
+ // layoutControl1
|
|
|
+ //
|
|
|
+ this.layoutControl1.Controls.Add(this.gridSvrs);
|
|
|
+ this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControl1.Name = "layoutControl1";
|
|
|
+ this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(943, 134, 650, 400);
|
|
|
+ this.layoutControl1.Root = this.Root;
|
|
|
+ this.layoutControl1.Size = new System.Drawing.Size(805, 490);
|
|
|
+ this.layoutControl1.TabIndex = 1;
|
|
|
+ this.layoutControl1.Text = "layoutControl1";
|
|
|
+ //
|
|
|
+ // Root
|
|
|
+ //
|
|
|
+ this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
|
+ this.Root.GroupBordersVisible = false;
|
|
|
+ this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
|
+ this.layoutControlItem1,
|
|
|
+ this.simpleLabelItem1,
|
|
|
+ this.simpleLabelItem2});
|
|
|
+ this.Root.Name = "Root";
|
|
|
+ this.Root.Size = new System.Drawing.Size(805, 490);
|
|
|
+ this.Root.TextVisible = false;
|
|
|
+ //
|
|
|
+ // layoutControlItem1
|
|
|
+ //
|
|
|
+ this.layoutControlItem1.Control = this.gridSvrs;
|
|
|
+ this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.layoutControlItem1.Name = "layoutControlItem1";
|
|
|
+ this.layoutControlItem1.Size = new System.Drawing.Size(785, 422);
|
|
|
+ this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ this.layoutControlItem1.TextVisible = false;
|
|
|
+ //
|
|
|
+ // simpleLabelItem1
|
|
|
+ //
|
|
|
+ this.simpleLabelItem1.AllowHotTrack = false;
|
|
|
+ this.simpleLabelItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
|
+ this.simpleLabelItem1.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
|
|
|
+ this.simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true;
|
|
|
+ this.simpleLabelItem1.AppearanceItemCaption.Options.UseForeColor = true;
|
|
|
+ this.simpleLabelItem1.Location = new System.Drawing.Point(0, 446);
|
|
|
+ this.simpleLabelItem1.MaxSize = new System.Drawing.Size(0, 24);
|
|
|
+ this.simpleLabelItem1.MinSize = new System.Drawing.Size(126, 24);
|
|
|
+ this.simpleLabelItem1.Name = "simpleLabelItem1";
|
|
|
+ this.simpleLabelItem1.Size = new System.Drawing.Size(785, 24);
|
|
|
+ this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.simpleLabelItem1.Text = "请双击接口地址检查每个服务能否访问,如果不能访问需要到服务所在设备允许防火墙通过服务端口";
|
|
|
+ this.simpleLabelItem1.TextSize = new System.Drawing.Size(693, 19);
|
|
|
+ //
|
|
|
+ // simpleLabelItem2
|
|
|
+ //
|
|
|
+ this.simpleLabelItem2.AllowHotTrack = false;
|
|
|
+ this.simpleLabelItem2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
|
+ this.simpleLabelItem2.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
|
|
|
+ this.simpleLabelItem2.AppearanceItemCaption.Options.UseFont = true;
|
|
|
+ this.simpleLabelItem2.AppearanceItemCaption.Options.UseForeColor = true;
|
|
|
+ this.simpleLabelItem2.Location = new System.Drawing.Point(0, 422);
|
|
|
+ this.simpleLabelItem2.MaxSize = new System.Drawing.Size(0, 24);
|
|
|
+ this.simpleLabelItem2.MinSize = new System.Drawing.Size(665, 24);
|
|
|
+ this.simpleLabelItem2.Name = "simpleLabelItem2";
|
|
|
+ this.simpleLabelItem2.Size = new System.Drawing.Size(785, 24);
|
|
|
+ this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
|
+ this.simpleLabelItem2.Text = "如果服务无法注册到平台需要到平台所在设备允许防火墙通过平台端口";
|
|
|
+ this.simpleLabelItem2.TextSize = new System.Drawing.Size(693, 19);
|
|
|
+ //
|
|
|
// CtrlSvrs
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.Controls.Add(this.gridSvrs);
|
|
|
+ this.Controls.Add(this.layoutControl1);
|
|
|
this.Name = "CtrlSvrs";
|
|
|
- this.Size = new System.Drawing.Size(647, 422);
|
|
|
+ this.Size = new System.Drawing.Size(805, 490);
|
|
|
this.Load += new System.EventHandler(this.CtrlSvrs_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridSvrs)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
|
+ this.layoutControl1.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -68,5 +149,10 @@
|
|
|
|
|
|
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;
|
|
|
}
|
|
|
}
|