yantian yue
2023-12-29 fdda48e034b2da82fb100ec04f5b51351477e2bb
提交 | 用户 | 时间
e46d3b 1 
2 namespace YX
3 {
4     partial class Frmhome
5     {
6         /// <summary>
7         /// Required designer variable.
8         /// </summary>
9         private System.ComponentModel.IContainer components = null;
10
11         /// <summary>
12         /// Clean up any resources being used.
13         /// </summary>
14         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15         protected override void Dispose(bool disposing)
16         {
17             if (disposing && (components != null))
18             {
19                 components.Dispose();
20             }
21             base.Dispose(disposing);
22         }
23
24         #region Windows Form Designer generated code
25
26         /// <summary>
27         /// Required method for Designer support - do not modify
28         /// the contents of this method with the code editor.
29         /// </summary>
30         private void InitializeComponent()
31         {
32             this.SuspendLayout();
33             // 
34             // Frmhome
35             // 
36             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
37             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
38             this.ClientSize = new System.Drawing.Size(800, 450);
39             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
40             this.Name = "Frmhome";
41             this.Text = "首页";
42             this.ResumeLayout(false);
43
44         }
45
46         #endregion
47     }
48 }