namespace GitForce
{
partial class FormRename
{
/// <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.label4 = new System.Windows.Forms.Label();
this.comboChangelist = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.btCancel = new System.Windows.Forms.Button();
this.btOK = new System.Windows.Forms.Button();
this.textNewName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textOriginalNames = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label4.BackColor = System.Drawing.SystemColors.Info;
this.label4.Location = new System.Drawing.Point(12, 11);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(378, 49);
this.label4.TabIndex = 17;
this.label4.Text = "Enter a new file name and optionally new path if you are moving a single file. Wh" +
"en multiple files are selected, target filespec must end in wildcard \'/...\' movi" +
"ng a set of files only.";
//
// comboChangelist
//
this.comboChangelist.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.comboChangelist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboChangelist.FormattingEnabled = true;
this.comboChangelist.Location = new System.Drawing.Point(163, 262);
this.comboChangelist.Name = "comboChangelist";
this.comboChangelist.Size = new System.Drawing.Size(227, 21);
this.comboChangelist.TabIndex = 12;
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 265);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(145, 13);
this.label3.TabIndex = 16;
this.label3.Text = "Open file(s) under Changelist:";
//
// btCancel
//
this.btCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btCancel.Location = new System.Drawing.Point(234, 289);
this.btCancel.Name = "btCancel";
this.btCancel.Size = new System.Drawing.Size(75, 23);
this.btCancel.TabIndex = 13;
this.btCancel.Text = "Cancel";
this.btCancel.UseVisualStyleBackColor = true;
//
// btOK
//
this.btOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btOK.Enabled = false;
this.btOK.Location = new System.Drawing.Point(315, 289);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(75, 23);
this.btOK.TabIndex = 15;
this.btOK.Text = "OK";
this.btOK.UseVisualStyleBackColor = true;
//
// textNewName
//
this.textNewName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textNewName.Location = new System.Drawing.Point(12, 236);
this.textNewName.Name = "textNewName";
this.textNewName.Size = new System.Drawing.Size(378, 20);
this.textNewName.TabIndex = 9;
this.textNewName.TextChanged += new System.EventHandler(this.TextNewNameTextChanged);
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 220);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 13);
this.label2.TabIndex = 14;
this.label2.Text = "New Name(s):";
//
// textOriginalNames
//
this.textOriginalNames.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.textOriginalNames.Location = new System.Drawing.Point(12, 88);
this.textOriginalNames.Multiline = true;
this.textOriginalNames.Name = "textOriginalNames";
this.textOriginalNames.ReadOnly = true;
this.textOriginalNames.Size = new System.Drawing.Size(378, 129);
this.textOriginalNames.TabIndex = 11;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 72);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(87, 13);
this.label1.TabIndex = 10;
this.label1.Text = "Original Name(s):";
//
// FormRename
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(402, 322);
this.Controls.Add(this.label4);
this.Controls.Add(this.comboChangelist);
this.Controls.Add(this.label3);
this.Controls.Add(this.btCancel);
this.Controls.Add(this.btOK);
this.Controls.Add(this.textNewName);
this.Controls.Add(this.label2);
this.Controls.Add(this.textOriginalNames);
this.Controls.Add(this.label1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(259, 253);
this.Name = "FormRename";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "File Rename";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormRenameFormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox comboChangelist;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btCancel;
private System.Windows.Forms.Button btOK;
private System.Windows.Forms.TextBox textNewName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textOriginalNames;
private System.Windows.Forms.Label label1;
}
}