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.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; } }