// **********************************************************************
//
// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
namespace Ice.VisualStudio
{
partial class IncludePathView
{
///
/// 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.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnDown = new System.Windows.Forms.Button();
this.btnUp = new System.Windows.Forms.Button();
this.btnRemove = new System.Windows.Forms.Button();
this.btnEdit = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.includePathInfo = new System.Windows.Forms.Label();
this.sliceIncludeList = new System.Windows.Forms.CheckedListBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnDown);
this.groupBox1.Controls.Add(this.btnUp);
this.groupBox1.Controls.Add(this.btnRemove);
this.groupBox1.Controls.Add(this.btnEdit);
this.groupBox1.Controls.Add(this.btnAdd);
this.groupBox1.Controls.Add(this.includePathInfo);
this.groupBox1.Controls.Add(this.sliceIncludeList);
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Margin = new System.Windows.Forms.Padding(0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(487, 166);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Slice include directories";
//
// btnDown
//
this.btnDown.Location = new System.Drawing.Point(406, 135);
this.btnDown.Name = "btnDown";
this.btnDown.Size = new System.Drawing.Size(75, 23);
this.btnDown.TabIndex = 5;
this.btnDown.Text = "Down";
this.btnDown.UseVisualStyleBackColor = true;
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
//
// btnUp
//
this.btnUp.Location = new System.Drawing.Point(406, 106);
this.btnUp.Name = "btnUp";
this.btnUp.Size = new System.Drawing.Size(75, 23);
this.btnUp.TabIndex = 4;
this.btnUp.Text = "Up";
this.btnUp.UseVisualStyleBackColor = true;
this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
//
// btnRemove
//
this.btnRemove.Location = new System.Drawing.Point(406, 77);
this.btnRemove.Name = "btnRemove";
this.btnRemove.Size = new System.Drawing.Size(75, 23);
this.btnRemove.TabIndex = 3;
this.btnRemove.Text = "Remove";
this.btnRemove.UseVisualStyleBackColor = true;
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// btnEdit
//
this.btnEdit.Location = new System.Drawing.Point(406, 48);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(75, 23);
this.btnEdit.TabIndex = 2;
this.btnEdit.Text = "Edit";
this.btnEdit.UseVisualStyleBackColor = true;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(406, 19);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 1;
this.btnAdd.Text = "Add";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// includePathInfo
//
this.includePathInfo.AutoSize = true;
this.includePathInfo.Location = new System.Drawing.Point(6, 150);
this.includePathInfo.Name = "includePathInfo";
this.includePathInfo.Size = new System.Drawing.Size(315, 13);
this.includePathInfo.TabIndex = 6;
this.includePathInfo.Text = "Select checkboxes for absolute paths, deselect for relative paths.";
//
// sliceIncludeList
//
this.sliceIncludeList.FormattingEnabled = true;
this.sliceIncludeList.Location = new System.Drawing.Point(6, 19);
this.sliceIncludeList.Name = "sliceIncludeList";
this.sliceIncludeList.Size = new System.Drawing.Size(394, 124);
this.sliceIncludeList.TabIndex = 0;
this.sliceIncludeList.SelectedIndexChanged += new System.EventHandler(this.sliceIncludeList_SelectedIndexChanged);
this.sliceIncludeList.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.sliceIncludeList_ItemCheck);
//
// IncludePathView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox1);
this.Name = "IncludePathView";
this.Size = new System.Drawing.Size(487, 170);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckedListBox sliceIncludeList;
private System.Windows.Forms.Label includePathInfo;
private System.Windows.Forms.Button btnUp;
private System.Windows.Forms.Button btnRemove;
private System.Windows.Forms.Button btnEdit;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnDown;
}
}