/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { ComponentResourceManager resources = new ComponentResourceManager(typeof(OpenDataDialog)); _directoryView1 = new DirectoryView(); SuspendLayout(); // directoryView1 resources.ApplyResources(_directoryView1, "_directoryView1"); _directoryView1.ControlRectangle = new System.Drawing.Rectangle(0, 0, 600, 495); _directoryView1.Directory = null; _directoryView1.DocumentRectangle = new System.Drawing.Rectangle(0, 0, 600, 1); _directoryView1.HorizontalScrollEnabled = true; _directoryView1.IsInitialized = false; _directoryView1.MinimumSize = new System.Drawing.Size(5, 5); _directoryView1.Name = "_directoryView1"; _directoryView1.ResetOnResize = false; _directoryView1.SelectedItem = null; _directoryView1.VerticalScrollEnabled = true; // OpenDataDialog resources.ApplyResources(this, "$this"); Controls.Add(_directoryView1); Name = "OpenDataDialog"; ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OpenDataDialog)); this.directoryView1 = new DotSpatial.Data.Forms.DirectoryView(); this.SuspendLayout(); // // directoryView1 // resources.ApplyResources(this.directoryView1, "directoryView1"); this.directoryView1.ControlRectangle = new System.Drawing.Rectangle(0, 0, 600, 495); this.directoryView1.Directory = null; this.directoryView1.DocumentRectangle = new System.Drawing.Rectangle(0, 0, 600, 1); this.directoryView1.HorizontalScrollEnabled = true; this.directoryView1.IsInitialized = false; this.directoryView1.MinimumSize = new System.Drawing.Size(5, 5); this.directoryView1.Name = "directoryView1"; this.directoryView1.ResetOnResize = false; this.directoryView1.SelectedItem = null; this.directoryView1.VerticalScrollEnabled = true; // // OpenDataDialog // resources.ApplyResources(this, "$this"); this.Controls.Add(this.directoryView1); this.Name = "OpenDataDialog"; this.ResumeLayout(false); }