台州海关TD3600上线版本
This commit is contained in:
374
JJMediSys/LisLog.Designer.cs
generated
Normal file
374
JJMediSys/LisLog.Designer.cs
generated
Normal file
@@ -0,0 +1,374 @@
|
||||
namespace JJMediSys
|
||||
{
|
||||
partial class LisLog
|
||||
{
|
||||
/// <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.PatID = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.Req = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.Res = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.XH = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.TextSearhCardNo = new System.Windows.Forms.TextBox();
|
||||
this.BSearch = new System.Windows.Forms.Button();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.LabNote = new System.Windows.Forms.Label();
|
||||
this.dateEnd = new DevExpress.XtraEditors.DateEdit();
|
||||
this.dateStart = new DevExpress.XtraEditors.DateEdit();
|
||||
this.label16 = new System.Windows.Forms.Label();
|
||||
this.label15 = new System.Windows.Forms.Label();
|
||||
this.TextReq = new System.Windows.Forms.TextBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.TextRes = new System.Windows.Forms.TextBox();
|
||||
this.DBExcTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dateStart.Properties.CalendarTimeProperties)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dateStart.Properties)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// PatID
|
||||
//
|
||||
this.PatID.Caption = "卡号";
|
||||
this.PatID.FieldName = "PatID";
|
||||
this.PatID.Name = "PatID";
|
||||
this.PatID.Visible = true;
|
||||
this.PatID.VisibleIndex = 1;
|
||||
this.PatID.Width = 128;
|
||||
//
|
||||
// Req
|
||||
//
|
||||
this.Req.Caption = "请求";
|
||||
this.Req.FieldName = "Req";
|
||||
this.Req.Name = "Req";
|
||||
this.Req.Visible = true;
|
||||
this.Req.VisibleIndex = 2;
|
||||
this.Req.Width = 501;
|
||||
//
|
||||
// Res
|
||||
//
|
||||
this.Res.Caption = "应答";
|
||||
this.Res.FieldName = "Res";
|
||||
this.Res.Name = "Res";
|
||||
this.Res.Visible = true;
|
||||
this.Res.VisibleIndex = 3;
|
||||
this.Res.Width = 558;
|
||||
//
|
||||
// XH
|
||||
//
|
||||
this.XH.Caption = "序号";
|
||||
this.XH.FieldName = "ID";
|
||||
this.XH.Name = "XH";
|
||||
this.XH.Visible = true;
|
||||
this.XH.VisibleIndex = 0;
|
||||
this.XH.Width = 100;
|
||||
//
|
||||
// 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.Req,
|
||||
this.Res,
|
||||
this.DBExcTime});
|
||||
this.gridView1.GridControl = this.gridControl1;
|
||||
this.gridView1.Name = "gridView1";
|
||||
this.gridView1.OptionsPrint.EnableAppearanceEvenRow = true;
|
||||
this.gridView1.OptionsPrint.EnableAppearanceOddRow = true;
|
||||
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
|
||||
this.gridView1.OptionsView.EnableAppearanceOddRow = true;
|
||||
this.gridView1.OptionsView.ShowGroupPanel = false;
|
||||
this.gridView1.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged);
|
||||
this.gridView1.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
|
||||
//
|
||||
// gridControl1
|
||||
//
|
||||
this.gridControl1.EmbeddedNavigator.AllowDrop = true;
|
||||
this.gridControl1.Location = new System.Drawing.Point(0, 3);
|
||||
this.gridControl1.MainView = this.gridView1;
|
||||
this.gridControl1.Name = "gridControl1";
|
||||
this.gridControl1.Size = new System.Drawing.Size(1459, 494);
|
||||
this.gridControl1.TabIndex = 1;
|
||||
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
||||
this.gridView1});
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.Controls.Add(this.groupBox1);
|
||||
this.panel1.Location = new System.Drawing.Point(1, 2);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(1666, 87);
|
||||
this.panel1.TabIndex = 15;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.dateEnd);
|
||||
this.groupBox1.Controls.Add(this.dateStart);
|
||||
this.groupBox1.Controls.Add(this.label16);
|
||||
this.groupBox1.Controls.Add(this.label15);
|
||||
this.groupBox1.Controls.Add(this.label1);
|
||||
this.groupBox1.Controls.Add(this.TextSearhCardNo);
|
||||
this.groupBox1.Controls.Add(this.BSearch);
|
||||
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.groupBox1.ForeColor = System.Drawing.Color.DarkTurquoise;
|
||||
this.groupBox1.Location = new System.Drawing.Point(3, 3);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Size = new System.Drawing.Size(1648, 80);
|
||||
this.groupBox1.TabIndex = 4;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "搜索参数设置";
|
||||
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
|
||||
//
|
||||
// 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(471, 32);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(55, 25);
|
||||
this.label1.TabIndex = 39;
|
||||
this.label1.Text = "卡号:";
|
||||
//
|
||||
// TextSearhCardNo
|
||||
//
|
||||
this.TextSearhCardNo.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.TextSearhCardNo.Location = new System.Drawing.Point(532, 31);
|
||||
this.TextSearhCardNo.Name = "TextSearhCardNo";
|
||||
this.TextSearhCardNo.Size = new System.Drawing.Size(188, 29);
|
||||
this.TextSearhCardNo.TabIndex = 38;
|
||||
//
|
||||
// BSearch
|
||||
//
|
||||
this.BSearch.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
|
||||
this.BSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.BSearch.FlatAppearance.BorderSize = 0;
|
||||
this.BSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.BSearch.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.BSearch.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
||||
this.BSearch.Location = new System.Drawing.Point(763, 25);
|
||||
this.BSearch.Name = "BSearch";
|
||||
this.BSearch.Size = new System.Drawing.Size(124, 39);
|
||||
this.BSearch.TabIndex = 3;
|
||||
this.BSearch.Text = "搜 索";
|
||||
this.BSearch.UseVisualStyleBackColor = true;
|
||||
this.BSearch.Click += new System.EventHandler(this.BSearch_Click);
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.Controls.Add(this.LabNote);
|
||||
this.panel2.Controls.Add(this.gridControl1);
|
||||
this.panel2.Location = new System.Drawing.Point(1, 91);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(1475, 525);
|
||||
this.panel2.TabIndex = 16;
|
||||
//
|
||||
// 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(5, 505);
|
||||
this.LabNote.Name = "LabNote";
|
||||
this.LabNote.Size = new System.Drawing.Size(0, 14);
|
||||
this.LabNote.TabIndex = 2;
|
||||
//
|
||||
// dateEnd
|
||||
//
|
||||
this.dateEnd.EditValue = null;
|
||||
this.dateEnd.Location = new System.Drawing.Point(305, 33);
|
||||
this.dateEnd.Name = "dateEnd";
|
||||
this.dateEnd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.dateEnd.Properties.Appearance.Options.UseFont = true;
|
||||
this.dateEnd.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
|
||||
this.dateEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.dateEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.dateEnd.Size = new System.Drawing.Size(103, 26);
|
||||
this.dateEnd.TabIndex = 43;
|
||||
//
|
||||
// dateStart
|
||||
//
|
||||
this.dateStart.EditValue = null;
|
||||
this.dateStart.Location = new System.Drawing.Point(179, 33);
|
||||
this.dateStart.Name = "dateStart";
|
||||
this.dateStart.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.dateStart.Properties.Appearance.Options.UseFont = true;
|
||||
this.dateStart.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
|
||||
this.dateStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.dateStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
||||
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
||||
this.dateStart.Size = new System.Drawing.Size(103, 26);
|
||||
this.dateStart.TabIndex = 42;
|
||||
//
|
||||
// label16
|
||||
//
|
||||
this.label16.AutoSize = true;
|
||||
this.label16.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label16.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.label16.ForeColor = System.Drawing.Color.CadetBlue;
|
||||
this.label16.Location = new System.Drawing.Point(285, 32);
|
||||
this.label16.Name = "label16";
|
||||
this.label16.Size = new System.Drawing.Size(20, 26);
|
||||
this.label16.TabIndex = 41;
|
||||
this.label16.Text = "-";
|
||||
//
|
||||
// label15
|
||||
//
|
||||
this.label15.AutoSize = true;
|
||||
this.label15.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.label15.ForeColor = System.Drawing.Color.CadetBlue;
|
||||
this.label15.Location = new System.Drawing.Point(10, 31);
|
||||
this.label15.Name = "label15";
|
||||
this.label15.Size = new System.Drawing.Size(169, 26);
|
||||
this.label15.TabIndex = 40;
|
||||
this.label15.Text = "数据搜索时间范围:";
|
||||
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// TextReq
|
||||
//
|
||||
this.TextReq.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.TextReq.Location = new System.Drawing.Point(60, 617);
|
||||
this.TextReq.Name = "TextReq";
|
||||
this.TextReq.Size = new System.Drawing.Size(696, 29);
|
||||
this.TextReq.TabIndex = 17;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.label2.Location = new System.Drawing.Point(-1, 619);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(55, 25);
|
||||
this.label2.TabIndex = 18;
|
||||
this.label2.Text = "请求:";
|
||||
//
|
||||
// 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(-1, 647);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(55, 25);
|
||||
this.label3.TabIndex = 20;
|
||||
this.label3.Text = "应答:";
|
||||
//
|
||||
// TextRes
|
||||
//
|
||||
this.TextRes.AllowDrop = true;
|
||||
this.TextRes.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.TextRes.Location = new System.Drawing.Point(60, 652);
|
||||
this.TextRes.Multiline = true;
|
||||
this.TextRes.Name = "TextRes";
|
||||
this.TextRes.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||||
this.TextRes.Size = new System.Drawing.Size(1400, 141);
|
||||
this.TextRes.TabIndex = 19;
|
||||
//
|
||||
// DBExcTime
|
||||
//
|
||||
this.DBExcTime.Caption = "执行时间";
|
||||
this.DBExcTime.FieldName = "DBExcTime";
|
||||
this.DBExcTime.Name = "DBExcTime";
|
||||
this.DBExcTime.Visible = true;
|
||||
this.DBExcTime.VisibleIndex = 4;
|
||||
this.DBExcTime.Width = 154;
|
||||
//
|
||||
// LisLog
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1803, 889);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.TextRes);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.TextReq);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Controls.Add(this.panel2);
|
||||
this.Name = "LisLog";
|
||||
this.Text = "日志查询";
|
||||
this.Load += new System.EventHandler(this.LisLog_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.groupBox1.ResumeLayout(false);
|
||||
this.groupBox1.PerformLayout();
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.panel2.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dateEnd.Properties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dateStart.Properties.CalendarTimeProperties)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dateStart.Properties)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraGrid.Columns.GridColumn PatID;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn Req;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn Res;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn XH;
|
||||
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
||||
private DevExpress.XtraGrid.GridControl gridControl1;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.TextBox TextSearhCardNo;
|
||||
private System.Windows.Forms.Button BSearch;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private System.Windows.Forms.Label LabNote;
|
||||
private DevExpress.XtraEditors.DateEdit dateEnd;
|
||||
private DevExpress.XtraEditors.DateEdit dateStart;
|
||||
private System.Windows.Forms.Label label16;
|
||||
private System.Windows.Forms.Label label15;
|
||||
private System.Windows.Forms.TextBox TextReq;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.TextBox TextRes;
|
||||
private DevExpress.XtraGrid.Columns.GridColumn DBExcTime;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user