Form1.Designer.cs
资源名称:alarm.rar [点击查看]
上传用户:sz2001
上传日期:2022-07-12
资源大小:85k
文件大小:4k
源码类别:
C#编程
开发平台:
C#
- namespace test
- {
- partial class Form1
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.alarm1 = new alarm.alarm();
- this.btnquit = new System.Windows.Forms.Button();
- this.btnvis = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // alarm1
- //
- this.alarm1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.alarm1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.alarm1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.alarm1.Location = new System.Drawing.Point(0, 0);
- this.alarm1.Name = "alarm1";
- this.alarm1.Size = new System.Drawing.Size(389, 275);
- this.alarm1.TabIndex = 0;
- //
- // btnquit
- //
- this.btnquit.Location = new System.Drawing.Point(277, 289);
- this.btnquit.Name = "btnquit";
- this.btnquit.Size = new System.Drawing.Size(75, 23);
- this.btnquit.TabIndex = 1;
- this.btnquit.Text = "退出";
- this.btnquit.UseVisualStyleBackColor = true;
- this.btnquit.Click += new System.EventHandler(this.btnquit_Click);
- //
- // btnvis
- //
- this.btnvis.Location = new System.Drawing.Point(41, 289);
- this.btnvis.Name = "btnvis";
- this.btnvis.Size = new System.Drawing.Size(75, 23);
- this.btnvis.TabIndex = 2;
- this.btnvis.Text = "隐藏控件";
- this.btnvis.UseVisualStyleBackColor = true;
- this.btnvis.Click += new System.EventHandler(this.btnvis_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(390, 324);
- this.Controls.Add(this.btnvis);
- this.Controls.Add(this.btnquit);
- this.Controls.Add(this.alarm1);
- this.MaximizeBox = false;
- this.Name = "Form1";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Test";
- this.ResumeLayout(false);
- }
- #endregion
- private alarm.alarm alarm1;
- private System.Windows.Forms.Button btnquit;
- private System.Windows.Forms.Button btnvis;
- }
- }