⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.designer.cs

📁 中文名:Windows Forms 程序设计 英文名:Windows Forms Programming in c# 作者: Chris Sells 翻译: 荣耀 蒋贤哲 出版社:人民
💻 CS
字号:
namespace ResourcesSample {
  partial class MainForm {
    /// <summary>
    /// Required designer variable.
    /// </summary>
    private System.ComponentModel.IContainer components = null;

    /// <summary>
    /// Clean up any resources being used.
    /// </summary>
    protected override void Dispose(bool disposing) {
      if( disposing && (components != null) ) {
        components.Dispose();
      }
      base.Dispose(disposing);
    }

    #region Windows Form Designer generated code

    /// <summary>
    /// Required method for Designer support - do not modify
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent() {
      this.components = new System.ComponentModel.Container();
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
      this.imageList1 = new System.Windows.Forms.ImageList(this.components);
      this.resxReaderEnumerationButton = new System.Windows.Forms.Button();
      this.resxReaderGetValueButton = new System.Windows.Forms.Button();
      this.resreaderEnumerationButton = new System.Windows.Forms.Button();
      this.resreaderGetValueButton = new System.Windows.Forms.Button();
      this.resmanInitializeButton = new System.Windows.Forms.Button();
      this.resmanGetValueButton = new System.Windows.Forms.Button();
      this.stronglyTypedResourceGetValueButton = new System.Windows.Forms.Button();
      this.SuspendLayout();
      // 
      // imageList1
      // 
      this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
      this.imageList1.Images.SetKeyName(0, "Zapotec.bmp");
      // 
      // resxReaderEnumerationButton
      // 
      this.resxReaderEnumerationButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.resxReaderEnumerationButton.Location = new System.Drawing.Point(13, 13);
      this.resxReaderEnumerationButton.Name = "resxReaderEnumerationButton";
      this.resxReaderEnumerationButton.Size = new System.Drawing.Size(240, 23);
      this.resxReaderEnumerationButton.TabIndex = 0;
      this.resxReaderEnumerationButton.Text = "ResxResourceReader Enumerate Values";
      this.resxReaderEnumerationButton.Click += new System.EventHandler(this.resxReaderEnumerationButton_Click);
      // 
      // resxReaderGetValueButton
      // 
      this.resxReaderGetValueButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.resxReaderGetValueButton.Location = new System.Drawing.Point(13, 43);
      this.resxReaderGetValueButton.Name = "resxReaderGetValueButton";
      this.resxReaderGetValueButton.Size = new System.Drawing.Size(240, 23);
      this.resxReaderGetValueButton.TabIndex = 1;
      this.resxReaderGetValueButton.Text = "ResxResourceReader Get Value";
      this.resxReaderGetValueButton.Click += new System.EventHandler(this.resxReaderGetValueButton_Click);
      // 
      // resreaderEnumerationButton
      // 
      this.resreaderEnumerationButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.resreaderEnumerationButton.Location = new System.Drawing.Point(13, 73);
      this.resreaderEnumerationButton.Name = "resreaderEnumerationButton";
      this.resreaderEnumerationButton.Size = new System.Drawing.Size(240, 23);
      this.resreaderEnumerationButton.TabIndex = 2;
      this.resreaderEnumerationButton.Text = "ResourceReader Enumerate Values";
      this.resreaderEnumerationButton.Click += new System.EventHandler(this.resreaderEnumerationButton_Click);
      // 
      // resreaderGetValueButton
      // 
      this.resreaderGetValueButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.resreaderGetValueButton.Location = new System.Drawing.Point(13, 103);
      this.resreaderGetValueButton.Name = "resreaderGetValueButton";
      this.resreaderGetValueButton.Size = new System.Drawing.Size(240, 23);
      this.resreaderGetValueButton.TabIndex = 3;
      this.resreaderGetValueButton.Text = "ResourceReader Get Value";
      this.resreaderGetValueButton.Click += new System.EventHandler(this.resreaderGetValueButton_Click);
      // 
      // resmanInitializeButton
      // 
      this.resmanInitializeButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.resmanInitializeButton.Location = new System.Drawing.Point(13, 133);
      this.resmanInitializeButton.Name = "resmanInitializeButton";
      this.resmanInitializeButton.Size = new System.Drawing.Size(240, 23);
      this.resmanInitializeButton.TabIndex = 4;
      this.resmanInitializeButton.Text = "ResourceManager Initialize";
      this.resmanInitializeButton.Click += new System.EventHandler(this.resmanInitializeButton_Click);
      // 
      // resmanGetValueButton
      // 
      this.resmanGetValueButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.resmanGetValueButton.Location = new System.Drawing.Point(13, 163);
      this.resmanGetValueButton.Name = "resmanGetValueButton";
      this.resmanGetValueButton.Size = new System.Drawing.Size(240, 23);
      this.resmanGetValueButton.TabIndex = 5;
      this.resmanGetValueButton.Text = "ResourceManager Get Value";
      this.resmanGetValueButton.Click += new System.EventHandler(this.resmanGetValueButton_Click);
      // 
      // stronglyTypedResourceGetValueButton
      // 
      this.stronglyTypedResourceGetValueButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                  | System.Windows.Forms.AnchorStyles.Right)));
      this.stronglyTypedResourceGetValueButton.Location = new System.Drawing.Point(13, 193);
      this.stronglyTypedResourceGetValueButton.Name = "stronglyTypedResourceGetValueButton";
      this.stronglyTypedResourceGetValueButton.Size = new System.Drawing.Size(240, 23);
      this.stronglyTypedResourceGetValueButton.TabIndex = 6;
      this.stronglyTypedResourceGetValueButton.Text = "Strongly Typed Resource Get Value";
      this.stronglyTypedResourceGetValueButton.Click += new System.EventHandler(this.stronglyTypedResourceGetValueButton_Click);
      // 
      // MainForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.ClientSize = new System.Drawing.Size(265, 230);
      this.Controls.Add(this.stronglyTypedResourceGetValueButton);
      this.Controls.Add(this.resmanGetValueButton);
      this.Controls.Add(this.resmanInitializeButton);
      this.Controls.Add(this.resreaderGetValueButton);
      this.Controls.Add(this.resreaderEnumerationButton);
      this.Controls.Add(this.resxReaderGetValueButton);
      this.Controls.Add(this.resxReaderEnumerationButton);
      this.Name = "MainForm";
      this.Text = "Strongly Typed Resources";
      this.ResumeLayout(false);

    }

    #endregion

    private System.Windows.Forms.ImageList imageList1;
    private System.Windows.Forms.Button resxReaderEnumerationButton;
    private System.Windows.Forms.Button resxReaderGetValueButton;
    private System.Windows.Forms.Button resreaderEnumerationButton;
    private System.Windows.Forms.Button resreaderGetValueButton;
    private System.Windows.Forms.Button resmanInitializeButton;
    private System.Windows.Forms.Button resmanGetValueButton;
    private System.Windows.Forms.Button stronglyTypedResourceGetValueButton;
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -