2014-06-14 21:14:27 +02:00
|
|
|
|
namespace ScpServer
|
|
|
|
|
{
|
|
|
|
|
partial class RecordBox
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RecordBox));
|
|
|
|
|
this.btnRecord = new System.Windows.Forms.Button();
|
|
|
|
|
this.cBRecordDelays = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.lVMacros = new System.Windows.Forms.ListView();
|
|
|
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
|
|
this.iLKeys = new System.Windows.Forms.ImageList(this.components);
|
|
|
|
|
this.cBStyle = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.btnSaveP = new System.Windows.Forms.Button();
|
|
|
|
|
this.lbRecordTip = new System.Windows.Forms.Label();
|
2014-06-17 01:43:01 +02:00
|
|
|
|
this.pnlMouseButtons = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btn5th = new System.Windows.Forms.Button();
|
|
|
|
|
this.btn4th = new System.Windows.Forms.Button();
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.btnLoadP = new System.Windows.Forms.Button();
|
|
|
|
|
this.savePresets = new System.Windows.Forms.SaveFileDialog();
|
|
|
|
|
this.openPresets = new System.Windows.Forms.OpenFileDialog();
|
|
|
|
|
this.lbMacroOrder = new System.Windows.Forms.Label();
|
|
|
|
|
this.lbDelayTip = new System.Windows.Forms.Label();
|
2014-06-17 01:43:01 +02:00
|
|
|
|
this.pnlMouseButtons.SuspendLayout();
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// btnRecord
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.btnRecord, "btnRecord");
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.btnRecord.Name = "btnRecord";
|
|
|
|
|
this.btnRecord.TabStop = false;
|
|
|
|
|
this.btnRecord.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnRecord.Click += new System.EventHandler(this.btnRecord_Click);
|
|
|
|
|
this.btnRecord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.anyKeyDown);
|
|
|
|
|
this.btnRecord.KeyUp += new System.Windows.Forms.KeyEventHandler(this.anyKeyUp);
|
|
|
|
|
//
|
|
|
|
|
// cBRecordDelays
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.cBRecordDelays, "cBRecordDelays");
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.cBRecordDelays.Name = "cBRecordDelays";
|
|
|
|
|
this.cBRecordDelays.TabStop = false;
|
|
|
|
|
this.cBRecordDelays.UseVisualStyleBackColor = true;
|
|
|
|
|
this.cBRecordDelays.KeyDown += new System.Windows.Forms.KeyEventHandler(this.anyKeyDown);
|
|
|
|
|
this.cBRecordDelays.KeyUp += new System.Windows.Forms.KeyEventHandler(this.anyKeyUp);
|
|
|
|
|
this.cBRecordDelays.MouseDown += new System.Windows.Forms.MouseEventHandler(this.anyMouseDown);
|
|
|
|
|
this.cBRecordDelays.MouseUp += new System.Windows.Forms.MouseEventHandler(this.anyMouseUp);
|
|
|
|
|
//
|
|
|
|
|
// lVMacros
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.lVMacros, "lVMacros");
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.lVMacros.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
|
|
this.columnHeader1});
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.lVMacros.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.lVMacros.LargeImageList = this.iLKeys;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.lVMacros.MultiSelect = false;
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.lVMacros.Name = "lVMacros";
|
|
|
|
|
this.lVMacros.SmallImageList = this.iLKeys;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.lVMacros.TileSize = new System.Drawing.Size(180, 30);
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.lVMacros.UseCompatibleStateImageBehavior = false;
|
|
|
|
|
this.lVMacros.View = System.Windows.Forms.View.Details;
|
|
|
|
|
this.lVMacros.KeyDown += new System.Windows.Forms.KeyEventHandler(this.anyKeyDown);
|
|
|
|
|
this.lVMacros.KeyUp += new System.Windows.Forms.KeyEventHandler(this.anyKeyUp);
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.lVMacros.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lVMacros_MouseDoubleClick);
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.lVMacros.MouseDown += new System.Windows.Forms.MouseEventHandler(this.anyMouseDown);
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.lVMacros.MouseHover += new System.EventHandler(this.lVMacros_MouseHover);
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.lVMacros.MouseUp += new System.Windows.Forms.MouseEventHandler(this.anyMouseUp);
|
|
|
|
|
//
|
|
|
|
|
// columnHeader1
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.columnHeader1, "columnHeader1");
|
2014-06-14 21:14:27 +02:00
|
|
|
|
//
|
|
|
|
|
// iLKeys
|
|
|
|
|
//
|
|
|
|
|
this.iLKeys.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("iLKeys.ImageStream")));
|
|
|
|
|
this.iLKeys.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.iLKeys.Images.SetKeyName(0, "keydown.png");
|
|
|
|
|
this.iLKeys.Images.SetKeyName(1, "keyup.png");
|
|
|
|
|
this.iLKeys.Images.SetKeyName(2, "Clock.png");
|
|
|
|
|
//
|
|
|
|
|
// cBStyle
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.cBStyle, "cBStyle");
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.cBStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.cBStyle.FormattingEnabled = true;
|
|
|
|
|
this.cBStyle.Items.AddRange(new object[] {
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.GetString("cBStyle.Items"),
|
|
|
|
|
resources.GetString("cBStyle.Items1")});
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.cBStyle.Name = "cBStyle";
|
|
|
|
|
//
|
|
|
|
|
// btnSave
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.btnSave, "btnSave");
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.btnSave.Name = "btnSave";
|
|
|
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
|
|
|
//
|
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.btnCancel, "btnCancel");
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
|
|
|
//
|
2014-11-14 20:44:50 +01:00
|
|
|
|
// btnSaveP
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnSaveP, "btnSaveP");
|
|
|
|
|
this.btnSaveP.Name = "btnSaveP";
|
|
|
|
|
this.btnSaveP.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnSaveP.Click += new System.EventHandler(this.btnSaveP_Click);
|
|
|
|
|
//
|
|
|
|
|
// lbRecordTip
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbRecordTip, "lbRecordTip");
|
|
|
|
|
this.lbRecordTip.Name = "lbRecordTip";
|
2014-06-17 01:43:01 +02:00
|
|
|
|
//
|
|
|
|
|
// pnlMouseButtons
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.pnlMouseButtons, "pnlMouseButtons");
|
2014-06-17 01:43:01 +02:00
|
|
|
|
this.pnlMouseButtons.Controls.Add(this.btn5th);
|
|
|
|
|
this.pnlMouseButtons.Controls.Add(this.btn4th);
|
|
|
|
|
this.pnlMouseButtons.Name = "pnlMouseButtons";
|
|
|
|
|
this.pnlMouseButtons.MouseDown += new System.Windows.Forms.MouseEventHandler(this.anyMouseDown);
|
|
|
|
|
this.pnlMouseButtons.MouseUp += new System.Windows.Forms.MouseEventHandler(this.anyMouseUp);
|
|
|
|
|
//
|
|
|
|
|
// btn5th
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.btn5th, "btn5th");
|
2014-06-17 01:43:01 +02:00
|
|
|
|
this.btn5th.Name = "btn5th";
|
|
|
|
|
this.btn5th.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btn5th.Click += new System.EventHandler(this.btn5th_Click);
|
|
|
|
|
this.btn5th.KeyDown += new System.Windows.Forms.KeyEventHandler(this.anyKeyDown);
|
|
|
|
|
this.btn5th.KeyUp += new System.Windows.Forms.KeyEventHandler(this.anyKeyUp);
|
|
|
|
|
//
|
|
|
|
|
// btn4th
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this.btn4th, "btn4th");
|
2014-06-17 01:43:01 +02:00
|
|
|
|
this.btn4th.Name = "btn4th";
|
|
|
|
|
this.btn4th.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btn4th.Click += new System.EventHandler(this.btn4th_Click);
|
|
|
|
|
this.btn4th.KeyDown += new System.Windows.Forms.KeyEventHandler(this.anyKeyDown);
|
|
|
|
|
this.btn4th.KeyUp += new System.Windows.Forms.KeyEventHandler(this.anyKeyUp);
|
|
|
|
|
//
|
2014-11-14 20:44:50 +01:00
|
|
|
|
// btnLoadP
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnLoadP, "btnLoadP");
|
|
|
|
|
this.btnLoadP.Name = "btnLoadP";
|
|
|
|
|
this.btnLoadP.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnLoadP.Click += new System.EventHandler(this.btnLoadP_Click);
|
|
|
|
|
//
|
|
|
|
|
// savePresets
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.savePresets, "savePresets");
|
|
|
|
|
//
|
|
|
|
|
// openPresets
|
|
|
|
|
//
|
|
|
|
|
this.openPresets.FileName = "openFileDialog1";
|
|
|
|
|
resources.ApplyResources(this.openPresets, "openPresets");
|
|
|
|
|
//
|
|
|
|
|
// lbMacroOrder
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbMacroOrder, "lbMacroOrder");
|
|
|
|
|
this.lbMacroOrder.Name = "lbMacroOrder";
|
|
|
|
|
//
|
|
|
|
|
// lbDelayTip
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lbDelayTip, "lbDelayTip");
|
|
|
|
|
this.lbDelayTip.Name = "lbDelayTip";
|
|
|
|
|
//
|
2014-06-14 21:14:27 +02:00
|
|
|
|
// RecordBox
|
|
|
|
|
//
|
2014-08-17 00:09:15 +02:00
|
|
|
|
resources.ApplyResources(this, "$this");
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.Controls.Add(this.lbMacroOrder);
|
|
|
|
|
this.Controls.Add(this.cBStyle);
|
|
|
|
|
this.Controls.Add(this.btnSaveP);
|
|
|
|
|
this.Controls.Add(this.cBRecordDelays);
|
|
|
|
|
this.Controls.Add(this.btnLoadP);
|
|
|
|
|
this.Controls.Add(this.lbDelayTip);
|
|
|
|
|
this.Controls.Add(this.lbRecordTip);
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.Controls.Add(this.btnRecord);
|
2014-06-17 01:43:01 +02:00
|
|
|
|
this.Controls.Add(this.lVMacros);
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
|
this.Controls.Add(this.btnSave);
|
2014-06-17 01:43:01 +02:00
|
|
|
|
this.Controls.Add(this.pnlMouseButtons);
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.Name = "RecordBox";
|
|
|
|
|
this.ShowInTaskbar = false;
|
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RecordBox_FormClosing);
|
|
|
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.anyKeyDown);
|
|
|
|
|
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.anyKeyUp);
|
|
|
|
|
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.anyMouseDown);
|
|
|
|
|
this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.anyMouseUp);
|
2014-06-17 01:43:01 +02:00
|
|
|
|
this.pnlMouseButtons.ResumeLayout(false);
|
2014-06-14 21:14:27 +02:00
|
|
|
|
this.ResumeLayout(false);
|
2014-11-14 20:44:50 +01:00
|
|
|
|
this.PerformLayout();
|
2014-06-14 21:14:27 +02:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button btnRecord;
|
|
|
|
|
private System.Windows.Forms.CheckBox cBRecordDelays;
|
|
|
|
|
private System.Windows.Forms.ListView lVMacros;
|
|
|
|
|
private System.Windows.Forms.ImageList iLKeys;
|
|
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
|
|
|
private System.Windows.Forms.ComboBox cBStyle;
|
|
|
|
|
private System.Windows.Forms.Button btnSave;
|
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
2014-06-17 01:43:01 +02:00
|
|
|
|
private System.Windows.Forms.Panel pnlMouseButtons;
|
|
|
|
|
private System.Windows.Forms.Button btn5th;
|
|
|
|
|
private System.Windows.Forms.Button btn4th;
|
2014-11-14 20:44:50 +01:00
|
|
|
|
private System.Windows.Forms.Label lbRecordTip;
|
|
|
|
|
private System.Windows.Forms.Button btnSaveP;
|
|
|
|
|
private System.Windows.Forms.Button btnLoadP;
|
|
|
|
|
private System.Windows.Forms.SaveFileDialog savePresets;
|
|
|
|
|
private System.Windows.Forms.OpenFileDialog openPresets;
|
|
|
|
|
private System.Windows.Forms.Label lbMacroOrder;
|
|
|
|
|
private System.Windows.Forms.Label lbDelayTip;
|
2014-06-14 21:14:27 +02:00
|
|
|
|
}
|
|
|
|
|
}
|