namespace ResourcesSample {
partial class MainForm {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
protected override void Dispose(bool disposing) {
if( disposing && (components != null) ) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
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.pictureBox1 = new System.Windows.Forms.PictureBox();
this.imageList = new System.Windows.Forms.ImageList(this.components);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// 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(220, 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(220, 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(220, 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(220, 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(220, 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(220, 23);
this.resmanGetValueButton.TabIndex = 5;
this.resmanGetValueButton.Text = "ResourceManager Get Value";
this.resmanGetValueButton.Click += new System.EventHandler(this.resmanGetValueButton_Click);
//
// pictureBox1
//
this.pictureBox1.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.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(12, 193);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(221, 140);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 7;
this.pictureBox1.TabStop = false;
//
// imageList
//
this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
this.imageList.Images.SetKeyName(0, "Moon flower.jpg");
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(245, 345);
this.Controls.Add(this.pictureBox1);
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.DoubleBuffered = true;
this.Name = "MainForm";
this.Text = "Strongly Typed Resources";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
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.PictureBox pictureBox1;
private System.Windows.Forms.ImageList imageList;
}
}