转到.Designer.cs
上传用户:hueiseng
上传日期:2022-07-26
资源大小:156k
文件大小:4k
源码类别:

C#编程

开发平台:

Visual C++

  1. namespace 笔记本
  2. {
  3.     partial class 转到
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.button1 = new System.Windows.Forms.Button();
  29.             this.button2 = new System.Windows.Forms.Button();
  30.             this.label1 = new System.Windows.Forms.Label();
  31.             this.textBox1 = new System.Windows.Forms.TextBox();
  32.             this.SuspendLayout();
  33.             // 
  34.             // button1
  35.             // 
  36.             this.button1.Location = new System.Drawing.Point(55, 68);
  37.             this.button1.Name = "button1";
  38.             this.button1.Size = new System.Drawing.Size(75, 23);
  39.             this.button1.TabIndex = 0;
  40.             this.button1.Text = "确定";
  41.             this.button1.UseVisualStyleBackColor = true;
  42.             this.button1.Click += new System.EventHandler(this.button1_Click);
  43.             // 
  44.             // button2
  45.             // 
  46.             this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  47.             this.button2.Location = new System.Drawing.Point(180, 68);
  48.             this.button2.Name = "button2";
  49.             this.button2.Size = new System.Drawing.Size(75, 23);
  50.             this.button2.TabIndex = 1;
  51.             this.button2.Text = "取消";
  52.             this.button2.UseVisualStyleBackColor = true;
  53.             // 
  54.             // label1
  55.             // 
  56.             this.label1.AutoSize = true;
  57.             this.label1.Location = new System.Drawing.Point(36, 16);
  58.             this.label1.Name = "label1";
  59.             this.label1.Size = new System.Drawing.Size(65, 12);
  60.             this.label1.TabIndex = 2;
  61.             this.label1.Text = "转到下列行";
  62.             // 
  63.             // textBox1
  64.             // 
  65.             this.textBox1.Location = new System.Drawing.Point(125, 13);
  66.             this.textBox1.Name = "textBox1";
  67.             this.textBox1.Size = new System.Drawing.Size(100, 21);
  68.             this.textBox1.TabIndex = 3;
  69.        
  70.             // 
  71.             // 转到
  72.             // 
  73.             this.AcceptButton = this.button1;
  74.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  75.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  76.             this.CancelButton = this.button2;
  77.             this.ClientSize = new System.Drawing.Size(324, 108);
  78.             this.Controls.Add(this.textBox1);
  79.             this.Controls.Add(this.label1);
  80.             this.Controls.Add(this.button2);
  81.             this.Controls.Add(this.button1);
  82.             this.HelpButton = true;
  83.             this.MaximizeBox = false;
  84.             this.MinimizeBox = false;
  85.             this.Name = "转到";
  86.             this.ShowIcon = false;
  87.             this.Text = "转到";
  88.             this.ResumeLayout(false);
  89.             this.PerformLayout();
  90.         }
  91.         #endregion
  92.         private System.Windows.Forms.Button button1;
  93.         private System.Windows.Forms.Button button2;
  94.         private System.Windows.Forms.Label label1;
  95.         private System.Windows.Forms.TextBox textBox1;
  96.     }
  97. }