Form1.Designer.cs
上传用户:china_pc
上传日期:2022-07-29
资源大小:495k
文件大小:7k
源码类别:

其他

开发平台:

Visual C++

  1. namespace MyDictApp
  2. {
  3.     partial class Form1
  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.searchBtn = new System.Windows.Forms.Button();
  29.             this.wordBox = new System.Windows.Forms.TextBox();
  30.             this.label1 = new System.Windows.Forms.Label();
  31.             this.copyBtn = new System.Windows.Forms.Button();
  32.             this.outBtn = new System.Windows.Forms.Button();
  33.             this.aboutBtn = new System.Windows.Forms.Button();
  34.             this.quitBtn = new System.Windows.Forms.Button();
  35.             this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  36.             this.sayBtn = new System.Windows.Forms.Button();
  37.             this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  38.             this.SuspendLayout();
  39.             // 
  40.             // searchBtn
  41.             // 
  42.             this.searchBtn.Location = new System.Drawing.Point(168, 4);
  43.             this.searchBtn.Name = "searchBtn";
  44.             this.searchBtn.Size = new System.Drawing.Size(49, 23);
  45.             this.searchBtn.TabIndex = 0;
  46.             this.searchBtn.Text = "Search";
  47.             this.searchBtn.UseVisualStyleBackColor = true;
  48.             this.searchBtn.Click += new System.EventHandler(this.searchBtn_Click);
  49.             // 
  50.             // wordBox
  51.             // 
  52.             this.wordBox.Location = new System.Drawing.Point(41, 4);
  53.             this.wordBox.Name = "wordBox";
  54.             this.wordBox.Size = new System.Drawing.Size(93, 21);
  55.             this.wordBox.TabIndex = 1;
  56.             // 
  57.             // label1
  58.             // 
  59.             this.label1.AutoSize = true;
  60.             this.label1.Location = new System.Drawing.Point(6, 9);
  61.             this.label1.Name = "label1";
  62.             this.label1.Size = new System.Drawing.Size(35, 12);
  63.             this.label1.TabIndex = 2;
  64.             this.label1.Text = "Word:";
  65.             // 
  66.             // copyBtn
  67.             // 
  68.             this.copyBtn.Location = new System.Drawing.Point(8, 208);
  69.             this.copyBtn.Name = "copyBtn";
  70.             this.copyBtn.Size = new System.Drawing.Size(48, 23);
  71.             this.copyBtn.TabIndex = 4;
  72.             this.copyBtn.Text = "Copy";
  73.             this.copyBtn.UseVisualStyleBackColor = true;
  74.             this.copyBtn.Click += new System.EventHandler(this.copyBtn_Click);
  75.             // 
  76.             // outBtn
  77.             // 
  78.             this.outBtn.Location = new System.Drawing.Point(62, 208);
  79.             this.outBtn.Name = "outBtn";
  80.             this.outBtn.Size = new System.Drawing.Size(48, 23);
  81.             this.outBtn.TabIndex = 5;
  82.             this.outBtn.Text = "Out";
  83.             this.outBtn.UseVisualStyleBackColor = true;
  84.             this.outBtn.Click += new System.EventHandler(this.outBtn_Click);
  85.             // 
  86.             // aboutBtn
  87.             // 
  88.             this.aboutBtn.Location = new System.Drawing.Point(116, 208);
  89.             this.aboutBtn.Name = "aboutBtn";
  90.             this.aboutBtn.Size = new System.Drawing.Size(48, 23);
  91.             this.aboutBtn.TabIndex = 6;
  92.             this.aboutBtn.Text = "About";
  93.             this.aboutBtn.UseVisualStyleBackColor = true;
  94.             this.aboutBtn.Click += new System.EventHandler(this.aboutBtn_Click);
  95.             // 
  96.             // quitBtn
  97.             // 
  98.             this.quitBtn.Location = new System.Drawing.Point(170, 208);
  99.             this.quitBtn.Name = "quitBtn";
  100.             this.quitBtn.Size = new System.Drawing.Size(44, 23);
  101.             this.quitBtn.TabIndex = 7;
  102.             this.quitBtn.Text = "Quit";
  103.             this.quitBtn.UseVisualStyleBackColor = true;
  104.             this.quitBtn.Click += new System.EventHandler(this.quitBtn_Click);
  105.             // 
  106.             // richTextBox1
  107.             // 
  108.             this.richTextBox1.Location = new System.Drawing.Point(8, 33);
  109.             this.richTextBox1.Name = "richTextBox1";
  110.             this.richTextBox1.ReadOnly = true;
  111.             this.richTextBox1.Size = new System.Drawing.Size(209, 169);
  112.             this.richTextBox1.TabIndex = 8;
  113.             this.richTextBox1.Text = "";
  114.             // 
  115.             // sayBtn
  116.             // 
  117.             this.sayBtn.Location = new System.Drawing.Point(135, 4);
  118.             this.sayBtn.Name = "sayBtn";
  119.             this.sayBtn.Size = new System.Drawing.Size(33, 23);
  120.             this.sayBtn.TabIndex = 9;
  121.             this.sayBtn.Text = "Say";
  122.             this.sayBtn.UseVisualStyleBackColor = true;
  123.             this.sayBtn.Click += new System.EventHandler(this.sayBtn_Click);
  124.             // 
  125.             // Form1
  126.             // 
  127.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  128.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  129.             this.ClientSize = new System.Drawing.Size(226, 242);
  130.             this.Controls.Add(this.sayBtn);
  131.             this.Controls.Add(this.richTextBox1);
  132.             this.Controls.Add(this.quitBtn);
  133.             this.Controls.Add(this.aboutBtn);
  134.             this.Controls.Add(this.outBtn);
  135.             this.Controls.Add(this.copyBtn);
  136.             this.Controls.Add(this.label1);
  137.             this.Controls.Add(this.wordBox);
  138.             this.Controls.Add(this.searchBtn);
  139.             this.Name = "Form1";
  140.             this.Text = "Form1";
  141.             this.Load += new System.EventHandler(this.Form1_Load);
  142.             this.ResumeLayout(false);
  143.             this.PerformLayout();
  144.         }
  145.         #endregion
  146.         private System.Windows.Forms.Button searchBtn;
  147.         private System.Windows.Forms.TextBox wordBox;
  148.         private System.Windows.Forms.Label label1;
  149.         private System.Windows.Forms.Button copyBtn;
  150.         private System.Windows.Forms.Button outBtn;
  151.         private System.Windows.Forms.Button aboutBtn;
  152.         private System.Windows.Forms.Button quitBtn;
  153.         private System.Windows.Forms.RichTextBox richTextBox1;
  154.         private System.Windows.Forms.Button sayBtn;
  155.         private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  156.     }
  157. }