namespace SvnForm
{
partial class SvnMain
{
///
/// 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(SvnMain));
this.tabSvn = new System.Windows.Forms.TabControl();
this.tabMain = new System.Windows.Forms.TabPage();
this.btnCancel = new System.Windows.Forms.Button();
this.btnRefresh = new System.Windows.Forms.Button();
this.trvBranches = new System.Windows.Forms.TreeView();
this.lbxBranches = new System.Windows.Forms.ListBox();
this.btnLoad = new System.Windows.Forms.Button();
this.btnBrowse = new System.Windows.Forms.Button();
this.tbxDir = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.tbxBranches = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.cbxAuthenticate = new System.Windows.Forms.CheckBox();
this.gbxLogin = new System.Windows.Forms.GroupBox();
this.tbxPwd = new System.Windows.Forms.TextBox();
this.tbxUsername = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tbxUrl = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnNext = new System.Windows.Forms.Button();
this.tabProcess = new System.Windows.Forms.TabPage();
this.lblStatus = new System.Windows.Forms.Label();
this.gbxBuild = new System.Windows.Forms.GroupBox();
this.btnDown = new System.Windows.Forms.Button();
this.btnUp = new System.Windows.Forms.Button();
this.lbxSolutions = new System.Windows.Forms.ListBox();
this.lbxPlatform = new System.Windows.Forms.ComboBox();
this.lbxConfiguration = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.trvSolution = new System.Windows.Forms.TreeView();
this.lblSolutions = new System.Windows.Forms.Label();
this.prbSvn = new System.Windows.Forms.ProgressBar();
this.btnBack = new System.Windows.Forms.Button();
this.btnNext2 = new System.Windows.Forms.Button();
this.tabBuild = new System.Windows.Forms.TabPage();
this.lblBuild = new System.Windows.Forms.Label();
this.prbBuild = new System.Windows.Forms.ProgressBar();
this.buildLogTextBox = new System.Windows.Forms.TextBox();
this.btnBack2 = new System.Windows.Forms.Button();
this.btnFinish = new System.Windows.Forms.Button();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.tabSvn.SuspendLayout();
this.tabMain.SuspendLayout();
this.gbxLogin.SuspendLayout();
this.tabProcess.SuspendLayout();
this.gbxBuild.SuspendLayout();
this.tabBuild.SuspendLayout();
this.SuspendLayout();
//
// tabSvn
//
this.tabSvn.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.tabSvn.Controls.Add(this.tabMain);
this.tabSvn.Controls.Add(this.tabProcess);
this.tabSvn.Controls.Add(this.tabBuild);
this.tabSvn.Location = new System.Drawing.Point(0, -22);
this.tabSvn.Name = "tabSvn";
this.tabSvn.SelectedIndex = 0;
this.tabSvn.Size = new System.Drawing.Size(688, 539);
this.tabSvn.TabIndex = 0;
//
// tabMain
//
this.tabMain.Controls.Add(this.btnCancel);
this.tabMain.Controls.Add(this.btnRefresh);
this.tabMain.Controls.Add(this.trvBranches);
this.tabMain.Controls.Add(this.lbxBranches);
this.tabMain.Controls.Add(this.btnLoad);
this.tabMain.Controls.Add(this.btnBrowse);
this.tabMain.Controls.Add(this.tbxDir);
this.tabMain.Controls.Add(this.label5);
this.tabMain.Controls.Add(this.tbxBranches);
this.tabMain.Controls.Add(this.label4);
this.tabMain.Controls.Add(this.cbxAuthenticate);
this.tabMain.Controls.Add(this.gbxLogin);
this.tabMain.Controls.Add(this.tbxUrl);
this.tabMain.Controls.Add(this.label1);
this.tabMain.Controls.Add(this.btnNext);
this.tabMain.Location = new System.Drawing.Point(4, 22);
this.tabMain.Name = "tabMain";
this.tabMain.Padding = new System.Windows.Forms.Padding(3);
this.tabMain.Size = new System.Drawing.Size(680, 513);
this.tabMain.TabIndex = 0;
this.tabMain.UseVisualStyleBackColor = true;
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(512, 484);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 18;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnRefresh
//
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnRefresh.Image = global::SvnForm.Properties.Resources.refr;
this.btnRefresh.Location = new System.Drawing.Point(640, 20);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(28, 23);
this.btnRefresh.TabIndex = 17;
this.btnRefresh.UseVisualStyleBackColor = true;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// trvBranches
//
this.trvBranches.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.trvBranches.Location = new System.Drawing.Point(97, 155);
this.trvBranches.Name = "trvBranches";
this.trvBranches.Size = new System.Drawing.Size(568, 107);
this.trvBranches.TabIndex = 16;
this.trvBranches.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvBranches_AfterSelect);
//
// lbxBranches
//
this.lbxBranches.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.lbxBranches.FormattingEnabled = true;
this.lbxBranches.Location = new System.Drawing.Point(97, 268);
this.lbxBranches.Name = "lbxBranches";
this.lbxBranches.Size = new System.Drawing.Size(568, 160);
this.lbxBranches.TabIndex = 15;
//
// btnLoad
//
this.btnLoad.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnLoad.Location = new System.Drawing.Point(608, 126);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(60, 23);
this.btnLoad.TabIndex = 12;
this.btnLoad.Text = "Load";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// btnBrowse
//
this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnBrowse.Location = new System.Drawing.Point(608, 431);
this.btnBrowse.Name = "btnBrowse";
this.btnBrowse.Size = new System.Drawing.Size(60, 23);
this.btnBrowse.TabIndex = 11;
this.btnBrowse.Text = "Browse";
this.btnBrowse.UseVisualStyleBackColor = true;
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
//
// tbxDir
//
this.tbxDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbxDir.Location = new System.Drawing.Point(97, 434);
this.tbxDir.Name = "tbxDir";
this.tbxDir.Size = new System.Drawing.Size(501, 20);
this.tbxDir.TabIndex = 10;
//
// label5
//
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(8, 441);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(83, 13);
this.label5.TabIndex = 9;
this.label5.Text = "Target Directory";
//
// tbxBranches
//
this.tbxBranches.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbxBranches.Location = new System.Drawing.Point(101, 126);
this.tbxBranches.Name = "tbxBranches";
this.tbxBranches.Size = new System.Drawing.Size(501, 20);
this.tbxBranches.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 131);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(83, 13);
this.label4.TabIndex = 5;
this.label4.Text = "Url for Branches";
//
// cbxAuthenticate
//
this.cbxAuthenticate.AutoSize = true;
this.cbxAuthenticate.Location = new System.Drawing.Point(11, 49);
this.cbxAuthenticate.Name = "cbxAuthenticate";
this.cbxAuthenticate.Size = new System.Drawing.Size(86, 17);
this.cbxAuthenticate.TabIndex = 4;
this.cbxAuthenticate.Text = "Authenticate";
this.cbxAuthenticate.UseVisualStyleBackColor = true;
this.cbxAuthenticate.CheckedChanged += new System.EventHandler(this.cbxAuthenticate_CheckedChanged);
//
// gbxLogin
//
this.gbxLogin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbxLogin.Controls.Add(this.tbxPwd);
this.gbxLogin.Controls.Add(this.tbxUsername);
this.gbxLogin.Controls.Add(this.label3);
this.gbxLogin.Controls.Add(this.label2);
this.gbxLogin.Location = new System.Drawing.Point(360, 49);
this.gbxLogin.Name = "gbxLogin";
this.gbxLogin.Size = new System.Drawing.Size(305, 71);
this.gbxLogin.TabIndex = 3;
this.gbxLogin.TabStop = false;
this.gbxLogin.Text = "Login";
//
// tbxPwd
//
this.tbxPwd.Location = new System.Drawing.Point(72, 44);
this.tbxPwd.Name = "tbxPwd";
this.tbxPwd.PasswordChar = '*';
this.tbxPwd.Size = new System.Drawing.Size(224, 20);
this.tbxPwd.TabIndex = 3;
//
// tbxUsername
//
this.tbxUsername.Location = new System.Drawing.Point(72, 20);
this.tbxUsername.Name = "tbxUsername";
this.tbxUsername.Size = new System.Drawing.Size(224, 20);
this.tbxUsername.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(7, 44);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 13);
this.label3.TabIndex = 1;
this.label3.Text = "Password";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 20);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(58, 13);
this.label2.TabIndex = 0;
this.label2.Text = "Username ";
//
// tbxUrl
//
this.tbxUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbxUrl.Location = new System.Drawing.Point(101, 23);
this.tbxUrl.Name = "tbxUrl";
this.tbxUrl.Size = new System.Drawing.Size(533, 20);
this.tbxUrl.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(76, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Repository Url ";
//
// btnNext
//
this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnNext.Location = new System.Drawing.Point(593, 484);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(75, 23);
this.btnNext.TabIndex = 0;
this.btnNext.Text = "Next >>";
this.btnNext.UseVisualStyleBackColor = true;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// tabProcess
//
this.tabProcess.Controls.Add(this.lblStatus);
this.tabProcess.Controls.Add(this.gbxBuild);
this.tabProcess.Controls.Add(this.prbSvn);
this.tabProcess.Controls.Add(this.btnBack);
this.tabProcess.Controls.Add(this.btnNext2);
this.tabProcess.Location = new System.Drawing.Point(4, 22);
this.tabProcess.Name = "tabProcess";
this.tabProcess.Padding = new System.Windows.Forms.Padding(3);
this.tabProcess.Size = new System.Drawing.Size(680, 513);
this.tabProcess.TabIndex = 1;
this.tabProcess.UseVisualStyleBackColor = true;
//
// lblStatus
//
this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblStatus.AutoSize = true;
this.lblStatus.Location = new System.Drawing.Point(14, 450);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(37, 13);
this.lblStatus.TabIndex = 5;
this.lblStatus.Text = "Status";
//
// gbxBuild
//
this.gbxBuild.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.gbxBuild.Controls.Add(this.btnDown);
this.gbxBuild.Controls.Add(this.btnUp);
this.gbxBuild.Controls.Add(this.lbxSolutions);
this.gbxBuild.Controls.Add(this.lbxPlatform);
this.gbxBuild.Controls.Add(this.lbxConfiguration);
this.gbxBuild.Controls.Add(this.label8);
this.gbxBuild.Controls.Add(this.label7);
this.gbxBuild.Controls.Add(this.trvSolution);
this.gbxBuild.Controls.Add(this.lblSolutions);
this.gbxBuild.Location = new System.Drawing.Point(8, 6);
this.gbxBuild.Name = "gbxBuild";
this.gbxBuild.Size = new System.Drawing.Size(660, 430);
this.gbxBuild.TabIndex = 4;
this.gbxBuild.TabStop = false;
this.gbxBuild.Text = "Build";
//
// btnDown
//
this.btnDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnDown.Image = global::SvnForm.Properties.Resources.orange_down_arrow;
this.btnDown.Location = new System.Drawing.Point(634, 326);
this.btnDown.Name = "btnDown";
this.btnDown.Size = new System.Drawing.Size(20, 30);
this.btnDown.TabIndex = 15;
this.btnDown.UseVisualStyleBackColor = true;
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
//
// btnUp
//
this.btnUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnUp.Image = global::SvnForm.Properties.Resources.orange_up_arrow;
this.btnUp.Location = new System.Drawing.Point(634, 153);
this.btnUp.Name = "btnUp";
this.btnUp.Size = new System.Drawing.Size(20, 30);
this.btnUp.TabIndex = 14;
this.btnUp.UseVisualStyleBackColor = true;
this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
//
// lbxSolutions
//
this.lbxSolutions.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.lbxSolutions.FormattingEnabled = true;
this.lbxSolutions.Location = new System.Drawing.Point(90, 154);
this.lbxSolutions.Name = "lbxSolutions";
this.lbxSolutions.Size = new System.Drawing.Size(541, 199);
this.lbxSolutions.TabIndex = 9;
//
// lbxPlatform
//
this.lbxPlatform.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbxPlatform.FormattingEnabled = true;
this.lbxPlatform.Items.AddRange(new object[] {
"Any CPU",
"x64",
"x86"});
this.lbxPlatform.Location = new System.Drawing.Point(90, 392);
this.lbxPlatform.Name = "lbxPlatform";
this.lbxPlatform.Size = new System.Drawing.Size(564, 21);
this.lbxPlatform.TabIndex = 8;
//
// lbxConfiguration
//
this.lbxConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbxConfiguration.FormattingEnabled = true;
this.lbxConfiguration.Items.AddRange(new object[] {
"Release",
"Debug"});
this.lbxConfiguration.Location = new System.Drawing.Point(90, 365);
this.lbxConfiguration.Name = "lbxConfiguration";
this.lbxConfiguration.Size = new System.Drawing.Size(564, 21);
this.lbxConfiguration.TabIndex = 7;
//
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 400);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(45, 13);
this.label8.TabIndex = 6;
this.label8.Text = "Platform";
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 373);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(69, 13);
this.label7.TabIndex = 5;
this.label7.Text = "Configuration";
//
// trvSolution
//
this.trvSolution.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.trvSolution.CheckBoxes = true;
this.trvSolution.Location = new System.Drawing.Point(90, 16);
this.trvSolution.Name = "trvSolution";
this.trvSolution.Size = new System.Drawing.Size(564, 132);
this.trvSolution.TabIndex = 4;
this.trvSolution.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.trvSolution_AfterCheck);
//
// lblSolutions
//
this.lblSolutions.AutoSize = true;
this.lblSolutions.Location = new System.Drawing.Point(6, 16);
this.lblSolutions.Name = "lblSolutions";
this.lblSolutions.Size = new System.Drawing.Size(0, 13);
this.lblSolutions.TabIndex = 3;
//
// prbSvn
//
this.prbSvn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.prbSvn.Location = new System.Drawing.Point(18, 183);
this.prbSvn.Name = "prbSvn";
this.prbSvn.Size = new System.Drawing.Size(639, 20);
this.prbSvn.TabIndex = 2;
//
// btnBack
//
this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnBack.Location = new System.Drawing.Point(512, 484);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(75, 23);
this.btnBack.TabIndex = 1;
this.btnBack.Text = "<< Back";
this.btnBack.UseVisualStyleBackColor = true;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// btnNext2
//
this.btnNext2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnNext2.Location = new System.Drawing.Point(593, 484);
this.btnNext2.Name = "btnNext2";
this.btnNext2.Size = new System.Drawing.Size(75, 23);
this.btnNext2.TabIndex = 0;
this.btnNext2.Text = "Next >>";
this.btnNext2.UseVisualStyleBackColor = true;
this.btnNext2.Click += new System.EventHandler(this.btnNext2_Click);
//
// tabBuild
//
this.tabBuild.Controls.Add(this.lblBuild);
this.tabBuild.Controls.Add(this.prbBuild);
this.tabBuild.Controls.Add(this.buildLogTextBox);
this.tabBuild.Controls.Add(this.btnBack2);
this.tabBuild.Controls.Add(this.btnFinish);
this.tabBuild.Location = new System.Drawing.Point(4, 22);
this.tabBuild.Name = "tabBuild";
this.tabBuild.Size = new System.Drawing.Size(680, 513);
this.tabBuild.TabIndex = 2;
this.tabBuild.UseVisualStyleBackColor = true;
//
// lblBuild
//
this.lblBuild.AutoSize = true;
this.lblBuild.Location = new System.Drawing.Point(19, 67);
this.lblBuild.Name = "lblBuild";
this.lblBuild.Size = new System.Drawing.Size(56, 13);
this.lblBuild.TabIndex = 6;
this.lblBuild.Text = "Building ...";
//
// prbBuild
//
this.prbBuild.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.prbBuild.Location = new System.Drawing.Point(8, 132);
this.prbBuild.Name = "prbBuild";
this.prbBuild.Size = new System.Drawing.Size(660, 23);
this.prbBuild.TabIndex = 5;
//
// buildLogTextBox
//
this.buildLogTextBox.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.buildLogTextBox.Location = new System.Drawing.Point(8, 174);
this.buildLogTextBox.Multiline = true;
this.buildLogTextBox.Name = "buildLogTextBox";
this.buildLogTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.buildLogTextBox.Size = new System.Drawing.Size(660, 270);
this.buildLogTextBox.TabIndex = 4;
//
// btnBack2
//
this.btnBack2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnBack2.Location = new System.Drawing.Point(512, 487);
this.btnBack2.Name = "btnBack2";
this.btnBack2.Size = new System.Drawing.Size(75, 23);
this.btnBack2.TabIndex = 3;
this.btnBack2.Text = "<< Back";
this.btnBack2.UseVisualStyleBackColor = true;
this.btnBack2.Click += new System.EventHandler(this.btnBack2_Click);
//
// btnFinish
//
this.btnFinish.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnFinish.Location = new System.Drawing.Point(593, 487);
this.btnFinish.Name = "btnFinish";
this.btnFinish.Size = new System.Drawing.Size(75, 23);
this.btnFinish.TabIndex = 2;
this.btnFinish.Text = "Finish";
this.btnFinish.UseVisualStyleBackColor = true;
this.btnFinish.Click += new System.EventHandler(this.btnFinish_Click);
//
// SvnMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(684, 512);
this.Controls.Add(this.tabSvn);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SvnMain";
this.Text = "SvnMain";
this.Load += new System.EventHandler(this.SvnMain_Load);
this.tabSvn.ResumeLayout(false);
this.tabMain.ResumeLayout(false);
this.tabMain.PerformLayout();
this.gbxLogin.ResumeLayout(false);
this.gbxLogin.PerformLayout();
this.tabProcess.ResumeLayout(false);
this.tabProcess.PerformLayout();
this.gbxBuild.ResumeLayout(false);
this.gbxBuild.PerformLayout();
this.tabBuild.ResumeLayout(false);
this.tabBuild.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabSvn;
private System.Windows.Forms.TabPage tabMain;
private System.Windows.Forms.TextBox tbxBranches;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.CheckBox cbxAuthenticate;
private System.Windows.Forms.GroupBox gbxLogin;
private System.Windows.Forms.TextBox tbxPwd;
private System.Windows.Forms.TextBox tbxUsername;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbxUrl;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.TabPage tabProcess;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button btnNext2;
private System.Windows.Forms.TabPage tabBuild;
private System.Windows.Forms.Button btnBack2;
private System.Windows.Forms.Button btnFinish;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.Button btnBrowse;
private System.Windows.Forms.TextBox tbxDir;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ProgressBar prbSvn;
private System.Windows.Forms.GroupBox gbxBuild;
private System.Windows.Forms.Label lblSolutions;
private System.Windows.Forms.TreeView trvSolution;
private System.Windows.Forms.Label lblBuild;
private System.Windows.Forms.ProgressBar prbBuild;
private System.Windows.Forms.TextBox buildLogTextBox;
private System.Windows.Forms.ListBox lbxBranches;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.TreeView trvBranches;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.ComboBox lbxPlatform;
private System.Windows.Forms.ComboBox lbxConfiguration;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label lblStatus;
private System.Windows.Forms.Button btnDown;
private System.Windows.Forms.Button btnUp;
private System.Windows.Forms.ListBox lbxSolutions;
}
}