namespace OSGeo.MapGuide.Viewer { partial class MgLineMeasureControlImpl { /// /// 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(MgLineMeasureControlImpl)); this.label1 = new System.Windows.Forms.Label(); this.lstSegments = new System.Windows.Forms.ListBox(); this.label2 = new System.Windows.Forms.Label(); this.lblUnits = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cmbUnits = new System.Windows.Forms.ComboBox(); this.btnStart = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // lstSegments // resources.ApplyResources(this.lstSegments, "lstSegments"); this.lstSegments.FormattingEnabled = true; this.lstSegments.Name = "lstSegments"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // lblUnits // resources.ApplyResources(this.lblUnits, "lblUnits"); this.lblUnits.Name = "lblUnits"; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // cmbUnits // resources.ApplyResources(this.cmbUnits, "cmbUnits"); this.cmbUnits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbUnits.FormattingEnabled = true; this.cmbUnits.Name = "cmbUnits"; this.cmbUnits.SelectedIndexChanged += new System.EventHandler(this.cmbUnits_SelectedIndexChanged); // // btnStart // resources.ApplyResources(this.btnStart, "btnStart"); this.btnStart.Name = "btnStart"; this.btnStart.UseVisualStyleBackColor = true; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // groupBox1 // resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.lstSegments); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // MgLineMeasureControlImpl // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnStart); this.Controls.Add(this.cmbUnits); this.Controls.Add(this.label3); this.Controls.Add(this.lblUnits); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "MgLineMeasureControlImpl"; this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ListBox lstSegments; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label lblUnits; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox cmbUnits; private System.Windows.Forms.Button btnStart; private System.Windows.Forms.GroupBox groupBox1; } }