namespace SampleExtension { partial class SamplesTaskPane { /// /// 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() { this.btnHelloMap = new System.Windows.Forms.Button(); this.btnHelloViewer = new System.Windows.Forms.Button(); this.btnInteractingWithLayers = new System.Windows.Forms.Button(); this.btnWorkingWithFeatureData = new System.Windows.Forms.Button(); this.btnModifyingMapsAndLayers = new System.Windows.Forms.Button(); this.btnAnalyzingFeatures = new System.Windows.Forms.Button(); this.btnDigitizingAndRedlining = new System.Windows.Forms.Button(); this.btnCustomOutput = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnReload = new System.Windows.Forms.Button(); this.btnPrePostRender = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnHelloMap // this.btnHelloMap.Location = new System.Drawing.Point(23, 75); this.btnHelloMap.Name = "btnHelloMap"; this.btnHelloMap.Size = new System.Drawing.Size(173, 23); this.btnHelloMap.TabIndex = 0; this.btnHelloMap.Tag = "HelloMap"; this.btnHelloMap.Text = "Hello Map"; this.btnHelloMap.UseVisualStyleBackColor = true; this.btnHelloMap.Click += new System.EventHandler(this.OnActionClick); // // btnHelloViewer // this.btnHelloViewer.Location = new System.Drawing.Point(23, 104); this.btnHelloViewer.Name = "btnHelloViewer"; this.btnHelloViewer.Size = new System.Drawing.Size(173, 23); this.btnHelloViewer.TabIndex = 1; this.btnHelloViewer.Tag = "HelloViewer"; this.btnHelloViewer.Text = "Hello Viewer"; this.btnHelloViewer.UseVisualStyleBackColor = true; this.btnHelloViewer.Click += new System.EventHandler(this.OnActionClick); // // btnInteractingWithLayers // this.btnInteractingWithLayers.Location = new System.Drawing.Point(23, 133); this.btnInteractingWithLayers.Name = "btnInteractingWithLayers"; this.btnInteractingWithLayers.Size = new System.Drawing.Size(173, 23); this.btnInteractingWithLayers.TabIndex = 2; this.btnInteractingWithLayers.Tag = "InteractingWithLayers"; this.btnInteractingWithLayers.Text = "Interacting With Layers"; this.btnInteractingWithLayers.UseVisualStyleBackColor = true; this.btnInteractingWithLayers.Click += new System.EventHandler(this.OnActionClick); // // btnWorkingWithFeatureData // this.btnWorkingWithFeatureData.Location = new System.Drawing.Point(23, 162); this.btnWorkingWithFeatureData.Name = "btnWorkingWithFeatureData"; this.btnWorkingWithFeatureData.Size = new System.Drawing.Size(173, 23); this.btnWorkingWithFeatureData.TabIndex = 3; this.btnWorkingWithFeatureData.Tag = "WorkingWithFeatureData"; this.btnWorkingWithFeatureData.Text = "Working With Feature Data"; this.btnWorkingWithFeatureData.UseVisualStyleBackColor = true; this.btnWorkingWithFeatureData.Click += new System.EventHandler(this.OnActionClick); // // btnModifyingMapsAndLayers // this.btnModifyingMapsAndLayers.Location = new System.Drawing.Point(23, 191); this.btnModifyingMapsAndLayers.Name = "btnModifyingMapsAndLayers"; this.btnModifyingMapsAndLayers.Size = new System.Drawing.Size(173, 23); this.btnModifyingMapsAndLayers.TabIndex = 4; this.btnModifyingMapsAndLayers.Tag = "ModifyingMapsAndLayers"; this.btnModifyingMapsAndLayers.Text = "Modifying Maps and Layers"; this.btnModifyingMapsAndLayers.UseVisualStyleBackColor = true; this.btnModifyingMapsAndLayers.Click += new System.EventHandler(this.OnActionClick); // // btnAnalyzingFeatures // this.btnAnalyzingFeatures.Location = new System.Drawing.Point(23, 220); this.btnAnalyzingFeatures.Name = "btnAnalyzingFeatures"; this.btnAnalyzingFeatures.Size = new System.Drawing.Size(173, 23); this.btnAnalyzingFeatures.TabIndex = 5; this.btnAnalyzingFeatures.Tag = "AnalyzingFeatures"; this.btnAnalyzingFeatures.Text = "Analyzing Features"; this.btnAnalyzingFeatures.UseVisualStyleBackColor = true; this.btnAnalyzingFeatures.Click += new System.EventHandler(this.OnActionClick); // // btnDigitizingAndRedlining // this.btnDigitizingAndRedlining.Location = new System.Drawing.Point(23, 249); this.btnDigitizingAndRedlining.Name = "btnDigitizingAndRedlining"; this.btnDigitizingAndRedlining.Size = new System.Drawing.Size(173, 23); this.btnDigitizingAndRedlining.TabIndex = 6; this.btnDigitizingAndRedlining.Tag = "DigitizingAndRedlining"; this.btnDigitizingAndRedlining.Text = "Digitizing and Redlining"; this.btnDigitizingAndRedlining.UseVisualStyleBackColor = true; this.btnDigitizingAndRedlining.Click += new System.EventHandler(this.OnActionClick); // // btnCustomOutput // this.btnCustomOutput.Location = new System.Drawing.Point(23, 278); this.btnCustomOutput.Name = "btnCustomOutput"; this.btnCustomOutput.Size = new System.Drawing.Size(173, 23); this.btnCustomOutput.TabIndex = 7; this.btnCustomOutput.Tag = "CustomOutput"; this.btnCustomOutput.Text = "Custom Output"; this.btnCustomOutput.UseVisualStyleBackColor = true; this.btnCustomOutput.Click += new System.EventHandler(this.OnActionClick); // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.Location = new System.Drawing.Point(20, 13); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(203, 48); this.label2.TabIndex = 8; this.label2.Text = "At any time, click \"Initial Task\" in the task bar to return to this list of sampl" + "es\r\n\r\n"; // // label1 // this.label1.Location = new System.Drawing.Point(20, 357); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(200, 45); this.label1.TabIndex = 9; this.label1.Text = "To reload the map (and discard all layers created by these samples), click the bu" + "tton below"; // // btnReload // this.btnReload.Location = new System.Drawing.Point(20, 405); this.btnReload.Name = "btnReload"; this.btnReload.Size = new System.Drawing.Size(173, 23); this.btnReload.TabIndex = 10; this.btnReload.Text = "Reload Map"; this.btnReload.UseVisualStyleBackColor = true; this.btnReload.Click += new System.EventHandler(this.btnReload_Click); // // btnPrePostRender // this.btnPrePostRender.Location = new System.Drawing.Point(23, 307); this.btnPrePostRender.Name = "btnPrePostRender"; this.btnPrePostRender.Size = new System.Drawing.Size(173, 23); this.btnPrePostRender.TabIndex = 11; this.btnPrePostRender.Tag = "PrePostRender"; this.btnPrePostRender.Text = "Pre/Post Rendering"; this.btnPrePostRender.UseVisualStyleBackColor = true; this.btnPrePostRender.Click += new System.EventHandler(this.OnActionClick); // // SamplesTaskPane // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnPrePostRender); this.Controls.Add(this.btnReload); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.btnCustomOutput); this.Controls.Add(this.btnDigitizingAndRedlining); this.Controls.Add(this.btnAnalyzingFeatures); this.Controls.Add(this.btnModifyingMapsAndLayers); this.Controls.Add(this.btnWorkingWithFeatureData); this.Controls.Add(this.btnInteractingWithLayers); this.Controls.Add(this.btnHelloViewer); this.Controls.Add(this.btnHelloMap); this.Name = "SamplesTaskPane"; this.Size = new System.Drawing.Size(247, 446); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnHelloMap; private System.Windows.Forms.Button btnHelloViewer; private System.Windows.Forms.Button btnInteractingWithLayers; private System.Windows.Forms.Button btnWorkingWithFeatureData; private System.Windows.Forms.Button btnModifyingMapsAndLayers; private System.Windows.Forms.Button btnAnalyzingFeatures; private System.Windows.Forms.Button btnDigitizingAndRedlining; private System.Windows.Forms.Button btnCustomOutput; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnReload; private System.Windows.Forms.Button btnPrePostRender; } }