501 lines
26 KiB
C#
501 lines
26 KiB
C#
|
|
namespace JJMediSys
|
|||
|
|
{
|
|||
|
|
partial class RecpSetTool
|
|||
|
|
{
|
|||
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|||
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|||
|
|
this.ItemInfo = new System.Windows.Forms.Label();
|
|||
|
|
this.CardNo = new System.Windows.Forms.Label();
|
|||
|
|
this.ItemType = new System.Windows.Forms.Label();
|
|||
|
|
this.Age = new System.Windows.Forms.Label();
|
|||
|
|
this.Barcode = new System.Windows.Forms.Label();
|
|||
|
|
this.patSex = new System.Windows.Forms.Label();
|
|||
|
|
this.patName = new System.Windows.Forms.Label();
|
|||
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|||
|
|
this.CheckIsBold = new System.Windows.Forms.CheckBox();
|
|||
|
|
this.ComBox = new System.Windows.Forms.ComboBox();
|
|||
|
|
this.label8 = new System.Windows.Forms.Label();
|
|||
|
|
this.dsfontsize = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label6 = new System.Windows.Forms.Label();
|
|||
|
|
this.dsfont = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label7 = new System.Windows.Forms.Label();
|
|||
|
|
this.label5 = new System.Windows.Forms.Label();
|
|||
|
|
this.dssizeheight = new System.Windows.Forms.TextBox();
|
|||
|
|
this.dssizewidth = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
|
this.dstexttext = new System.Windows.Forms.TextBox();
|
|||
|
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
|
this.dslabtype = new System.Windows.Forms.Label();
|
|||
|
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
|
this.dslabName = new System.Windows.Forms.Label();
|
|||
|
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
|
this.BSave = new System.Windows.Forms.Button();
|
|||
|
|
this.label9 = new System.Windows.Forms.Label();
|
|||
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|||
|
|
this.View = new System.Windows.Forms.Button();
|
|||
|
|
this.PrintTime = new System.Windows.Forms.Label();
|
|||
|
|
this.panel1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|||
|
|
this.groupBox1.SuspendLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// panel1
|
|||
|
|
//
|
|||
|
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|||
|
|
this.panel1.Controls.Add(this.PrintTime);
|
|||
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|||
|
|
this.panel1.Controls.Add(this.ItemInfo);
|
|||
|
|
this.panel1.Controls.Add(this.CardNo);
|
|||
|
|
this.panel1.Controls.Add(this.ItemType);
|
|||
|
|
this.panel1.Controls.Add(this.Age);
|
|||
|
|
this.panel1.Controls.Add(this.Barcode);
|
|||
|
|
this.panel1.Controls.Add(this.patSex);
|
|||
|
|
this.panel1.Controls.Add(this.patName);
|
|||
|
|
this.panel1.Location = new System.Drawing.Point(22, 12);
|
|||
|
|
this.panel1.Name = "panel1";
|
|||
|
|
this.panel1.Size = new System.Drawing.Size(448, 240);
|
|||
|
|
this.panel1.TabIndex = 0;
|
|||
|
|
//
|
|||
|
|
// pictureBox1
|
|||
|
|
//
|
|||
|
|
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.pictureBox1.Location = new System.Drawing.Point(100, 49);
|
|||
|
|
this.pictureBox1.Name = "pictureBox1";
|
|||
|
|
this.pictureBox1.Size = new System.Drawing.Size(198, 57);
|
|||
|
|
this.pictureBox1.TabIndex = 10;
|
|||
|
|
this.pictureBox1.TabStop = false;
|
|||
|
|
//
|
|||
|
|
// ItemInfo
|
|||
|
|
//
|
|||
|
|
this.ItemInfo.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.ItemInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.ItemInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
|
this.ItemInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.ItemInfo.Location = new System.Drawing.Point(31, 208);
|
|||
|
|
this.ItemInfo.Name = "ItemInfo";
|
|||
|
|
this.ItemInfo.Size = new System.Drawing.Size(394, 23);
|
|||
|
|
this.ItemInfo.TabIndex = 9;
|
|||
|
|
this.ItemInfo.Text = "胰岛素测定等6项";
|
|||
|
|
this.ItemInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
|
//
|
|||
|
|
// CardNo
|
|||
|
|
//
|
|||
|
|
this.CardNo.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.CardNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.CardNo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
|
this.CardNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.CardNo.Location = new System.Drawing.Point(245, 176);
|
|||
|
|
this.CardNo.Name = "CardNo";
|
|||
|
|
this.CardNo.Size = new System.Drawing.Size(179, 30);
|
|||
|
|
this.CardNo.TabIndex = 8;
|
|||
|
|
this.CardNo.Text = "HN123123";
|
|||
|
|
this.CardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
|
//
|
|||
|
|
// ItemType
|
|||
|
|
//
|
|||
|
|
this.ItemType.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.ItemType.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.ItemType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
|
this.ItemType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.ItemType.Location = new System.Drawing.Point(166, 176);
|
|||
|
|
this.ItemType.Name = "ItemType";
|
|||
|
|
this.ItemType.Size = new System.Drawing.Size(73, 23);
|
|||
|
|
this.ItemType.TabIndex = 7;
|
|||
|
|
this.ItemType.Text = "静脉血";
|
|||
|
|
this.ItemType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
|
//
|
|||
|
|
// Age
|
|||
|
|
//
|
|||
|
|
this.Age.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.Age.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.Age.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
|
this.Age.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.Age.Location = new System.Drawing.Point(31, 176);
|
|||
|
|
this.Age.Name = "Age";
|
|||
|
|
this.Age.Size = new System.Drawing.Size(129, 23);
|
|||
|
|
this.Age.TabIndex = 6;
|
|||
|
|
this.Age.Text = "18";
|
|||
|
|
this.Age.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
|
//
|
|||
|
|
// Barcode
|
|||
|
|
//
|
|||
|
|
this.Barcode.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.Barcode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.Barcode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
|
this.Barcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.Barcode.Location = new System.Drawing.Point(131, 119);
|
|||
|
|
this.Barcode.Name = "Barcode";
|
|||
|
|
this.Barcode.Size = new System.Drawing.Size(136, 23);
|
|||
|
|
this.Barcode.TabIndex = 2;
|
|||
|
|
this.Barcode.Text = "2412062069";
|
|||
|
|
this.Barcode.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
|
//
|
|||
|
|
// patSex
|
|||
|
|
//
|
|||
|
|
this.patSex.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.patSex.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.patSex.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
|
this.patSex.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.patSex.Location = new System.Drawing.Point(346, 103);
|
|||
|
|
this.patSex.Name = "patSex";
|
|||
|
|
this.patSex.Size = new System.Drawing.Size(39, 23);
|
|||
|
|
this.patSex.TabIndex = 1;
|
|||
|
|
this.patSex.Text = "男";
|
|||
|
|
this.patSex.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
|
//
|
|||
|
|
// patName
|
|||
|
|
//
|
|||
|
|
this.patName.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.patName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.patName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.patName.Location = new System.Drawing.Point(31, 143);
|
|||
|
|
this.patName.Name = "patName";
|
|||
|
|
this.patName.Size = new System.Drawing.Size(179, 30);
|
|||
|
|
this.patName.TabIndex = 0;
|
|||
|
|
this.patName.Text = "测试人员";
|
|||
|
|
this.patName.UseMnemonic = false;
|
|||
|
|
//
|
|||
|
|
// groupBox1
|
|||
|
|
//
|
|||
|
|
this.groupBox1.Controls.Add(this.CheckIsBold);
|
|||
|
|
this.groupBox1.Controls.Add(this.ComBox);
|
|||
|
|
this.groupBox1.Controls.Add(this.label8);
|
|||
|
|
this.groupBox1.Controls.Add(this.dsfontsize);
|
|||
|
|
this.groupBox1.Controls.Add(this.label6);
|
|||
|
|
this.groupBox1.Controls.Add(this.dsfont);
|
|||
|
|
this.groupBox1.Controls.Add(this.label7);
|
|||
|
|
this.groupBox1.Controls.Add(this.label5);
|
|||
|
|
this.groupBox1.Controls.Add(this.dssizeheight);
|
|||
|
|
this.groupBox1.Controls.Add(this.dssizewidth);
|
|||
|
|
this.groupBox1.Controls.Add(this.label4);
|
|||
|
|
this.groupBox1.Controls.Add(this.dstexttext);
|
|||
|
|
this.groupBox1.Controls.Add(this.label2);
|
|||
|
|
this.groupBox1.Controls.Add(this.dslabtype);
|
|||
|
|
this.groupBox1.Controls.Add(this.label3);
|
|||
|
|
this.groupBox1.Controls.Add(this.dslabName);
|
|||
|
|
this.groupBox1.Controls.Add(this.label1);
|
|||
|
|
this.groupBox1.Location = new System.Drawing.Point(22, 268);
|
|||
|
|
this.groupBox1.Name = "groupBox1";
|
|||
|
|
this.groupBox1.Size = new System.Drawing.Size(448, 270);
|
|||
|
|
this.groupBox1.TabIndex = 1;
|
|||
|
|
this.groupBox1.TabStop = false;
|
|||
|
|
this.groupBox1.Text = "属性控制";
|
|||
|
|
//
|
|||
|
|
// CheckIsBold
|
|||
|
|
//
|
|||
|
|
this.CheckIsBold.AutoSize = true;
|
|||
|
|
this.CheckIsBold.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.CheckIsBold.Location = new System.Drawing.Point(127, 159);
|
|||
|
|
this.CheckIsBold.Name = "CheckIsBold";
|
|||
|
|
this.CheckIsBold.Size = new System.Drawing.Size(59, 20);
|
|||
|
|
this.CheckIsBold.TabIndex = 17;
|
|||
|
|
this.CheckIsBold.Text = "加粗";
|
|||
|
|
this.CheckIsBold.UseVisualStyleBackColor = true;
|
|||
|
|
this.CheckIsBold.CheckedChanged += new System.EventHandler(this.CheckIsBold_CheckedChanged);
|
|||
|
|
//
|
|||
|
|
// ComBox
|
|||
|
|
//
|
|||
|
|
this.ComBox.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.ComBox.FormattingEnabled = true;
|
|||
|
|
this.ComBox.Location = new System.Drawing.Point(92, 188);
|
|||
|
|
this.ComBox.Name = "ComBox";
|
|||
|
|
this.ComBox.Size = new System.Drawing.Size(121, 24);
|
|||
|
|
this.ComBox.TabIndex = 16;
|
|||
|
|
this.ComBox.SelectedIndexChanged += new System.EventHandler(this.ComBox_SelectedIndexChanged);
|
|||
|
|
//
|
|||
|
|
// label8
|
|||
|
|
//
|
|||
|
|
this.label8.AutoSize = true;
|
|||
|
|
this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label8.Location = new System.Drawing.Point(6, 192);
|
|||
|
|
this.label8.Name = "label8";
|
|||
|
|
this.label8.Size = new System.Drawing.Size(80, 16);
|
|||
|
|
this.label8.TabIndex = 14;
|
|||
|
|
this.label8.Text = "对齐方式:";
|
|||
|
|
//
|
|||
|
|
// dsfontsize
|
|||
|
|
//
|
|||
|
|
this.dsfontsize.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.dsfontsize.Location = new System.Drawing.Point(60, 157);
|
|||
|
|
this.dsfontsize.Name = "dsfontsize";
|
|||
|
|
this.dsfontsize.Size = new System.Drawing.Size(41, 26);
|
|||
|
|
this.dsfontsize.TabIndex = 13;
|
|||
|
|
this.dsfontsize.TextChanged += new System.EventHandler(this.dsfontsize_TextChanged);
|
|||
|
|
//
|
|||
|
|
// label6
|
|||
|
|
//
|
|||
|
|
this.label6.AutoSize = true;
|
|||
|
|
this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label6.Location = new System.Drawing.Point(6, 162);
|
|||
|
|
this.label6.Name = "label6";
|
|||
|
|
this.label6.Size = new System.Drawing.Size(48, 16);
|
|||
|
|
this.label6.TabIndex = 12;
|
|||
|
|
this.label6.Text = "字号:";
|
|||
|
|
//
|
|||
|
|
// dsfont
|
|||
|
|
//
|
|||
|
|
this.dsfont.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.dsfont.Location = new System.Drawing.Point(60, 126);
|
|||
|
|
this.dsfont.Name = "dsfont";
|
|||
|
|
this.dsfont.ReadOnly = true;
|
|||
|
|
this.dsfont.Size = new System.Drawing.Size(103, 26);
|
|||
|
|
this.dsfont.TabIndex = 11;
|
|||
|
|
this.dsfont.TextChanged += new System.EventHandler(this.dsfont_TextChanged);
|
|||
|
|
//
|
|||
|
|
// label7
|
|||
|
|
//
|
|||
|
|
this.label7.AutoSize = true;
|
|||
|
|
this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label7.Location = new System.Drawing.Point(6, 132);
|
|||
|
|
this.label7.Name = "label7";
|
|||
|
|
this.label7.Size = new System.Drawing.Size(48, 16);
|
|||
|
|
this.label7.TabIndex = 10;
|
|||
|
|
this.label7.Text = "字体:";
|
|||
|
|
//
|
|||
|
|
// label5
|
|||
|
|
//
|
|||
|
|
this.label5.AutoSize = true;
|
|||
|
|
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label5.Location = new System.Drawing.Point(105, 100);
|
|||
|
|
this.label5.Name = "label5";
|
|||
|
|
this.label5.Size = new System.Drawing.Size(16, 16);
|
|||
|
|
this.label5.TabIndex = 9;
|
|||
|
|
this.label5.Text = "X";
|
|||
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
|
//
|
|||
|
|
// dssizeheight
|
|||
|
|
//
|
|||
|
|
this.dssizeheight.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.dssizeheight.Location = new System.Drawing.Point(122, 96);
|
|||
|
|
this.dssizeheight.Name = "dssizeheight";
|
|||
|
|
this.dssizeheight.Size = new System.Drawing.Size(41, 26);
|
|||
|
|
this.dssizeheight.TabIndex = 8;
|
|||
|
|
this.dssizeheight.TextChanged += new System.EventHandler(this.dssizeheight_TextChanged);
|
|||
|
|
//
|
|||
|
|
// dssizewidth
|
|||
|
|
//
|
|||
|
|
this.dssizewidth.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.dssizewidth.Location = new System.Drawing.Point(60, 96);
|
|||
|
|
this.dssizewidth.Name = "dssizewidth";
|
|||
|
|
this.dssizewidth.Size = new System.Drawing.Size(41, 26);
|
|||
|
|
this.dssizewidth.TabIndex = 7;
|
|||
|
|
this.dssizewidth.TextChanged += new System.EventHandler(this.dssizewidth_TextChanged);
|
|||
|
|
//
|
|||
|
|
// label4
|
|||
|
|
//
|
|||
|
|
this.label4.AutoSize = true;
|
|||
|
|
this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label4.Location = new System.Drawing.Point(6, 100);
|
|||
|
|
this.label4.Name = "label4";
|
|||
|
|
this.label4.Size = new System.Drawing.Size(48, 16);
|
|||
|
|
this.label4.TabIndex = 6;
|
|||
|
|
this.label4.Text = "大小:";
|
|||
|
|
//
|
|||
|
|
// dstexttext
|
|||
|
|
//
|
|||
|
|
this.dstexttext.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.dstexttext.Location = new System.Drawing.Point(60, 66);
|
|||
|
|
this.dstexttext.Name = "dstexttext";
|
|||
|
|
this.dstexttext.Size = new System.Drawing.Size(259, 26);
|
|||
|
|
this.dstexttext.TabIndex = 5;
|
|||
|
|
this.dstexttext.TextChanged += new System.EventHandler(this.dstexttext_TextChanged);
|
|||
|
|
//
|
|||
|
|
// label2
|
|||
|
|
//
|
|||
|
|
this.label2.AutoSize = true;
|
|||
|
|
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label2.Location = new System.Drawing.Point(6, 69);
|
|||
|
|
this.label2.Name = "label2";
|
|||
|
|
this.label2.Size = new System.Drawing.Size(48, 16);
|
|||
|
|
this.label2.TabIndex = 4;
|
|||
|
|
this.label2.Text = "内容:";
|
|||
|
|
//
|
|||
|
|
// dslabtype
|
|||
|
|
//
|
|||
|
|
this.dslabtype.AutoSize = true;
|
|||
|
|
this.dslabtype.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.dslabtype.Location = new System.Drawing.Point(273, 23);
|
|||
|
|
this.dslabtype.Name = "dslabtype";
|
|||
|
|
this.dslabtype.Size = new System.Drawing.Size(0, 19);
|
|||
|
|
this.dslabtype.TabIndex = 3;
|
|||
|
|
//
|
|||
|
|
// label3
|
|||
|
|
//
|
|||
|
|
this.label3.AutoSize = true;
|
|||
|
|
this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label3.Location = new System.Drawing.Point(172, 23);
|
|||
|
|
this.label3.Name = "label3";
|
|||
|
|
this.label3.Size = new System.Drawing.Size(95, 19);
|
|||
|
|
this.label3.TabIndex = 2;
|
|||
|
|
this.label3.Text = "控件类型:";
|
|||
|
|
//
|
|||
|
|
// dslabName
|
|||
|
|
//
|
|||
|
|
this.dslabName.AutoSize = true;
|
|||
|
|
this.dslabName.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.dslabName.Location = new System.Drawing.Point(80, 23);
|
|||
|
|
this.dslabName.Name = "dslabName";
|
|||
|
|
this.dslabName.Size = new System.Drawing.Size(0, 19);
|
|||
|
|
this.dslabName.TabIndex = 1;
|
|||
|
|
//
|
|||
|
|
// 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.Location = new System.Drawing.Point(6, 23);
|
|||
|
|
this.label1.Name = "label1";
|
|||
|
|
this.label1.Size = new System.Drawing.Size(76, 19);
|
|||
|
|
this.label1.TabIndex = 0;
|
|||
|
|
this.label1.Text = "控件名:";
|
|||
|
|
//
|
|||
|
|
// 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(359, 544);
|
|||
|
|
this.BSave.Name = "BSave";
|
|||
|
|
this.BSave.Size = new System.Drawing.Size(110, 38);
|
|||
|
|
this.BSave.TabIndex = 7;
|
|||
|
|
this.BSave.Text = "保 存";
|
|||
|
|
this.BSave.UseVisualStyleBackColor = true;
|
|||
|
|
this.BSave.Click += new System.EventHandler(this.BSave_Click);
|
|||
|
|
//
|
|||
|
|
// label9
|
|||
|
|
//
|
|||
|
|
this.label9.AutoSize = true;
|
|||
|
|
this.label9.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.label9.Location = new System.Drawing.Point(708, 13);
|
|||
|
|
this.label9.Name = "label9";
|
|||
|
|
this.label9.Size = new System.Drawing.Size(47, 19);
|
|||
|
|
this.label9.TabIndex = 8;
|
|||
|
|
this.label9.Text = "预览";
|
|||
|
|
//
|
|||
|
|
// pictureBox2
|
|||
|
|
//
|
|||
|
|
this.pictureBox2.Location = new System.Drawing.Point(517, 45);
|
|||
|
|
this.pictureBox2.Name = "pictureBox2";
|
|||
|
|
this.pictureBox2.Size = new System.Drawing.Size(448, 240);
|
|||
|
|
this.pictureBox2.TabIndex = 9;
|
|||
|
|
this.pictureBox2.TabStop = false;
|
|||
|
|
//
|
|||
|
|
// View
|
|||
|
|
//
|
|||
|
|
this.View.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
|
|||
|
|
this.View.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|||
|
|
this.View.FlatAppearance.BorderSize = 0;
|
|||
|
|
this.View.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
|
this.View.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.View.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|||
|
|
this.View.Location = new System.Drawing.Point(678, 300);
|
|||
|
|
this.View.Name = "View";
|
|||
|
|
this.View.Size = new System.Drawing.Size(110, 38);
|
|||
|
|
this.View.TabIndex = 10;
|
|||
|
|
this.View.Text = "预 览";
|
|||
|
|
this.View.UseVisualStyleBackColor = true;
|
|||
|
|
this.View.Click += new System.EventHandler(this.View_Click);
|
|||
|
|
//
|
|||
|
|
// PrintTime
|
|||
|
|
//
|
|||
|
|
this.PrintTime.BackColor = System.Drawing.Color.Transparent;
|
|||
|
|
this.PrintTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
|
this.PrintTime.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|||
|
|
this.PrintTime.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.PrintTime.Location = new System.Drawing.Point(231, 12);
|
|||
|
|
this.PrintTime.Name = "PrintTime";
|
|||
|
|
this.PrintTime.Size = new System.Drawing.Size(193, 23);
|
|||
|
|
this.PrintTime.TabIndex = 11;
|
|||
|
|
this.PrintTime.Text = "2025-11-26 00:00:00";
|
|||
|
|
this.PrintTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
|
//
|
|||
|
|
// RecpSetTool
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(1039, 629);
|
|||
|
|
this.Controls.Add(this.View);
|
|||
|
|
this.Controls.Add(this.pictureBox2);
|
|||
|
|
this.Controls.Add(this.label9);
|
|||
|
|
this.Controls.Add(this.BSave);
|
|||
|
|
this.Controls.Add(this.groupBox1);
|
|||
|
|
this.Controls.Add(this.panel1);
|
|||
|
|
this.Name = "RecpSetTool";
|
|||
|
|
this.Text = "打印模版配置";
|
|||
|
|
this.Load += new System.EventHandler(this.test1_Load);
|
|||
|
|
this.panel1.ResumeLayout(false);
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|||
|
|
this.groupBox1.ResumeLayout(false);
|
|||
|
|
this.groupBox1.PerformLayout();
|
|||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
this.PerformLayout();
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.Panel panel1;
|
|||
|
|
private System.Windows.Forms.Label patName;
|
|||
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|||
|
|
private System.Windows.Forms.Label dslabtype;
|
|||
|
|
private System.Windows.Forms.Label label3;
|
|||
|
|
private System.Windows.Forms.Label dslabName;
|
|||
|
|
private System.Windows.Forms.Label label1;
|
|||
|
|
private System.Windows.Forms.TextBox dsfontsize;
|
|||
|
|
private System.Windows.Forms.Label label6;
|
|||
|
|
private System.Windows.Forms.TextBox dsfont;
|
|||
|
|
private System.Windows.Forms.Label label7;
|
|||
|
|
private System.Windows.Forms.Label label5;
|
|||
|
|
private System.Windows.Forms.TextBox dssizeheight;
|
|||
|
|
private System.Windows.Forms.TextBox dssizewidth;
|
|||
|
|
private System.Windows.Forms.Label label4;
|
|||
|
|
private System.Windows.Forms.TextBox dstexttext;
|
|||
|
|
private System.Windows.Forms.Label label2;
|
|||
|
|
private System.Windows.Forms.Label patSex;
|
|||
|
|
private System.Windows.Forms.Label label8;
|
|||
|
|
private System.Windows.Forms.Label ItemInfo;
|
|||
|
|
private System.Windows.Forms.Label CardNo;
|
|||
|
|
private System.Windows.Forms.Label ItemType;
|
|||
|
|
private System.Windows.Forms.Label Age;
|
|||
|
|
private System.Windows.Forms.Label Barcode;
|
|||
|
|
private System.Windows.Forms.ComboBox ComBox;
|
|||
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|||
|
|
private System.Windows.Forms.CheckBox CheckIsBold;
|
|||
|
|
private System.Windows.Forms.Button BSave;
|
|||
|
|
private System.Windows.Forms.Label label9;
|
|||
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|||
|
|
private System.Windows.Forms.Button View;
|
|||
|
|
private System.Windows.Forms.Label PrintTime;
|
|||
|
|
}
|
|||
|
|
}
|