台州海关TD3600上线版本

This commit is contained in:
terry.wang
2025-11-26 17:20:53 +08:00
parent ccaffc1014
commit 80be2ed45e
961 changed files with 1395034 additions and 0 deletions

194
JJMediSys/SetKZM.Designer.cs generated Normal file
View File

@@ -0,0 +1,194 @@
namespace JJMediSys
{
partial class SetKZM
{
/// <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.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.TextX = new System.Windows.Forms.TextBox();
this.TextY = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.TextGDM = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.TextKZM = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.PClose = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PClose)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
this.pictureBox1.Image = global::JJMediSys.Properties.Resources.SG;
this.pictureBox1.Location = new System.Drawing.Point(79, 55);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(504, 145);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(81, 222);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(163, 20);
this.label1.TabIndex = 1;
this.label1.Text = "X: mm";
//
// TextX
//
this.TextX.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TextX.Location = new System.Drawing.Point(113, 218);
this.TextX.Name = "TextX";
this.TextX.Size = new System.Drawing.Size(100, 30);
this.TextX.TabIndex = 2;
this.TextX.TextChanged += new System.EventHandler(this.TextX_TextChanged);
this.TextX.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextX_KeyPress);
//
// TextY
//
this.TextY.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TextY.Location = new System.Drawing.Point(313, 218);
this.TextY.Name = "TextY";
this.TextY.Size = new System.Drawing.Size(100, 30);
this.TextY.TabIndex = 4;
this.TextY.TextChanged += new System.EventHandler(this.TextY_TextChanged);
this.TextY.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextY_KeyPress);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(281, 222);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(163, 20);
this.label2.TabIndex = 3;
this.label2.Text = "Y: mm";
//
// TextGDM
//
this.TextGDM.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TextGDM.Location = new System.Drawing.Point(546, 218);
this.TextGDM.Name = "TextGDM";
this.TextGDM.ReadOnly = true;
this.TextGDM.Size = new System.Drawing.Size(86, 30);
this.TextGDM.TabIndex = 6;
this.TextGDM.Text = "64";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(467, 223);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(94, 20);
this.label3.TabIndex = 5;
this.label3.Text = "固定码: ";
//
// TextKZM
//
this.TextKZM.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TextKZM.Location = new System.Drawing.Point(285, 280);
this.TextKZM.Name = "TextKZM";
this.TextKZM.ReadOnly = true;
this.TextKZM.Size = new System.Drawing.Size(184, 30);
this.TextKZM.TabIndex = 8;
this.TextKZM.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(204, 284);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(94, 20);
this.label4.TabIndex = 7;
this.label4.Text = "控制码: ";
this.label4.Click += new System.EventHandler(this.label4_Click);
//
// PClose
//
this.PClose.BackColor = System.Drawing.Color.Transparent;
this.PClose.BackgroundImage = global::JJMediSys.Properties.Resources.x;
this.PClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.PClose.Location = new System.Drawing.Point(628, 1);
this.PClose.Name = "PClose";
this.PClose.Size = new System.Drawing.Size(39, 36);
this.PClose.TabIndex = 9;
this.PClose.TabStop = false;
this.PClose.Click += new System.EventHandler(this.PClose_Click);
//
// SetKZM
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::JJMediSys.Properties.Resources.Background6;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(679, 319);
this.Controls.Add(this.PClose);
this.Controls.Add(this.TextKZM);
this.Controls.Add(this.label4);
this.Controls.Add(this.TextGDM);
this.Controls.Add(this.label3);
this.Controls.Add(this.TextY);
this.Controls.Add(this.label2);
this.Controls.Add(this.TextX);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "SetKZM";
this.Text = "试管控制码计算";
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SetKZM_MouseDown);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PClose)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox TextX;
private System.Windows.Forms.TextBox TextY;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox TextGDM;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox TextKZM;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.PictureBox PClose;
}
}