|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- namespace MaiMuAOI.SysUI.SysSet
- {
- partial class SysInfoFrm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|