CtrlSvrs.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. namespace DW5S.App.UserControl
  2. {
  3. partial class CtrlSvrs
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. ///// <summary>
  10. ///// Clean up any resources being used.
  11. ///// </summary>
  12. ///// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. //protected override void Dispose(bool disposing)
  14. //{
  15. // if (disposing && (components != null))
  16. // {
  17. // components.Dispose();
  18. // }
  19. // base.Dispose(disposing);
  20. //}
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.gridSvrs = new DevExpress.XtraGrid.GridControl();
  29. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  30. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  31. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  32. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  33. this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
  34. this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
  35. ((System.ComponentModel.ISupportInitialize)(this.gridSvrs)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  38. this.layoutControl1.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // gridSvrs
  46. //
  47. this.gridSvrs.Location = new System.Drawing.Point(12, 12);
  48. this.gridSvrs.MainView = this.gridView1;
  49. this.gridSvrs.Name = "gridSvrs";
  50. this.gridSvrs.Size = new System.Drawing.Size(781, 418);
  51. this.gridSvrs.TabIndex = 0;
  52. this.gridSvrs.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  53. this.gridView1});
  54. //
  55. // gridView1
  56. //
  57. this.gridView1.GridControl = this.gridSvrs;
  58. this.gridView1.Name = "gridView1";
  59. //
  60. // layoutControl1
  61. //
  62. this.layoutControl1.Controls.Add(this.gridSvrs);
  63. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  65. this.layoutControl1.Name = "layoutControl1";
  66. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(943, 134, 650, 400);
  67. this.layoutControl1.Root = this.Root;
  68. this.layoutControl1.Size = new System.Drawing.Size(805, 490);
  69. this.layoutControl1.TabIndex = 1;
  70. this.layoutControl1.Text = "layoutControl1";
  71. //
  72. // Root
  73. //
  74. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  75. this.Root.GroupBordersVisible = false;
  76. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  77. this.layoutControlItem1,
  78. this.simpleLabelItem1,
  79. this.simpleLabelItem2});
  80. this.Root.Name = "Root";
  81. this.Root.Size = new System.Drawing.Size(805, 490);
  82. this.Root.TextVisible = false;
  83. //
  84. // layoutControlItem1
  85. //
  86. this.layoutControlItem1.Control = this.gridSvrs;
  87. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  88. this.layoutControlItem1.Name = "layoutControlItem1";
  89. this.layoutControlItem1.Size = new System.Drawing.Size(785, 422);
  90. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  91. this.layoutControlItem1.TextVisible = false;
  92. //
  93. // simpleLabelItem1
  94. //
  95. this.simpleLabelItem1.AllowHotTrack = false;
  96. this.simpleLabelItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
  97. this.simpleLabelItem1.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
  98. this.simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true;
  99. this.simpleLabelItem1.AppearanceItemCaption.Options.UseForeColor = true;
  100. this.simpleLabelItem1.Location = new System.Drawing.Point(0, 446);
  101. this.simpleLabelItem1.MaxSize = new System.Drawing.Size(0, 24);
  102. this.simpleLabelItem1.MinSize = new System.Drawing.Size(126, 24);
  103. this.simpleLabelItem1.Name = "simpleLabelItem1";
  104. this.simpleLabelItem1.Size = new System.Drawing.Size(785, 24);
  105. this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  106. this.simpleLabelItem1.Text = "请双击接口地址检查每个服务能否访问,如果不能访问需要到服务所在设备允许防火墙通过服务端口";
  107. this.simpleLabelItem1.TextSize = new System.Drawing.Size(693, 19);
  108. //
  109. // simpleLabelItem2
  110. //
  111. this.simpleLabelItem2.AllowHotTrack = false;
  112. this.simpleLabelItem2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
  113. this.simpleLabelItem2.AppearanceItemCaption.ForeColor = System.Drawing.Color.Red;
  114. this.simpleLabelItem2.AppearanceItemCaption.Options.UseFont = true;
  115. this.simpleLabelItem2.AppearanceItemCaption.Options.UseForeColor = true;
  116. this.simpleLabelItem2.Location = new System.Drawing.Point(0, 422);
  117. this.simpleLabelItem2.MaxSize = new System.Drawing.Size(0, 24);
  118. this.simpleLabelItem2.MinSize = new System.Drawing.Size(665, 24);
  119. this.simpleLabelItem2.Name = "simpleLabelItem2";
  120. this.simpleLabelItem2.Size = new System.Drawing.Size(785, 24);
  121. this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  122. this.simpleLabelItem2.Text = "如果服务无法注册到平台需要到平台所在设备允许防火墙通过平台端口";
  123. this.simpleLabelItem2.TextSize = new System.Drawing.Size(693, 19);
  124. //
  125. // CtrlSvrs
  126. //
  127. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  128. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129. this.Controls.Add(this.layoutControl1);
  130. this.Name = "CtrlSvrs";
  131. this.Size = new System.Drawing.Size(805, 490);
  132. this.Load += new System.EventHandler(this.CtrlSvrs_Load);
  133. ((System.ComponentModel.ISupportInitialize)(this.gridSvrs)).EndInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  136. this.layoutControl1.ResumeLayout(false);
  137. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
  141. this.ResumeLayout(false);
  142. }
  143. #endregion
  144. private DevExpress.XtraGrid.GridControl gridSvrs;
  145. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  146. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  147. private DevExpress.XtraLayout.LayoutControlGroup Root;
  148. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  149. private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
  150. private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
  151. }
  152. }