Display more video information in MediaInfo Tab.
[marukotoolbox.git] / mp4box / WorkingForm.Designer.cs
blob69fe38592518ac168fc4595fe85cd7e11d760a28
1 namespace mp4box
3 partial class WorkingForm
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
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)
16 if (disposing && (components != null))
18 components.Dispose();
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
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()
31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WorkingForm));
33 this.buttonAbort = new System.Windows.Forms.Button();
34 this.buttonSave = new System.Windows.Forms.Button();
35 this.richTextBoxOutput = new System.Windows.Forms.RichTextBox();
36 this.labelworkCount = new System.Windows.Forms.Label();
37 this.progressBarX264 = new System.Windows.Forms.ProgressBar();
38 this.labelProgress = new System.Windows.Forms.Label();
39 this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
40 this.SuspendLayout();
41 //
42 // buttonAbort
43 //
44 resources.ApplyResources(this.buttonAbort, "buttonAbort");
45 this.buttonAbort.Name = "buttonAbort";
46 this.buttonAbort.UseVisualStyleBackColor = true;
47 this.buttonAbort.Click += new System.EventHandler(this.buttonAbort_Click);
48 //
49 // buttonSave
50 //
51 resources.ApplyResources(this.buttonSave, "buttonSave");
52 this.buttonSave.Name = "buttonSave";
53 this.buttonSave.UseVisualStyleBackColor = true;
54 this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
55 //
56 // richTextBoxOutput
57 //
58 resources.ApplyResources(this.richTextBoxOutput, "richTextBoxOutput");
59 this.richTextBoxOutput.BackColor = System.Drawing.Color.White;
60 this.richTextBoxOutput.Name = "richTextBoxOutput";
61 this.richTextBoxOutput.ReadOnly = true;
62 this.richTextBoxOutput.VScroll += new System.EventHandler(this.richTextBoxOutput_VScroll);
63 this.richTextBoxOutput.Enter += new System.EventHandler(this.richTextBoxOutput_Enter);
64 //
65 // labelworkCount
66 //
67 resources.ApplyResources(this.labelworkCount, "labelworkCount");
68 this.labelworkCount.Name = "labelworkCount";
69 //
70 // progressBarX264
71 //
72 resources.ApplyResources(this.progressBarX264, "progressBarX264");
73 this.progressBarX264.Maximum = 1000;
74 this.progressBarX264.Name = "progressBarX264";
75 //
76 // labelProgress
77 //
78 resources.ApplyResources(this.labelProgress, "labelProgress");
79 this.labelProgress.Name = "labelProgress";
80 //
81 // notifyIcon
82 //
83 resources.ApplyResources(this.notifyIcon, "notifyIcon");
84 this.notifyIcon.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseClick);
85 //
86 // WorkingForm
87 //
88 resources.ApplyResources(this, "$this");
89 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
90 this.Controls.Add(this.labelProgress);
91 this.Controls.Add(this.labelworkCount);
92 this.Controls.Add(this.progressBarX264);
93 this.Controls.Add(this.richTextBoxOutput);
94 this.Controls.Add(this.buttonSave);
95 this.Controls.Add(this.buttonAbort);
96 this.Name = "WorkingForm";
97 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WorkingForm_FormClosing);
98 this.Load += new System.EventHandler(this.WorkingForm_Load);
99 this.Resize += new System.EventHandler(this.WorkingForm_Resize);
100 this.ResumeLayout(false);
101 this.PerformLayout();
105 #endregion
107 private System.Windows.Forms.Button buttonAbort;
108 private System.Windows.Forms.Button buttonSave;
109 private System.Windows.Forms.RichTextBox richTextBoxOutput;
110 private System.Windows.Forms.ProgressBar progressBarX264;
111 private System.Windows.Forms.Label labelworkCount;
112 private System.Windows.Forms.Label labelProgress;
113 private System.Windows.Forms.NotifyIcon notifyIcon;