版博士V2.0程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

74 linhas
2.9 KiB

  1. namespace MaiMuAOI.SysUI.SysSet
  2. {
  3. partial class SysInfoFrm
  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.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  29. this.label_info = new System.Windows.Forms.Label();
  30. this.SuspendLayout();
  31. //
  32. // uiTitel1
  33. //
  34. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  35. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  36. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  37. this.uiTitel1.Name = "uiTitel1";
  38. this.uiTitel1.Size = new System.Drawing.Size(293, 46);
  39. this.uiTitel1.TabIndex = 24;
  40. //
  41. // label_info
  42. //
  43. this.label_info.AutoSize = true;
  44. this.label_info.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.label_info.Location = new System.Drawing.Point(12, 61);
  46. this.label_info.Name = "label_info";
  47. this.label_info.Size = new System.Drawing.Size(42, 22);
  48. this.label_info.TabIndex = 25;
  49. this.label_info.Text = "info";
  50. //
  51. // SysInfoFrm
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.ClientSize = new System.Drawing.Size(293, 223);
  56. this.Controls.Add(this.label_info);
  57. this.Controls.Add(this.uiTitel1);
  58. this.Name = "SysInfoFrm";
  59. this.Text = "SysInfoFrm";
  60. this.Load += new System.EventHandler(this.SysInfoFrm_Load);
  61. this.ResumeLayout(false);
  62. this.PerformLayout();
  63. }
  64. #endregion
  65. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  66. private System.Windows.Forms.Label label_info;
  67. }
  68. }