-
Notifications
You must be signed in to change notification settings - Fork 0
/
Form1.Designer.cs
247 lines (242 loc) · 9.36 KB
/
Form1.Designer.cs
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
namespace ProjectCloner {
partial class Form1 {
/// <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() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
gitURL_textBox = new TextBox();
labelgitURL = new Label();
gitClone_button = new Button();
project_direcotorytextBox = new TextBox();
label1 = new Label();
folderBrowserDialog1 = new FolderBrowserDialog();
button1 = new Button();
error_label = new Label();
projectBranchTextbox = new TextBox();
label2 = new Label();
label3 = new Label();
baseprojectbrachTextbox = new TextBox();
openLogButton = new Button();
label4 = new Label();
unity_versionText = new TextBox();
label5 = new Label();
token_textBox = new TextBox();
SuspendLayout();
//
// gitURL_textBox
//
gitURL_textBox.Location = new Point(124, 21);
gitURL_textBox.Name = "gitURL_textBox";
gitURL_textBox.Size = new Size(301, 23);
gitURL_textBox.TabIndex = 0;
gitURL_textBox.Text = "https://github.com/viitoradmin/vessel-container-book.git";
//
// labelgitURL
//
labelgitURL.AutoSize = true;
labelgitURL.Location = new Point(12, 21);
labelgitURL.Name = "labelgitURL";
labelgitURL.Size = new Size(43, 15);
labelgitURL.TabIndex = 1;
labelgitURL.Text = "GitURL";
//
// gitClone_button
//
gitClone_button.Location = new Point(301, 226);
gitClone_button.Name = "gitClone_button";
gitClone_button.Size = new Size(124, 40);
gitClone_button.TabIndex = 2;
gitClone_button.Text = "Clone";
gitClone_button.UseVisualStyleBackColor = true;
gitClone_button.Click += gitClone_button_Click;
//
// project_direcotorytextBox
//
project_direcotorytextBox.Location = new Point(124, 64);
project_direcotorytextBox.Name = "project_direcotorytextBox";
project_direcotorytextBox.Size = new Size(240, 23);
project_direcotorytextBox.TabIndex = 3;
project_direcotorytextBox.Text = "D:\\Vinayak_ViitorCloud\\Temp";
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(12, 64);
label1.Name = "label1";
label1.Size = new Size(95, 15);
label1.TabIndex = 4;
label1.Text = "Project Directory";
//
// folderBrowserDialog1
//
folderBrowserDialog1.RootFolder = Environment.SpecialFolder.MyDocuments;
//
// button1
//
button1.Location = new Point(370, 61);
button1.Name = "button1";
button1.Size = new Size(55, 27);
button1.TabIndex = 5;
button1.Text = "Browse";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// error_label
//
error_label.AutoSize = true;
error_label.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
error_label.ForeColor = Color.Red;
error_label.Location = new Point(12, 191);
error_label.Name = "error_label";
error_label.Size = new Size(58, 21);
error_label.TabIndex = 6;
error_label.Text = "asdasd";
//
// projectBranchTextbox
//
projectBranchTextbox.Location = new Point(124, 107);
projectBranchTextbox.Name = "projectBranchTextbox";
projectBranchTextbox.Size = new Size(87, 23);
projectBranchTextbox.TabIndex = 7;
projectBranchTextbox.Text = "main";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(12, 110);
label2.Name = "label2";
label2.Size = new Size(84, 15);
label2.TabIndex = 8;
label2.Text = "Project Branch";
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(224, 110);
label3.Name = "label3";
label3.Size = new Size(108, 15);
label3.TabIndex = 10;
label3.Text = "BaseProject Branch";
//
// baseprojectbrachTextbox
//
baseprojectbrachTextbox.Location = new Point(338, 107);
baseprojectbrachTextbox.Name = "baseprojectbrachTextbox";
baseprojectbrachTextbox.Size = new Size(87, 23);
baseprojectbrachTextbox.TabIndex = 9;
baseprojectbrachTextbox.Text = "package-import-script";
//
// openLogButton
//
openLogButton.Location = new Point(154, 226);
openLogButton.Name = "openLogButton";
openLogButton.Size = new Size(124, 40);
openLogButton.TabIndex = 11;
openLogButton.Text = "Open Log";
openLogButton.UseVisualStyleBackColor = true;
openLogButton.Click += openLogButton_Click;
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(12, 155);
label4.Name = "label4";
label4.Size = new Size(76, 15);
label4.TabIndex = 13;
label4.Text = "Unity Version";
//
// unity_versionText
//
unity_versionText.Location = new Point(124, 152);
unity_versionText.Name = "unity_versionText";
unity_versionText.Size = new Size(87, 23);
unity_versionText.TabIndex = 12;
unity_versionText.Text = "2022.3.11f";
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(224, 155);
label5.Name = "label5";
label5.Size = new Size(77, 15);
label5.TabIndex = 15;
label5.Text = "Github Token";
//
// token_textBox
//
token_textBox.Location = new Point(338, 152);
token_textBox.Name = "token_textBox";
token_textBox.Size = new Size(87, 23);
token_textBox.TabIndex = 14;
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackgroundImageLayout = ImageLayout.Center;
ClientSize = new Size(444, 280);
Controls.Add(label5);
Controls.Add(token_textBox);
Controls.Add(label4);
Controls.Add(unity_versionText);
Controls.Add(openLogButton);
Controls.Add(label3);
Controls.Add(baseprojectbrachTextbox);
Controls.Add(label2);
Controls.Add(projectBranchTextbox);
Controls.Add(error_label);
Controls.Add(button1);
Controls.Add(label1);
Controls.Add(project_direcotorytextBox);
Controls.Add(gitClone_button);
Controls.Add(labelgitURL);
Controls.Add(gitURL_textBox);
FormBorderStyle = FormBorderStyle.SizableToolWindow;
Icon = (Icon)resources.GetObject("$this.Icon");
ImeMode = ImeMode.Disable;
MaximizeBox = false;
Name = "Form1";
StartPosition = FormStartPosition.CenterScreen;
Text = "Git Clonner";
TopMost = true;
Load += Form1_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private TextBox gitURL_textBox;
private Label labelgitURL;
private Button gitClone_button;
private TextBox project_direcotorytextBox;
private Label label1;
private FolderBrowserDialog folderBrowserDialog1;
private Button button1;
private Label error_label;
private TextBox projectBranchTextbox;
private Label label2;
private Label label3;
private TextBox baseprojectbrachTextbox;
private Button openLogButton;
private Label label4;
private TextBox unity_versionText;
private Label label5;
private TextBox token_textBox;
}
}