FormAboutUs.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. namespace centralController
  2. {
  3. partial class FormAboutUs
  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_aboutUs = new DevComponents.DotNetBar.LabelX();
  29. this.btnx_close = new DevComponents.DotNetBar.ButtonX();
  30. this.pb_icon = new System.Windows.Forms.PictureBox();
  31. ((System.ComponentModel.ISupportInitialize)(this.pb_icon)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // lbx_aboutUs
  35. //
  36. this.lbx_aboutUs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
  37. this.lbx_aboutUs.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  38. //
  39. //
  40. //
  41. this.lbx_aboutUs.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  42. this.lbx_aboutUs.ForeColor = System.Drawing.Color.Black;
  43. this.lbx_aboutUs.Location = new System.Drawing.Point(-10, 146);
  44. this.lbx_aboutUs.Name = "lbx_aboutUs";
  45. this.lbx_aboutUs.Size = new System.Drawing.Size(350, 135);
  46. this.lbx_aboutUs.TabIndex = 3;
  47. this.lbx_aboutUs.Text = "sample";
  48. this.lbx_aboutUs.TextAlignment = System.Drawing.StringAlignment.Center;
  49. this.lbx_aboutUs.TextLineAlignment = System.Drawing.StringAlignment.Near;
  50. //
  51. // btnx_close
  52. //
  53. this.btnx_close.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  54. this.btnx_close.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  55. this.btnx_close.Location = new System.Drawing.Point(127, 298);
  56. this.btnx_close.Name = "btnx_close";
  57. this.btnx_close.Size = new System.Drawing.Size(75, 23);
  58. this.btnx_close.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
  59. this.btnx_close.TabIndex = 2;
  60. this.btnx_close.Text = "关闭";
  61. this.btnx_close.Click += new System.EventHandler(this.btnx_close_Click);
  62. //
  63. // pb_icon
  64. //
  65. this.pb_icon.Anchor = System.Windows.Forms.AnchorStyles.Top;
  66. this.pb_icon.BackgroundImage = global::centralController.Properties.Resources.icon;
  67. this.pb_icon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  68. this.pb_icon.Location = new System.Drawing.Point(103, 12);
  69. this.pb_icon.Name = "pb_icon";
  70. this.pb_icon.Size = new System.Drawing.Size(129, 128);
  71. this.pb_icon.TabIndex = 4;
  72. this.pb_icon.TabStop = false;
  73. //
  74. // FormAboutUs
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  79. this.ClientSize = new System.Drawing.Size(330, 334);
  80. this.Controls.Add(this.pb_icon);
  81. this.Controls.Add(this.lbx_aboutUs);
  82. this.Controls.Add(this.btnx_close);
  83. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  84. this.Name = "FormAboutUs";
  85. this.ShowInTaskbar = false;
  86. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  87. this.Text = "关于我们";
  88. ((System.ComponentModel.ISupportInitialize)(this.pb_icon)).EndInit();
  89. this.ResumeLayout(false);
  90. }
  91. #endregion
  92. private DevComponents.DotNetBar.LabelX lbx_aboutUs;
  93. private DevComponents.DotNetBar.ButtonX btnx_close;
  94. private System.Windows.Forms.PictureBox pb_icon;
  95. }
  96. }