2012-11-18 15:03:23 +00:00
namespace BizHawk.MultiClient
2012-11-14 01:51:07 +00:00
{
partial class VirtualPadC64Keyboard
{
/// <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 Component 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 ( )
{
2012-11-18 16:14:19 +00:00
this . K1 = new System . Windows . Forms . CheckBox ( ) ;
this . K2 = new System . Windows . Forms . CheckBox ( ) ;
this . K4 = new System . Windows . Forms . CheckBox ( ) ;
this . K3 = new System . Windows . Forms . CheckBox ( ) ;
this . K8 = new System . Windows . Forms . CheckBox ( ) ;
this . K7 = new System . Windows . Forms . CheckBox ( ) ;
this . K6 = new System . Windows . Forms . CheckBox ( ) ;
this . K5 = new System . Windows . Forms . CheckBox ( ) ;
this . K9 = new System . Windows . Forms . CheckBox ( ) ;
this . K0 = new System . Windows . Forms . CheckBox ( ) ;
this . KPlus = new System . Windows . Forms . CheckBox ( ) ;
this . KMinus = new System . Windows . Forms . CheckBox ( ) ;
this . KPound = new System . Windows . Forms . CheckBox ( ) ;
this . KClear = new System . Windows . Forms . CheckBox ( ) ;
this . KInsert = new System . Windows . Forms . CheckBox ( ) ;
this . KF1 = new System . Windows . Forms . CheckBox ( ) ;
this . KF3 = new System . Windows . Forms . CheckBox ( ) ;
this . KF7 = new System . Windows . Forms . CheckBox ( ) ;
this . KF5 = new System . Windows . Forms . CheckBox ( ) ;
this . KCtrl = new System . Windows . Forms . CheckBox ( ) ;
this . KP = new System . Windows . Forms . CheckBox ( ) ;
this . KO = new System . Windows . Forms . CheckBox ( ) ;
this . KI = new System . Windows . Forms . CheckBox ( ) ;
this . KU = new System . Windows . Forms . CheckBox ( ) ;
this . KY = new System . Windows . Forms . CheckBox ( ) ;
this . KT = new System . Windows . Forms . CheckBox ( ) ;
this . KR = new System . Windows . Forms . CheckBox ( ) ;
this . KE = new System . Windows . Forms . CheckBox ( ) ;
this . KW = new System . Windows . Forms . CheckBox ( ) ;
this . KQ = new System . Windows . Forms . CheckBox ( ) ;
this . KAt = new System . Windows . Forms . CheckBox ( ) ;
this . KAsterisk = new System . Windows . Forms . CheckBox ( ) ;
this . KRST = new System . Windows . Forms . CheckBox ( ) ;
this . KRun = new System . Windows . Forms . CheckBox ( ) ;
this . KLck = new System . Windows . Forms . CheckBox ( ) ;
this . KK = new System . Windows . Forms . CheckBox ( ) ;
this . KJ = new System . Windows . Forms . CheckBox ( ) ;
this . KH = new System . Windows . Forms . CheckBox ( ) ;
this . KG = new System . Windows . Forms . CheckBox ( ) ;
this . KF = new System . Windows . Forms . CheckBox ( ) ;
this . KD = new System . Windows . Forms . CheckBox ( ) ;
this . KS = new System . Windows . Forms . CheckBox ( ) ;
this . KA = new System . Windows . Forms . CheckBox ( ) ;
this . KL = new System . Windows . Forms . CheckBox ( ) ;
this . KColon = new System . Windows . Forms . CheckBox ( ) ;
this . KSemicolon = new System . Windows . Forms . CheckBox ( ) ;
this . KEquals = new System . Windows . Forms . CheckBox ( ) ;
this . KReturn = new System . Windows . Forms . CheckBox ( ) ;
this . KCommodore = new System . Windows . Forms . CheckBox ( ) ;
this . KLeftShift = new System . Windows . Forms . CheckBox ( ) ;
2012-11-19 00:56:26 +00:00
this . KRightShift = new System . Windows . Forms . CheckBox ( ) ;
2012-11-18 16:14:19 +00:00
this . KSlash = new System . Windows . Forms . CheckBox ( ) ;
this . KPeriod = new System . Windows . Forms . CheckBox ( ) ;
this . KComma = new System . Windows . Forms . CheckBox ( ) ;
this . KM = new System . Windows . Forms . CheckBox ( ) ;
this . KN = new System . Windows . Forms . CheckBox ( ) ;
this . KB = new System . Windows . Forms . CheckBox ( ) ;
this . KV = new System . Windows . Forms . CheckBox ( ) ;
this . KC = new System . Windows . Forms . CheckBox ( ) ;
this . KX = new System . Windows . Forms . CheckBox ( ) ;
this . KZ = new System . Windows . Forms . CheckBox ( ) ;
this . KCursorUp = new System . Windows . Forms . CheckBox ( ) ;
this . KCursorLeft = new System . Windows . Forms . CheckBox ( ) ;
this . KSpace = new System . Windows . Forms . CheckBox ( ) ;
2012-11-26 00:16:24 +00:00
this . KUpArrow = new System . Windows . Forms . CheckBox ( ) ;
this . KLeftArrow = new System . Windows . Forms . CheckBox ( ) ;
2012-11-14 01:51:07 +00:00
this . SuspendLayout ( ) ;
//
2012-11-18 16:14:19 +00:00
// K1
//
this . K1 . Appearance = System . Windows . Forms . Appearance . Button ;
this . K1 . AutoSize = true ;
this . K1 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . K1 . Location = new System . Drawing . Point ( 38 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . K1 . Name = "K1" ;
this . K1 . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . K1 . TabIndex = 1 ;
this . K1 . Text = "1" ;
this . K1 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . K1 . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . K1 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// K2
//
this . K2 . Appearance = System . Windows . Forms . Appearance . Button ;
this . K2 . AutoSize = true ;
this . K2 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . K2 . Location = new System . Drawing . Point ( 60 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . K2 . Name = "K2" ;
this . K2 . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . K2 . TabIndex = 2 ;
this . K2 . Text = "2" ;
this . K2 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . K2 . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . K2 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// K4
//
this . K4 . Appearance = System . Windows . Forms . Appearance . Button ;
this . K4 . AutoSize = true ;
this . K4 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . K4 . Location = new System . Drawing . Point ( 103 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . K4 . Name = "K4" ;
this . K4 . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . K4 . TabIndex = 4 ;
this . K4 . Text = "4" ;
this . K4 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . K4 . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . K4 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// K3
//
this . K3 . Appearance = System . Windows . Forms . Appearance . Button ;
this . K3 . AutoSize = true ;
this . K3 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . K3 . Location = new System . Drawing . Point ( 81 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . K3 . Name = "K3" ;
this . K3 . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . K3 . TabIndex = 3 ;
this . K3 . Text = "3" ;
this . K3 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . K3 . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . K3 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// K8
//
this . K8 . Appearance = System . Windows . Forms . Appearance . Button ;
this . K8 . AutoSize = true ;
this . K8 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . K8 . Location = new System . Drawing . Point ( 191 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . K8 . Name = "K8" ;
this . K8 . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . K8 . TabIndex = 8 ;
this . K8 . Text = "8" ;
this . K8 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . K8 . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . K8 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// K7
//
this . K7 . Appearance = System . Windows . Forms . Appearance . Button ;
this . K7 . AutoSize = true ;
this . K7 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . K7 . Location = new System . Drawing . Point ( 169 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . K7 . Name = "K7" ;
this . K7 . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . K7 . TabIndex = 7 ;
this . K7 . Text = "7" ;
this . K7 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . K7 . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . K7 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// K6
//
this . K6 . Appearance = System . Windows . Forms . Appearance . Button ;
this . K6 . AutoSize = true ;
this . K6 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . K6 . Location = new System . Drawing . Point ( 147 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . K6 . Name = "K6" ;
this . K6 . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . K6 . TabIndex = 6 ;
this . K6 . Text = "6" ;
this . K6 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . K6 . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . K6 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// K5
//
this . K5 . Appearance = System . Windows . Forms . Appearance . Button ;
this . K5 . AutoSize = true ;
this . K5 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . K5 . Location = new System . Drawing . Point ( 125 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . K5 . Name = "K5" ;
this . K5 . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . K5 . TabIndex = 5 ;
this . K5 . Text = "5" ;
this . K5 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . K5 . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . K5 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// K9
//
this . K9 . Appearance = System . Windows . Forms . Appearance . Button ;
this . K9 . AutoSize = true ;
this . K9 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . K9 . Location = new System . Drawing . Point ( 213 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . K9 . Name = "K9" ;
this . K9 . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . K9 . TabIndex = 9 ;
this . K9 . Text = "9" ;
this . K9 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . K9 . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . K9 . CheckStateChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// K0
//
this . K0 . Appearance = System . Windows . Forms . Appearance . Button ;
this . K0 . AutoSize = true ;
this . K0 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . K0 . Location = new System . Drawing . Point ( 235 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . K0 . Name = "K0" ;
this . K0 . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . K0 . TabIndex = 10 ;
this . K0 . Text = "0" ;
this . K0 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . K0 . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . K0 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KPlus
//
this . KPlus . Appearance = System . Windows . Forms . Appearance . Button ;
this . KPlus . AutoSize = true ;
this . KPlus . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KPlus . Location = new System . Drawing . Point ( 257 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . KPlus . Name = "KPlus" ;
this . KPlus . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KPlus . TabIndex = 11 ;
this . KPlus . Text = "+" ;
this . KPlus . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KPlus . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KPlus . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KMinus
//
this . KMinus . Appearance = System . Windows . Forms . Appearance . Button ;
this . KMinus . AutoSize = true ;
this . KMinus . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KMinus . Location = new System . Drawing . Point ( 279 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . KMinus . Name = "KMinus" ;
this . KMinus . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KMinus . TabIndex = 12 ;
this . KMinus . Text = "-" ;
this . KMinus . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KMinus . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KMinus . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KPound
//
this . KPound . Appearance = System . Windows . Forms . Appearance . Button ;
this . KPound . AutoSize = true ;
this . KPound . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KPound . Location = new System . Drawing . Point ( 301 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . KPound . Name = "KPound" ;
this . KPound . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KPound . TabIndex = 13 ;
this . KPound . Text = "£" ;
this . KPound . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KPound . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KPound . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KClear
//
this . KClear . Appearance = System . Windows . Forms . Appearance . Button ;
this . KClear . AutoSize = true ;
2012-11-26 00:16:24 +00:00
this . KClear . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . KClear . Location = new System . Drawing . Point ( 323 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . KClear . Name = "KClear" ;
2012-11-26 00:16:24 +00:00
this . KClear . Size = new System . Drawing . Size ( 37 , 23 ) ;
2012-11-18 16:14:19 +00:00
this . KClear . TabIndex = 14 ;
this . KClear . Text = "C/H" ;
this . KClear . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KClear . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KClear . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KInsert
//
this . KInsert . Appearance = System . Windows . Forms . Appearance . Button ;
this . KInsert . AutoSize = true ;
2012-11-26 00:16:24 +00:00
this . KInsert . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . KInsert . Location = new System . Drawing . Point ( 356 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . KInsert . Name = "KInsert" ;
2012-11-26 00:16:24 +00:00
this . KInsert . Size = new System . Drawing . Size ( 33 , 23 ) ;
2012-11-18 16:14:19 +00:00
this . KInsert . TabIndex = 15 ;
this . KInsert . Text = "I/D" ;
this . KInsert . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KInsert . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KInsert . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KF1
//
this . KF1 . Appearance = System . Windows . Forms . Appearance . Button ;
this . KF1 . AutoSize = true ;
this . KF1 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KF1 . Location = new System . Drawing . Point ( 410 , 10 ) ;
2012-11-18 16:14:19 +00:00
this . KF1 . Name = "KF1" ;
this . KF1 . Size = new System . Drawing . Size ( 38 , 24 ) ;
this . KF1 . TabIndex = 16 ;
this . KF1 . Text = "f 1" ;
this . KF1 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KF1 . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KF1 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KF3
//
this . KF3 . Appearance = System . Windows . Forms . Appearance . Button ;
this . KF3 . AutoSize = true ;
this . KF3 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KF3 . Location = new System . Drawing . Point ( 410 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KF3 . Name = "KF3" ;
this . KF3 . Size = new System . Drawing . Size ( 38 , 24 ) ;
this . KF3 . TabIndex = 17 ;
this . KF3 . Text = "f 3" ;
this . KF3 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KF3 . UseVisualStyleBackColor = true ;
2012-11-25 21:49:07 +00:00
this . KF3 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KF7
//
this . KF7 . Appearance = System . Windows . Forms . Appearance . Button ;
this . KF7 . AutoSize = true ;
this . KF7 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KF7 . Location = new System . Drawing . Point ( 410 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KF7 . Name = "KF7" ;
this . KF7 . Size = new System . Drawing . Size ( 38 , 24 ) ;
this . KF7 . TabIndex = 19 ;
this . KF7 . Text = "f 7" ;
this . KF7 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KF7 . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KF7 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KF5
//
this . KF5 . Appearance = System . Windows . Forms . Appearance . Button ;
this . KF5 . AutoSize = true ;
this . KF5 . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KF5 . Location = new System . Drawing . Point ( 410 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KF5 . Name = "KF5" ;
this . KF5 . Size = new System . Drawing . Size ( 38 , 24 ) ;
this . KF5 . TabIndex = 18 ;
this . KF5 . Text = "f 5" ;
this . KF5 . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KF5 . UseVisualStyleBackColor = true ;
2012-11-25 21:49:07 +00:00
this . KF5 . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KCtrl
//
this . KCtrl . Appearance = System . Windows . Forms . Appearance . Button ;
this . KCtrl . AutoSize = true ;
2012-11-26 00:16:24 +00:00
this . KCtrl . Location = new System . Drawing . Point ( 18 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KCtrl . Name = "KCtrl" ;
this . KCtrl . Size = new System . Drawing . Size ( 45 , 23 ) ;
this . KCtrl . TabIndex = 20 ;
this . KCtrl . Text = "CTRL" ;
this . KCtrl . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KCtrl . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KCtrl . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KP
//
this . KP . Appearance = System . Windows . Forms . Appearance . Button ;
this . KP . AutoSize = true ;
this . KP . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KP . Location = new System . Drawing . Point ( 259 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KP . Name = "KP" ;
this . KP . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KP . TabIndex = 30 ;
this . KP . Text = "P" ;
this . KP . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KP . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KP . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KO
//
this . KO . Appearance = System . Windows . Forms . Appearance . Button ;
this . KO . AutoSize = true ;
this . KO . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KO . Location = new System . Drawing . Point ( 237 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KO . Name = "KO" ;
this . KO . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KO . TabIndex = 29 ;
this . KO . Text = "O" ;
this . KO . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KO . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KO . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KI
//
this . KI . Appearance = System . Windows . Forms . Appearance . Button ;
this . KI . AutoSize = true ;
this . KI . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KI . Location = new System . Drawing . Point ( 215 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KI . Name = "KI" ;
this . KI . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KI . TabIndex = 28 ;
this . KI . Text = "I" ;
this . KI . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KI . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KI . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KU
//
this . KU . Appearance = System . Windows . Forms . Appearance . Button ;
this . KU . AutoSize = true ;
this . KU . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KU . Location = new System . Drawing . Point ( 193 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KU . Name = "KU" ;
this . KU . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KU . TabIndex = 27 ;
this . KU . Text = "U" ;
this . KU . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KU . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KU . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KY
//
this . KY . Appearance = System . Windows . Forms . Appearance . Button ;
this . KY . AutoSize = true ;
this . KY . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KY . Location = new System . Drawing . Point ( 171 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KY . Name = "KY" ;
this . KY . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KY . TabIndex = 26 ;
this . KY . Text = "Y" ;
this . KY . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KY . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KY . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KT
//
this . KT . Appearance = System . Windows . Forms . Appearance . Button ;
this . KT . AutoSize = true ;
this . KT . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KT . Location = new System . Drawing . Point ( 149 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KT . Name = "KT" ;
this . KT . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KT . TabIndex = 25 ;
this . KT . Text = "T" ;
this . KT . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KT . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KT . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KR
//
this . KR . Appearance = System . Windows . Forms . Appearance . Button ;
this . KR . AutoSize = true ;
this . KR . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KR . Location = new System . Drawing . Point ( 127 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KR . Name = "KR" ;
this . KR . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KR . TabIndex = 24 ;
this . KR . Text = "R" ;
this . KR . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KR . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KR . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KE
//
this . KE . Appearance = System . Windows . Forms . Appearance . Button ;
this . KE . AutoSize = true ;
this . KE . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KE . Location = new System . Drawing . Point ( 105 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KE . Name = "KE" ;
this . KE . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KE . TabIndex = 23 ;
this . KE . Text = "E" ;
this . KE . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KE . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KE . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KW
//
this . KW . Appearance = System . Windows . Forms . Appearance . Button ;
this . KW . AutoSize = true ;
this . KW . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KW . Location = new System . Drawing . Point ( 83 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KW . Name = "KW" ;
this . KW . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KW . TabIndex = 22 ;
this . KW . Text = "W" ;
this . KW . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KW . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KW . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KQ
//
this . KQ . Appearance = System . Windows . Forms . Appearance . Button ;
this . KQ . AutoSize = true ;
this . KQ . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KQ . Location = new System . Drawing . Point ( 61 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KQ . Name = "KQ" ;
this . KQ . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KQ . TabIndex = 21 ;
this . KQ . Text = "Q" ;
this . KQ . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KQ . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KQ . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KAt
//
this . KAt . Appearance = System . Windows . Forms . Appearance . Button ;
this . KAt . AutoSize = true ;
2012-11-26 00:16:24 +00:00
this . KAt . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . KAt . Location = new System . Drawing . Point ( 281 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KAt . Name = "KAt" ;
2012-11-26 00:16:24 +00:00
this . KAt . Size = new System . Drawing . Size ( 24 , 24 ) ;
2012-11-18 16:14:19 +00:00
this . KAt . TabIndex = 31 ;
this . KAt . Text = "@" ;
this . KAt . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KAt . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KAt . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KAsterisk
//
this . KAsterisk . Appearance = System . Windows . Forms . Appearance . Button ;
this . KAsterisk . AutoSize = true ;
2012-11-26 00:16:24 +00:00
this . KAsterisk . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . KAsterisk . Location = new System . Drawing . Point ( 303 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KAsterisk . Name = "KAsterisk" ;
2012-11-26 00:16:24 +00:00
this . KAsterisk . Size = new System . Drawing . Size ( 24 , 24 ) ;
2012-11-18 16:14:19 +00:00
this . KAsterisk . TabIndex = 32 ;
this . KAsterisk . Text = "*" ;
this . KAsterisk . TextAlign = System . Drawing . ContentAlignment . BottomCenter ;
this . KAsterisk . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KAsterisk . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KRST
//
this . KRST . Appearance = System . Windows . Forms . Appearance . Button ;
this . KRST . AutoSize = true ;
this . KRST . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KRST . Location = new System . Drawing . Point ( 345 , 33 ) ;
2012-11-18 16:14:19 +00:00
this . KRST . Name = "KRST" ;
this . KRST . Size = new System . Drawing . Size ( 38 , 24 ) ;
this . KRST . TabIndex = 34 ;
this . KRST . Text = "RST" ;
this . KRST . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KRST . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KRST . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KRun
//
this . KRun . Appearance = System . Windows . Forms . Appearance . Button ;
this . KRun . AutoSize = true ;
this . KRun . Font = new System . Drawing . Font ( "Times New Roman" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KRun . Location = new System . Drawing . Point ( 10 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KRun . Name = "KRun" ;
this . KRun . Size = new System . Drawing . Size ( 32 , 24 ) ;
this . KRun . TabIndex = 35 ;
this . KRun . Text = "R/S" ;
this . KRun . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KRun . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KRun . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KLck
//
this . KLck . Appearance = System . Windows . Forms . Appearance . Button ;
this . KLck . AutoSize = true ;
this . KLck . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KLck . Location = new System . Drawing . Point ( 40 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KLck . Name = "KLck" ;
this . KLck . Size = new System . Drawing . Size ( 35 , 23 ) ;
this . KLck . TabIndex = 36 ;
this . KLck . Text = "Lck" ;
this . KLck . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KLck . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KLck . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KK
//
this . KK . Appearance = System . Windows . Forms . Appearance . Button ;
this . KK . AutoSize = true ;
this . KK . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KK . Location = new System . Drawing . Point ( 227 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KK . Name = "KK" ;
this . KK . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KK . TabIndex = 44 ;
this . KK . Text = "K" ;
this . KK . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KK . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KK . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KJ
//
this . KJ . Appearance = System . Windows . Forms . Appearance . Button ;
this . KJ . AutoSize = true ;
this . KJ . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KJ . Location = new System . Drawing . Point ( 205 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KJ . Name = "KJ" ;
this . KJ . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KJ . TabIndex = 43 ;
this . KJ . Text = "J" ;
this . KJ . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KJ . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KJ . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KH
//
this . KH . Appearance = System . Windows . Forms . Appearance . Button ;
this . KH . AutoSize = true ;
this . KH . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KH . Location = new System . Drawing . Point ( 183 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KH . Name = "KH" ;
this . KH . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KH . TabIndex = 42 ;
this . KH . Text = "H" ;
this . KH . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KH . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KH . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KG
//
this . KG . Appearance = System . Windows . Forms . Appearance . Button ;
this . KG . AutoSize = true ;
this . KG . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KG . Location = new System . Drawing . Point ( 161 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KG . Name = "KG" ;
this . KG . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KG . TabIndex = 41 ;
this . KG . Text = "G" ;
this . KG . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KG . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KG . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KF
//
this . KF . Appearance = System . Windows . Forms . Appearance . Button ;
this . KF . AutoSize = true ;
this . KF . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KF . Location = new System . Drawing . Point ( 139 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KF . Name = "KF" ;
this . KF . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KF . TabIndex = 40 ;
this . KF . Text = "F" ;
this . KF . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KF . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KF . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KD
//
this . KD . Appearance = System . Windows . Forms . Appearance . Button ;
this . KD . AutoSize = true ;
this . KD . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KD . Location = new System . Drawing . Point ( 117 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KD . Name = "KD" ;
this . KD . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KD . TabIndex = 39 ;
this . KD . Text = "D" ;
this . KD . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KD . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KD . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KS
//
this . KS . Appearance = System . Windows . Forms . Appearance . Button ;
this . KS . AutoSize = true ;
this . KS . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KS . Location = new System . Drawing . Point ( 95 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KS . Name = "KS" ;
this . KS . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KS . TabIndex = 38 ;
this . KS . Text = "S" ;
this . KS . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KS . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KS . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KA
//
this . KA . Appearance = System . Windows . Forms . Appearance . Button ;
this . KA . AutoSize = true ;
this . KA . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KA . Location = new System . Drawing . Point ( 73 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KA . Name = "KA" ;
this . KA . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KA . TabIndex = 37 ;
this . KA . Text = "A" ;
this . KA . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KA . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KA . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KL
//
this . KL . Appearance = System . Windows . Forms . Appearance . Button ;
this . KL . AutoSize = true ;
this . KL . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KL . Location = new System . Drawing . Point ( 249 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KL . Name = "KL" ;
this . KL . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KL . TabIndex = 45 ;
this . KL . Text = "L" ;
this . KL . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KL . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KL . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KColon
//
this . KColon . Appearance = System . Windows . Forms . Appearance . Button ;
this . KColon . AutoSize = true ;
this . KColon . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KColon . Location = new System . Drawing . Point ( 271 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KColon . Name = "KColon" ;
this . KColon . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KColon . TabIndex = 46 ;
this . KColon . Text = ":" ;
this . KColon . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KColon . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KColon . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KSemicolon
//
this . KSemicolon . Appearance = System . Windows . Forms . Appearance . Button ;
this . KSemicolon . AutoSize = true ;
this . KSemicolon . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KSemicolon . Location = new System . Drawing . Point ( 293 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KSemicolon . Name = "KSemicolon" ;
this . KSemicolon . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KSemicolon . TabIndex = 47 ;
this . KSemicolon . Text = ";" ;
this . KSemicolon . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KSemicolon . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KSemicolon . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KEquals
//
this . KEquals . Appearance = System . Windows . Forms . Appearance . Button ;
this . KEquals . AutoSize = true ;
this . KEquals . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KEquals . Location = new System . Drawing . Point ( 315 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KEquals . Name = "KEquals" ;
this . KEquals . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KEquals . TabIndex = 48 ;
this . KEquals . Text = "=" ;
this . KEquals . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KEquals . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KEquals . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KReturn
//
this . KReturn . Appearance = System . Windows . Forms . Appearance . Button ;
this . KReturn . AutoSize = true ;
this . KReturn . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KReturn . Location = new System . Drawing . Point ( 337 , 56 ) ;
2012-11-18 16:14:19 +00:00
this . KReturn . Name = "KReturn" ;
this . KReturn . Size = new System . Drawing . Size ( 49 , 23 ) ;
this . KReturn . TabIndex = 49 ;
this . KReturn . Text = "Return" ;
this . KReturn . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KReturn . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KReturn . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KCommodore
//
this . KCommodore . Appearance = System . Windows . Forms . Appearance . Button ;
this . KCommodore . AutoSize = true ;
this . KCommodore . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KCommodore . Image = global :: BizHawk . MultiClient . Properties . Resources . C64Symbol ;
this . KCommodore . Location = new System . Drawing . Point ( 7 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KCommodore . Name = "KCommodore" ;
2012-11-26 00:16:24 +00:00
this . KCommodore . Size = new System . Drawing . Size ( 27 , 24 ) ;
2012-11-18 16:14:19 +00:00
this . KCommodore . TabIndex = 50 ;
this . KCommodore . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KCommodore . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KCommodore . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KLeftShift
//
this . KLeftShift . Appearance = System . Windows . Forms . Appearance . Button ;
this . KLeftShift . AutoSize = true ;
this . KLeftShift . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KLeftShift . Location = new System . Drawing . Point ( 32 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KLeftShift . Name = "KLeftShift" ;
this . KLeftShift . Size = new System . Drawing . Size ( 38 , 23 ) ;
this . KLeftShift . TabIndex = 51 ;
this . KLeftShift . Text = "Shift" ;
this . KLeftShift . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KLeftShift . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KLeftShift . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
//
// KRightShift
//
this . KRightShift . Appearance = System . Windows . Forms . Appearance . Button ;
this . KRightShift . AutoSize = true ;
this . KRightShift . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KRightShift . Location = new System . Drawing . Point ( 288 , 79 ) ;
2012-11-19 00:56:26 +00:00
this . KRightShift . Name = "KRightShift" ;
this . KRightShift . Size = new System . Drawing . Size ( 38 , 23 ) ;
this . KRightShift . TabIndex = 52 ;
this . KRightShift . Text = "Shift" ;
this . KRightShift . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KRightShift . UseVisualStyleBackColor = true ;
this . KRightShift . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KSlash
//
this . KSlash . Appearance = System . Windows . Forms . Appearance . Button ;
this . KSlash . AutoSize = true ;
this . KSlash . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KSlash . Location = new System . Drawing . Point ( 266 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KSlash . Name = "KSlash" ;
this . KSlash . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KSlash . TabIndex = 62 ;
this . KSlash . Text = "/" ;
this . KSlash . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KSlash . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KSlash . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KPeriod
//
this . KPeriod . Appearance = System . Windows . Forms . Appearance . Button ;
this . KPeriod . AutoSize = true ;
this . KPeriod . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KPeriod . Location = new System . Drawing . Point ( 244 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KPeriod . Name = "KPeriod" ;
this . KPeriod . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KPeriod . TabIndex = 61 ;
this . KPeriod . Text = "." ;
this . KPeriod . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KPeriod . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KPeriod . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KComma
//
this . KComma . Appearance = System . Windows . Forms . Appearance . Button ;
this . KComma . AutoSize = true ;
this . KComma . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KComma . Location = new System . Drawing . Point ( 222 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KComma . Name = "KComma" ;
this . KComma . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KComma . TabIndex = 60 ;
this . KComma . Text = "," ;
this . KComma . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KComma . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KComma . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KM
//
this . KM . Appearance = System . Windows . Forms . Appearance . Button ;
this . KM . AutoSize = true ;
this . KM . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KM . Location = new System . Drawing . Point ( 200 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KM . Name = "KM" ;
this . KM . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KM . TabIndex = 59 ;
this . KM . Text = "M" ;
this . KM . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KM . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KM . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KN
//
this . KN . Appearance = System . Windows . Forms . Appearance . Button ;
this . KN . AutoSize = true ;
this . KN . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KN . Location = new System . Drawing . Point ( 178 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KN . Name = "KN" ;
this . KN . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KN . TabIndex = 58 ;
this . KN . Text = "N" ;
this . KN . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KN . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KN . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KB
//
this . KB . Appearance = System . Windows . Forms . Appearance . Button ;
this . KB . AutoSize = true ;
this . KB . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KB . Location = new System . Drawing . Point ( 156 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KB . Name = "KB" ;
this . KB . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KB . TabIndex = 57 ;
this . KB . Text = "B" ;
this . KB . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KB . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KB . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KV
//
this . KV . Appearance = System . Windows . Forms . Appearance . Button ;
this . KV . AutoSize = true ;
this . KV . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KV . Location = new System . Drawing . Point ( 134 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KV . Name = "KV" ;
this . KV . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KV . TabIndex = 56 ;
this . KV . Text = "V" ;
this . KV . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KV . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KV . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KC
//
this . KC . Appearance = System . Windows . Forms . Appearance . Button ;
this . KC . AutoSize = true ;
this . KC . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KC . Location = new System . Drawing . Point ( 112 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KC . Name = "KC" ;
this . KC . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KC . TabIndex = 55 ;
this . KC . Text = "C" ;
this . KC . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KC . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KC . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KX
//
this . KX . Appearance = System . Windows . Forms . Appearance . Button ;
this . KX . AutoSize = true ;
this . KX . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KX . Location = new System . Drawing . Point ( 90 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KX . Name = "KX" ;
this . KX . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KX . TabIndex = 54 ;
this . KX . Text = "X" ;
this . KX . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KX . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KX . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KZ
//
this . KZ . Appearance = System . Windows . Forms . Appearance . Button ;
this . KZ . AutoSize = true ;
this . KZ . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KZ . Location = new System . Drawing . Point ( 68 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KZ . Name = "KZ" ;
this . KZ . Size = new System . Drawing . Size ( 24 , 24 ) ;
this . KZ . TabIndex = 53 ;
this . KZ . Text = "Z" ;
this . KZ . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KZ . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KZ . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KCursorUp
//
this . KCursorUp . Appearance = System . Windows . Forms . Appearance . Button ;
this . KCursorUp . AutoSize = true ;
this . KCursorUp . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KCursorUp . Location = new System . Drawing . Point ( 324 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KCursorUp . Name = "KCursorUp" ;
2012-11-26 00:16:24 +00:00
this . KCursorUp . Size = new System . Drawing . Size ( 43 , 23 ) ;
2012-11-18 16:14:19 +00:00
this . KCursorUp . TabIndex = 63 ;
2012-11-26 00:16:24 +00:00
this . KCursorUp . Text = "Csr U" ;
2012-11-18 16:14:19 +00:00
this . KCursorUp . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KCursorUp . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KCursorUp . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KCursorLeft
//
this . KCursorLeft . Appearance = System . Windows . Forms . Appearance . Button ;
this . KCursorLeft . AutoSize = true ;
this . KCursorLeft . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KCursorLeft . Location = new System . Drawing . Point ( 365 , 79 ) ;
2012-11-18 16:14:19 +00:00
this . KCursorLeft . Name = "KCursorLeft" ;
2012-11-26 00:16:24 +00:00
this . KCursorLeft . Size = new System . Drawing . Size ( 41 , 23 ) ;
2012-11-18 16:14:19 +00:00
this . KCursorLeft . TabIndex = 64 ;
2012-11-26 00:16:24 +00:00
this . KCursorLeft . Text = "Csr L" ;
2012-11-18 16:14:19 +00:00
this . KCursorLeft . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KCursorLeft . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KCursorLeft . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-18 16:14:19 +00:00
//
// KSpace
//
this . KSpace . Appearance = System . Windows . Forms . Appearance . Button ;
this . KSpace . AutoSize = true ;
this . KSpace . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2012-11-26 00:16:24 +00:00
this . KSpace . Location = new System . Drawing . Point ( 77 , 102 ) ;
2012-11-18 16:14:19 +00:00
this . KSpace . Name = "KSpace" ;
2012-11-26 00:16:24 +00:00
this . KSpace . Size = new System . Drawing . Size ( 199 , 24 ) ;
2012-11-18 16:14:19 +00:00
this . KSpace . TabIndex = 65 ;
2012-11-26 00:16:24 +00:00
this . KSpace . Text = " Space " ;
2012-11-18 16:14:19 +00:00
this . KSpace . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KSpace . UseVisualStyleBackColor = true ;
2012-11-19 00:56:26 +00:00
this . KSpace . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
2012-11-14 01:51:07 +00:00
//
2012-11-26 00:16:24 +00:00
// KUpArrow
//
this . KUpArrow . Appearance = System . Windows . Forms . Appearance . Button ;
this . KUpArrow . AutoSize = true ;
this . KUpArrow . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . KUpArrow . Image = global :: BizHawk . MultiClient . Properties . Resources . MoveUp ;
this . KUpArrow . Location = new System . Drawing . Point ( 325 , 33 ) ;
this . KUpArrow . Name = "KUpArrow" ;
this . KUpArrow . Size = new System . Drawing . Size ( 22 , 22 ) ;
this . KUpArrow . TabIndex = 33 ;
this . KUpArrow . TextAlign = System . Drawing . ContentAlignment . BottomCenter ;
this . KUpArrow . UseVisualStyleBackColor = true ;
this . KUpArrow . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
//
// KLeftArrow
//
this . KLeftArrow . Appearance = System . Windows . Forms . Appearance . Button ;
this . KLeftArrow . AutoSize = true ;
this . KLeftArrow . Font = new System . Drawing . Font ( "Courier New" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . KLeftArrow . Image = global :: BizHawk . MultiClient . Properties . Resources . MoveLeft ;
this . KLeftArrow . Location = new System . Drawing . Point ( 18 , 10 ) ;
this . KLeftArrow . Name = "KLeftArrow" ;
this . KLeftArrow . Size = new System . Drawing . Size ( 22 , 22 ) ;
this . KLeftArrow . TabIndex = 0 ;
this . KLeftArrow . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . KLeftArrow . UseVisualStyleBackColor = true ;
this . KLeftArrow . CheckedChanged + = new System . EventHandler ( this . Buttons_CheckedChanged ) ;
//
2012-11-14 01:51:07 +00:00
// VirtualPadC64Keyboard
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2012-11-18 16:14:19 +00:00
this . Controls . Add ( this . KSpace ) ;
this . Controls . Add ( this . KCursorLeft ) ;
this . Controls . Add ( this . KCursorUp ) ;
this . Controls . Add ( this . KSlash ) ;
this . Controls . Add ( this . KPeriod ) ;
this . Controls . Add ( this . KComma ) ;
this . Controls . Add ( this . KM ) ;
this . Controls . Add ( this . KN ) ;
this . Controls . Add ( this . KB ) ;
this . Controls . Add ( this . KV ) ;
this . Controls . Add ( this . KC ) ;
this . Controls . Add ( this . KX ) ;
this . Controls . Add ( this . KZ ) ;
2012-11-19 00:56:26 +00:00
this . Controls . Add ( this . KRightShift ) ;
2012-11-18 16:14:19 +00:00
this . Controls . Add ( this . KLeftShift ) ;
this . Controls . Add ( this . KCommodore ) ;
this . Controls . Add ( this . KReturn ) ;
this . Controls . Add ( this . KEquals ) ;
this . Controls . Add ( this . KSemicolon ) ;
this . Controls . Add ( this . KColon ) ;
this . Controls . Add ( this . KL ) ;
this . Controls . Add ( this . KK ) ;
this . Controls . Add ( this . KJ ) ;
this . Controls . Add ( this . KH ) ;
this . Controls . Add ( this . KG ) ;
this . Controls . Add ( this . KF ) ;
this . Controls . Add ( this . KD ) ;
this . Controls . Add ( this . KS ) ;
this . Controls . Add ( this . KA ) ;
this . Controls . Add ( this . KLck ) ;
this . Controls . Add ( this . KRun ) ;
this . Controls . Add ( this . KRST ) ;
this . Controls . Add ( this . KUpArrow ) ;
this . Controls . Add ( this . KAsterisk ) ;
this . Controls . Add ( this . KAt ) ;
this . Controls . Add ( this . KP ) ;
this . Controls . Add ( this . KO ) ;
this . Controls . Add ( this . KI ) ;
this . Controls . Add ( this . KU ) ;
this . Controls . Add ( this . KY ) ;
this . Controls . Add ( this . KT ) ;
this . Controls . Add ( this . KR ) ;
this . Controls . Add ( this . KE ) ;
this . Controls . Add ( this . KW ) ;
this . Controls . Add ( this . KQ ) ;
this . Controls . Add ( this . KCtrl ) ;
this . Controls . Add ( this . KF7 ) ;
this . Controls . Add ( this . KF5 ) ;
this . Controls . Add ( this . KF3 ) ;
this . Controls . Add ( this . KF1 ) ;
this . Controls . Add ( this . KInsert ) ;
this . Controls . Add ( this . KClear ) ;
this . Controls . Add ( this . KPound ) ;
this . Controls . Add ( this . KMinus ) ;
this . Controls . Add ( this . KPlus ) ;
this . Controls . Add ( this . K0 ) ;
this . Controls . Add ( this . K9 ) ;
this . Controls . Add ( this . K8 ) ;
this . Controls . Add ( this . K7 ) ;
this . Controls . Add ( this . K6 ) ;
this . Controls . Add ( this . K5 ) ;
this . Controls . Add ( this . K4 ) ;
this . Controls . Add ( this . K3 ) ;
this . Controls . Add ( this . K2 ) ;
this . Controls . Add ( this . K1 ) ;
this . Controls . Add ( this . KLeftArrow ) ;
2012-11-14 01:51:07 +00:00
this . Name = "VirtualPadC64Keyboard" ;
2012-11-26 00:16:24 +00:00
this . Size = new System . Drawing . Size ( 454 , 134 ) ;
2012-11-18 15:03:23 +00:00
this . Load + = new System . EventHandler ( this . VirtualPadC64Keyboard_Load ) ;
2012-11-14 01:51:07 +00:00
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
2012-11-18 16:14:19 +00:00
private System . Windows . Forms . CheckBox KLeftArrow ;
private System . Windows . Forms . CheckBox K1 ;
private System . Windows . Forms . CheckBox K2 ;
private System . Windows . Forms . CheckBox K4 ;
private System . Windows . Forms . CheckBox K3 ;
private System . Windows . Forms . CheckBox K8 ;
private System . Windows . Forms . CheckBox K7 ;
private System . Windows . Forms . CheckBox K6 ;
private System . Windows . Forms . CheckBox K5 ;
private System . Windows . Forms . CheckBox K9 ;
private System . Windows . Forms . CheckBox K0 ;
private System . Windows . Forms . CheckBox KPlus ;
private System . Windows . Forms . CheckBox KMinus ;
private System . Windows . Forms . CheckBox KPound ;
private System . Windows . Forms . CheckBox KClear ;
private System . Windows . Forms . CheckBox KInsert ;
private System . Windows . Forms . CheckBox KF1 ;
private System . Windows . Forms . CheckBox KF3 ;
private System . Windows . Forms . CheckBox KF7 ;
private System . Windows . Forms . CheckBox KF5 ;
private System . Windows . Forms . CheckBox KCtrl ;
private System . Windows . Forms . CheckBox KP ;
private System . Windows . Forms . CheckBox KO ;
private System . Windows . Forms . CheckBox KI ;
private System . Windows . Forms . CheckBox KU ;
private System . Windows . Forms . CheckBox KY ;
private System . Windows . Forms . CheckBox KT ;
private System . Windows . Forms . CheckBox KR ;
private System . Windows . Forms . CheckBox KE ;
private System . Windows . Forms . CheckBox KW ;
private System . Windows . Forms . CheckBox KQ ;
private System . Windows . Forms . CheckBox KAt ;
private System . Windows . Forms . CheckBox KAsterisk ;
private System . Windows . Forms . CheckBox KUpArrow ;
private System . Windows . Forms . CheckBox KRST ;
private System . Windows . Forms . CheckBox KRun ;
private System . Windows . Forms . CheckBox KLck ;
private System . Windows . Forms . CheckBox KK ;
private System . Windows . Forms . CheckBox KJ ;
private System . Windows . Forms . CheckBox KH ;
private System . Windows . Forms . CheckBox KG ;
private System . Windows . Forms . CheckBox KF ;
private System . Windows . Forms . CheckBox KD ;
private System . Windows . Forms . CheckBox KS ;
private System . Windows . Forms . CheckBox KA ;
private System . Windows . Forms . CheckBox KL ;
private System . Windows . Forms . CheckBox KColon ;
private System . Windows . Forms . CheckBox KSemicolon ;
private System . Windows . Forms . CheckBox KEquals ;
private System . Windows . Forms . CheckBox KReturn ;
private System . Windows . Forms . CheckBox KCommodore ;
private System . Windows . Forms . CheckBox KLeftShift ;
2012-11-19 00:56:26 +00:00
private System . Windows . Forms . CheckBox KRightShift ;
2012-11-18 16:14:19 +00:00
private System . Windows . Forms . CheckBox KSlash ;
private System . Windows . Forms . CheckBox KPeriod ;
private System . Windows . Forms . CheckBox KComma ;
private System . Windows . Forms . CheckBox KM ;
private System . Windows . Forms . CheckBox KN ;
private System . Windows . Forms . CheckBox KB ;
private System . Windows . Forms . CheckBox KV ;
private System . Windows . Forms . CheckBox KC ;
private System . Windows . Forms . CheckBox KX ;
private System . Windows . Forms . CheckBox KZ ;
private System . Windows . Forms . CheckBox KCursorUp ;
private System . Windows . Forms . CheckBox KCursorLeft ;
private System . Windows . Forms . CheckBox KSpace ;
2012-11-14 01:51:07 +00:00
}
}