-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForm1.Designer.cs
More file actions
175 lines (168 loc) · 8.33 KB
/
Form1.Designer.cs
File metadata and controls
175 lines (168 loc) · 8.33 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
namespace PackVideo
{
partial class Form1
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.progressBar = new System.Windows.Forms.ProgressBar();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.lStatus = new System.Windows.Forms.Label();
this.tbFolder = new System.Windows.Forms.TextBox();
this.cbDel = new System.Windows.Forms.CheckBox();
this.tbLog = new System.Windows.Forms.TextBox();
this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
this.cbAutoResize = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// progressBar
//
this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.progressBar.Location = new System.Drawing.Point(12, 70);
this.progressBar.Name = "progressBar";
this.progressBar.Size = new System.Drawing.Size(765, 23);
this.progressBar.TabIndex = 0;
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button1.Enabled = false;
this.button1.Location = new System.Drawing.Point(705, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "Запуск";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button2.Location = new System.Drawing.Point(670, 12);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(29, 23);
this.button2.TabIndex = 2;
this.button2.Text = "...";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(42, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Папка:";
//
// lStatus
//
this.lStatus.AutoSize = true;
this.lStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lStatus.Location = new System.Drawing.Point(12, 42);
this.lStatus.Name = "lStatus";
this.lStatus.Size = new System.Drawing.Size(356, 16);
this.lStatus.TabIndex = 4;
this.lStatus.Text = "Выберите папку с файлами mp4 для пересжатия в avi";
//
// tbFolder
//
this.tbFolder.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbFolder.Location = new System.Drawing.Point(61, 12);
this.tbFolder.Name = "tbFolder";
this.tbFolder.Size = new System.Drawing.Size(603, 20);
this.tbFolder.TabIndex = 5;
//
// cbDel
//
this.cbDel.AutoSize = true;
this.cbDel.Location = new System.Drawing.Point(15, 99);
this.cbDel.Name = "cbDel";
this.cbDel.Size = new System.Drawing.Size(158, 17);
this.cbDel.TabIndex = 6;
this.cbDel.Text = "Удалить после обработки";
this.cbDel.UseVisualStyleBackColor = true;
//
// tbLog
//
this.tbLog.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.tbLog.Location = new System.Drawing.Point(12, 122);
this.tbLog.Multiline = true;
this.tbLog.Name = "tbLog";
this.tbLog.ReadOnly = true;
this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.tbLog.Size = new System.Drawing.Size(768, 298);
this.tbLog.TabIndex = 7;
this.tbLog.WordWrap = false;
//
// cbAutoResize
//
this.cbAutoResize.AutoSize = true;
this.cbAutoResize.Checked = true;
this.cbAutoResize.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbAutoResize.Location = new System.Drawing.Point(179, 99);
this.cbAutoResize.Name = "cbAutoResize";
this.cbAutoResize.Size = new System.Drawing.Size(372, 17);
this.cbAutoResize.TabIndex = 6;
this.cbAutoResize.Text = "Уменьшать разрешение в 2 раза, если любая сторона больше 1100";
this.cbAutoResize.UseVisualStyleBackColor = true;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 432);
this.Controls.Add(this.progressBar);
this.Controls.Add(this.tbLog);
this.Controls.Add(this.cbAutoResize);
this.Controls.Add(this.cbDel);
this.Controls.Add(this.tbFolder);
this.Controls.Add(this.lStatus);
this.Controls.Add(this.label1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Name = "Form1";
this.Text = "Сжатие видео";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ProgressBar progressBar;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lStatus;
private System.Windows.Forms.TextBox tbFolder;
private System.Windows.Forms.CheckBox cbDel;
private System.Windows.Forms.TextBox tbLog;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
private System.Windows.Forms.CheckBox cbAutoResize;
}
}