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

101
JJMediSys/AlertForm.Designer.cs generated Normal file
View File

@@ -0,0 +1,101 @@
namespace JJMediSys
{
partial class AlertForm
{
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.lbMsg = new System.Windows.Forms.Label();
this.btnPicClose = new System.Windows.Forms.PictureBox();
this.picAlertType = new System.Windows.Forms.PictureBox();
this.hideTimer = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.btnPicClose)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picAlertType)).BeginInit();
this.SuspendLayout();
//
// lbMsg
//
this.lbMsg.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbMsg.ForeColor = System.Drawing.Color.White;
this.lbMsg.Location = new System.Drawing.Point(78, 8);
this.lbMsg.Name = "lbMsg";
this.lbMsg.Size = new System.Drawing.Size(300, 48);
this.lbMsg.TabIndex = 1;
this.lbMsg.Text = "label1";
this.lbMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnPicClose
//
this.btnPicClose.Image = global::JJMediSys.Properties.Resources.x;
this.btnPicClose.Location = new System.Drawing.Point(414, 17);
this.btnPicClose.Name = "btnPicClose";
this.btnPicClose.Size = new System.Drawing.Size(40, 30);
this.btnPicClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.btnPicClose.TabIndex = 2;
this.btnPicClose.TabStop = false;
this.btnPicClose.Click += new System.EventHandler(this.btnPicClose_Click);
//
// picAlertType
//
this.picAlertType.Location = new System.Drawing.Point(21, 12);
this.picAlertType.Name = "picAlertType";
this.picAlertType.Size = new System.Drawing.Size(38, 38);
this.picAlertType.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.picAlertType.TabIndex = 0;
this.picAlertType.TabStop = false;
//
// hideTimer
//
this.hideTimer.Tick += new System.EventHandler(this.hideTimer_Tick);
//
// AlertForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.LawnGreen;
this.ClientSize = new System.Drawing.Size(465, 65);
this.Controls.Add(this.btnPicClose);
this.Controls.Add(this.lbMsg);
this.Controls.Add(this.picAlertType);
this.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "AlertForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "AlertFrom";
this.TopMost = true;
this.Load += new System.EventHandler(this.AlertForm_Load);
((System.ComponentModel.ISupportInitialize)(this.btnPicClose)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picAlertType)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picAlertType;
private System.Windows.Forms.PictureBox btnPicClose;
private System.Windows.Forms.Timer hideTimer;
public System.Windows.Forms.Label lbMsg;
}
}