Menu

[38707f]: / FormRename.Designer.cs  Maximize  Restore  History

Download this file

180 lines (174 with data), 8.9 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
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;
}
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.