DicomServer/Desktop/Worklist SCP/worklistForm.Designer.cs
2024-12-13 10:06:20 +08:00

238 lines
12 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Worklist_SCP
{
partial class worklistForm
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(worklistForm));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.txt_port = new System.Windows.Forms.TextBox();
this.txt_aet = new System.Windows.Forms.TextBox();
this.lb_aetname = new System.Windows.Forms.Label();
this.btn_start_or_stop = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txt_msg = new System.Windows.Forms.TextBox();
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.groupBox4);
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(290, 753);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "操作";
//
// groupBox4
//
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.Location = new System.Drawing.Point(3, 305);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(284, 445);
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "C-STORE SCP";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Controls.Add(this.txt_port);
this.groupBox3.Controls.Add(this.txt_aet);
this.groupBox3.Controls.Add(this.lb_aetname);
this.groupBox3.Controls.Add(this.btn_start_or_stop);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox3.Location = new System.Drawing.Point(3, 24);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(284, 281);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "WORKLIST SCP";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 128);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 18);
this.label1.TabIndex = 1;
this.label1.Text = "PORT";
//
// txt_port
//
this.txt_port.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt_port.ForeColor = System.Drawing.Color.Red;
this.txt_port.Location = new System.Drawing.Point(13, 159);
this.txt_port.Name = "txt_port";
this.txt_port.Size = new System.Drawing.Size(259, 39);
this.txt_port.TabIndex = 2;
//
// txt_aet
//
this.txt_aet.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txt_aet.ForeColor = System.Drawing.Color.Red;
this.txt_aet.Location = new System.Drawing.Point(13, 76);
this.txt_aet.Name = "txt_aet";
this.txt_aet.Size = new System.Drawing.Size(259, 39);
this.txt_aet.TabIndex = 2;
//
// lb_aetname
//
this.lb_aetname.AutoSize = true;
this.lb_aetname.Location = new System.Drawing.Point(10, 40);
this.lb_aetname.Name = "lb_aetname";
this.lb_aetname.Size = new System.Drawing.Size(89, 18);
this.lb_aetname.TabIndex = 1;
this.lb_aetname.Text = "SCP AET";
//
// btn_start_or_stop
//
this.btn_start_or_stop.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_start_or_stop.Location = new System.Drawing.Point(13, 213);
this.btn_start_or_stop.Name = "btn_start_or_stop";
this.btn_start_or_stop.Size = new System.Drawing.Size(107, 51);
this.btn_start_or_stop.TabIndex = 0;
this.btn_start_or_stop.Text = "启动";
this.btn_start_or_stop.UseVisualStyleBackColor = true;
this.btn_start_or_stop.Click += new System.EventHandler(this.btn_start_or_stop_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txt_msg);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(290, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(902, 753);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "显示";
//
// txt_msg
//
this.txt_msg.BackColor = System.Drawing.Color.Black;
this.txt_msg.Dock = System.Windows.Forms.DockStyle.Fill;
this.txt_msg.ForeColor = System.Drawing.Color.GreenYellow;
this.txt_msg.Location = new System.Drawing.Point(3, 24);
this.txt_msg.Multiline = true;
this.txt_msg.Name = "txt_msg";
this.txt_msg.Size = new System.Drawing.Size(896, 726);
this.txt_msg.TabIndex = 0;
//
// notifyIcon1
//
this.notifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.notifyIcon1.BalloonTipText = "福乐云DICOM SCP已经最小化运行可双击托盘图标恢复显示";
this.notifyIcon1.BalloonTipTitle = "提示:";
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "福乐云DICOM SCP正在运行中......请勿关闭";
this.notifyIcon1.Visible = true;
this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripMenuItem,
this.退ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(133, 80);
//
// 显示ToolStripMenuItem
//
this.ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ToolStripMenuItem.Name = "显示ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(132, 38);
this.ToolStripMenuItem.Text = "显示";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 退出ToolStripMenuItem
//
this.退ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold);
this.退ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退ToolStripMenuItem.Size = new System.Drawing.Size(132, 38);
this.退ToolStripMenuItem.Text = "退出";
this.退ToolStripMenuItem.Click += new System.EventHandler(this.退ToolStripMenuItem_Click);
//
// worklistForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1192, 753);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "worklistForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "福乐云DICOM SCP V2.9";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.worklistForm_FormClosing);
this.Load += new System.EventHandler(this.worklistForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button btn_start_or_stop;
private System.Windows.Forms.TextBox txt_msg;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label lb_aetname;
private System.Windows.Forms.TextBox txt_aet;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_port;
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退ToolStripMenuItem;
}
}