namespace Maestro.AddIn.Rest.UI { partial class RestConfigurationEditor { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RestConfigurationEditor)); this.txtJson = new ICSharpCode.TextEditor.TextEditorControl(); this.btnSave = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtUriPart = new System.Windows.Forms.TextBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripDropDownButton(); this.featureSourceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.layerDefinitionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripButton2 = new System.Windows.Forms.ToolStripDropDownButton(); this.xMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.geoJSONToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.cSVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.imageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.templateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // txtJson // this.txtJson.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtJson.IsReadOnly = false; this.txtJson.Location = new System.Drawing.Point(13, 63); this.txtJson.Name = "txtJson"; this.txtJson.ShowSpaces = true; this.txtJson.ShowTabs = true; this.txtJson.Size = new System.Drawing.Size(695, 410); this.txtJson.TabIndex = 0; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(552, 490); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 1; this.btnSave.Text = "Save"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(633, 490); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(14, 40); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 13); this.label1.TabIndex = 3; this.label1.Text = "URI Part"; // // txtUriPart // this.txtUriPart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUriPart.Location = new System.Drawing.Point(137, 37); this.txtUriPart.Name = "txtUriPart"; this.txtUriPart.Size = new System.Drawing.Size(289, 20); this.txtUriPart.TabIndex = 4; // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(720, 25); this.toolStrip1.TabIndex = 5; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.featureSourceToolStripMenuItem, this.layerDefinitionToolStripMenuItem}); this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(91, 22); this.toolStripButton1.Text = "Set Source"; // // featureSourceToolStripMenuItem // this.featureSourceToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("featureSourceToolStripMenuItem.Image"))); this.featureSourceToolStripMenuItem.Name = "featureSourceToolStripMenuItem"; this.featureSourceToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.featureSourceToolStripMenuItem.Text = "Feature Source"; this.featureSourceToolStripMenuItem.Click += new System.EventHandler(this.featureSourceToolStripMenuItem_Click); // // layerDefinitionToolStripMenuItem // this.layerDefinitionToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("layerDefinitionToolStripMenuItem.Image"))); this.layerDefinitionToolStripMenuItem.Name = "layerDefinitionToolStripMenuItem"; this.layerDefinitionToolStripMenuItem.Size = new System.Drawing.Size(157, 22); this.layerDefinitionToolStripMenuItem.Text = "Layer Definition"; this.layerDefinitionToolStripMenuItem.Click += new System.EventHandler(this.layerDefinitionToolStripMenuItem_Click); // // toolStripButton2 // this.toolStripButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.xMLToolStripMenuItem, this.geoJSONToolStripMenuItem, this.cSVToolStripMenuItem, this.imageToolStripMenuItem, this.templateToolStripMenuItem}); this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(140, 22); this.toolStripButton2.Text = "Add Representation"; // // xMLToolStripMenuItem // this.xMLToolStripMenuItem.Name = "xMLToolStripMenuItem"; this.xMLToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.xMLToolStripMenuItem.Text = "XML"; this.xMLToolStripMenuItem.Click += new System.EventHandler(this.xmlToolStripMenuItem_Click); // // geoJSONToolStripMenuItem // this.geoJSONToolStripMenuItem.Name = "geoJSONToolStripMenuItem"; this.geoJSONToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.geoJSONToolStripMenuItem.Text = "GeoJSON"; this.geoJSONToolStripMenuItem.Click += new System.EventHandler(this.geoJSONToolStripMenuItem_Click); // // cSVToolStripMenuItem // this.cSVToolStripMenuItem.Name = "cSVToolStripMenuItem"; this.cSVToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.cSVToolStripMenuItem.Text = "CSV"; this.cSVToolStripMenuItem.Click += new System.EventHandler(this.csvToolStripMenuItem_Click); // // imageToolStripMenuItem // this.imageToolStripMenuItem.Name = "imageToolStripMenuItem"; this.imageToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.imageToolStripMenuItem.Text = "Image"; this.imageToolStripMenuItem.Click += new System.EventHandler(this.imageToolStripMenuItem_Click); // // templateToolStripMenuItem // this.templateToolStripMenuItem.Name = "templateToolStripMenuItem"; this.templateToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.templateToolStripMenuItem.Text = "Template"; this.templateToolStripMenuItem.Click += new System.EventHandler(this.templateToolStripMenuItem_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(96, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(38, 13); this.label2.TabIndex = 6; this.label2.Text = "/data/"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(432, 40); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 13); this.label3.TabIndex = 7; this.label3.Text = "/config"; // // RestConfigurationEditor // this.AcceptButton = this.btnSave; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(720, 525); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.txtUriPart); this.Controls.Add(this.label1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtJson); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "RestConfigurationEditor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "REST Configuration"; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ICSharpCode.TextEditor.TextEditorControl txtJson; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtUriPart; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripDropDownButton toolStripButton1; private System.Windows.Forms.ToolStripMenuItem featureSourceToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem layerDefinitionToolStripMenuItem; private System.Windows.Forms.ToolStripDropDownButton toolStripButton2; private System.Windows.Forms.ToolStripMenuItem xMLToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem geoJSONToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem cSVToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem imageToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem templateToolStripMenuItem; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; } }