aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/GlobalPrograms/WinClassicTerminal.Designer.cs
diff options
context:
space:
mode:
authorJayXKanz666 <[email protected]>2017-07-02 22:44:11 +0200
committerJayXKanz666 <[email protected]>2017-07-02 22:44:11 +0200
commit71ec75dc79e2b5632216dc801dfeaf7510e25210 (patch)
tree855e94fb60bbdaf1fbd3427ef8f46193fd22a4d7 /TimeHACK.Main/GlobalPrograms/WinClassicTerminal.Designer.cs
parent3de51a2e1b9224e8a8355e3945e458e1651821a9 (diff)
downloadhistacom2-71ec75dc79e2b5632216dc801dfeaf7510e25210.tar.gz
histacom2-71ec75dc79e2b5632216dc801dfeaf7510e25210.tar.bz2
histacom2-71ec75dc79e2b5632216dc801dfeaf7510e25210.zip
Added lots of features to WinClassicTerminal.cs
-Added CMD redirection -Added menubar that was missing -And more (look at the source :P)
Diffstat (limited to 'TimeHACK.Main/GlobalPrograms/WinClassicTerminal.Designer.cs')
-rw-r--r--TimeHACK.Main/GlobalPrograms/WinClassicTerminal.Designer.cs176
1 files changed, 162 insertions, 14 deletions
diff --git a/TimeHACK.Main/GlobalPrograms/WinClassicTerminal.Designer.cs b/TimeHACK.Main/GlobalPrograms/WinClassicTerminal.Designer.cs
index ddae557..b505208 100644
--- a/TimeHACK.Main/GlobalPrograms/WinClassicTerminal.Designer.cs
+++ b/TimeHACK.Main/GlobalPrograms/WinClassicTerminal.Designer.cs
@@ -28,35 +28,183 @@
/// </summary>
private void InitializeComponent()
{
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
+ this.cmdPrompt = new System.Windows.Forms.RichTextBox();
+ this.actionPanel = new System.Windows.Forms.Panel();
+ this.btnFont = new System.Windows.Forms.Button();
+ this.btnCopy = new System.Windows.Forms.Button();
+ this.termMax = new System.Windows.Forms.Button();
+ this.btnNothing = new System.Windows.Forms.Button();
+ this.btnSettings = new System.Windows.Forms.Button();
+ this.btnPaste = new System.Windows.Forms.Button();
+ this.btnMark = new System.Windows.Forms.Button();
+ this.sizeSel = new System.Windows.Forms.ComboBox();
+ this.actionPanel.SuspendLayout();
this.SuspendLayout();
//
- // richTextBox1
+ // cmdPrompt
//
- this.richTextBox1.BackColor = System.Drawing.Color.Black;
- this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.richTextBox1.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.richTextBox1.ForeColor = System.Drawing.Color.White;
- this.richTextBox1.Location = new System.Drawing.Point(0, 0);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.ReadOnly = true;
- this.richTextBox1.Size = new System.Drawing.Size(459, 262);
- this.richTextBox1.TabIndex = 0;
- this.richTextBox1.Text = "";
+ this.cmdPrompt.BackColor = System.Drawing.Color.Black;
+ this.cmdPrompt.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.cmdPrompt.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.cmdPrompt.ForeColor = System.Drawing.Color.White;
+ this.cmdPrompt.Location = new System.Drawing.Point(0, 0);
+ this.cmdPrompt.Name = "cmdPrompt";
+ this.cmdPrompt.ShowSelectionMargin = true;
+ this.cmdPrompt.Size = new System.Drawing.Size(459, 262);
+ this.cmdPrompt.TabIndex = 0;
+ this.cmdPrompt.Text = "";
+ this.cmdPrompt.KeyUp += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyUp);
+ //
+ // actionPanel
+ //
+ this.actionPanel.BackColor = System.Drawing.Color.Silver;
+ this.actionPanel.Controls.Add(this.btnFont);
+ this.actionPanel.Controls.Add(this.btnCopy);
+ this.actionPanel.Controls.Add(this.termMax);
+ this.actionPanel.Controls.Add(this.btnNothing);
+ this.actionPanel.Controls.Add(this.btnSettings);
+ this.actionPanel.Controls.Add(this.btnPaste);
+ this.actionPanel.Controls.Add(this.btnMark);
+ this.actionPanel.Controls.Add(this.sizeSel);
+ this.actionPanel.Dock = System.Windows.Forms.DockStyle.Top;
+ this.actionPanel.Location = new System.Drawing.Point(0, 0);
+ this.actionPanel.Name = "actionPanel";
+ this.actionPanel.Size = new System.Drawing.Size(459, 28);
+ this.actionPanel.TabIndex = 1;
+ //
+ // btnFont
+ //
+ this.btnFont.BackgroundImage = global::TimeHACK.Properties.Resources.termFont;
+ this.btnFont.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.btnFont.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnFont.Location = new System.Drawing.Point(266, 3);
+ this.btnFont.Name = "btnFont";
+ this.btnFont.Size = new System.Drawing.Size(23, 22);
+ this.btnFont.TabIndex = 7;
+ this.btnFont.UseVisualStyleBackColor = true;
+ this.btnFont.Click += new System.EventHandler(this.btnFont_Click);
+ //
+ // btnCopy
+ //
+ this.btnCopy.BackgroundImage = global::TimeHACK.Properties.Resources.termCopy;
+ this.btnCopy.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.btnCopy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnCopy.Location = new System.Drawing.Point(126, 3);
+ this.btnCopy.Name = "btnCopy";
+ this.btnCopy.Size = new System.Drawing.Size(23, 22);
+ this.btnCopy.TabIndex = 6;
+ this.btnCopy.UseVisualStyleBackColor = true;
+ this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
+ //
+ // termMax
+ //
+ this.termMax.BackgroundImage = global::TimeHACK.Properties.Resources.termMax;
+ this.termMax.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.termMax.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.termMax.Location = new System.Drawing.Point(180, 3);
+ this.termMax.Name = "termMax";
+ this.termMax.Size = new System.Drawing.Size(23, 22);
+ this.termMax.TabIndex = 5;
+ this.termMax.UseVisualStyleBackColor = true;
+ this.termMax.Click += new System.EventHandler(this.termMax_Click);
+ //
+ // btnNothing
+ //
+ this.btnNothing.BackgroundImage = global::TimeHACK.Properties.Resources.termNothing;
+ this.btnNothing.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.btnNothing.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnNothing.Location = new System.Drawing.Point(234, 3);
+ this.btnNothing.Name = "btnNothing";
+ this.btnNothing.Size = new System.Drawing.Size(23, 22);
+ this.btnNothing.TabIndex = 4;
+ this.btnNothing.UseVisualStyleBackColor = true;
+ //
+ // btnSettings
+ //
+ this.btnSettings.BackgroundImage = global::TimeHACK.Properties.Resources.termSettings;
+ this.btnSettings.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.btnSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnSettings.Location = new System.Drawing.Point(212, 3);
+ this.btnSettings.Name = "btnSettings";
+ this.btnSettings.Size = new System.Drawing.Size(23, 22);
+ this.btnSettings.TabIndex = 3;
+ this.btnSettings.UseVisualStyleBackColor = true;
+ this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click);
+ //
+ // btnPaste
+ //
+ this.btnPaste.BackgroundImage = global::TimeHACK.Properties.Resources.termPaste;
+ this.btnPaste.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.btnPaste.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnPaste.Location = new System.Drawing.Point(148, 3);
+ this.btnPaste.Name = "btnPaste";
+ this.btnPaste.Size = new System.Drawing.Size(23, 22);
+ this.btnPaste.TabIndex = 2;
+ this.btnPaste.UseVisualStyleBackColor = true;
+ this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click);
+ //
+ // btnMark
+ //
+ this.btnMark.BackgroundImage = global::TimeHACK.Properties.Resources.termMark;
+ this.btnMark.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.btnMark.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnMark.Location = new System.Drawing.Point(104, 3);
+ this.btnMark.Name = "btnMark";
+ this.btnMark.Size = new System.Drawing.Size(23, 22);
+ this.btnMark.TabIndex = 1;
+ this.btnMark.UseVisualStyleBackColor = true;
+ //
+ // sizeSel
+ //
+ this.sizeSel.BackColor = System.Drawing.Color.Silver;
+ this.sizeSel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.sizeSel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.sizeSel.FormattingEnabled = true;
+ this.sizeSel.Items.AddRange(new object[] {
+ "Auto",
+ "4 x 6",
+ "5 x 12",
+ "6 x 8",
+ "6 x 12",
+ "7 x 12",
+ "7 x 14",
+ "7 x 15",
+ "8 x 8",
+ "8 x 12",
+ "8 x 16",
+ "10 x 18",
+ "10 x 20",
+ "12 x 16",
+ "12 x 22"});
+ this.sizeSel.Location = new System.Drawing.Point(4, 4);
+ this.sizeSel.Name = "sizeSel";
+ this.sizeSel.Size = new System.Drawing.Size(92, 21);
+ this.sizeSel.TabIndex = 0;
//
// WinClassicTerminal
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.richTextBox1);
+ this.Controls.Add(this.actionPanel);
+ this.Controls.Add(this.cmdPrompt);
this.Name = "WinClassicTerminal";
this.Size = new System.Drawing.Size(459, 262);
+ this.actionPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
- private System.Windows.Forms.RichTextBox richTextBox1;
+ private System.Windows.Forms.RichTextBox cmdPrompt;
+ private System.Windows.Forms.Panel actionPanel;
+ private System.Windows.Forms.Button btnFont;
+ private System.Windows.Forms.Button btnCopy;
+ private System.Windows.Forms.Button termMax;
+ private System.Windows.Forms.Button btnNothing;
+ private System.Windows.Forms.Button btnSettings;
+ private System.Windows.Forms.Button btnPaste;
+ private System.Windows.Forms.Button btnMark;
+ private System.Windows.Forms.ComboBox sizeSel;
}
}