namespace MaiMuAOI.SysUI.SysSet { partial class SysInfoFrm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel(); this.label_info = new System.Windows.Forms.Label(); this.SuspendLayout(); // // uiTitel1 // this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120))))); this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top; this.uiTitel1.Location = new System.Drawing.Point(0, 0); this.uiTitel1.Name = "uiTitel1"; this.uiTitel1.Size = new System.Drawing.Size(293, 46); this.uiTitel1.TabIndex = 24; // // label_info // this.label_info.AutoSize = true; this.label_info.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label_info.Location = new System.Drawing.Point(12, 61); this.label_info.Name = "label_info"; this.label_info.Size = new System.Drawing.Size(42, 22); this.label_info.TabIndex = 25; this.label_info.Text = "info"; // // SysInfoFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(293, 223); this.Controls.Add(this.label_info); this.Controls.Add(this.uiTitel1); this.Name = "SysInfoFrm"; this.Text = "SysInfoFrm"; this.Load += new System.EventHandler(this.SysInfoFrm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1; private System.Windows.Forms.Label label_info; } }