台州海关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

247
JJMediSys/Dispensing.Designer.cs generated Normal file
View File

@@ -0,0 +1,247 @@
namespace JJMediSys
{
partial class Dispensing
{
/// <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.button1 = new System.Windows.Forms.Button();
this.LabPIdTotal = new System.Windows.Forms.Label();
this.LabSGTotal = new System.Windows.Forms.Label();
this.LabPIdCur = new System.Windows.Forms.Label();
this.LabSgCur = new System.Windows.Forms.Label();
this.LabMsg = new System.Windows.Forms.Label();
this.timerForClose = new System.Windows.Forms.Timer();
this.LabTime = new System.Windows.Forms.Label();
this.labCurName = new System.Windows.Forms.Label();
this.labcurcount = new System.Windows.Forms.Label();
this.ItemDetail = new JJMediSys.MyFlowLayoutPanel();
this.labCurBed = new System.Windows.Forms.Label();
this.labcurSGcount = new System.Windows.Forms.Label();
this.labcurBQcount = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// button1
//
this.button1.BackColor = System.Drawing.Color.Transparent;
this.button1.BackgroundImage = global::JJMediSys.Properties.Resources.B1;
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(567, 444);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(211, 51);
this.button1.TabIndex = 3;
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// LabPIdTotal
//
this.LabPIdTotal.BackColor = System.Drawing.Color.Transparent;
this.LabPIdTotal.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabPIdTotal.ForeColor = System.Drawing.Color.DodgerBlue;
this.LabPIdTotal.Location = new System.Drawing.Point(55, 92);
this.LabPIdTotal.Name = "LabPIdTotal";
this.LabPIdTotal.Size = new System.Drawing.Size(83, 50);
this.LabPIdTotal.TabIndex = 4;
this.LabPIdTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LabSGTotal
//
this.LabSGTotal.BackColor = System.Drawing.Color.Transparent;
this.LabSGTotal.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabSGTotal.ForeColor = System.Drawing.Color.Crimson;
this.LabSGTotal.Location = new System.Drawing.Point(55, 133);
this.LabSGTotal.Name = "LabSGTotal";
this.LabSGTotal.Size = new System.Drawing.Size(83, 46);
this.LabSGTotal.TabIndex = 5;
this.LabSGTotal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LabPIdCur
//
this.LabPIdCur.BackColor = System.Drawing.Color.Transparent;
this.LabPIdCur.Font = new System.Drawing.Font("微软雅黑", 42F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabPIdCur.ForeColor = System.Drawing.Color.DodgerBlue;
this.LabPIdCur.Location = new System.Drawing.Point(35, 245);
this.LabPIdCur.Name = "LabPIdCur";
this.LabPIdCur.Size = new System.Drawing.Size(136, 73);
this.LabPIdCur.TabIndex = 6;
this.LabPIdCur.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LabSgCur
//
this.LabSgCur.BackColor = System.Drawing.Color.Transparent;
this.LabSgCur.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabSgCur.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.LabSgCur.Location = new System.Drawing.Point(30, 349);
this.LabSgCur.Name = "LabSgCur";
this.LabSgCur.Size = new System.Drawing.Size(141, 51);
this.LabSgCur.TabIndex = 7;
this.LabSgCur.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// LabMsg
//
this.LabMsg.BackColor = System.Drawing.Color.Transparent;
this.LabMsg.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabMsg.ForeColor = System.Drawing.Color.Red;
this.LabMsg.Location = new System.Drawing.Point(12, 453);
this.LabMsg.Name = "LabMsg";
this.LabMsg.Size = new System.Drawing.Size(526, 39);
this.LabMsg.TabIndex = 8;
this.LabMsg.Click += new System.EventHandler(this.LabMsg_Click);
//
// timerForClose
//
this.timerForClose.Interval = 1000;
this.timerForClose.Tick += new System.EventHandler(this.timerForClose_Tick);
//
// LabTime
//
this.LabTime.AutoSize = true;
this.LabTime.BackColor = System.Drawing.Color.Transparent;
this.LabTime.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LabTime.ForeColor = System.Drawing.Color.Red;
this.LabTime.Location = new System.Drawing.Point(788, 24);
this.LabTime.Name = "LabTime";
this.LabTime.Size = new System.Drawing.Size(0, 16);
this.LabTime.TabIndex = 14;
this.LabTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// labCurName
//
this.labCurName.BackColor = System.Drawing.Color.Transparent;
this.labCurName.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labCurName.ForeColor = System.Drawing.Color.DodgerBlue;
this.labCurName.Location = new System.Drawing.Point(310, 61);
this.labCurName.Name = "labCurName";
this.labCurName.Size = new System.Drawing.Size(174, 48);
this.labCurName.TabIndex = 15;
this.labCurName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labcurcount
//
this.labcurcount.BackColor = System.Drawing.Color.Transparent;
this.labcurcount.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labcurcount.ForeColor = System.Drawing.Color.Crimson;
this.labcurcount.Location = new System.Drawing.Point(624, 106);
this.labcurcount.Name = "labcurcount";
this.labcurcount.Size = new System.Drawing.Size(68, 47);
this.labcurcount.TabIndex = 16;
this.labcurcount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// ItemDetail
//
this.ItemDetail.AllowDrop = true;
this.ItemDetail.BackColor = System.Drawing.Color.Transparent;
this.ItemDetail.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.ItemDetail.Location = new System.Drawing.Point(204, 173);
this.ItemDetail.Name = "ItemDetail";
this.ItemDetail.Size = new System.Drawing.Size(570, 265);
this.ItemDetail.TabIndex = 17;
//
// labCurBed
//
this.labCurBed.BackColor = System.Drawing.Color.Transparent;
this.labCurBed.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labCurBed.ForeColor = System.Drawing.Color.DodgerBlue;
this.labCurBed.Location = new System.Drawing.Point(559, 61);
this.labCurBed.Name = "labCurBed";
this.labCurBed.Size = new System.Drawing.Size(174, 48);
this.labCurBed.TabIndex = 18;
this.labCurBed.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labcurSGcount
//
this.labcurSGcount.BackColor = System.Drawing.Color.Transparent;
this.labcurSGcount.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labcurSGcount.ForeColor = System.Drawing.Color.CornflowerBlue;
this.labcurSGcount.Location = new System.Drawing.Point(310, 106);
this.labcurSGcount.Name = "labcurSGcount";
this.labcurSGcount.Size = new System.Drawing.Size(68, 47);
this.labcurSGcount.TabIndex = 19;
this.labcurSGcount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labcurBQcount
//
this.labcurBQcount.BackColor = System.Drawing.Color.Transparent;
this.labcurBQcount.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labcurBQcount.ForeColor = System.Drawing.Color.Orange;
this.labcurBQcount.Location = new System.Drawing.Point(490, 106);
this.labcurBQcount.Name = "labcurBQcount";
this.labcurBQcount.Size = new System.Drawing.Size(68, 47);
this.labcurBQcount.TabIndex = 20;
this.labcurBQcount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// Dispensing
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.BackgroundImage = global::JJMediSys.Properties.Resources.Dispensing3;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(811, 497);
this.Controls.Add(this.labcurBQcount);
this.Controls.Add(this.labcurSGcount);
this.Controls.Add(this.labCurBed);
this.Controls.Add(this.ItemDetail);
this.Controls.Add(this.labcurcount);
this.Controls.Add(this.labCurName);
this.Controls.Add(this.LabTime);
this.Controls.Add(this.button1);
this.Controls.Add(this.LabMsg);
this.Controls.Add(this.LabSgCur);
this.Controls.Add(this.LabPIdCur);
this.Controls.Add(this.LabSGTotal);
this.Controls.Add(this.LabPIdTotal);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Dispensing";
this.Text = "Dispensing";
this.TopMost = true;
this.TransparencyKey = System.Drawing.Color.Navy;
this.Load += new System.EventHandler(this.Dispensing_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label LabPIdTotal;
private System.Windows.Forms.Label LabSGTotal;
private System.Windows.Forms.Label LabPIdCur;
private System.Windows.Forms.Label LabSgCur;
private System.Windows.Forms.Label LabMsg;
private System.Windows.Forms.Timer timerForClose;
private System.Windows.Forms.Label LabTime;
private System.Windows.Forms.Label labCurName;
private System.Windows.Forms.Label labcurcount;
private MyFlowLayoutPanel ItemDetail;
private System.Windows.Forms.Label labCurBed;
private System.Windows.Forms.Label labcurSGcount;
private System.Windows.Forms.Label labcurBQcount;
}
}