blob: 2ecbfe9162d313b4164e424b1ad5a0d75514a6d9 [file] [log] [blame]
#region Apache License, Version 2.0
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
#endregion
namespace NPanday.VisualStudio.Addin
{
partial class ChangeMavenSettingsXmlForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.btnOk = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.txtBrowseSettingsXmlFile = new System.Windows.Forms.TextBox();
this.lblBrowseSettingsXmlFile = new System.Windows.Forms.Label();
this.btnBrowse = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(358, 37);
this.btnOk.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(68, 20);
this.btnOk.TabIndex = 0;
this.btnOk.Text = "&OK";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(430, 37);
this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(64, 20);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = "&Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// txtBrowseSettingsXmlFile
//
this.txtBrowseSettingsXmlFile.Location = new System.Drawing.Point(98, 10);
this.txtBrowseSettingsXmlFile.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.txtBrowseSettingsXmlFile.Name = "txtBrowseSettingsXmlFile";
this.txtBrowseSettingsXmlFile.ReadOnly = true;
this.txtBrowseSettingsXmlFile.Size = new System.Drawing.Size(312, 20);
this.txtBrowseSettingsXmlFile.TabIndex = 2;
//
// lblBrowseSettingsXmlFile
//
this.lblBrowseSettingsXmlFile.AutoSize = true;
this.lblBrowseSettingsXmlFile.Location = new System.Drawing.Point(9, 10);
this.lblBrowseSettingsXmlFile.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.lblBrowseSettingsXmlFile.Name = "lblBrowseSettingsXmlFile";
this.lblBrowseSettingsXmlFile.Size = new System.Drawing.Size(85, 13);
this.lblBrowseSettingsXmlFile.TabIndex = 3;
this.lblBrowseSettingsXmlFile.Text = "Settings.xml File:";
//
// btnBrowse
//
this.btnBrowse.Location = new System.Drawing.Point(414, 7);
this.btnBrowse.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.btnBrowse.Name = "btnBrowse";
this.btnBrowse.Size = new System.Drawing.Size(80, 23);
this.btnBrowse.TabIndex = 4;
this.btnBrowse.Text = "&Browse";
this.btnBrowse.UseVisualStyleBackColor = true;
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
//
// ChangeMavenSettingsXmlForm
//
this.AcceptButton = this.btnOk;
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(503, 66);
this.ControlBox = false;
this.Controls.Add(this.btnBrowse);
this.Controls.Add(this.lblBrowseSettingsXmlFile);
this.Controls.Add(this.txtBrowseSettingsXmlFile);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOk);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "ChangeMavenSettingsXmlForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Change Maven settings.xml";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.TextBox txtBrowseSettingsXmlFile;
private System.Windows.Forms.Label lblBrowseSettingsXmlFile;
private System.Windows.Forms.Button btnBrowse;
}
}