Form1.Designer.cs
上传用户:junrenl
上传日期:2022-04-24
资源大小:11k
文件大小:3k
源码类别:

Windows Mobile

开发平台:

C#

  1. namespace Vib
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         private System.Windows.Forms.MainMenu mainMenu1;
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.         #region Windows Form Designer generated code
  23.         /// <summary>
  24.         /// Required method for Designer support - do not modify
  25.         /// the contents of this method with the code editor.
  26.         /// </summary>
  27.         private void InitializeComponent()
  28.         {
  29.             this.mainMenu1 = new System.Windows.Forms.MainMenu();
  30.             this.button1 = new System.Windows.Forms.Button();
  31.             this.button2 = new System.Windows.Forms.Button();
  32.             this.SuspendLayout();
  33.             // 
  34.             // button1
  35.             // 
  36.             this.button1.Location = new System.Drawing.Point(71, 31);
  37.             this.button1.Name = "button1";
  38.             this.button1.Size = new System.Drawing.Size(72, 20);
  39.             this.button1.TabIndex = 0;
  40.             this.button1.Text = "button1";
  41.             this.button1.Click += new System.EventHandler(this.button1_Click);
  42.             // 
  43.             // button2
  44.             // 
  45.             this.button2.Location = new System.Drawing.Point(71, 77);
  46.             this.button2.Name = "button2";
  47.             this.button2.Size = new System.Drawing.Size(72, 20);
  48.             this.button2.TabIndex = 1;
  49.             this.button2.Text = "button2";
  50.             this.button2.Click += new System.EventHandler(this.button2_Click);
  51.             // 
  52.             // Form1
  53.             // 
  54.             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  55.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  56.             this.AutoScroll = true;
  57.             this.ClientSize = new System.Drawing.Size(228, 205);
  58.             this.Controls.Add(this.button2);
  59.             this.Controls.Add(this.button1);
  60.             this.Menu = this.mainMenu1;
  61.             this.Name = "Form1";
  62.             this.Text = "Form1";
  63.             this.ResumeLayout(false);
  64.         }
  65.         #endregion
  66.         private System.Windows.Forms.Button button1;
  67.         private System.Windows.Forms.Button button2;
  68.     }
  69. }