namespace JJMediSys
{
partial class EventLog
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.Msg = new DevExpress.XtraGrid.Columns.GridColumn();
this.Details = new DevExpress.XtraGrid.Columns.GridColumn();
this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.Time = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.panel1 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
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.BSearch = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.LabNote = new System.Windows.Forms.Label();
this.TextName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.TextDetail = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.TextTime = new System.Windows.Forms.TextBox();
this.BClearLogs = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
this.panel1.SuspendLayout();
this.groupBox1.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.panel2.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// Msg
//
this.Msg.Caption = "事件名";
this.Msg.FieldName = "Msg";
this.Msg.Name = "Msg";
this.Msg.Visible = true;
this.Msg.VisibleIndex = 1;
this.Msg.Width = 170;
//
// Details
//
this.Details.Caption = "明细";
this.Details.FieldName = "Details";
this.Details.Name = "Details";
this.Details.Visible = true;
this.Details.VisibleIndex = 2;
this.Details.Width = 714;
//
// ID
//
this.ID.Caption = "序号";
this.ID.FieldName = "ID";
this.ID.Name = "ID";
this.ID.Visible = true;
this.ID.VisibleIndex = 0;
this.ID.Width = 67;
//
// 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.ID,
this.Msg,
this.Details,
this.Time});
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);
//
// Time
//
this.Time.Caption = "事件时间";
this.Time.FieldName = "Time";
this.Time.Name = "Time";
this.Time.Visible = true;
this.Time.VisibleIndex = 3;
this.Time.Width = 194;
//
// 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(1084, 658);
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.BClearLogs);
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.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);
//
// 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;
//
// 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(443, 26);
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(1097, 691);
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, 666);
this.LabNote.Name = "LabNote";
this.LabNote.Size = new System.Drawing.Size(0, 14);
this.LabNote.TabIndex = 2;
//
// TextName
//
this.TextName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TextName.Location = new System.Drawing.Point(86, 22);
this.TextName.Name = "TextName";
this.TextName.Size = new System.Drawing.Size(218, 29);
this.TextName.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(6, 24);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 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(6, 92);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(55, 25);
this.label3.TabIndex = 20;
this.label3.Text = "描述:";
//
// TextDetail
//
this.TextDetail.AllowDrop = true;
this.TextDetail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TextDetail.Location = new System.Drawing.Point(6, 120);
this.TextDetail.Multiline = true;
this.TextDetail.Name = "TextDetail";
this.TextDetail.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.TextDetail.Size = new System.Drawing.Size(337, 564);
this.TextDetail.TabIndex = 19;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.TextTime);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.TextName);
this.groupBox2.Controls.Add(this.TextDetail);
this.groupBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.ForeColor = System.Drawing.SystemColors.HotTrack;
this.groupBox2.Location = new System.Drawing.Point(1104, 91);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(354, 691);
this.groupBox2.TabIndex = 21;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "事件明细";
//
// 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(25, 55);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(55, 25);
this.label1.TabIndex = 22;
this.label1.Text = "时间:";
//
// TextTime
//
this.TextTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TextTime.Location = new System.Drawing.Point(86, 53);
this.TextTime.Name = "TextTime";
this.TextTime.Size = new System.Drawing.Size(218, 29);
this.TextTime.TabIndex = 21;
//
// BClearLogs
//
this.BClearLogs.BackgroundImage = global::JJMediSys.Properties.Resources.Bt1;
this.BClearLogs.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.BClearLogs.FlatAppearance.BorderSize = 0;
this.BClearLogs.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BClearLogs.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BClearLogs.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.BClearLogs.Location = new System.Drawing.Point(602, 26);
this.BClearLogs.Name = "BClearLogs";
this.BClearLogs.Size = new System.Drawing.Size(191, 39);
this.BClearLogs.TabIndex = 44;
this.BClearLogs.Text = "清理30之前的日志";
this.BClearLogs.UseVisualStyleBackColor = true;
this.BClearLogs.Click += new System.EventHandler(this.BClearLogs_Click);
//
// EventLog
//
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.groupBox2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel2);
this.Name = "EventLog";
this.Text = "日志查询";
this.Load += new System.EventHandler(this.EventLog_Load);
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
this.panel1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.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.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.Columns.GridColumn Msg;
private DevExpress.XtraGrid.Columns.GridColumn Details;
private DevExpress.XtraGrid.Columns.GridColumn ID;
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.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 TextName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox TextDetail;
private DevExpress.XtraGrid.Columns.GridColumn Time;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox TextTime;
private System.Windows.Forms.Button BClearLogs;
}
}