409 lines
19 KiB
C#
409 lines
19 KiB
C#
namespace JJMediSys
|
|
{
|
|
partial class DaylyHistory
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.uiButton1 = new Sunny.UI.UIButton();
|
|
this.PanelAction = new System.Windows.Forms.Panel();
|
|
this.RecpOnly = new DevExpress.XtraEditors.CheckEdit();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.LabNote = new System.Windows.Forms.Label();
|
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.XH = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.PatID = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.PatName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.PatAge = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.PatSex = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.Barcode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.Tuble = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.ItemName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.ItemCount = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.Status = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.JYType = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.DoDept = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.OperTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.OperDept = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.PrintTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.PrintDev = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.ItemDetails = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.PanelAction.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.RecpOnly.Properties)).BeginInit();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.ForeColor = System.Drawing.Color.RoyalBlue;
|
|
this.label1.Location = new System.Drawing.Point(686, 4);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(160, 24);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "当日记录查询";
|
|
//
|
|
// uiButton1
|
|
//
|
|
this.uiButton1.BackColor = System.Drawing.Color.Transparent;
|
|
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.uiButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiButton1.Location = new System.Drawing.Point(1282, 4);
|
|
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
this.uiButton1.Name = "uiButton1";
|
|
this.uiButton1.Size = new System.Drawing.Size(100, 27);
|
|
this.uiButton1.TabIndex = 6;
|
|
this.uiButton1.Text = "刷新列表";
|
|
this.uiButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.uiButton1.Click += new System.EventHandler(this.BFresh_Click);
|
|
//
|
|
// PanelAction
|
|
//
|
|
this.PanelAction.BackColor = System.Drawing.Color.Transparent;
|
|
this.PanelAction.Controls.Add(this.RecpOnly);
|
|
this.PanelAction.Controls.Add(this.button1);
|
|
this.PanelAction.Location = new System.Drawing.Point(18, 739);
|
|
this.PanelAction.Name = "PanelAction";
|
|
this.PanelAction.Size = new System.Drawing.Size(428, 66);
|
|
this.PanelAction.TabIndex = 16;
|
|
this.PanelAction.Visible = false;
|
|
//
|
|
// RecpOnly
|
|
//
|
|
this.RecpOnly.Location = new System.Drawing.Point(3, 12);
|
|
this.RecpOnly.Name = "RecpOnly";
|
|
this.RecpOnly.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.RecpOnly.Properties.Appearance.ForeColor = System.Drawing.Color.CornflowerBlue;
|
|
this.RecpOnly.Properties.Appearance.Options.UseFont = true;
|
|
this.RecpOnly.Properties.Appearance.Options.UseForeColor = true;
|
|
this.RecpOnly.Properties.Caption = "只打标签";
|
|
this.RecpOnly.Size = new System.Drawing.Size(110, 27);
|
|
this.RecpOnly.TabIndex = 13;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
|
|
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.button1.FlatAppearance.BorderSize = 0;
|
|
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.button1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button1.ForeColor = System.Drawing.Color.White;
|
|
this.button1.Location = new System.Drawing.Point(139, 5);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(173, 43);
|
|
this.button1.TabIndex = 11;
|
|
this.button1.Text = "一 键 补 打";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.LabNote);
|
|
this.panel2.Controls.Add(this.gridControl1);
|
|
this.panel2.Location = new System.Drawing.Point(8, 48);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1475, 689);
|
|
this.panel2.TabIndex = 15;
|
|
//
|
|
// LabNote
|
|
//
|
|
this.LabNote.AutoSize = true;
|
|
this.LabNote.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.LabNote.ForeColor = System.Drawing.Color.SteelBlue;
|
|
this.LabNote.Location = new System.Drawing.Point(3, 666);
|
|
this.LabNote.Name = "LabNote";
|
|
this.LabNote.Size = new System.Drawing.Size(0, 14);
|
|
this.LabNote.TabIndex = 2;
|
|
//
|
|
// gridControl1
|
|
//
|
|
this.gridControl1.EmbeddedNavigator.AllowDrop = true;
|
|
this.gridControl1.Location = new System.Drawing.Point(3, 3);
|
|
this.gridControl1.MainView = this.gridView1;
|
|
this.gridControl1.Name = "gridControl1";
|
|
this.gridControl1.Size = new System.Drawing.Size(1459, 656);
|
|
this.gridControl1.TabIndex = 1;
|
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.gridView1.Appearance.EvenRow.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
|
|
this.gridView1.Appearance.EvenRow.Options.UseFont = true;
|
|
this.gridView1.Appearance.OddRow.BackColor = System.Drawing.Color.AliceBlue;
|
|
this.gridView1.Appearance.OddRow.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
|
|
this.gridView1.Appearance.OddRow.Options.UseFont = true;
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.XH,
|
|
this.PatID,
|
|
this.PatName,
|
|
this.PatAge,
|
|
this.PatSex,
|
|
this.Barcode,
|
|
this.Tuble,
|
|
this.ItemName,
|
|
this.ItemCount,
|
|
this.Status,
|
|
this.JYType,
|
|
this.DoDept,
|
|
this.OperTime,
|
|
this.OperDept,
|
|
this.PrintTime,
|
|
this.PrintDev,
|
|
this.ItemDetails});
|
|
this.gridView1.GridControl = this.gridControl1;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsPrint.EnableAppearanceEvenRow = true;
|
|
this.gridView1.OptionsPrint.EnableAppearanceOddRow = true;
|
|
this.gridView1.OptionsSelection.MultiSelect = true;
|
|
this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
|
|
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
|
|
this.gridView1.OptionsView.EnableAppearanceOddRow = true;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
|
|
this.gridView1.RowCellStyle += new DevExpress.XtraGrid.Views.Grid.RowCellStyleEventHandler(this.gridView1_RowCellStyle);
|
|
this.gridView1.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged);
|
|
this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText);
|
|
this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
|
|
//
|
|
// XH
|
|
//
|
|
this.XH.Caption = "序号";
|
|
this.XH.FieldName = "ID";
|
|
this.XH.Name = "XH";
|
|
this.XH.Visible = true;
|
|
this.XH.VisibleIndex = 1;
|
|
this.XH.Width = 21;
|
|
//
|
|
// PatID
|
|
//
|
|
this.PatID.Caption = "卡号";
|
|
this.PatID.FieldName = "PatID";
|
|
this.PatID.Name = "PatID";
|
|
this.PatID.Visible = true;
|
|
this.PatID.VisibleIndex = 2;
|
|
this.PatID.Width = 48;
|
|
//
|
|
// PatName
|
|
//
|
|
this.PatName.Caption = "姓名";
|
|
this.PatName.FieldName = "PatName";
|
|
this.PatName.Name = "PatName";
|
|
this.PatName.Visible = true;
|
|
this.PatName.VisibleIndex = 3;
|
|
this.PatName.Width = 43;
|
|
//
|
|
// PatAge
|
|
//
|
|
this.PatAge.Caption = "年龄";
|
|
this.PatAge.FieldName = "PatAge";
|
|
this.PatAge.Name = "PatAge";
|
|
this.PatAge.Visible = true;
|
|
this.PatAge.VisibleIndex = 4;
|
|
this.PatAge.Width = 21;
|
|
//
|
|
// PatSex
|
|
//
|
|
this.PatSex.Caption = "性别";
|
|
this.PatSex.FieldName = "PatSex";
|
|
this.PatSex.Name = "PatSex";
|
|
this.PatSex.Visible = true;
|
|
this.PatSex.VisibleIndex = 5;
|
|
this.PatSex.Width = 23;
|
|
//
|
|
// Barcode
|
|
//
|
|
this.Barcode.Caption = "标本条码";
|
|
this.Barcode.FieldName = "Barcode";
|
|
this.Barcode.Name = "Barcode";
|
|
this.Barcode.Visible = true;
|
|
this.Barcode.VisibleIndex = 6;
|
|
this.Barcode.Width = 48;
|
|
//
|
|
// Tuble
|
|
//
|
|
this.Tuble.Caption = "试管";
|
|
this.Tuble.FieldName = "Tuble";
|
|
this.Tuble.Name = "Tuble";
|
|
this.Tuble.Visible = true;
|
|
this.Tuble.VisibleIndex = 7;
|
|
this.Tuble.Width = 33;
|
|
//
|
|
// ItemName
|
|
//
|
|
this.ItemName.Caption = "检验项目";
|
|
this.ItemName.FieldName = "ItemName";
|
|
this.ItemName.Name = "ItemName";
|
|
this.ItemName.Visible = true;
|
|
this.ItemName.VisibleIndex = 8;
|
|
this.ItemName.Width = 127;
|
|
//
|
|
// ItemCount
|
|
//
|
|
this.ItemCount.Caption = "数量";
|
|
this.ItemCount.FieldName = "ItemCount";
|
|
this.ItemCount.Name = "ItemCount";
|
|
this.ItemCount.Visible = true;
|
|
this.ItemCount.VisibleIndex = 9;
|
|
this.ItemCount.Width = 20;
|
|
//
|
|
// Status
|
|
//
|
|
this.Status.Caption = "执行状态";
|
|
this.Status.FieldName = "ItemStatus";
|
|
this.Status.Name = "Status";
|
|
this.Status.Visible = true;
|
|
this.Status.VisibleIndex = 10;
|
|
this.Status.Width = 41;
|
|
//
|
|
// JYType
|
|
//
|
|
this.JYType.Caption = "样本类型";
|
|
this.JYType.FieldName = "ItemType";
|
|
this.JYType.Name = "JYType";
|
|
this.JYType.Visible = true;
|
|
this.JYType.VisibleIndex = 11;
|
|
this.JYType.Width = 33;
|
|
//
|
|
// DoDept
|
|
//
|
|
this.DoDept.Caption = "执行科室";
|
|
this.DoDept.FieldName = "DoDept";
|
|
this.DoDept.Name = "DoDept";
|
|
this.DoDept.Visible = true;
|
|
this.DoDept.VisibleIndex = 12;
|
|
this.DoDept.Width = 34;
|
|
//
|
|
// OperTime
|
|
//
|
|
this.OperTime.Caption = "开单时间";
|
|
this.OperTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|
this.OperTime.FieldName = "OprTime";
|
|
this.OperTime.Name = "OperTime";
|
|
this.OperTime.Visible = true;
|
|
this.OperTime.VisibleIndex = 13;
|
|
this.OperTime.Width = 99;
|
|
//
|
|
// OperDept
|
|
//
|
|
this.OperDept.Caption = "开单科室";
|
|
this.OperDept.FieldName = "OprDept";
|
|
this.OperDept.Name = "OperDept";
|
|
this.OperDept.Visible = true;
|
|
this.OperDept.VisibleIndex = 14;
|
|
this.OperDept.Width = 69;
|
|
//
|
|
// PrintTime
|
|
//
|
|
this.PrintTime.Caption = "打印时间";
|
|
this.PrintTime.DisplayFormat.FormatString = "yyyy-MM-dd HH:mm:ss";
|
|
this.PrintTime.FieldName = "PrintTime";
|
|
this.PrintTime.Name = "PrintTime";
|
|
this.PrintTime.Visible = true;
|
|
this.PrintTime.VisibleIndex = 15;
|
|
this.PrintTime.Width = 92;
|
|
//
|
|
// PrintDev
|
|
//
|
|
this.PrintDev.Caption = "打印人";
|
|
this.PrintDev.FieldName = "PrinterDev";
|
|
this.PrintDev.Name = "PrintDev";
|
|
this.PrintDev.Visible = true;
|
|
this.PrintDev.VisibleIndex = 16;
|
|
this.PrintDev.Width = 55;
|
|
//
|
|
// ItemDetails
|
|
//
|
|
this.ItemDetails.Caption = "明细";
|
|
this.ItemDetails.FieldName = "ItemsDetails";
|
|
this.ItemDetails.Name = "ItemDetails";
|
|
//
|
|
// DaylyHistory
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ClientSize = new System.Drawing.Size(1513, 876);
|
|
this.Controls.Add(this.PanelAction);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.uiButton1);
|
|
this.Controls.Add(this.label1);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "DaylyHistory";
|
|
this.Text = "当日记录";
|
|
this.Load += new System.EventHandler(this.DaylyHistory_Load);
|
|
this.PanelAction.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.RecpOnly.Properties)).EndInit();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private Sunny.UI.UIButton uiButton1;
|
|
private System.Windows.Forms.Panel PanelAction;
|
|
private DevExpress.XtraEditors.CheckEdit RecpOnly;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label LabNote;
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn XH;
|
|
private DevExpress.XtraGrid.Columns.GridColumn PatID;
|
|
private DevExpress.XtraGrid.Columns.GridColumn PatName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn PatAge;
|
|
private DevExpress.XtraGrid.Columns.GridColumn PatSex;
|
|
private DevExpress.XtraGrid.Columns.GridColumn Barcode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn Tuble;
|
|
private DevExpress.XtraGrid.Columns.GridColumn ItemName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn ItemCount;
|
|
private DevExpress.XtraGrid.Columns.GridColumn Status;
|
|
private DevExpress.XtraGrid.Columns.GridColumn JYType;
|
|
private DevExpress.XtraGrid.Columns.GridColumn DoDept;
|
|
private DevExpress.XtraGrid.Columns.GridColumn OperTime;
|
|
private DevExpress.XtraGrid.Columns.GridColumn OperDept;
|
|
private DevExpress.XtraGrid.Columns.GridColumn PrintTime;
|
|
private DevExpress.XtraGrid.Columns.GridColumn PrintDev;
|
|
private DevExpress.XtraGrid.Columns.GridColumn ItemDetails;
|
|
}
|
|
} |