allow user to set time for OnePicAudio in General tab
[marukotoolbox.git] / mp4box / WorkingForm.Designer.cs
blob405195a2d04c0adeb5b1136908ad6f566933f6c9
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.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
41 this.CopyTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.contextMenuStrip.SuspendLayout();
43 this.SuspendLayout();
44 //
45 // buttonAbort
46 //
47 resources.ApplyResources(this.buttonAbort, "buttonAbort");
48 this.buttonAbort.Name = "buttonAbort";
49 this.buttonAbort.UseVisualStyleBackColor = true;
50 this.buttonAbort.Click += new System.EventHandler(this.buttonAbort_Click);
51 //
52 // buttonSave
53 //
54 resources.ApplyResources(this.buttonSave, "buttonSave");
55 this.buttonSave.Name = "buttonSave";
56 this.buttonSave.UseVisualStyleBackColor = true;
57 this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
58 //
59 // richTextBoxOutput
60 //
61 resources.ApplyResources(this.richTextBoxOutput, "richTextBoxOutput");
62 this.richTextBoxOutput.BackColor = System.Drawing.Color.White;
63 this.richTextBoxOutput.ContextMenuStrip = this.contextMenuStrip;
64 this.richTextBoxOutput.Name = "richTextBoxOutput";
65 this.richTextBoxOutput.ReadOnly = true;
66 this.richTextBoxOutput.VScroll += new System.EventHandler(this.richTextBoxOutput_VScroll);
67 this.richTextBoxOutput.Enter += new System.EventHandler(this.richTextBoxOutput_Enter);
68 //
69 // labelworkCount
70 //
71 resources.ApplyResources(this.labelworkCount, "labelworkCount");
72 this.labelworkCount.Name = "labelworkCount";
73 //
74 // progressBarX264
75 //
76 resources.ApplyResources(this.progressBarX264, "progressBarX264");
77 this.progressBarX264.Maximum = 1000;
78 this.progressBarX264.Name = "progressBarX264";
79 this.progressBarX264.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
80 //
81 // labelProgress
82 //
83 resources.ApplyResources(this.labelProgress, "labelProgress");
84 this.labelProgress.Name = "labelProgress";
85 //
86 // notifyIcon
87 //
88 resources.ApplyResources(this.notifyIcon, "notifyIcon");
89 this.notifyIcon.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon_MouseClick);
90 //
91 // contextMenuStrip
92 //
93 this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
94 this.CopyTextToolStripMenuItem});
95 this.contextMenuStrip.Name = "contextMenuStrip";
96 resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
97 //
98 // CopyTextToolStripMenuItem
99 //
100 this.CopyTextToolStripMenuItem.Name = "CopyTextToolStripMenuItem";
101 resources.ApplyResources(this.CopyTextToolStripMenuItem, "CopyTextToolStripMenuItem");
102 this.CopyTextToolStripMenuItem.Click += new System.EventHandler(this.CopyTextToolStripMenuItem_Click);
104 // WorkingForm
106 resources.ApplyResources(this, "$this");
107 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
108 this.Controls.Add(this.labelProgress);
109 this.Controls.Add(this.labelworkCount);
110 this.Controls.Add(this.progressBarX264);
111 this.Controls.Add(this.richTextBoxOutput);
112 this.Controls.Add(this.buttonSave);
113 this.Controls.Add(this.buttonAbort);
114 this.Name = "WorkingForm";
115 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WorkingForm_FormClosing);
116 this.Load += new System.EventHandler(this.WorkingForm_Load);
117 this.Resize += new System.EventHandler(this.WorkingForm_Resize);
118 this.contextMenuStrip.ResumeLayout(false);
119 this.ResumeLayout(false);
120 this.PerformLayout();
124 #endregion
126 private System.Windows.Forms.Button buttonAbort;
127 private System.Windows.Forms.Button buttonSave;
128 private System.Windows.Forms.RichTextBox richTextBoxOutput;
129 private System.Windows.Forms.ProgressBar progressBarX264;
130 private System.Windows.Forms.Label labelworkCount;
131 private System.Windows.Forms.Label labelProgress;
132 private System.Windows.Forms.NotifyIcon notifyIcon;
133 private ITaskbarList3 taskbarProgress;
134 private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
135 private System.Windows.Forms.ToolStripMenuItem CopyTextToolStripMenuItem;