예제 #1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGrid1               = new TrasenClasses.GeneralControls.DataGridEx();
     this.dataGridTableStyle1     = new System.Windows.Forms.DataGridTableStyle();
     this.dataGridTextBoxColumn1  = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn2  = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn3  = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn4  = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn5  = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn6  = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn7  = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn8  = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn9  = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn10 = new System.Windows.Forms.DataGridTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGrid1
     //
     this.dataGrid1.AllowSorting          = false;
     this.dataGrid1.CellSelectedBackColor = System.Drawing.Color.SkyBlue;
     this.dataGrid1.DataMember            = "";
     this.dataGrid1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.isShowRowHeadId = true;
     this.dataGrid1.Location        = new System.Drawing.Point(0, 0);
     this.dataGrid1.Name            = "dataGrid1";
     this.dataGrid1.ReadOnly        = true;
     this.dataGrid1.Size            = new System.Drawing.Size(788, 498);
     this.dataGrid1.TabIndex        = 0;
     this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.AllowSorting = false;
     this.dataGridTableStyle1.DataGrid     = this.dataGrid1;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.dataGridTextBoxColumn1,
         this.dataGridTextBoxColumn2,
         this.dataGridTextBoxColumn3,
         this.dataGridTextBoxColumn4,
         this.dataGridTextBoxColumn5,
         this.dataGridTextBoxColumn6,
         this.dataGridTextBoxColumn7,
         this.dataGridTextBoxColumn8,
         this.dataGridTextBoxColumn9,
         this.dataGridTextBoxColumn10
     });
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGridTableStyle1.ReadOnly        = true;
     //
     // dataGridTextBoxColumn1
     //
     this.dataGridTextBoxColumn1.Format      = "";
     this.dataGridTextBoxColumn1.FormatInfo  = null;
     this.dataGridTextBoxColumn1.HeaderText  = "药品名";
     this.dataGridTextBoxColumn1.MappingName = "医嘱内容";
     this.dataGridTextBoxColumn1.NullText    = "";
     this.dataGridTextBoxColumn1.Width       = 90;
     //
     // dataGridTextBoxColumn2
     //
     this.dataGridTextBoxColumn2.Format      = "";
     this.dataGridTextBoxColumn2.FormatInfo  = null;
     this.dataGridTextBoxColumn2.HeaderText  = "剂量";
     this.dataGridTextBoxColumn2.MappingName = "剂量";
     this.dataGridTextBoxColumn2.Width       = 50;
     //
     // dataGridTextBoxColumn3
     //
     this.dataGridTextBoxColumn3.Format      = "";
     this.dataGridTextBoxColumn3.FormatInfo  = null;
     this.dataGridTextBoxColumn3.HeaderText  = "单位";
     this.dataGridTextBoxColumn3.MappingName = "单位";
     this.dataGridTextBoxColumn3.NullText    = "";
     this.dataGridTextBoxColumn3.Width       = 50;
     //
     // dataGridTextBoxColumn4
     //
     this.dataGridTextBoxColumn4.Format      = "";
     this.dataGridTextBoxColumn4.FormatInfo  = null;
     this.dataGridTextBoxColumn4.HeaderText  = "用法";
     this.dataGridTextBoxColumn4.MappingName = "用法";
     this.dataGridTextBoxColumn4.NullText    = "";
     this.dataGridTextBoxColumn4.Width       = 75;
     //
     // dataGridTextBoxColumn5
     //
     this.dataGridTextBoxColumn5.Format      = "";
     this.dataGridTextBoxColumn5.FormatInfo  = null;
     this.dataGridTextBoxColumn5.HeaderText  = "校对护士";
     this.dataGridTextBoxColumn5.MappingName = "校对护士";
     this.dataGridTextBoxColumn5.NullText    = "";
     this.dataGridTextBoxColumn5.Width       = 60;
     //
     // dataGridTextBoxColumn6
     //
     this.dataGridTextBoxColumn6.Format      = "";
     this.dataGridTextBoxColumn6.FormatInfo  = null;
     this.dataGridTextBoxColumn6.HeaderText  = "校对时间";
     this.dataGridTextBoxColumn6.MappingName = "校对时间";
     this.dataGridTextBoxColumn6.NullText    = "";
     this.dataGridTextBoxColumn6.Width       = 80;
     //
     // dataGridTextBoxColumn7
     //
     this.dataGridTextBoxColumn7.Format      = "";
     this.dataGridTextBoxColumn7.FormatInfo  = null;
     this.dataGridTextBoxColumn7.HeaderText  = "停嘱时间";
     this.dataGridTextBoxColumn7.MappingName = "停嘱时间";
     this.dataGridTextBoxColumn7.NullText    = "";
     this.dataGridTextBoxColumn7.Width       = 120;
     //
     // dataGridTextBoxColumn8
     //
     this.dataGridTextBoxColumn8.Format      = "";
     this.dataGridTextBoxColumn8.FormatInfo  = null;
     this.dataGridTextBoxColumn8.HeaderText  = "下嘱医生";
     this.dataGridTextBoxColumn8.MappingName = "下嘱医生";
     this.dataGridTextBoxColumn8.NullText    = "";
     this.dataGridTextBoxColumn8.Width       = 75;
     //
     // dataGridTextBoxColumn9
     //
     this.dataGridTextBoxColumn9.Format      = "";
     this.dataGridTextBoxColumn9.FormatInfo  = null;
     this.dataGridTextBoxColumn9.HeaderText  = "执行科室";
     this.dataGridTextBoxColumn9.MappingName = "执行科室";
     this.dataGridTextBoxColumn9.NullText    = "";
     this.dataGridTextBoxColumn9.Width       = 110;
     //
     // dataGridTextBoxColumn10
     //
     this.dataGridTextBoxColumn10.Format     = "";
     this.dataGridTextBoxColumn10.FormatInfo = null;
     this.dataGridTextBoxColumn10.NullText   = "";
     this.dataGridTextBoxColumn10.Width      = 75;
     //
     // 中草药明细
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(788, 498);
     this.Controls.Add(this.dataGrid1);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "中草药明细";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "中草药明细";
     this.Load         += new System.EventHandler(this.FrmZYMX_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #2
0
파일: DT2_Hlyy.cs 프로젝트: Wooyme/HIS-1
 void HlyyInterface.GetYpjgxx(TrasenClasses.GeneralControls.DataGridEx mydatagrid)
 {
     // throw new Exception("The method or operation is not implemented.");
 }
예제 #3
0
파일: FrmShowcard.cs 프로젝트: Wooyme/HIS-1
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1              = new System.Windows.Forms.Panel();
     this.panel8              = new System.Windows.Forms.Panel();
     this.panel13             = new System.Windows.Forms.Panel();
     this.myDataGrid1         = new TrasenClasses.GeneralControls.DataGridEx();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.panel7              = new System.Windows.Forms.Panel();
     this.chkjq           = new System.Windows.Forms.RadioButton();
     this.chkmh           = new System.Windows.Forms.RadioButton();
     this.chkqd           = new System.Windows.Forms.RadioButton();
     this.panel11         = new System.Windows.Forms.Panel();
     this.statusBar1      = new System.Windows.Forms.StatusBar();
     this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
     this.statusBarPanel2 = new System.Windows.Forms.StatusBarPanel();
     this.panel3          = new System.Windows.Forms.Panel();
     this.panel5          = new System.Windows.Forms.Panel();
     this.txtinput        = new System.Windows.Forms.TextBox();
     this.panel6          = new System.Windows.Forms.Panel();
     this.label1          = new System.Windows.Forms.Label();
     this.panel4          = new System.Windows.Forms.Panel();
     this.panel10         = new System.Windows.Forms.Panel();
     this.cmbtype         = new System.Windows.Forms.ComboBox();
     this.panel9          = new System.Windows.Forms.Panel();
     this.label2          = new System.Windows.Forms.Label();
     this.panel2          = new System.Windows.Forms.Panel();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     this.panel8.SuspendLayout();
     this.panel13.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.myDataGrid1)).BeginInit();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel10.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.SystemColors.Control;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.panel8);
     this.panel1.Controls.Add(this.panel7);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.panel2);
     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(456, 229);
     this.panel1.TabIndex = 1;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.panel13);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(0, 24);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(452, 177);
     this.panel8.TabIndex = 3;
     //
     // panel13
     //
     this.panel13.Controls.Add(this.myDataGrid1);
     this.panel13.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel13.Location = new System.Drawing.Point(0, 0);
     this.panel13.Name     = "panel13";
     this.panel13.Size     = new System.Drawing.Size(452, 177);
     this.panel13.TabIndex = 3;
     //
     // myDataGrid1
     //
     this.myDataGrid1.BackgroundColor       = System.Drawing.Color.White;
     this.myDataGrid1.CaptionVisible        = false;
     this.myDataGrid1.CellSelectedBackColor = System.Drawing.Color.SkyBlue;
     this.myDataGrid1.DataMember            = "";
     this.myDataGrid1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.myDataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.myDataGrid1.Location        = new System.Drawing.Point(0, 0);
     this.myDataGrid1.Name            = "myDataGrid1";
     this.myDataGrid1.ReadOnly        = true;
     this.myDataGrid1.Size            = new System.Drawing.Size(452, 177);
     this.myDataGrid1.TabIndex        = 0;
     this.myDataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     this.myDataGrid1.CurrentCellChanged += new System.EventHandler(this.myDataGrid_CurrentCellChanged);
     this.myDataGrid1.myKeyDown          += new TrasenClasses.GeneralControls.myDelegate(this.myDataGrid_myKeyDown);
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.DataGrid        = this.myDataGrid1;
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // panel7
     //
     this.panel7.Controls.Add(this.chkjq);
     this.panel7.Controls.Add(this.chkmh);
     this.panel7.Controls.Add(this.chkqd);
     this.panel7.Controls.Add(this.panel11);
     this.panel7.Controls.Add(this.statusBar1);
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel7.Location = new System.Drawing.Point(0, 201);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(452, 24);
     this.panel7.TabIndex = 2;
     //
     // chkjq
     //
     this.chkjq.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkjq.Location  = new System.Drawing.Point(329, 4);
     this.chkjq.Name      = "chkjq";
     this.chkjq.Size      = new System.Drawing.Size(73, 16);
     this.chkjq.TabIndex  = 5;
     this.chkjq.Text      = "精确定位";
     //
     // chkmh
     //
     this.chkmh.Checked   = true;
     this.chkmh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkmh.Location  = new System.Drawing.Point(259, 4);
     this.chkmh.Name      = "chkmh";
     this.chkmh.Size      = new System.Drawing.Size(73, 16);
     this.chkmh.TabIndex  = 4;
     this.chkmh.TabStop   = true;
     this.chkmh.Text      = "模糊查询";
     //
     // chkqd
     //
     this.chkqd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.chkqd.Location  = new System.Drawing.Point(189, 4);
     this.chkqd.Name      = "chkqd";
     this.chkqd.Size      = new System.Drawing.Size(73, 16);
     this.chkqd.TabIndex  = 3;
     this.chkqd.Text      = "前导查询";
     //
     // panel11
     //
     this.panel11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.panel11.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel11.Location  = new System.Drawing.Point(0, 20);
     this.panel11.Name      = "panel11";
     this.panel11.Size      = new System.Drawing.Size(452, 4);
     this.panel11.TabIndex  = 1;
     //
     // statusBar1
     //
     this.statusBar1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.statusBar1.Location = new System.Drawing.Point(0, 0);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
         this.statusBarPanel1,
         this.statusBarPanel2
     });
     this.statusBar1.ShowPanels = true;
     this.statusBar1.Size       = new System.Drawing.Size(452, 24);
     this.statusBar1.TabIndex   = 0;
     this.statusBar1.Text       = "statusBar1";
     //
     // statusBarPanel1
     //
     this.statusBarPanel1.Name  = "statusBarPanel1";
     this.statusBarPanel1.Width = 150;
     //
     // statusBarPanel2
     //
     this.statusBarPanel2.Name  = "statusBarPanel2";
     this.statusBarPanel2.Width = 400;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.panel5);
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(452, 24);
     this.panel3.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.txtinput);
     this.panel5.Controls.Add(this.panel6);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(332, 24);
     this.panel5.TabIndex = 1;
     //
     // txtinput
     //
     this.txtinput.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtinput.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtinput.Location = new System.Drawing.Point(48, 0);
     this.txtinput.Name     = "txtinput";
     this.txtinput.Size     = new System.Drawing.Size(284, 21);
     this.txtinput.TabIndex = 0;
     this.txtinput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtinput_KeyDown);
     this.txtinput.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtinput_KeyUp);
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.SystemColors.Control;
     this.panel6.Controls.Add(this.label1);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel6.Location = new System.Drawing.Point(0, 0);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(48, 24);
     this.panel6.TabIndex = 0;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.SystemColors.Control;
     this.label1.Location  = new System.Drawing.Point(9, 5);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(32, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "查找";
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.RoyalBlue;
     this.panel4.Controls.Add(this.panel10);
     this.panel4.Controls.Add(this.panel9);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel4.Location = new System.Drawing.Point(332, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(120, 24);
     this.panel4.TabIndex = 0;
     //
     // panel10
     //
     this.panel10.BackColor = System.Drawing.SystemColors.Control;
     this.panel10.Controls.Add(this.cmbtype);
     this.panel10.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel10.Location = new System.Drawing.Point(40, 0);
     this.panel10.Name     = "panel10";
     this.panel10.Size     = new System.Drawing.Size(80, 24);
     this.panel10.TabIndex = 1;
     //
     // cmbtype
     //
     this.cmbtype.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.cmbtype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbtype.Font          = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cmbtype.Location      = new System.Drawing.Point(0, 0);
     this.cmbtype.Name          = "cmbtype";
     this.cmbtype.Size          = new System.Drawing.Size(80, 20);
     this.cmbtype.TabIndex      = 2;
     //
     // panel9
     //
     this.panel9.BackColor = System.Drawing.SystemColors.Control;
     this.panel9.Controls.Add(this.label2);
     this.panel9.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel9.Location = new System.Drawing.Point(0, 0);
     this.panel9.Name     = "panel9";
     this.panel9.Size     = new System.Drawing.Size(40, 24);
     this.panel9.TabIndex = 0;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.SystemColors.Control;
     this.label2.Location  = new System.Drawing.Point(4, 6);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(32, 16);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "方式";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.pictureBox1);
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(468, 16);
     this.panel2.TabIndex = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.RoyalBlue;
     this.pictureBox1.Location  = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(468, 0);
     this.pictureBox1.TabIndex  = 0;
     this.pictureBox1.TabStop   = false;
     //
     // Fshowcard
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(456, 229);
     this.ControlBox        = false;
     this.Controls.Add(this.panel1);
     this.Name          = "Fshowcard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "选项卡";
     this.panel1.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel13.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.myDataGrid1)).EndInit();
     this.panel7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel6.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panel10.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }