685 lines
		
	
	
		
			36 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			685 lines
		
	
	
		
			36 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace AIMS.PublicUI.UI
 | |
| {
 | |
|     partial class frmDrugSel
 | |
|     {
 | |
|         /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDrugSel));
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.panel5 = new System.Windows.Forms.Panel();
 | |
|             this.tabDrugs = new DevComponents.DotNetBar.SuperTabControl();
 | |
|             this.superTabControlPanel5 = new DevComponents.DotNetBar.SuperTabControlPanel();
 | |
|             this.dgvDrugsSZ = new DevComponents.DotNetBar.Controls.DataGridViewX();
 | |
|             this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
 | |
|             this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewComboEditBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.dataGridViewComboBoxColumn4 = new System.Windows.Forms.DataGridViewComboBoxColumn();
 | |
|             this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewComboBoxColumn();
 | |
|             this.P2 = new DevComponents.DotNetBar.SuperTabItem();
 | |
|             this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
 | |
|             this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
 | |
|             this.panelleft = new System.Windows.Forms.Panel();
 | |
|             this.TabSelDrugs = new DevComponents.DotNetBar.SuperTabControl();
 | |
|             this.panel2 = new System.Windows.Forms.Panel();
 | |
|             this.btnTypeManager = new DevComponents.DotNetBar.ButtonX();
 | |
|             this.btnDelete = new DevComponents.DotNetBar.ButtonX();
 | |
|             this.btnSave = new DevComponents.DotNetBar.ButtonX();
 | |
|             this.P3 = new DevComponents.DotNetBar.SuperTabItem();
 | |
|             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
 | |
|             this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
 | |
|             this.superTabItem3 = new DevComponents.DotNetBar.SuperTabItem();
 | |
|             this.superTabItem4 = new DevComponents.DotNetBar.SuperTabItem();
 | |
|             this.dgvYP = new System.Windows.Forms.DataGridView();
 | |
|             this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Code = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.TypeId = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.TypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.DrugName = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.HCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Norm = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.DOSEPER = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.DoseUnit = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Price = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Factroy = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Channel = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.ZFBL = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.imageList1 = new System.Windows.Forms.ImageList(this.components);
 | |
|             this.panel1.SuspendLayout();
 | |
|             this.panel5.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.tabDrugs)).BeginInit();
 | |
|             this.tabDrugs.SuspendLayout();
 | |
|             this.superTabControlPanel5.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dgvDrugsSZ)).BeginInit();
 | |
|             this.panelleft.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.TabSelDrugs)).BeginInit();
 | |
|             this.panel2.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dgvYP)).BeginInit();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.BackColor = System.Drawing.Color.White;
 | |
|             this.panel1.Controls.Add(this.panel5);
 | |
|             this.panel1.Controls.Add(this.panelleft);
 | |
|             this.panel1.Controls.Add(this.panel2);
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.panel1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.panel1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(1195, 677);
 | |
|             this.panel1.TabIndex = 2;
 | |
|             // 
 | |
|             // panel5
 | |
|             // 
 | |
|             this.panel5.Controls.Add(this.tabDrugs);
 | |
|             this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.panel5.Location = new System.Drawing.Point(330, 42);
 | |
|             this.panel5.Name = "panel5";
 | |
|             this.panel5.Size = new System.Drawing.Size(865, 635);
 | |
|             this.panel5.TabIndex = 2;
 | |
|             // 
 | |
|             // tabDrugs
 | |
|             // 
 | |
|             this.tabDrugs.BackColor = System.Drawing.Color.White;
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.tabDrugs.ControlBox.CloseBox.Name = "";
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.tabDrugs.ControlBox.MenuBox.Name = "";
 | |
|             this.tabDrugs.ControlBox.Name = "";
 | |
|             this.tabDrugs.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
 | |
|             this.tabDrugs.ControlBox.MenuBox,
 | |
|             this.tabDrugs.ControlBox.CloseBox});
 | |
|             this.tabDrugs.Controls.Add(this.superTabControlPanel5);
 | |
|             this.tabDrugs.Controls.Add(this.superTabControlPanel1);
 | |
|             this.tabDrugs.Controls.Add(this.superTabControlPanel2);
 | |
|             this.tabDrugs.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tabDrugs.ForeColor = System.Drawing.Color.Black;
 | |
|             this.tabDrugs.Location = new System.Drawing.Point(0, 0);
 | |
|             this.tabDrugs.Name = "tabDrugs";
 | |
|             this.tabDrugs.ReorderTabsEnabled = true;
 | |
|             this.tabDrugs.SelectedTabFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold);
 | |
|             this.tabDrugs.SelectedTabIndex = 0;
 | |
|             this.tabDrugs.Size = new System.Drawing.Size(865, 635);
 | |
|             this.tabDrugs.TabFont = new System.Drawing.Font("微软雅黑", 10.5F);
 | |
|             this.tabDrugs.TabIndex = 464;
 | |
|             this.tabDrugs.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
 | |
|             this.P2});
 | |
|             this.tabDrugs.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
 | |
|             this.tabDrugs.SelectedTabChanged += new System.EventHandler<DevComponents.DotNetBar.SuperTabStripSelectedTabChangedEventArgs>(this.tabDrugs_SelectedTabChanged);
 | |
|             // 
 | |
|             // superTabControlPanel5
 | |
|             // 
 | |
|             this.superTabControlPanel5.Controls.Add(this.dgvDrugsSZ);
 | |
|             this.superTabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.superTabControlPanel5.Location = new System.Drawing.Point(0, 31);
 | |
|             this.superTabControlPanel5.Name = "superTabControlPanel5";
 | |
|             this.superTabControlPanel5.Size = new System.Drawing.Size(865, 604);
 | |
|             this.superTabControlPanel5.TabIndex = 0;
 | |
|             this.superTabControlPanel5.TabItem = this.P2;
 | |
|             this.superTabControlPanel5.Visible = false;
 | |
|             // 
 | |
|             // dgvDrugsSZ
 | |
|             // 
 | |
|             this.dgvDrugsSZ.AllowUserToAddRows = false;
 | |
|             this.dgvDrugsSZ.AllowUserToResizeColumns = false;
 | |
|             this.dgvDrugsSZ.AllowUserToResizeRows = false;
 | |
|             dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream;
 | |
|             this.dgvDrugsSZ.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
 | |
|             this.dgvDrugsSZ.BackgroundColor = System.Drawing.Color.White;
 | |
|             this.dgvDrugsSZ.BorderStyle = System.Windows.Forms.BorderStyle.None;
 | |
|             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 | |
|             dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
 | |
|             dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | |
|             dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             this.dgvDrugsSZ.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
 | |
|             this.dgvDrugsSZ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 | |
|             this.dgvDrugsSZ.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.dataGridViewImageColumn1,
 | |
|             this.dataGridViewTextBoxColumn1,
 | |
|             this.dataGridViewTextBoxColumn2,
 | |
|             this.dataGridViewTextBoxColumn3,
 | |
|             this.dataGridViewComboEditBoxColumn2,
 | |
|             this.dataGridViewTextBoxColumn6,
 | |
|             this.dataGridViewComboBoxColumn4,
 | |
|             this.dataGridViewTextBoxColumn8});
 | |
|             dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 | |
|             dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
 | |
|             dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black;
 | |
|             dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | |
|             dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
 | |
|             dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
 | |
|             this.dgvDrugsSZ.DefaultCellStyle = dataGridViewCellStyle4;
 | |
|             this.dgvDrugsSZ.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.dgvDrugsSZ.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
 | |
|             this.dgvDrugsSZ.EnableHeadersVisualStyles = false;
 | |
|             this.dgvDrugsSZ.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
 | |
|             this.dgvDrugsSZ.Location = new System.Drawing.Point(0, 0);
 | |
|             this.dgvDrugsSZ.Margin = new System.Windows.Forms.Padding(0);
 | |
|             this.dgvDrugsSZ.MultiSelect = false;
 | |
|             this.dgvDrugsSZ.Name = "dgvDrugsSZ";
 | |
|             dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 | |
|             dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
 | |
|             dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | |
|             dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             this.dgvDrugsSZ.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
 | |
|             this.dgvDrugsSZ.RowHeadersVisible = false;
 | |
|             this.dgvDrugsSZ.RowTemplate.Height = 25;
 | |
|             this.dgvDrugsSZ.ShowCellErrors = false;
 | |
|             this.dgvDrugsSZ.ShowCellToolTips = false;
 | |
|             this.dgvDrugsSZ.Size = new System.Drawing.Size(865, 604);
 | |
|             this.dgvDrugsSZ.TabIndex = 16;
 | |
|             this.dgvDrugsSZ.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dgvDrugs_DataError);
 | |
|             // 
 | |
|             // dataGridViewImageColumn1
 | |
|             // 
 | |
|             this.dataGridViewImageColumn1.HeaderText = " ";
 | |
|             this.dataGridViewImageColumn1.Image = global::AIMSControls.Properties.Resources.SYSCRL;
 | |
|             this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
 | |
|             this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
 | |
|             this.dataGridViewImageColumn1.Visible = false;
 | |
|             this.dataGridViewImageColumn1.Width = 30;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn1
 | |
|             // 
 | |
|             dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Red;
 | |
|             this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle3;
 | |
|             this.dataGridViewTextBoxColumn1.HeaderText = "组";
 | |
|             this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
 | |
|             this.dataGridViewTextBoxColumn1.Visible = false;
 | |
|             this.dataGridViewTextBoxColumn1.Width = 30;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn2
 | |
|             // 
 | |
|             this.dataGridViewTextBoxColumn2.HeaderText = "类型";
 | |
|             this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
 | |
|             this.dataGridViewTextBoxColumn2.Visible = false;
 | |
|             this.dataGridViewTextBoxColumn2.Width = 60;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn3
 | |
|             // 
 | |
|             this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
 | |
|             this.dataGridViewTextBoxColumn3.HeaderText = "名称";
 | |
|             this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
 | |
|             this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             // 
 | |
|             // dataGridViewComboEditBoxColumn2
 | |
|             // 
 | |
|             this.dataGridViewComboEditBoxColumn2.HeaderText = "价格";
 | |
|             this.dataGridViewComboEditBoxColumn2.Name = "dataGridViewComboEditBoxColumn2";
 | |
|             this.dataGridViewComboEditBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn6
 | |
|             // 
 | |
|             this.dataGridViewTextBoxColumn6.HeaderText = "数量";
 | |
|             this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
 | |
|             this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
 | |
|             this.dataGridViewTextBoxColumn6.Width = 60;
 | |
|             // 
 | |
|             // dataGridViewComboBoxColumn4
 | |
|             // 
 | |
|             this.dataGridViewComboBoxColumn4.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
 | |
|             this.dataGridViewComboBoxColumn4.HeaderText = "单位";
 | |
|             this.dataGridViewComboBoxColumn4.Name = "dataGridViewComboBoxColumn4";
 | |
|             this.dataGridViewComboBoxColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             this.dataGridViewComboBoxColumn4.Width = 60;
 | |
|             // 
 | |
|             // dataGridViewTextBoxColumn8
 | |
|             // 
 | |
|             this.dataGridViewTextBoxColumn8.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
 | |
|             this.dataGridViewTextBoxColumn8.HeaderText = "比例";
 | |
|             this.dataGridViewTextBoxColumn8.Items.AddRange(new object[] {
 | |
|             "",
 | |
|             "10%",
 | |
|             "20%",
 | |
|             "30%",
 | |
|             "40%",
 | |
|             "50%",
 | |
|             "60%",
 | |
|             "70%",
 | |
|             "80%",
 | |
|             "90%",
 | |
|             "100%"});
 | |
|             this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
 | |
|             this.dataGridViewTextBoxColumn8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             this.dataGridViewTextBoxColumn8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
 | |
|             // 
 | |
|             // P2
 | |
|             // 
 | |
|             this.P2.AttachedControl = this.superTabControlPanel5;
 | |
|             this.P2.GlobalItem = false;
 | |
|             this.P2.Name = "P2";
 | |
|             this.P2.Text = "自费药品";
 | |
|             // 
 | |
|             // superTabControlPanel1
 | |
|             // 
 | |
|             this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.superTabControlPanel1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.superTabControlPanel1.Name = "superTabControlPanel1";
 | |
|             this.superTabControlPanel1.Size = new System.Drawing.Size(865, 635);
 | |
|             this.superTabControlPanel1.TabIndex = 0;
 | |
|             // 
 | |
|             // superTabControlPanel2
 | |
|             // 
 | |
|             this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.superTabControlPanel2.Location = new System.Drawing.Point(0, 0);
 | |
|             this.superTabControlPanel2.Name = "superTabControlPanel2";
 | |
|             this.superTabControlPanel2.Size = new System.Drawing.Size(865, 635);
 | |
|             this.superTabControlPanel2.TabIndex = 0;
 | |
|             // 
 | |
|             // panelleft
 | |
|             // 
 | |
|             this.panelleft.Controls.Add(this.TabSelDrugs);
 | |
|             this.panelleft.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.panelleft.Location = new System.Drawing.Point(0, 42);
 | |
|             this.panelleft.Name = "panelleft";
 | |
|             this.panelleft.Size = new System.Drawing.Size(330, 635);
 | |
|             this.panelleft.TabIndex = 1;
 | |
|             // 
 | |
|             // TabSelDrugs
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.TabSelDrugs.ControlBox.CloseBox.Name = "";
 | |
|             // 
 | |
|             // 
 | |
|             // 
 | |
|             this.TabSelDrugs.ControlBox.MenuBox.Name = "";
 | |
|             this.TabSelDrugs.ControlBox.Name = "";
 | |
|             this.TabSelDrugs.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
 | |
|             this.TabSelDrugs.ControlBox.MenuBox,
 | |
|             this.TabSelDrugs.ControlBox.CloseBox});
 | |
|             this.TabSelDrugs.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.TabSelDrugs.HorizontalText = false;
 | |
|             this.TabSelDrugs.Location = new System.Drawing.Point(0, 0);
 | |
|             this.TabSelDrugs.Name = "TabSelDrugs";
 | |
|             this.TabSelDrugs.ReorderTabsEnabled = true;
 | |
|             this.TabSelDrugs.SelectedTabFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold);
 | |
|             this.TabSelDrugs.SelectedTabIndex = 0;
 | |
|             this.TabSelDrugs.Size = new System.Drawing.Size(330, 635);
 | |
|             this.TabSelDrugs.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
 | |
|             this.TabSelDrugs.TabFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             this.TabSelDrugs.TabIndex = 0;
 | |
|             this.TabSelDrugs.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
 | |
|             this.TabSelDrugs.Text = "常用药品";
 | |
|             // 
 | |
|             // panel2
 | |
|             // 
 | |
|             this.panel2.BackColor = System.Drawing.SystemColors.Control;
 | |
|             this.panel2.Controls.Add(this.btnTypeManager);
 | |
|             this.panel2.Controls.Add(this.btnDelete);
 | |
|             this.panel2.Controls.Add(this.btnSave);
 | |
|             this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel2.Location = new System.Drawing.Point(0, 0);
 | |
|             this.panel2.Name = "panel2";
 | |
|             this.panel2.Size = new System.Drawing.Size(1195, 42);
 | |
|             this.panel2.TabIndex = 0;
 | |
|             // 
 | |
|             // btnTypeManager
 | |
|             // 
 | |
|             this.btnTypeManager.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
|             this.btnTypeManager.Location = new System.Drawing.Point(777, 6);
 | |
|             this.btnTypeManager.Name = "btnTypeManager";
 | |
|             this.btnTypeManager.Size = new System.Drawing.Size(132, 30);
 | |
|             this.btnTypeManager.TabIndex = 12;
 | |
|             this.btnTypeManager.Text = "类别维护";
 | |
|             this.btnTypeManager.Click += new System.EventHandler(this.btnTypeManager_Click);
 | |
|             // 
 | |
|             // btnDelete
 | |
|             // 
 | |
|             this.btnDelete.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
|             this.btnDelete.Location = new System.Drawing.Point(915, 6);
 | |
|             this.btnDelete.Name = "btnDelete";
 | |
|             this.btnDelete.Size = new System.Drawing.Size(86, 30);
 | |
|             this.btnDelete.TabIndex = 2;
 | |
|             this.btnDelete.Text = "删除";
 | |
|             this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
 | |
|             // 
 | |
|             // btnSave
 | |
|             // 
 | |
|             this.btnSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
 | |
|             this.btnSave.Location = new System.Drawing.Point(1007, 6);
 | |
|             this.btnSave.Name = "btnSave";
 | |
|             this.btnSave.Size = new System.Drawing.Size(86, 30);
 | |
|             this.btnSave.TabIndex = 1;
 | |
|             this.btnSave.Text = "保存";
 | |
|             this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
 | |
|             // 
 | |
|             // P3
 | |
|             // 
 | |
|             this.P3.GlobalItem = false;
 | |
|             this.P3.Name = "P3";
 | |
|             this.P3.Text = "术后镇痛药";
 | |
|             // 
 | |
|             // superTabItem2
 | |
|             // 
 | |
|             this.superTabItem2.GlobalItem = false;
 | |
|             this.superTabItem2.Name = "superTabItem2";
 | |
|             this.superTabItem2.Text = "superTabItem2";
 | |
|             // 
 | |
|             // superTabItem3
 | |
|             // 
 | |
|             this.superTabItem3.GlobalItem = false;
 | |
|             this.superTabItem3.Name = "superTabItem3";
 | |
|             this.superTabItem3.Text = "superTabItem3";
 | |
|             // 
 | |
|             // superTabItem4
 | |
|             // 
 | |
|             this.superTabItem4.GlobalItem = false;
 | |
|             this.superTabItem4.Name = "superTabItem4";
 | |
|             this.superTabItem4.Text = "superTabItem4";
 | |
|             // 
 | |
|             // dgvYP
 | |
|             // 
 | |
|             this.dgvYP.AllowUserToAddRows = false;
 | |
|             this.dgvYP.AllowUserToDeleteRows = false;
 | |
|             this.dgvYP.BackgroundColor = System.Drawing.Color.White;
 | |
|             dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 | |
|             dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
 | |
|             dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | |
|             dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 | |
|             dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             this.dgvYP.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
 | |
|             this.dgvYP.ColumnHeadersHeight = 30;
 | |
|             this.dgvYP.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.id,
 | |
|             this.Code,
 | |
|             this.TypeId,
 | |
|             this.TypeName,
 | |
|             this.DrugName,
 | |
|             this.HCode,
 | |
|             this.Norm,
 | |
|             this.DOSEPER,
 | |
|             this.DoseUnit,
 | |
|             this.Unit,
 | |
|             this.Price,
 | |
|             this.Factroy,
 | |
|             this.Channel,
 | |
|             this.Remark,
 | |
|             this.ZFBL});
 | |
|             dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
 | |
|             dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
 | |
|             dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | |
|             dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
 | |
|             dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | |
|             dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 | |
|             dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
 | |
|             this.dgvYP.DefaultCellStyle = dataGridViewCellStyle7;
 | |
|             this.dgvYP.EnableHeadersVisualStyles = false;
 | |
|             this.dgvYP.Location = new System.Drawing.Point(208, 203);
 | |
|             this.dgvYP.Name = "dgvYP";
 | |
|             this.dgvYP.ReadOnly = true;
 | |
|             this.dgvYP.RowHeadersVisible = false;
 | |
|             this.dgvYP.RowTemplate.Height = 30;
 | |
|             this.dgvYP.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
 | |
|             this.dgvYP.Size = new System.Drawing.Size(793, 210);
 | |
|             this.dgvYP.TabIndex = 17;
 | |
|             this.dgvYP.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvYP_CellClick);
 | |
|             this.dgvYP.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvYP_KeyDown);
 | |
|             this.dgvYP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.dgvYP_KeyPress);
 | |
|             this.dgvYP.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.dgvYP_PreviewKeyDown);
 | |
|             // 
 | |
|             // id
 | |
|             // 
 | |
|             this.id.DataPropertyName = "Id";
 | |
|             this.id.HeaderText = "id";
 | |
|             this.id.Name = "id";
 | |
|             this.id.ReadOnly = true;
 | |
|             this.id.Visible = false;
 | |
|             // 
 | |
|             // Code
 | |
|             // 
 | |
|             this.Code.DataPropertyName = "Code";
 | |
|             this.Code.HeaderText = "Code";
 | |
|             this.Code.Name = "Code";
 | |
|             this.Code.ReadOnly = true;
 | |
|             this.Code.Visible = false;
 | |
|             // 
 | |
|             // TypeId
 | |
|             // 
 | |
|             this.TypeId.DataPropertyName = "TypeId";
 | |
|             this.TypeId.HeaderText = "TypeId";
 | |
|             this.TypeId.Name = "TypeId";
 | |
|             this.TypeId.ReadOnly = true;
 | |
|             this.TypeId.Visible = false;
 | |
|             // 
 | |
|             // TypeName
 | |
|             // 
 | |
|             this.TypeName.DataPropertyName = "TypeName";
 | |
|             this.TypeName.HeaderText = "药品类型";
 | |
|             this.TypeName.Name = "TypeName";
 | |
|             this.TypeName.ReadOnly = true;
 | |
|             this.TypeName.Visible = false;
 | |
|             // 
 | |
|             // DrugName
 | |
|             // 
 | |
|             this.DrugName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
 | |
|             this.DrugName.DataPropertyName = "Name";
 | |
|             this.DrugName.HeaderText = "药品名称";
 | |
|             this.DrugName.Name = "DrugName";
 | |
|             this.DrugName.ReadOnly = true;
 | |
|             // 
 | |
|             // HCode
 | |
|             // 
 | |
|             this.HCode.DataPropertyName = "HCode";
 | |
|             this.HCode.HeaderText = "HCode";
 | |
|             this.HCode.Name = "HCode";
 | |
|             this.HCode.ReadOnly = true;
 | |
|             this.HCode.Visible = false;
 | |
|             // 
 | |
|             // Norm
 | |
|             // 
 | |
|             this.Norm.DataPropertyName = "Stand";
 | |
|             this.Norm.HeaderText = "规格";
 | |
|             this.Norm.Name = "Norm";
 | |
|             this.Norm.ReadOnly = true;
 | |
|             this.Norm.Width = 210;
 | |
|             // 
 | |
|             // DOSEPER
 | |
|             // 
 | |
|             this.DOSEPER.DataPropertyName = "Dosage";
 | |
|             this.DOSEPER.HeaderText = "剂量";
 | |
|             this.DOSEPER.Name = "DOSEPER";
 | |
|             this.DOSEPER.ReadOnly = true;
 | |
|             this.DOSEPER.Visible = false;
 | |
|             this.DOSEPER.Width = 60;
 | |
|             // 
 | |
|             // DoseUnit
 | |
|             // 
 | |
|             this.DoseUnit.DataPropertyName = "DosageUnit";
 | |
|             this.DoseUnit.HeaderText = "单位";
 | |
|             this.DoseUnit.Name = "DoseUnit";
 | |
|             this.DoseUnit.ReadOnly = true;
 | |
|             this.DoseUnit.Width = 50;
 | |
|             // 
 | |
|             // Unit
 | |
|             // 
 | |
|             this.Unit.DataPropertyName = "Unit";
 | |
|             this.Unit.HeaderText = "单位2";
 | |
|             this.Unit.Name = "Unit";
 | |
|             this.Unit.ReadOnly = true;
 | |
|             this.Unit.Visible = false;
 | |
|             // 
 | |
|             // Price
 | |
|             // 
 | |
|             this.Price.DataPropertyName = "Price";
 | |
|             this.Price.HeaderText = "价格";
 | |
|             this.Price.Name = "Price";
 | |
|             this.Price.ReadOnly = true;
 | |
|             // 
 | |
|             // Factroy
 | |
|             // 
 | |
|             this.Factroy.DataPropertyName = "Factory";
 | |
|             this.Factroy.HeaderText = "厂家";
 | |
|             this.Factroy.Name = "Factroy";
 | |
|             this.Factroy.ReadOnly = true;
 | |
|             this.Factroy.Width = 200;
 | |
|             // 
 | |
|             // Channel
 | |
|             // 
 | |
|             this.Channel.DataPropertyName = "Channel";
 | |
|             this.Channel.HeaderText = "途径";
 | |
|             this.Channel.Name = "Channel";
 | |
|             this.Channel.ReadOnly = true;
 | |
|             this.Channel.Visible = false;
 | |
|             // 
 | |
|             // Remark
 | |
|             // 
 | |
|             this.Remark.DataPropertyName = "Remark";
 | |
|             this.Remark.HeaderText = "备注";
 | |
|             this.Remark.Name = "Remark";
 | |
|             this.Remark.ReadOnly = true;
 | |
|             this.Remark.Visible = false;
 | |
|             // 
 | |
|             // ZFBL
 | |
|             // 
 | |
|             this.ZFBL.DataPropertyName = "ZFBL";
 | |
|             this.ZFBL.HeaderText = "自付比例";
 | |
|             this.ZFBL.Name = "ZFBL";
 | |
|             this.ZFBL.ReadOnly = true;
 | |
|             this.ZFBL.Visible = false;
 | |
|             // 
 | |
|             // imageList1
 | |
|             // 
 | |
|             this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
 | |
|             this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
 | |
|             this.imageList1.Images.SetKeyName(0, "插入列.png");
 | |
|             this.imageList1.Images.SetKeyName(1, "未插入列 .png");
 | |
|             // 
 | |
|             // frmDrugSel
 | |
|             // 
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
 | |
|             this.AutoScroll = true;
 | |
|             this.ClientSize = new System.Drawing.Size(1195, 677);
 | |
|             this.Controls.Add(this.dgvYP);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.DoubleBuffered = true;
 | |
|             this.MaximizeBox = false;
 | |
|             this.MinimizeBox = false;
 | |
|             this.Name = "frmDrugSel";
 | |
|             this.ShowIcon = false;
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Text = "用药记录";
 | |
|             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmDrugSel_FormClosing);
 | |
|             this.Load += new System.EventHandler(this.frmDrugSel_Load);
 | |
|             this.Scroll += new System.Windows.Forms.ScrollEventHandler(this.frmDrugSel_Scroll);
 | |
|             this.Paint += new System.Windows.Forms.PaintEventHandler(this.frmDrugSel_Paint);
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel5.ResumeLayout(false);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.tabDrugs)).EndInit();
 | |
|             this.tabDrugs.ResumeLayout(false);
 | |
|             this.superTabControlPanel5.ResumeLayout(false);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dgvDrugsSZ)).EndInit();
 | |
|             this.panelleft.ResumeLayout(false);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.TabSelDrugs)).EndInit();
 | |
|             this.panel2.ResumeLayout(false);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dgvYP)).EndInit();
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.Panel panelleft;
 | |
|         private System.Windows.Forms.Panel panel2;
 | |
|         private DevComponents.DotNetBar.ButtonX btnDelete;
 | |
|         private DevComponents.DotNetBar.ButtonX btnSave;
 | |
|         private System.Windows.Forms.Panel panel5;
 | |
|         private System.Windows.Forms.ToolTip toolTip1;
 | |
|         private DevComponents.DotNetBar.SuperTabItem superTabItem2;
 | |
|         private DevComponents.DotNetBar.SuperTabItem superTabItem3;
 | |
|         private DevComponents.DotNetBar.SuperTabItem superTabItem4;
 | |
|         private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel1;
 | |
|         private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel2;
 | |
|         private DevComponents.DotNetBar.SuperTabControlPanel superTabControlPanel5;
 | |
|         private DevComponents.DotNetBar.SuperTabItem P2;
 | |
|         private DevComponents.DotNetBar.SuperTabItem P3;
 | |
|         private DevComponents.DotNetBar.SuperTabControl TabSelDrugs;
 | |
|         public DevComponents.DotNetBar.SuperTabControl tabDrugs;
 | |
|         private DevComponents.DotNetBar.Controls.DataGridViewX dgvDrugsSZ;
 | |
|         private System.Windows.Forms.DataGridView dgvYP;
 | |
|         private System.Windows.Forms.ImageList imageList1;
 | |
|         private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewComboEditBoxColumn2;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
 | |
|         private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewComboBoxColumn4;
 | |
|         private System.Windows.Forms.DataGridViewComboBoxColumn dataGridViewTextBoxColumn8;
 | |
|         private DevComponents.DotNetBar.ButtonX btnTypeManager;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn id;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Code;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn TypeId;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn TypeName;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn DrugName;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn HCode;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Norm;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn DOSEPER;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn DoseUnit;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Unit;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Price;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Factroy;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Channel;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn ZFBL;
 | |
|     }
 | |
| } |