namespace SchemaViewer { partial class Form1 { /// /// 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 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.txtFeatureSource = new System.Windows.Forms.TextBox(); this.btnBrowse = new System.Windows.Forms.Button(); this.treeView1 = new System.Windows.Forms.TreeView(); this.propertyGrid1 = new System.Windows.Forms.PropertyGrid(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.btnBrowse); this.groupBox1.Controls.Add(this.txtFeatureSource); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(643, 81); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Feature Source"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 13); this.label1.TabIndex = 0; this.label1.Text = "Resource ID"; // // txtFeatureSource // this.txtFeatureSource.Location = new System.Drawing.Point(114, 31); this.txtFeatureSource.Name = "txtFeatureSource"; this.txtFeatureSource.ReadOnly = true; this.txtFeatureSource.Size = new System.Drawing.Size(413, 20); this.txtFeatureSource.TabIndex = 1; // // btnBrowse // this.btnBrowse.Location = new System.Drawing.Point(546, 29); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(75, 23); this.btnBrowse.TabIndex = 2; this.btnBrowse.Text = "Browse"; this.btnBrowse.UseVisualStyleBackColor = true; this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click); // // treeView1 // this.treeView1.Location = new System.Drawing.Point(13, 100); this.treeView1.Name = "treeView1"; this.treeView1.Size = new System.Drawing.Size(316, 361); this.treeView1.TabIndex = 1; this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); // // propertyGrid1 // this.propertyGrid1.HelpVisible = false; this.propertyGrid1.Location = new System.Drawing.Point(336, 100); this.propertyGrid1.Name = "propertyGrid1"; this.propertyGrid1.Size = new System.Drawing.Size(324, 361); this.propertyGrid1.TabIndex = 2; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(672, 473); this.Controls.Add(this.propertyGrid1); this.Controls.Add(this.treeView1); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "SchemaViewer Sample"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnBrowse; private System.Windows.Forms.TextBox txtFeatureSource; private System.Windows.Forms.Label label1; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.PropertyGrid propertyGrid1; } }