first commit

This commit is contained in:
lq
2026-09-07 08:07:08 +08:00
commit e703fb2752
2488 changed files with 2784663 additions and 0 deletions
+426
View File
@@ -0,0 +1,426 @@
namespace JinYuan.ControlLib
{
partial class NumKeyboard
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.btn_Enter = new System.Windows.Forms.Button();
this.button14 = new System.Windows.Forms.Button();
this.button13 = new System.Windows.Forms.Button();
this.btn_Esc = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.btn_Del = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.btn_Minus = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.lbl_Result = new System.Windows.Forms.Label();
this.lbl_Max = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lbl_Min = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 4;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.Controls.Add(this.btn_Enter, 2, 5);
this.tableLayoutPanel1.Controls.Add(this.button14, 1, 5);
this.tableLayoutPanel1.Controls.Add(this.button13, 0, 5);
this.tableLayoutPanel1.Controls.Add(this.btn_Esc, 3, 4);
this.tableLayoutPanel1.Controls.Add(this.button11, 2, 4);
this.tableLayoutPanel1.Controls.Add(this.button10, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.button9, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.btn_Del, 3, 3);
this.tableLayoutPanel1.Controls.Add(this.button7, 2, 3);
this.tableLayoutPanel1.Controls.Add(this.button6, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.button5, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.btn_Minus, 3, 2);
this.tableLayoutPanel1.Controls.Add(this.button3, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.button2, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.lbl_Result, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.lbl_Max, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.label3, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.lbl_Min, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.button1, 0, 2);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 6;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(320, 276);
this.tableLayoutPanel1.TabIndex = 0;
//
// btn_Enter
//
this.tableLayoutPanel1.SetColumnSpan(this.btn_Enter, 2);
this.btn_Enter.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_Enter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Enter.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_Enter.ForeColor = System.Drawing.Color.White;
this.btn_Enter.Location = new System.Drawing.Point(166, 236);
this.btn_Enter.Margin = new System.Windows.Forms.Padding(6);
this.btn_Enter.Name = "btn_Enter";
this.btn_Enter.Size = new System.Drawing.Size(148, 34);
this.btn_Enter.TabIndex = 19;
this.btn_Enter.Text = "Enter";
this.btn_Enter.UseVisualStyleBackColor = true;
this.btn_Enter.Click += new System.EventHandler(this.btn_Enter_Click);
//
// button14
//
this.button14.Dock = System.Windows.Forms.DockStyle.Fill;
this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button14.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button14.ForeColor = System.Drawing.Color.White;
this.button14.Location = new System.Drawing.Point(86, 236);
this.button14.Margin = new System.Windows.Forms.Padding(6);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(68, 34);
this.button14.TabIndex = 18;
this.button14.Text = "0";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.btn_Common_Click);
//
// button13
//
this.button13.Dock = System.Windows.Forms.DockStyle.Fill;
this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button13.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button13.ForeColor = System.Drawing.Color.White;
this.button13.Location = new System.Drawing.Point(6, 236);
this.button13.Margin = new System.Windows.Forms.Padding(6);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(68, 34);
this.button13.TabIndex = 17;
this.button13.Text = ".";
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.btn_Common_Click);
//
// btn_Esc
//
this.btn_Esc.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_Esc.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Esc.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_Esc.ForeColor = System.Drawing.Color.White;
this.btn_Esc.Location = new System.Drawing.Point(246, 190);
this.btn_Esc.Margin = new System.Windows.Forms.Padding(6);
this.btn_Esc.Name = "btn_Esc";
this.btn_Esc.Size = new System.Drawing.Size(68, 34);
this.btn_Esc.TabIndex = 16;
this.btn_Esc.Text = "ESC";
this.btn_Esc.UseVisualStyleBackColor = true;
this.btn_Esc.Click += new System.EventHandler(this.btn_Esc_Click);
//
// button11
//
this.button11.Dock = System.Windows.Forms.DockStyle.Fill;
this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button11.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button11.ForeColor = System.Drawing.Color.White;
this.button11.Location = new System.Drawing.Point(166, 190);
this.button11.Margin = new System.Windows.Forms.Padding(6);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(68, 34);
this.button11.TabIndex = 15;
this.button11.Text = "3";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.btn_Common_Click);
//
// button10
//
this.button10.Dock = System.Windows.Forms.DockStyle.Fill;
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button10.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button10.ForeColor = System.Drawing.Color.White;
this.button10.Location = new System.Drawing.Point(86, 190);
this.button10.Margin = new System.Windows.Forms.Padding(6);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(68, 34);
this.button10.TabIndex = 14;
this.button10.Text = "2";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.btn_Common_Click);
//
// button9
//
this.button9.Dock = System.Windows.Forms.DockStyle.Fill;
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button9.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button9.ForeColor = System.Drawing.Color.White;
this.button9.Location = new System.Drawing.Point(6, 190);
this.button9.Margin = new System.Windows.Forms.Padding(6);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(68, 34);
this.button9.TabIndex = 13;
this.button9.Text = "1";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.btn_Common_Click);
//
// btn_Del
//
this.btn_Del.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_Del.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Del.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_Del.ForeColor = System.Drawing.Color.White;
this.btn_Del.Location = new System.Drawing.Point(246, 144);
this.btn_Del.Margin = new System.Windows.Forms.Padding(6);
this.btn_Del.Name = "btn_Del";
this.btn_Del.Size = new System.Drawing.Size(68, 34);
this.btn_Del.TabIndex = 12;
this.btn_Del.Text = "DEL";
this.btn_Del.UseVisualStyleBackColor = true;
this.btn_Del.Click += new System.EventHandler(this.btn_Del_Click);
//
// button7
//
this.button7.Dock = System.Windows.Forms.DockStyle.Fill;
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button7.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button7.ForeColor = System.Drawing.Color.White;
this.button7.Location = new System.Drawing.Point(166, 144);
this.button7.Margin = new System.Windows.Forms.Padding(6);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(68, 34);
this.button7.TabIndex = 11;
this.button7.Text = "6";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.btn_Common_Click);
//
// button6
//
this.button6.Dock = System.Windows.Forms.DockStyle.Fill;
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button6.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button6.ForeColor = System.Drawing.Color.White;
this.button6.Location = new System.Drawing.Point(86, 144);
this.button6.Margin = new System.Windows.Forms.Padding(6);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(68, 34);
this.button6.TabIndex = 10;
this.button6.Text = "5";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.btn_Common_Click);
//
// button5
//
this.button5.Dock = System.Windows.Forms.DockStyle.Fill;
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button5.ForeColor = System.Drawing.Color.White;
this.button5.Location = new System.Drawing.Point(6, 144);
this.button5.Margin = new System.Windows.Forms.Padding(6);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(68, 34);
this.button5.TabIndex = 9;
this.button5.Text = "4";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.btn_Common_Click);
//
// btn_Minus
//
this.btn_Minus.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_Minus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Minus.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_Minus.ForeColor = System.Drawing.Color.White;
this.btn_Minus.Location = new System.Drawing.Point(246, 98);
this.btn_Minus.Margin = new System.Windows.Forms.Padding(6);
this.btn_Minus.Name = "btn_Minus";
this.btn_Minus.Size = new System.Drawing.Size(68, 34);
this.btn_Minus.TabIndex = 8;
this.btn_Minus.Text = "-";
this.btn_Minus.UseVisualStyleBackColor = true;
this.btn_Minus.Click += new System.EventHandler(this.btn_Minus_Click);
//
// button3
//
this.button3.Dock = System.Windows.Forms.DockStyle.Fill;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button3.ForeColor = System.Drawing.Color.White;
this.button3.Location = new System.Drawing.Point(166, 98);
this.button3.Margin = new System.Windows.Forms.Padding(6);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(68, 34);
this.button3.TabIndex = 7;
this.button3.Text = "9";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.btn_Common_Click);
//
// button2
//
this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
this.button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78)))));
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.ForeColor = System.Drawing.Color.White;
this.button2.Location = new System.Drawing.Point(86, 98);
this.button2.Margin = new System.Windows.Forms.Padding(6);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(68, 34);
this.button2.TabIndex = 6;
this.button2.Text = "8";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.btn_Common_Click);
//
// lbl_Result
//
this.lbl_Result.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tableLayoutPanel1.SetColumnSpan(this.lbl_Result, 4);
this.lbl_Result.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_Result.Font = new System.Drawing.Font("微软雅黑", 12.5F, System.Drawing.FontStyle.Bold);
this.lbl_Result.ForeColor = System.Drawing.Color.White;
this.lbl_Result.Location = new System.Drawing.Point(3, 46);
this.lbl_Result.Name = "lbl_Result";
this.lbl_Result.Size = new System.Drawing.Size(314, 46);
this.lbl_Result.TabIndex = 4;
this.lbl_Result.Text = "0";
this.lbl_Result.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lbl_Result.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbl_Result_MouseDown);
this.lbl_Result.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lbl_Result_MouseMove);
//
// lbl_Max
//
this.lbl_Max.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_Max.Font = new System.Drawing.Font("微软雅黑", 11.5F, System.Drawing.FontStyle.Bold);
this.lbl_Max.ForeColor = System.Drawing.Color.White;
this.lbl_Max.Location = new System.Drawing.Point(243, 0);
this.lbl_Max.Name = "lbl_Max";
this.lbl_Max.Size = new System.Drawing.Size(74, 46);
this.lbl_Max.TabIndex = 3;
this.lbl_Max.Text = "0";
this.lbl_Max.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Font = new System.Drawing.Font("微软雅黑", 11.5F, System.Drawing.FontStyle.Bold);
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(163, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(74, 46);
this.label3.TabIndex = 2;
this.label3.Text = "Max:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lbl_Min
//
this.lbl_Min.Dock = System.Windows.Forms.DockStyle.Fill;
this.lbl_Min.Font = new System.Drawing.Font("微软雅黑", 11.5F, System.Drawing.FontStyle.Bold);
this.lbl_Min.ForeColor = System.Drawing.Color.White;
this.lbl_Min.Location = new System.Drawing.Point(83, 0);
this.lbl_Min.Name = "lbl_Min";
this.lbl_Min.Size = new System.Drawing.Size(74, 46);
this.lbl_Min.TabIndex = 1;
this.lbl_Min.Text = "0";
this.lbl_Min.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("微软雅黑", 11.5F, System.Drawing.FontStyle.Bold);
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 46);
this.label1.TabIndex = 0;
this.label1.Text = "Min:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// button1
//
this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Location = new System.Drawing.Point(6, 98);
this.button1.Margin = new System.Windows.Forms.Padding(6);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(68, 34);
this.button1.TabIndex = 5;
this.button1.Text = "7";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.btn_Common_Click);
//
// NumKeyboard
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(3)))), ((int)(((byte)(27)))), ((int)(((byte)(78)))));
this.Controls.Add(this.tableLayoutPanel1);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.Name = "NumKeyboard";
this.Size = new System.Drawing.Size(320, 276);
this.tableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Button btn_Enter;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.Button btn_Esc;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button btn_Del;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button btn_Minus;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label lbl_Result;
private System.Windows.Forms.Label lbl_Max;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lbl_Min;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
}
}