| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196 | 
							- 
 
- namespace PTMedicalInsurance.Forms
 
- {
 
-     partial class ContrastBrief
 
-     {
 
-         /// <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.label3 = new System.Windows.Forms.Label();
 
-             this.tb_Name = new System.Windows.Forms.TextBox();
 
-             this.label2 = new System.Windows.Forms.Label();
 
-             this.label1 = new System.Windows.Forms.Label();
 
-             this.tb_StandardCode = new System.Windows.Forms.TextBox();
 
-             this.tb_HISCode = new System.Windows.Forms.TextBox();
 
-             this.uiPanel1 = new Sunny.UI.UIPanel();
 
-             this.btnCancel = new Sunny.UI.UIButton();
 
-             this.btnOK = new Sunny.UI.UIButton();
 
-             this.panel1.SuspendLayout();
 
-             this.uiPanel1.SuspendLayout();
 
-             this.SuspendLayout();
 
-             // 
 
-             // panel1
 
-             // 
 
-             this.panel1.Controls.Add(this.label3);
 
-             this.panel1.Controls.Add(this.tb_Name);
 
-             this.panel1.Controls.Add(this.label2);
 
-             this.panel1.Controls.Add(this.label1);
 
-             this.panel1.Controls.Add(this.tb_StandardCode);
 
-             this.panel1.Controls.Add(this.tb_HISCode);
 
-             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
 
-             this.panel1.Location = new System.Drawing.Point(0, 0);
 
-             this.panel1.Name = "panel1";
 
-             this.panel1.Size = new System.Drawing.Size(503, 288);
 
-             this.panel1.TabIndex = 0;
 
-             // 
 
-             // label3
 
-             // 
 
-             this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;
 
-             this.label3.AutoSize = true;
 
-             this.label3.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.label3.Location = new System.Drawing.Point(65, 56);
 
-             this.label3.Name = "label3";
 
-             this.label3.Size = new System.Drawing.Size(80, 18);
 
-             this.label3.TabIndex = 7;
 
-             this.label3.Text = "项目名称";
 
-             // 
 
-             // tb_Name
 
-             // 
 
-             this.tb_Name.Anchor = System.Windows.Forms.AnchorStyles.Right;
 
-             this.tb_Name.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tb_Name.Location = new System.Drawing.Point(202, 50);
 
-             this.tb_Name.Name = "tb_Name";
 
-             this.tb_Name.ReadOnly = true;
 
-             this.tb_Name.Size = new System.Drawing.Size(236, 29);
 
-             this.tb_Name.TabIndex = 6;
 
-             // 
 
-             // label2
 
-             // 
 
-             this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left;
 
-             this.label2.AutoSize = true;
 
-             this.label2.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.label2.Location = new System.Drawing.Point(65, 158);
 
-             this.label2.Name = "label2";
 
-             this.label2.Size = new System.Drawing.Size(122, 18);
 
-             this.label2.TabIndex = 5;
 
-             this.label2.Text = "贯标目录编码";
 
-             // 
 
-             // label1
 
-             // 
 
-             this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
 
-             this.label1.AutoSize = true;
 
-             this.label1.Font = new System.Drawing.Font("宋体", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.label1.Location = new System.Drawing.Point(65, 107);
 
-             this.label1.Name = "label1";
 
-             this.label1.Size = new System.Drawing.Size(107, 18);
 
-             this.label1.TabIndex = 4;
 
-             this.label1.Text = "HIS目录编码";
 
-             // 
 
-             // tb_StandardCode
 
-             // 
 
-             this.tb_StandardCode.Anchor = System.Windows.Forms.AnchorStyles.Right;
 
-             this.tb_StandardCode.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tb_StandardCode.Location = new System.Drawing.Point(202, 154);
 
-             this.tb_StandardCode.Name = "tb_StandardCode";
 
-             this.tb_StandardCode.Size = new System.Drawing.Size(236, 29);
 
-             this.tb_StandardCode.TabIndex = 2;
 
-             // 
 
-             // tb_HISCode
 
-             // 
 
-             this.tb_HISCode.Anchor = System.Windows.Forms.AnchorStyles.Right;
 
-             this.tb_HISCode.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.tb_HISCode.Location = new System.Drawing.Point(202, 102);
 
-             this.tb_HISCode.Name = "tb_HISCode";
 
-             this.tb_HISCode.Size = new System.Drawing.Size(236, 29);
 
-             this.tb_HISCode.TabIndex = 3;
 
-             // 
 
-             // uiPanel1
 
-             // 
 
-             this.uiPanel1.Controls.Add(this.btnCancel);
 
-             this.uiPanel1.Controls.Add(this.btnOK);
 
-             this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
 
-             this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.uiPanel1.Location = new System.Drawing.Point(0, 229);
 
-             this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
 
-             this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.uiPanel1.Name = "uiPanel1";
 
-             this.uiPanel1.Size = new System.Drawing.Size(503, 59);
 
-             this.uiPanel1.TabIndex = 1;
 
-             this.uiPanel1.Text = null;
 
-             this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
 
-             this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             // 
 
-             // btnCancel
 
-             // 
 
-             this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnCancel.Location = new System.Drawing.Point(399, 6);
 
-             this.btnCancel.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnCancel.Name = "btnCancel";
 
-             this.btnCancel.Size = new System.Drawing.Size(97, 47);
 
-             this.btnCancel.TabIndex = 1;
 
-             this.btnCancel.Text = "放    弃";
 
-             this.btnCancel.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnCancel.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
 
-             // 
 
-             // btnOK
 
-             // 
 
-             this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
 
-             this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
 
-             this.btnOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnOK.Location = new System.Drawing.Point(296, 6);
 
-             this.btnOK.MinimumSize = new System.Drawing.Size(1, 1);
 
-             this.btnOK.Name = "btnOK";
 
-             this.btnOK.Size = new System.Drawing.Size(97, 47);
 
-             this.btnOK.TabIndex = 0;
 
-             this.btnOK.Text = "确    定";
 
-             this.btnOK.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 
-             this.btnOK.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
 
-             this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
 
-             // 
 
-             // ContrastBrief
 
-             // 
 
-             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
 
-             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
-             this.ClientSize = new System.Drawing.Size(503, 288);
 
-             this.Controls.Add(this.uiPanel1);
 
-             this.Controls.Add(this.panel1);
 
-             this.Name = "ContrastBrief";
 
-             this.Text = "HIS医保目录贯标";
 
-             this.panel1.ResumeLayout(false);
 
-             this.panel1.PerformLayout();
 
-             this.uiPanel1.ResumeLayout(false);
 
-             this.ResumeLayout(false);
 
-         }
 
-         #endregion
 
-         private System.Windows.Forms.Panel panel1;
 
-         private Sunny.UI.UIPanel uiPanel1;
 
-         private Sunny.UI.UIButton btnCancel;
 
-         private Sunny.UI.UIButton btnOK;
 
-         private System.Windows.Forms.Label label3;
 
-         private System.Windows.Forms.TextBox tb_Name;
 
-         private System.Windows.Forms.Label label2;
 
-         private System.Windows.Forms.Label label1;
 
-         private System.Windows.Forms.TextBox tb_StandardCode;
 
-         private System.Windows.Forms.TextBox tb_HISCode;
 
-     }
 
- }
 
 
  |