FormSysInfo.Designer.cs 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. namespace centralController
  2. {
  3. partial class FormSysInfo
  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 Windows Form 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.lbx_sysInfo = new DevComponents.DotNetBar.LabelX();
  29. this.btnx_close = new DevComponents.DotNetBar.ButtonX();
  30. this.SuspendLayout();
  31. //
  32. // lbx_sysInfo
  33. //
  34. this.lbx_sysInfo.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  35. //
  36. //
  37. //
  38. this.lbx_sysInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  39. this.lbx_sysInfo.ForeColor = System.Drawing.Color.Black;
  40. this.lbx_sysInfo.Location = new System.Drawing.Point(12, 10);
  41. this.lbx_sysInfo.Name = "lbx_sysInfo";
  42. this.lbx_sysInfo.Size = new System.Drawing.Size(285, 264);
  43. this.lbx_sysInfo.TabIndex = 3;
  44. this.lbx_sysInfo.Text = "sample";
  45. this.lbx_sysInfo.TextAlignment = System.Drawing.StringAlignment.Center;
  46. this.lbx_sysInfo.TextLineAlignment = System.Drawing.StringAlignment.Near;
  47. //
  48. // btnx_close
  49. //
  50. this.btnx_close.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  51. this.btnx_close.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  52. this.btnx_close.Location = new System.Drawing.Point(119, 286);
  53. this.btnx_close.Name = "btnx_close";
  54. this.btnx_close.Size = new System.Drawing.Size(75, 23);
  55. this.btnx_close.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  56. this.btnx_close.TabIndex = 2;
  57. this.btnx_close.Text = "关闭";
  58. this.btnx_close.Click += new System.EventHandler(this.btnx_close_Click);
  59. //
  60. // FormSysInfo
  61. //
  62. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  63. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  64. this.AutoSize = true;
  65. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  66. this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  67. this.ClientSize = new System.Drawing.Size(309, 315);
  68. this.Controls.Add(this.lbx_sysInfo);
  69. this.Controls.Add(this.btnx_close);
  70. this.Name = "FormSysInfo";
  71. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  72. this.Text = "系统信息";
  73. this.ResumeLayout(false);
  74. }
  75. #endregion
  76. private DevComponents.DotNetBar.LabelX lbx_sysInfo;
  77. private DevComponents.DotNetBar.ButtonX btnx_close;
  78. }
  79. }