namespace LisPacsDataUpload
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.close = new System.Windows.Forms.ToolStripMenuItem();
this.open = new System.Windows.Forms.ToolStripMenuItem();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label_lis = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.lis_count = new System.Windows.Forms.Label();
this.label_pacs = new System.Windows.Forms.Label();
this.pacs_count = new System.Windows.Forms.Label();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// notifyIcon1
//
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "检查检验数据上传";
this.notifyIcon1.Visible = true;
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.close,
this.open});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(154, 52);
//
// close
//
this.close.Name = "close";
this.close.Size = new System.Drawing.Size(153, 24);
this.close.Text = "退出";
this.close.Click += new System.EventHandler(this.close_click);
//
// open
//
this.open.Name = "open";
this.open.Size = new System.Drawing.Size(153, 24);
this.open.Text = "打开主界面";
this.open.Click += new System.EventHandler(this.open_click);
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Checked = true;
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkBox1.Location = new System.Drawing.Point(24, 21);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(89, 19);
this.checkBox1.TabIndex = 1;
this.checkBox1.Text = "是否互认";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_Click);
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(159, 22);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(89, 19);
this.checkBox2.TabIndex = 2;
this.checkBox2.Text = "开机启动";
this.checkBox2.UseVisualStyleBackColor = true;
this.checkBox2.Click += new System.EventHandler(this.checkBox2_CheckedChanged);
//
// textBox1
//
this.textBox1.ForeColor = System.Drawing.Color.Red;
this.textBox1.Location = new System.Drawing.Point(27, 131);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(743, 269);
this.textBox1.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(24, 99);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 15);
this.label1.TabIndex = 4;
this.label1.Text = "运行日志:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 62);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(99, 15);
this.label2.TabIndex = 5;
this.label2.Text = "LIS等待上传:";
//
// label_lis
//
this.label_lis.AutoSize = true;
this.label_lis.ForeColor = System.Drawing.Color.Red;
this.label_lis.Location = new System.Drawing.Point(129, 62);
this.label_lis.Name = "label_lis";
this.label_lis.Size = new System.Drawing.Size(30, 15);
this.label_lis.TabIndex = 6;
this.label_lis.Text = "0条";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(207, 62);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(114, 15);
this.label4.TabIndex = 7;
this.label4.Text = "今日LIS已上传:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(405, 62);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(107, 15);
this.label5.TabIndex = 5;
this.label5.Text = "PACS等待上传:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(596, 62);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(122, 15);
this.label6.TabIndex = 7;
this.label6.Text = "今日PACS已上传:";
//
// lis_count
//
this.lis_count.AutoSize = true;
this.lis_count.ForeColor = System.Drawing.Color.Red;
this.lis_count.Location = new System.Drawing.Point(327, 62);
this.lis_count.Name = "lis_count";
this.lis_count.Size = new System.Drawing.Size(30, 15);
this.lis_count.TabIndex = 6;
this.lis_count.Text = "0条";
//
// label_pacs
//
this.label_pacs.AutoSize = true;
this.label_pacs.ForeColor = System.Drawing.Color.Red;
this.label_pacs.Location = new System.Drawing.Point(518, 62);
this.label_pacs.Name = "label_pacs";
this.label_pacs.Size = new System.Drawing.Size(30, 15);
this.label_pacs.TabIndex = 6;
this.label_pacs.Text = "0条";
//
// pacs_count
//
this.pacs_count.AutoSize = true;
this.pacs_count.ForeColor = System.Drawing.Color.Red;
this.pacs_count.Location = new System.Drawing.Point(724, 62);
this.pacs_count.Name = "pacs_count";
this.pacs_count.Size = new System.Drawing.Size(30, 15);
this.pacs_count.TabIndex = 6;
this.pacs_count.Text = "0条";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 427);
this.Controls.Add(this.label6);
this.Controls.Add(this.label4);
this.Controls.Add(this.pacs_count);
this.Controls.Add(this.label_pacs);
this.Controls.Add(this.lis_count);
this.Controls.Add(this.label_lis);
this.Controls.Add(this.label5);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.checkBox2);
this.Controls.Add(this.checkBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "检查检验互认上传";
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem close;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.ToolStripMenuItem open;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label_lis;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label lis_count;
private System.Windows.Forms.Label label_pacs;
private System.Windows.Forms.Label pacs_count;
}
}