namespace Maestro.Editors.FeatureSource.Providers.Sdf { partial class SdfFileCtrl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SdfFileCtrl)); this.chkReadOnly = new System.Windows.Forms.CheckBox(); this.btnTest = new System.Windows.Forms.Button(); this.txtStatus = new System.Windows.Forms.TextBox(); this.contentPanel.SuspendLayout(); this.SuspendLayout(); // // contentPanel // this.contentPanel.Controls.Add(this.txtStatus); this.contentPanel.Controls.Add(this.btnTest); this.contentPanel.Controls.Add(this.chkReadOnly); this.contentPanel.Controls.SetChildIndex(this.resDataCtrl, 0); this.contentPanel.Controls.SetChildIndex(this.rdManaged, 0); this.contentPanel.Controls.SetChildIndex(this.rdUnmanaged, 0); this.contentPanel.Controls.SetChildIndex(this.chkReadOnly, 0); this.contentPanel.Controls.SetChildIndex(this.btnTest, 0); this.contentPanel.Controls.SetChildIndex(this.txtStatus, 0); // // chkReadOnly // resources.ApplyResources(this.chkReadOnly, "chkReadOnly"); this.chkReadOnly.Name = "chkReadOnly"; this.chkReadOnly.UseVisualStyleBackColor = true; this.chkReadOnly.CheckedChanged += new System.EventHandler(this.chkReadOnly_CheckedChanged); // // btnTest // resources.ApplyResources(this.btnTest, "btnTest"); this.btnTest.Name = "btnTest"; this.btnTest.UseVisualStyleBackColor = true; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // txtStatus // resources.ApplyResources(this.txtStatus, "txtStatus"); this.txtStatus.Name = "txtStatus"; this.txtStatus.ReadOnly = true; // // SdfFileCtrl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.HeaderText = "SDF Feature Source"; this.Name = "SdfFileCtrl"; this.contentPanel.ResumeLayout(false); this.contentPanel.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.CheckBox chkReadOnly; private System.Windows.Forms.Button btnTest; private System.Windows.Forms.TextBox txtStatus; } }