3 partial class WorkingForm
6 /// Required designer variable.
8 private System
.ComponentModel
.IContainer components
= null;
11 /// Clean up any resources being used.
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))
20 base.Dispose(disposing
);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
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();
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
);
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
);
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
);
71 resources
.ApplyResources(this.labelworkCount
, "labelworkCount");
72 this.labelworkCount
.Name
= "labelworkCount";
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
;
83 resources
.ApplyResources(this.labelProgress
, "labelProgress");
84 this.labelProgress
.Name
= "labelProgress";
88 resources
.ApplyResources(this.notifyIcon
, "notifyIcon");
89 this.notifyIcon
.MouseClick
+= new System
.Windows
.Forms
.MouseEventHandler(this.notifyIcon_MouseClick
);
93 this.contextMenuStrip
.Items
.AddRange(new System
.Windows
.Forms
.ToolStripItem
[] {
94 this.CopyTextToolStripMenuItem
});
95 this.contextMenuStrip
.Name
= "contextMenuStrip";
96 resources
.ApplyResources(this.contextMenuStrip
, "contextMenuStrip");
98 // CopyTextToolStripMenuItem
100 this.CopyTextToolStripMenuItem
.Name
= "CopyTextToolStripMenuItem";
101 resources
.ApplyResources(this.CopyTextToolStripMenuItem
, "CopyTextToolStripMenuItem");
102 this.CopyTextToolStripMenuItem
.Click
+= new System
.EventHandler(this.CopyTextToolStripMenuItem_Click
);
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();
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
;