[9234] | 1 | namespace SvnForm
|
---|
| 2 | {
|
---|
| 3 | partial class SvnMain
|
---|
| 4 | {
|
---|
| 5 | /// <summary>
|
---|
| 6 | /// Required designer variable.
|
---|
| 7 | /// </summary>
|
---|
| 8 | private System.ComponentModel.IContainer components = null;
|
---|
| 9 |
|
---|
| 10 | /// <summary>
|
---|
| 11 | /// Clean up any resources being used.
|
---|
| 12 | /// </summary>
|
---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 14 | protected override void Dispose(bool disposing)
|
---|
| 15 | {
|
---|
| 16 | if (disposing && (components != null))
|
---|
| 17 | {
|
---|
| 18 | components.Dispose();
|
---|
| 19 | }
|
---|
| 20 | base.Dispose(disposing);
|
---|
| 21 | }
|
---|
| 22 |
|
---|
| 23 | #region Windows Form Designer generated code
|
---|
| 24 |
|
---|
| 25 | /// <summary>
|
---|
| 26 | /// Required method for Designer support - do not modify
|
---|
| 27 | /// the contents of this method with the code editor.
|
---|
| 28 | /// </summary>
|
---|
| 29 | private void InitializeComponent()
|
---|
| 30 | {
|
---|
| 31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SvnMain));
|
---|
| 32 | this.tabSvn = new System.Windows.Forms.TabControl();
|
---|
| 33 | this.tabMain = new System.Windows.Forms.TabPage();
|
---|
| 34 | this.btnCancel = new System.Windows.Forms.Button();
|
---|
| 35 | this.btnRefresh = new System.Windows.Forms.Button();
|
---|
| 36 | this.trvBranches = new System.Windows.Forms.TreeView();
|
---|
| 37 | this.lbxBranches = new System.Windows.Forms.ListBox();
|
---|
| 38 | this.btnLoad = new System.Windows.Forms.Button();
|
---|
| 39 | this.btnBrowse = new System.Windows.Forms.Button();
|
---|
| 40 | this.tbxDir = new System.Windows.Forms.TextBox();
|
---|
| 41 | this.label5 = new System.Windows.Forms.Label();
|
---|
| 42 | this.tbxBranches = new System.Windows.Forms.TextBox();
|
---|
| 43 | this.label4 = new System.Windows.Forms.Label();
|
---|
| 44 | this.cbxAuthenticate = new System.Windows.Forms.CheckBox();
|
---|
| 45 | this.gbxLogin = new System.Windows.Forms.GroupBox();
|
---|
| 46 | this.tbxPwd = new System.Windows.Forms.TextBox();
|
---|
| 47 | this.tbxUsername = new System.Windows.Forms.TextBox();
|
---|
| 48 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 49 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 50 | this.tbxUrl = new System.Windows.Forms.TextBox();
|
---|
| 51 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 52 | this.btnNext = new System.Windows.Forms.Button();
|
---|
| 53 | this.tabProcess = new System.Windows.Forms.TabPage();
|
---|
| 54 | this.lblStatus = new System.Windows.Forms.Label();
|
---|
| 55 | this.gbxBuild = new System.Windows.Forms.GroupBox();
|
---|
| 56 | this.btnDown = new System.Windows.Forms.Button();
|
---|
| 57 | this.btnUp = new System.Windows.Forms.Button();
|
---|
| 58 | this.lbxSolutions = new System.Windows.Forms.ListBox();
|
---|
| 59 | this.lbxPlatform = new System.Windows.Forms.ComboBox();
|
---|
| 60 | this.lbxConfiguration = new System.Windows.Forms.ComboBox();
|
---|
| 61 | this.label8 = new System.Windows.Forms.Label();
|
---|
| 62 | this.label7 = new System.Windows.Forms.Label();
|
---|
| 63 | this.trvSolution = new System.Windows.Forms.TreeView();
|
---|
| 64 | this.lblSolutions = new System.Windows.Forms.Label();
|
---|
| 65 | this.prbSvn = new System.Windows.Forms.ProgressBar();
|
---|
| 66 | this.btnBack = new System.Windows.Forms.Button();
|
---|
| 67 | this.btnNext2 = new System.Windows.Forms.Button();
|
---|
| 68 | this.tabBuild = new System.Windows.Forms.TabPage();
|
---|
| 69 | this.lblBuild = new System.Windows.Forms.Label();
|
---|
| 70 | this.prbBuild = new System.Windows.Forms.ProgressBar();
|
---|
| 71 | this.buildLogTextBox = new System.Windows.Forms.TextBox();
|
---|
| 72 | this.btnBack2 = new System.Windows.Forms.Button();
|
---|
| 73 | this.btnFinish = new System.Windows.Forms.Button();
|
---|
| 74 | this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
---|
| 75 | this.tabSvn.SuspendLayout();
|
---|
| 76 | this.tabMain.SuspendLayout();
|
---|
| 77 | this.gbxLogin.SuspendLayout();
|
---|
| 78 | this.tabProcess.SuspendLayout();
|
---|
| 79 | this.gbxBuild.SuspendLayout();
|
---|
| 80 | this.tabBuild.SuspendLayout();
|
---|
| 81 | this.SuspendLayout();
|
---|
| 82 | //
|
---|
| 83 | // tabSvn
|
---|
| 84 | //
|
---|
| 85 | this.tabSvn.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 86 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 87 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 88 | this.tabSvn.Controls.Add(this.tabMain);
|
---|
| 89 | this.tabSvn.Controls.Add(this.tabProcess);
|
---|
| 90 | this.tabSvn.Controls.Add(this.tabBuild);
|
---|
| 91 | this.tabSvn.Location = new System.Drawing.Point(0, -22);
|
---|
| 92 | this.tabSvn.Name = "tabSvn";
|
---|
| 93 | this.tabSvn.SelectedIndex = 0;
|
---|
| 94 | this.tabSvn.Size = new System.Drawing.Size(688, 539);
|
---|
| 95 | this.tabSvn.TabIndex = 0;
|
---|
| 96 | //
|
---|
| 97 | // tabMain
|
---|
| 98 | //
|
---|
| 99 | this.tabMain.Controls.Add(this.btnCancel);
|
---|
| 100 | this.tabMain.Controls.Add(this.btnRefresh);
|
---|
| 101 | this.tabMain.Controls.Add(this.trvBranches);
|
---|
| 102 | this.tabMain.Controls.Add(this.lbxBranches);
|
---|
| 103 | this.tabMain.Controls.Add(this.btnLoad);
|
---|
| 104 | this.tabMain.Controls.Add(this.btnBrowse);
|
---|
| 105 | this.tabMain.Controls.Add(this.tbxDir);
|
---|
| 106 | this.tabMain.Controls.Add(this.label5);
|
---|
| 107 | this.tabMain.Controls.Add(this.tbxBranches);
|
---|
| 108 | this.tabMain.Controls.Add(this.label4);
|
---|
| 109 | this.tabMain.Controls.Add(this.cbxAuthenticate);
|
---|
| 110 | this.tabMain.Controls.Add(this.gbxLogin);
|
---|
| 111 | this.tabMain.Controls.Add(this.tbxUrl);
|
---|
| 112 | this.tabMain.Controls.Add(this.label1);
|
---|
| 113 | this.tabMain.Controls.Add(this.btnNext);
|
---|
| 114 | this.tabMain.Location = new System.Drawing.Point(4, 22);
|
---|
| 115 | this.tabMain.Name = "tabMain";
|
---|
| 116 | this.tabMain.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 117 | this.tabMain.Size = new System.Drawing.Size(680, 513);
|
---|
| 118 | this.tabMain.TabIndex = 0;
|
---|
| 119 | this.tabMain.UseVisualStyleBackColor = true;
|
---|
| 120 | //
|
---|
| 121 | // btnCancel
|
---|
| 122 | //
|
---|
| 123 | this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 124 | this.btnCancel.Location = new System.Drawing.Point(512, 484);
|
---|
| 125 | this.btnCancel.Name = "btnCancel";
|
---|
| 126 | this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
---|
| 127 | this.btnCancel.TabIndex = 18;
|
---|
| 128 | this.btnCancel.Text = "Cancel";
|
---|
| 129 | this.btnCancel.UseVisualStyleBackColor = true;
|
---|
| 130 | this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
---|
| 131 | //
|
---|
| 132 | // btnRefresh
|
---|
| 133 | //
|
---|
| 134 | this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 135 | this.btnRefresh.Image = global::SvnForm.Properties.Resources.refr;
|
---|
| 136 | this.btnRefresh.Location = new System.Drawing.Point(640, 20);
|
---|
| 137 | this.btnRefresh.Name = "btnRefresh";
|
---|
| 138 | this.btnRefresh.Size = new System.Drawing.Size(28, 23);
|
---|
| 139 | this.btnRefresh.TabIndex = 17;
|
---|
| 140 | this.btnRefresh.UseVisualStyleBackColor = true;
|
---|
| 141 | this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
|
---|
| 142 | //
|
---|
| 143 | // trvBranches
|
---|
| 144 | //
|
---|
| 145 | this.trvBranches.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 146 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 147 | this.trvBranches.Location = new System.Drawing.Point(97, 155);
|
---|
| 148 | this.trvBranches.Name = "trvBranches";
|
---|
| 149 | this.trvBranches.Size = new System.Drawing.Size(568, 107);
|
---|
| 150 | this.trvBranches.TabIndex = 16;
|
---|
| 151 | this.trvBranches.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvBranches_AfterSelect);
|
---|
| 152 | //
|
---|
| 153 | // lbxBranches
|
---|
| 154 | //
|
---|
| 155 | this.lbxBranches.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 156 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 157 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 158 | this.lbxBranches.FormattingEnabled = true;
|
---|
| 159 | this.lbxBranches.Location = new System.Drawing.Point(97, 268);
|
---|
| 160 | this.lbxBranches.Name = "lbxBranches";
|
---|
| 161 | this.lbxBranches.Size = new System.Drawing.Size(568, 160);
|
---|
| 162 | this.lbxBranches.TabIndex = 15;
|
---|
| 163 | //
|
---|
| 164 | // btnLoad
|
---|
| 165 | //
|
---|
| 166 | this.btnLoad.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 167 | this.btnLoad.Location = new System.Drawing.Point(608, 126);
|
---|
| 168 | this.btnLoad.Name = "btnLoad";
|
---|
| 169 | this.btnLoad.Size = new System.Drawing.Size(60, 23);
|
---|
| 170 | this.btnLoad.TabIndex = 12;
|
---|
| 171 | this.btnLoad.Text = "Load";
|
---|
| 172 | this.btnLoad.UseVisualStyleBackColor = true;
|
---|
| 173 | this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
|
---|
| 174 | //
|
---|
| 175 | // btnBrowse
|
---|
| 176 | //
|
---|
| 177 | this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 178 | this.btnBrowse.Location = new System.Drawing.Point(608, 431);
|
---|
| 179 | this.btnBrowse.Name = "btnBrowse";
|
---|
| 180 | this.btnBrowse.Size = new System.Drawing.Size(60, 23);
|
---|
| 181 | this.btnBrowse.TabIndex = 11;
|
---|
| 182 | this.btnBrowse.Text = "Browse";
|
---|
| 183 | this.btnBrowse.UseVisualStyleBackColor = true;
|
---|
| 184 | this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
|
---|
| 185 | //
|
---|
| 186 | // tbxDir
|
---|
| 187 | //
|
---|
| 188 | this.tbxDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 189 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 190 | this.tbxDir.Location = new System.Drawing.Point(97, 434);
|
---|
| 191 | this.tbxDir.Name = "tbxDir";
|
---|
| 192 | this.tbxDir.Size = new System.Drawing.Size(501, 20);
|
---|
| 193 | this.tbxDir.TabIndex = 10;
|
---|
| 194 | //
|
---|
| 195 | // label5
|
---|
| 196 | //
|
---|
| 197 | this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 198 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 199 | this.label5.AutoSize = true;
|
---|
| 200 | this.label5.Location = new System.Drawing.Point(8, 441);
|
---|
| 201 | this.label5.Name = "label5";
|
---|
| 202 | this.label5.Size = new System.Drawing.Size(83, 13);
|
---|
| 203 | this.label5.TabIndex = 9;
|
---|
| 204 | this.label5.Text = "Target Directory";
|
---|
| 205 | //
|
---|
| 206 | // tbxBranches
|
---|
| 207 | //
|
---|
| 208 | this.tbxBranches.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 209 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 210 | this.tbxBranches.Location = new System.Drawing.Point(101, 126);
|
---|
| 211 | this.tbxBranches.Name = "tbxBranches";
|
---|
| 212 | this.tbxBranches.Size = new System.Drawing.Size(501, 20);
|
---|
| 213 | this.tbxBranches.TabIndex = 6;
|
---|
| 214 | //
|
---|
| 215 | // label4
|
---|
| 216 | //
|
---|
| 217 | this.label4.AutoSize = true;
|
---|
| 218 | this.label4.Location = new System.Drawing.Point(8, 131);
|
---|
| 219 | this.label4.Name = "label4";
|
---|
| 220 | this.label4.Size = new System.Drawing.Size(83, 13);
|
---|
| 221 | this.label4.TabIndex = 5;
|
---|
| 222 | this.label4.Text = "Url for Branches";
|
---|
| 223 | //
|
---|
| 224 | // cbxAuthenticate
|
---|
| 225 | //
|
---|
| 226 | this.cbxAuthenticate.AutoSize = true;
|
---|
| 227 | this.cbxAuthenticate.Location = new System.Drawing.Point(11, 49);
|
---|
| 228 | this.cbxAuthenticate.Name = "cbxAuthenticate";
|
---|
| 229 | this.cbxAuthenticate.Size = new System.Drawing.Size(86, 17);
|
---|
| 230 | this.cbxAuthenticate.TabIndex = 4;
|
---|
| 231 | this.cbxAuthenticate.Text = "Authenticate";
|
---|
| 232 | this.cbxAuthenticate.UseVisualStyleBackColor = true;
|
---|
| 233 | this.cbxAuthenticate.CheckedChanged += new System.EventHandler(this.cbxAuthenticate_CheckedChanged);
|
---|
| 234 | //
|
---|
| 235 | // gbxLogin
|
---|
| 236 | //
|
---|
| 237 | this.gbxLogin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 238 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 239 | this.gbxLogin.Controls.Add(this.tbxPwd);
|
---|
| 240 | this.gbxLogin.Controls.Add(this.tbxUsername);
|
---|
| 241 | this.gbxLogin.Controls.Add(this.label3);
|
---|
| 242 | this.gbxLogin.Controls.Add(this.label2);
|
---|
| 243 | this.gbxLogin.Location = new System.Drawing.Point(360, 49);
|
---|
| 244 | this.gbxLogin.Name = "gbxLogin";
|
---|
| 245 | this.gbxLogin.Size = new System.Drawing.Size(305, 71);
|
---|
| 246 | this.gbxLogin.TabIndex = 3;
|
---|
| 247 | this.gbxLogin.TabStop = false;
|
---|
| 248 | this.gbxLogin.Text = "Login";
|
---|
| 249 | //
|
---|
| 250 | // tbxPwd
|
---|
| 251 | //
|
---|
| 252 | this.tbxPwd.Location = new System.Drawing.Point(72, 44);
|
---|
| 253 | this.tbxPwd.Name = "tbxPwd";
|
---|
| 254 | this.tbxPwd.PasswordChar = '*';
|
---|
| 255 | this.tbxPwd.Size = new System.Drawing.Size(224, 20);
|
---|
| 256 | this.tbxPwd.TabIndex = 3;
|
---|
| 257 | //
|
---|
| 258 | // tbxUsername
|
---|
| 259 | //
|
---|
| 260 | this.tbxUsername.Location = new System.Drawing.Point(72, 20);
|
---|
| 261 | this.tbxUsername.Name = "tbxUsername";
|
---|
| 262 | this.tbxUsername.Size = new System.Drawing.Size(224, 20);
|
---|
| 263 | this.tbxUsername.TabIndex = 2;
|
---|
| 264 | //
|
---|
| 265 | // label3
|
---|
| 266 | //
|
---|
| 267 | this.label3.AutoSize = true;
|
---|
| 268 | this.label3.Location = new System.Drawing.Point(7, 44);
|
---|
| 269 | this.label3.Name = "label3";
|
---|
| 270 | this.label3.Size = new System.Drawing.Size(53, 13);
|
---|
| 271 | this.label3.TabIndex = 1;
|
---|
| 272 | this.label3.Text = "Password";
|
---|
| 273 | //
|
---|
| 274 | // label2
|
---|
| 275 | //
|
---|
| 276 | this.label2.AutoSize = true;
|
---|
| 277 | this.label2.Location = new System.Drawing.Point(7, 20);
|
---|
| 278 | this.label2.Name = "label2";
|
---|
| 279 | this.label2.Size = new System.Drawing.Size(58, 13);
|
---|
| 280 | this.label2.TabIndex = 0;
|
---|
| 281 | this.label2.Text = "Username ";
|
---|
| 282 | //
|
---|
| 283 | // tbxUrl
|
---|
| 284 | //
|
---|
| 285 | this.tbxUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 286 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 287 | this.tbxUrl.Location = new System.Drawing.Point(101, 23);
|
---|
| 288 | this.tbxUrl.Name = "tbxUrl";
|
---|
| 289 | this.tbxUrl.Size = new System.Drawing.Size(533, 20);
|
---|
| 290 | this.tbxUrl.TabIndex = 2;
|
---|
| 291 | //
|
---|
| 292 | // label1
|
---|
| 293 | //
|
---|
| 294 | this.label1.AutoSize = true;
|
---|
| 295 | this.label1.Location = new System.Drawing.Point(8, 26);
|
---|
| 296 | this.label1.Name = "label1";
|
---|
| 297 | this.label1.Size = new System.Drawing.Size(76, 13);
|
---|
| 298 | this.label1.TabIndex = 1;
|
---|
| 299 | this.label1.Text = "Repository Url ";
|
---|
| 300 | //
|
---|
| 301 | // btnNext
|
---|
| 302 | //
|
---|
| 303 | this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 304 | this.btnNext.Location = new System.Drawing.Point(593, 484);
|
---|
| 305 | this.btnNext.Name = "btnNext";
|
---|
| 306 | this.btnNext.Size = new System.Drawing.Size(75, 23);
|
---|
| 307 | this.btnNext.TabIndex = 0;
|
---|
| 308 | this.btnNext.Text = "Next >>";
|
---|
| 309 | this.btnNext.UseVisualStyleBackColor = true;
|
---|
| 310 | this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
|
---|
| 311 | //
|
---|
| 312 | // tabProcess
|
---|
| 313 | //
|
---|
| 314 | this.tabProcess.Controls.Add(this.lblStatus);
|
---|
| 315 | this.tabProcess.Controls.Add(this.gbxBuild);
|
---|
| 316 | this.tabProcess.Controls.Add(this.prbSvn);
|
---|
| 317 | this.tabProcess.Controls.Add(this.btnBack);
|
---|
| 318 | this.tabProcess.Controls.Add(this.btnNext2);
|
---|
| 319 | this.tabProcess.Location = new System.Drawing.Point(4, 22);
|
---|
| 320 | this.tabProcess.Name = "tabProcess";
|
---|
| 321 | this.tabProcess.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 322 | this.tabProcess.Size = new System.Drawing.Size(680, 513);
|
---|
| 323 | this.tabProcess.TabIndex = 1;
|
---|
| 324 | this.tabProcess.UseVisualStyleBackColor = true;
|
---|
| 325 | //
|
---|
| 326 | // lblStatus
|
---|
| 327 | //
|
---|
| 328 | this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 329 | this.lblStatus.AutoSize = true;
|
---|
| 330 | this.lblStatus.Location = new System.Drawing.Point(14, 450);
|
---|
| 331 | this.lblStatus.Name = "lblStatus";
|
---|
| 332 | this.lblStatus.Size = new System.Drawing.Size(37, 13);
|
---|
| 333 | this.lblStatus.TabIndex = 5;
|
---|
| 334 | this.lblStatus.Text = "Status";
|
---|
| 335 | //
|
---|
| 336 | // gbxBuild
|
---|
| 337 | //
|
---|
| 338 | this.gbxBuild.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 339 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 340 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 341 | this.gbxBuild.Controls.Add(this.btnDown);
|
---|
| 342 | this.gbxBuild.Controls.Add(this.btnUp);
|
---|
| 343 | this.gbxBuild.Controls.Add(this.lbxSolutions);
|
---|
| 344 | this.gbxBuild.Controls.Add(this.lbxPlatform);
|
---|
| 345 | this.gbxBuild.Controls.Add(this.lbxConfiguration);
|
---|
| 346 | this.gbxBuild.Controls.Add(this.label8);
|
---|
| 347 | this.gbxBuild.Controls.Add(this.label7);
|
---|
| 348 | this.gbxBuild.Controls.Add(this.trvSolution);
|
---|
| 349 | this.gbxBuild.Controls.Add(this.lblSolutions);
|
---|
| 350 | this.gbxBuild.Location = new System.Drawing.Point(8, 6);
|
---|
| 351 | this.gbxBuild.Name = "gbxBuild";
|
---|
| 352 | this.gbxBuild.Size = new System.Drawing.Size(660, 430);
|
---|
| 353 | this.gbxBuild.TabIndex = 4;
|
---|
| 354 | this.gbxBuild.TabStop = false;
|
---|
| 355 | this.gbxBuild.Text = "Build";
|
---|
| 356 | //
|
---|
| 357 | // btnDown
|
---|
| 358 | //
|
---|
| 359 | this.btnDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 360 | this.btnDown.Image = global::SvnForm.Properties.Resources.orange_down_arrow;
|
---|
| 361 | this.btnDown.Location = new System.Drawing.Point(634, 326);
|
---|
| 362 | this.btnDown.Name = "btnDown";
|
---|
| 363 | this.btnDown.Size = new System.Drawing.Size(20, 30);
|
---|
| 364 | this.btnDown.TabIndex = 15;
|
---|
| 365 | this.btnDown.UseVisualStyleBackColor = true;
|
---|
| 366 | this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
|
---|
| 367 | //
|
---|
| 368 | // btnUp
|
---|
| 369 | //
|
---|
| 370 | this.btnUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 371 | this.btnUp.Image = global::SvnForm.Properties.Resources.orange_up_arrow;
|
---|
| 372 | this.btnUp.Location = new System.Drawing.Point(634, 153);
|
---|
| 373 | this.btnUp.Name = "btnUp";
|
---|
| 374 | this.btnUp.Size = new System.Drawing.Size(20, 30);
|
---|
| 375 | this.btnUp.TabIndex = 14;
|
---|
| 376 | this.btnUp.UseVisualStyleBackColor = true;
|
---|
| 377 | this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
|
---|
| 378 | //
|
---|
| 379 | // lbxSolutions
|
---|
| 380 | //
|
---|
| 381 | this.lbxSolutions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 382 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 383 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 384 | this.lbxSolutions.FormattingEnabled = true;
|
---|
| 385 | this.lbxSolutions.Location = new System.Drawing.Point(90, 154);
|
---|
| 386 | this.lbxSolutions.Name = "lbxSolutions";
|
---|
| 387 | this.lbxSolutions.Size = new System.Drawing.Size(541, 199);
|
---|
| 388 | this.lbxSolutions.TabIndex = 9;
|
---|
| 389 | //
|
---|
| 390 | // lbxPlatform
|
---|
| 391 | //
|
---|
| 392 | this.lbxPlatform.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 393 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 394 | this.lbxPlatform.FormattingEnabled = true;
|
---|
| 395 | this.lbxPlatform.Items.AddRange(new object[] {
|
---|
| 396 | "Any CPU",
|
---|
| 397 | "x64",
|
---|
| 398 | "x86"});
|
---|
| 399 | this.lbxPlatform.Location = new System.Drawing.Point(90, 392);
|
---|
| 400 | this.lbxPlatform.Name = "lbxPlatform";
|
---|
| 401 | this.lbxPlatform.Size = new System.Drawing.Size(564, 21);
|
---|
| 402 | this.lbxPlatform.TabIndex = 8;
|
---|
| 403 | //
|
---|
| 404 | // lbxConfiguration
|
---|
| 405 | //
|
---|
| 406 | this.lbxConfiguration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 407 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 408 | this.lbxConfiguration.FormattingEnabled = true;
|
---|
| 409 | this.lbxConfiguration.Items.AddRange(new object[] {
|
---|
| 410 | "Release",
|
---|
| 411 | "Debug"});
|
---|
| 412 | this.lbxConfiguration.Location = new System.Drawing.Point(90, 365);
|
---|
| 413 | this.lbxConfiguration.Name = "lbxConfiguration";
|
---|
| 414 | this.lbxConfiguration.Size = new System.Drawing.Size(564, 21);
|
---|
| 415 | this.lbxConfiguration.TabIndex = 7;
|
---|
| 416 | //
|
---|
| 417 | // label8
|
---|
| 418 | //
|
---|
| 419 | this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 420 | this.label8.AutoSize = true;
|
---|
| 421 | this.label8.Location = new System.Drawing.Point(6, 400);
|
---|
| 422 | this.label8.Name = "label8";
|
---|
| 423 | this.label8.Size = new System.Drawing.Size(45, 13);
|
---|
| 424 | this.label8.TabIndex = 6;
|
---|
| 425 | this.label8.Text = "Platform";
|
---|
| 426 | //
|
---|
| 427 | // label7
|
---|
| 428 | //
|
---|
| 429 | this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 430 | this.label7.AutoSize = true;
|
---|
| 431 | this.label7.Location = new System.Drawing.Point(6, 373);
|
---|
| 432 | this.label7.Name = "label7";
|
---|
| 433 | this.label7.Size = new System.Drawing.Size(69, 13);
|
---|
| 434 | this.label7.TabIndex = 5;
|
---|
| 435 | this.label7.Text = "Configuration";
|
---|
| 436 | //
|
---|
| 437 | // trvSolution
|
---|
| 438 | //
|
---|
| 439 | this.trvSolution.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 440 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 441 | this.trvSolution.CheckBoxes = true;
|
---|
| 442 | this.trvSolution.Location = new System.Drawing.Point(90, 16);
|
---|
| 443 | this.trvSolution.Name = "trvSolution";
|
---|
| 444 | this.trvSolution.Size = new System.Drawing.Size(564, 132);
|
---|
| 445 | this.trvSolution.TabIndex = 4;
|
---|
| 446 | this.trvSolution.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.trvSolution_AfterCheck);
|
---|
| 447 | //
|
---|
| 448 | // lblSolutions
|
---|
| 449 | //
|
---|
| 450 | this.lblSolutions.AutoSize = true;
|
---|
| 451 | this.lblSolutions.Location = new System.Drawing.Point(6, 16);
|
---|
| 452 | this.lblSolutions.Name = "lblSolutions";
|
---|
| 453 | this.lblSolutions.Size = new System.Drawing.Size(0, 13);
|
---|
| 454 | this.lblSolutions.TabIndex = 3;
|
---|
| 455 | //
|
---|
| 456 | // prbSvn
|
---|
| 457 | //
|
---|
| 458 | this.prbSvn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 459 | this.prbSvn.Location = new System.Drawing.Point(18, 183);
|
---|
| 460 | this.prbSvn.Name = "prbSvn";
|
---|
| 461 | this.prbSvn.Size = new System.Drawing.Size(639, 20);
|
---|
| 462 | this.prbSvn.TabIndex = 2;
|
---|
| 463 | //
|
---|
| 464 | // btnBack
|
---|
| 465 | //
|
---|
| 466 | this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 467 | this.btnBack.Location = new System.Drawing.Point(512, 484);
|
---|
| 468 | this.btnBack.Name = "btnBack";
|
---|
| 469 | this.btnBack.Size = new System.Drawing.Size(75, 23);
|
---|
| 470 | this.btnBack.TabIndex = 1;
|
---|
| 471 | this.btnBack.Text = "<< Back";
|
---|
| 472 | this.btnBack.UseVisualStyleBackColor = true;
|
---|
| 473 | this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
---|
| 474 | //
|
---|
| 475 | // btnNext2
|
---|
| 476 | //
|
---|
| 477 | this.btnNext2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 478 | this.btnNext2.Location = new System.Drawing.Point(593, 484);
|
---|
| 479 | this.btnNext2.Name = "btnNext2";
|
---|
| 480 | this.btnNext2.Size = new System.Drawing.Size(75, 23);
|
---|
| 481 | this.btnNext2.TabIndex = 0;
|
---|
| 482 | this.btnNext2.Text = "Next >>";
|
---|
| 483 | this.btnNext2.UseVisualStyleBackColor = true;
|
---|
| 484 | this.btnNext2.Click += new System.EventHandler(this.btnNext2_Click);
|
---|
| 485 | //
|
---|
| 486 | // tabBuild
|
---|
| 487 | //
|
---|
| 488 | this.tabBuild.Controls.Add(this.lblBuild);
|
---|
| 489 | this.tabBuild.Controls.Add(this.prbBuild);
|
---|
| 490 | this.tabBuild.Controls.Add(this.buildLogTextBox);
|
---|
| 491 | this.tabBuild.Controls.Add(this.btnBack2);
|
---|
| 492 | this.tabBuild.Controls.Add(this.btnFinish);
|
---|
| 493 | this.tabBuild.Location = new System.Drawing.Point(4, 22);
|
---|
| 494 | this.tabBuild.Name = "tabBuild";
|
---|
| 495 | this.tabBuild.Size = new System.Drawing.Size(680, 513);
|
---|
| 496 | this.tabBuild.TabIndex = 2;
|
---|
| 497 | this.tabBuild.UseVisualStyleBackColor = true;
|
---|
| 498 | //
|
---|
| 499 | // lblBuild
|
---|
| 500 | //
|
---|
| 501 | this.lblBuild.AutoSize = true;
|
---|
| 502 | this.lblBuild.Location = new System.Drawing.Point(19, 67);
|
---|
| 503 | this.lblBuild.Name = "lblBuild";
|
---|
| 504 | this.lblBuild.Size = new System.Drawing.Size(56, 13);
|
---|
| 505 | this.lblBuild.TabIndex = 6;
|
---|
| 506 | this.lblBuild.Text = "Building ...";
|
---|
| 507 | //
|
---|
| 508 | // prbBuild
|
---|
| 509 | //
|
---|
| 510 | this.prbBuild.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 511 | this.prbBuild.Location = new System.Drawing.Point(8, 132);
|
---|
| 512 | this.prbBuild.Name = "prbBuild";
|
---|
| 513 | this.prbBuild.Size = new System.Drawing.Size(660, 23);
|
---|
| 514 | this.prbBuild.TabIndex = 5;
|
---|
| 515 | //
|
---|
| 516 | // buildLogTextBox
|
---|
| 517 | //
|
---|
| 518 | this.buildLogTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 519 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 520 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 521 | this.buildLogTextBox.Location = new System.Drawing.Point(8, 174);
|
---|
| 522 | this.buildLogTextBox.Multiline = true;
|
---|
| 523 | this.buildLogTextBox.Name = "buildLogTextBox";
|
---|
| 524 | this.buildLogTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
---|
| 525 | this.buildLogTextBox.Size = new System.Drawing.Size(660, 270);
|
---|
| 526 | this.buildLogTextBox.TabIndex = 4;
|
---|
| 527 | //
|
---|
| 528 | // btnBack2
|
---|
| 529 | //
|
---|
| 530 | this.btnBack2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 531 | this.btnBack2.Location = new System.Drawing.Point(512, 487);
|
---|
| 532 | this.btnBack2.Name = "btnBack2";
|
---|
| 533 | this.btnBack2.Size = new System.Drawing.Size(75, 23);
|
---|
| 534 | this.btnBack2.TabIndex = 3;
|
---|
| 535 | this.btnBack2.Text = "<< Back";
|
---|
| 536 | this.btnBack2.UseVisualStyleBackColor = true;
|
---|
| 537 | this.btnBack2.Click += new System.EventHandler(this.btnBack2_Click);
|
---|
| 538 | //
|
---|
| 539 | // btnFinish
|
---|
| 540 | //
|
---|
| 541 | this.btnFinish.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 542 | this.btnFinish.Location = new System.Drawing.Point(593, 487);
|
---|
| 543 | this.btnFinish.Name = "btnFinish";
|
---|
| 544 | this.btnFinish.Size = new System.Drawing.Size(75, 23);
|
---|
| 545 | this.btnFinish.TabIndex = 2;
|
---|
| 546 | this.btnFinish.Text = "Finish";
|
---|
| 547 | this.btnFinish.UseVisualStyleBackColor = true;
|
---|
| 548 | this.btnFinish.Click += new System.EventHandler(this.btnFinish_Click);
|
---|
| 549 | //
|
---|
| 550 | // SvnMain
|
---|
| 551 | //
|
---|
| 552 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 553 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 554 | this.ClientSize = new System.Drawing.Size(684, 512);
|
---|
| 555 | this.Controls.Add(this.tabSvn);
|
---|
| 556 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
---|
| 557 | this.Name = "SvnMain";
|
---|
| 558 | this.Text = "SvnMain";
|
---|
| 559 | this.Load += new System.EventHandler(this.SvnMain_Load);
|
---|
| 560 | this.tabSvn.ResumeLayout(false);
|
---|
| 561 | this.tabMain.ResumeLayout(false);
|
---|
| 562 | this.tabMain.PerformLayout();
|
---|
| 563 | this.gbxLogin.ResumeLayout(false);
|
---|
| 564 | this.gbxLogin.PerformLayout();
|
---|
| 565 | this.tabProcess.ResumeLayout(false);
|
---|
| 566 | this.tabProcess.PerformLayout();
|
---|
| 567 | this.gbxBuild.ResumeLayout(false);
|
---|
| 568 | this.gbxBuild.PerformLayout();
|
---|
| 569 | this.tabBuild.ResumeLayout(false);
|
---|
| 570 | this.tabBuild.PerformLayout();
|
---|
| 571 | this.ResumeLayout(false);
|
---|
| 572 |
|
---|
| 573 | }
|
---|
| 574 |
|
---|
| 575 | #endregion
|
---|
| 576 |
|
---|
| 577 | private System.Windows.Forms.TabControl tabSvn;
|
---|
| 578 | private System.Windows.Forms.TabPage tabMain;
|
---|
| 579 | private System.Windows.Forms.TextBox tbxBranches;
|
---|
| 580 | private System.Windows.Forms.Label label4;
|
---|
| 581 | private System.Windows.Forms.CheckBox cbxAuthenticate;
|
---|
| 582 | private System.Windows.Forms.GroupBox gbxLogin;
|
---|
| 583 | private System.Windows.Forms.TextBox tbxPwd;
|
---|
| 584 | private System.Windows.Forms.TextBox tbxUsername;
|
---|
| 585 | private System.Windows.Forms.Label label3;
|
---|
| 586 | private System.Windows.Forms.Label label2;
|
---|
| 587 | private System.Windows.Forms.TextBox tbxUrl;
|
---|
| 588 | private System.Windows.Forms.Label label1;
|
---|
| 589 | private System.Windows.Forms.Button btnNext;
|
---|
| 590 | private System.Windows.Forms.TabPage tabProcess;
|
---|
| 591 | private System.Windows.Forms.Button btnBack;
|
---|
| 592 | private System.Windows.Forms.Button btnNext2;
|
---|
| 593 | private System.Windows.Forms.TabPage tabBuild;
|
---|
| 594 | private System.Windows.Forms.Button btnBack2;
|
---|
| 595 | private System.Windows.Forms.Button btnFinish;
|
---|
| 596 | private System.Windows.Forms.Button btnLoad;
|
---|
| 597 | private System.Windows.Forms.Button btnBrowse;
|
---|
| 598 | private System.Windows.Forms.TextBox tbxDir;
|
---|
| 599 | private System.Windows.Forms.Label label5;
|
---|
| 600 | private System.Windows.Forms.ProgressBar prbSvn;
|
---|
| 601 | private System.Windows.Forms.GroupBox gbxBuild;
|
---|
| 602 | private System.Windows.Forms.Label lblSolutions;
|
---|
| 603 | private System.Windows.Forms.TreeView trvSolution;
|
---|
| 604 | private System.Windows.Forms.Label lblBuild;
|
---|
| 605 | private System.Windows.Forms.ProgressBar prbBuild;
|
---|
| 606 | private System.Windows.Forms.TextBox buildLogTextBox;
|
---|
| 607 | private System.Windows.Forms.ListBox lbxBranches;
|
---|
| 608 | private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
---|
| 609 | private System.Windows.Forms.TreeView trvBranches;
|
---|
| 610 | private System.Windows.Forms.Button btnRefresh;
|
---|
| 611 | private System.Windows.Forms.Button btnCancel;
|
---|
| 612 | private System.Windows.Forms.ComboBox lbxPlatform;
|
---|
| 613 | private System.Windows.Forms.ComboBox lbxConfiguration;
|
---|
| 614 | private System.Windows.Forms.Label label8;
|
---|
| 615 | private System.Windows.Forms.Label label7;
|
---|
| 616 | private System.Windows.Forms.Label lblStatus;
|
---|
| 617 | private System.Windows.Forms.Button btnDown;
|
---|
| 618 | private System.Windows.Forms.Button btnUp;
|
---|
| 619 | private System.Windows.Forms.ListBox lbxSolutions;
|
---|
| 620 | }
|
---|
| 621 | } |
---|