Files
tj-tzhg/JJMediSys/STATSRules.Designer.cs

265 lines
13 KiB
C#
Raw Normal View History

2025-11-26 17:20:53 +08:00
namespace JJMediSys
{
partial class STATSRules
{
/// <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.listView1 = new System.Windows.Forms.ListView();
this.label1 = new System.Windows.Forms.Label();
this.RuleName = new System.Windows.Forms.TextBox();
this.RuleDetail = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.InUse = new System.Windows.Forms.CheckBox();
this.BSave = new System.Windows.Forms.Button();
this.BDel = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.RadSG = new System.Windows.Forms.RadioButton();
this.RadXM = new System.Windows.Forms.RadioButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.RadQT = new System.Windows.Forms.RadioButton();
this.RadJYK = new System.Windows.Forms.RadioButton();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// listView1
//
this.listView1.AllowDrop = true;
this.listView1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.listView1.ForeColor = System.Drawing.Color.Teal;
this.listView1.FullRowSelect = true;
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(2, 4);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(692, 320);
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Teal;
this.label1.Location = new System.Drawing.Point(6, 340);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 25);
this.label1.TabIndex = 1;
this.label1.Text = "规则名:";
//
// RuleName
//
this.RuleName.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RuleName.Location = new System.Drawing.Point(86, 337);
this.RuleName.Name = "RuleName";
this.RuleName.Size = new System.Drawing.Size(210, 33);
this.RuleName.TabIndex = 2;
//
// RuleDetail
//
this.RuleDetail.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RuleDetail.Location = new System.Drawing.Point(105, 424);
this.RuleDetail.Name = "RuleDetail";
this.RuleDetail.Size = new System.Drawing.Size(477, 33);
this.RuleDetail.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Teal;
this.label2.Location = new System.Drawing.Point(6, 427);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(93, 25);
this.label2.TabIndex = 3;
this.label2.Text = "规则明细:";
//
// InUse
//
this.InUse.AutoSize = true;
this.InUse.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.InUse.ForeColor = System.Drawing.Color.Teal;
this.InUse.Location = new System.Drawing.Point(513, 336);
this.InUse.Name = "InUse";
this.InUse.Size = new System.Drawing.Size(69, 29);
this.InUse.TabIndex = 5;
this.InUse.Text = "启用";
this.InUse.UseVisualStyleBackColor = true;
//
// BSave
//
this.BSave.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
this.BSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.BSave.FlatAppearance.BorderSize = 0;
this.BSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BSave.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BSave.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.BSave.Location = new System.Drawing.Point(350, 474);
this.BSave.Name = "BSave";
this.BSave.Size = new System.Drawing.Size(110, 38);
this.BSave.TabIndex = 6;
this.BSave.Text = "保 存";
this.BSave.UseVisualStyleBackColor = true;
this.BSave.Click += new System.EventHandler(this.BSave_Click);
//
// BDel
//
this.BDel.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
this.BDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.BDel.FlatAppearance.BorderSize = 0;
this.BDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BDel.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BDel.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.BDel.Location = new System.Drawing.Point(150, 474);
this.BDel.Name = "BDel";
this.BDel.Size = new System.Drawing.Size(110, 38);
this.BDel.TabIndex = 7;
this.BDel.Text = "删 除";
this.BDel.UseVisualStyleBackColor = true;
this.BDel.Click += new System.EventHandler(this.BDel_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.RadSG);
this.groupBox1.Controls.Add(this.RadXM);
this.groupBox1.Location = new System.Drawing.Point(11, 373);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 45);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "规则类型";
//
// RadSG
//
this.RadSG.AutoSize = true;
this.RadSG.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RadSG.ForeColor = System.Drawing.Color.Teal;
this.RadSG.Location = new System.Drawing.Point(100, 15);
this.RadSG.Name = "RadSG";
this.RadSG.Size = new System.Drawing.Size(55, 24);
this.RadSG.TabIndex = 1;
this.RadSG.TabStop = true;
this.RadSG.Text = "试管";
this.RadSG.UseVisualStyleBackColor = true;
//
// RadXM
//
this.RadXM.AutoSize = true;
this.RadXM.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RadXM.ForeColor = System.Drawing.Color.Teal;
this.RadXM.Location = new System.Drawing.Point(23, 15);
this.RadXM.Name = "RadXM";
this.RadXM.Size = new System.Drawing.Size(55, 24);
this.RadXM.TabIndex = 0;
this.RadXM.TabStop = true;
this.RadXM.Text = "项目";
this.RadXM.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.RadQT);
this.groupBox2.Controls.Add(this.RadJYK);
this.groupBox2.Location = new System.Drawing.Point(234, 373);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(259, 45);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "送检科室";
//
// RadQT
//
this.RadQT.AutoSize = true;
this.RadQT.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RadQT.ForeColor = System.Drawing.Color.Teal;
this.RadQT.Location = new System.Drawing.Point(116, 15);
this.RadQT.Name = "RadQT";
this.RadQT.Size = new System.Drawing.Size(83, 24);
this.RadQT.TabIndex = 1;
this.RadQT.TabStop = true;
this.RadQT.Text = "其他科室";
this.RadQT.UseVisualStyleBackColor = true;
//
// RadJYK
//
this.RadJYK.AutoSize = true;
this.RadJYK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.RadJYK.ForeColor = System.Drawing.Color.Teal;
this.RadJYK.Location = new System.Drawing.Point(23, 15);
this.RadJYK.Name = "RadJYK";
this.RadJYK.Size = new System.Drawing.Size(69, 24);
this.RadJYK.TabIndex = 0;
this.RadJYK.TabStop = true;
this.RadJYK.Text = "检验科";
this.RadJYK.UseVisualStyleBackColor = true;
//
// STATSRules
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(694, 524);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.BDel);
this.Controls.Add(this.BSave);
this.Controls.Add(this.InUse);
this.Controls.Add(this.RuleDetail);
this.Controls.Add(this.label2);
this.Controls.Add(this.RuleName);
this.Controls.Add(this.label1);
this.Controls.Add(this.listView1);
this.Name = "STATSRules";
this.Text = "统计规则配置";
this.Load += new System.EventHandler(this.STATSRules_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox RuleName;
private System.Windows.Forms.TextBox RuleDetail;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox InUse;
private System.Windows.Forms.Button BSave;
private System.Windows.Forms.Button BDel;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton RadSG;
private System.Windows.Forms.RadioButton RadXM;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton RadQT;
private System.Windows.Forms.RadioButton RadJYK;
}
}