namespace IBox.WinFrmUI
|
{
|
partial class IBoxFormLog
|
{
|
/// <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 Component 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();
|
this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
this.dataLayoutControl2 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
this.dateEditEndDate = new DevExpress.XtraEditors.DateEdit();
|
this.dateEditStartDate = new DevExpress.XtraEditors.DateEdit();
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
this.eboxLogViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colEventTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colLogEvent = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colLogResult = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colLogContent = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
this.imageComboBoxEdit1 = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
this.imageComboBoxEdit2 = new DevExpress.XtraEditors.ImageComboBoxEdit();
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit();
|
this.dataLayoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl2)).BeginInit();
|
this.dataLayoutControl2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dateEditEndDate.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dateEditEndDate.Properties.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dateEditStartDate.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dateEditStartDate.Properties.CalendarTimeProperties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.eboxLogViewModelBindingSource)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.imageComboBoxEdit1.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.imageComboBoxEdit2.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
|
this.SuspendLayout();
|
//
|
// dataLayoutControl1
|
//
|
this.dataLayoutControl1.Controls.Add(this.dataLayoutControl2);
|
this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.dataLayoutControl1.Name = "dataLayoutControl1";
|
this.dataLayoutControl1.Root = this.Root;
|
this.dataLayoutControl1.Size = new System.Drawing.Size(1144, 753);
|
this.dataLayoutControl1.TabIndex = 0;
|
this.dataLayoutControl1.Text = "dataLayoutControl1";
|
//
|
// dataLayoutControl2
|
//
|
this.dataLayoutControl2.Controls.Add(this.dateEditEndDate);
|
this.dataLayoutControl2.Controls.Add(this.dateEditStartDate);
|
this.dataLayoutControl2.Controls.Add(this.gridControl1);
|
this.dataLayoutControl2.Controls.Add(this.simpleButton2);
|
this.dataLayoutControl2.Controls.Add(this.simpleButton1);
|
this.dataLayoutControl2.Controls.Add(this.imageComboBoxEdit1);
|
this.dataLayoutControl2.Controls.Add(this.imageComboBoxEdit2);
|
this.dataLayoutControl2.Location = new System.Drawing.Point(12, 12);
|
this.dataLayoutControl2.Name = "dataLayoutControl2";
|
this.dataLayoutControl2.Root = this.layoutControlGroup1;
|
this.dataLayoutControl2.Size = new System.Drawing.Size(1120, 729);
|
this.dataLayoutControl2.TabIndex = 4;
|
this.dataLayoutControl2.Text = "dataLayoutControl2";
|
//
|
// dateEditEndDate
|
//
|
this.dateEditEndDate.EditValue = null;
|
this.dateEditEndDate.Location = new System.Drawing.Point(255, 12);
|
this.dateEditEndDate.Name = "dateEditEndDate";
|
this.dateEditEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.dateEditEndDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.dateEditEndDate.Size = new System.Drawing.Size(121, 20);
|
this.dateEditEndDate.StyleController = this.dataLayoutControl2;
|
this.dateEditEndDate.TabIndex = 8;
|
//
|
// dateEditStartDate
|
//
|
this.dateEditStartDate.EditValue = null;
|
this.dateEditStartDate.Location = new System.Drawing.Point(72, 12);
|
this.dateEditStartDate.Name = "dateEditStartDate";
|
this.dateEditStartDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.dateEditStartDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.dateEditStartDate.Size = new System.Drawing.Size(119, 20);
|
this.dateEditStartDate.StyleController = this.dataLayoutControl2;
|
this.dateEditStartDate.TabIndex = 7;
|
//
|
// gridControl1
|
//
|
this.gridControl1.DataSource = this.eboxLogViewModelBindingSource;
|
this.gridControl1.Location = new System.Drawing.Point(12, 38);
|
this.gridControl1.MainView = this.gridView1;
|
this.gridControl1.Name = "gridControl1";
|
this.gridControl1.Size = new System.Drawing.Size(1096, 669);
|
this.gridControl1.TabIndex = 6;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// eboxLogViewModelBindingSource
|
//
|
this.eboxLogViewModelBindingSource.DataSource = typeof(IBoxLogViewModel);
|
//
|
// gridView1
|
//
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colEventTime,
|
this.colLogEvent,
|
this.colLogResult,
|
this.colLogContent});
|
this.gridView1.GridControl = this.gridControl1;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.OptionsBehavior.Editable = false;
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
|
this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView1_CustomColumnDisplayText);
|
//
|
// colEventTime
|
//
|
this.colEventTime.Caption = "时间";
|
this.colEventTime.FieldName = "EventTime";
|
this.colEventTime.MaxWidth = 200;
|
this.colEventTime.Name = "colEventTime";
|
this.colEventTime.Visible = true;
|
this.colEventTime.VisibleIndex = 0;
|
this.colEventTime.Width = 200;
|
//
|
// colLogEvent
|
//
|
this.colLogEvent.Caption = "事件名称";
|
this.colLogEvent.FieldName = "LogEvent";
|
this.colLogEvent.MaxWidth = 100;
|
this.colLogEvent.Name = "colLogEvent";
|
this.colLogEvent.Visible = true;
|
this.colLogEvent.VisibleIndex = 1;
|
this.colLogEvent.Width = 100;
|
//
|
// colLogResult
|
//
|
this.colLogResult.Caption = "事件结果";
|
this.colLogResult.FieldName = "LogResult";
|
this.colLogResult.MinWidth = 150;
|
this.colLogResult.Name = "colLogResult";
|
this.colLogResult.Visible = true;
|
this.colLogResult.VisibleIndex = 2;
|
this.colLogResult.Width = 150;
|
//
|
// colLogContent
|
//
|
this.colLogContent.Caption = "内容";
|
this.colLogContent.FieldName = "LogContent";
|
this.colLogContent.Name = "colLogContent";
|
this.colLogContent.Visible = true;
|
this.colLogContent.VisibleIndex = 3;
|
this.colLogContent.Width = 621;
|
//
|
// simpleButton2
|
//
|
this.simpleButton2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.simpleButton2.Appearance.Options.UseBackColor = true;
|
this.simpleButton2.Location = new System.Drawing.Point(1004, 12);
|
this.simpleButton2.Name = "simpleButton2";
|
this.simpleButton2.Size = new System.Drawing.Size(104, 22);
|
this.simpleButton2.StyleController = this.dataLayoutControl2;
|
this.simpleButton2.TabIndex = 5;
|
this.simpleButton2.Text = "清空";
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
//
|
// simpleButton1
|
//
|
this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.simpleButton1.Appearance.Options.UseBackColor = true;
|
this.simpleButton1.Location = new System.Drawing.Point(912, 12);
|
this.simpleButton1.Name = "simpleButton1";
|
this.simpleButton1.Size = new System.Drawing.Size(88, 22);
|
this.simpleButton1.StyleController = this.dataLayoutControl2;
|
this.simpleButton1.TabIndex = 4;
|
this.simpleButton1.Text = "查询";
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// imageComboBoxEdit1
|
//
|
this.imageComboBoxEdit1.Location = new System.Drawing.Point(440, 12);
|
this.imageComboBoxEdit1.Name = "imageComboBoxEdit1";
|
this.imageComboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.imageComboBoxEdit1.Size = new System.Drawing.Size(116, 20);
|
this.imageComboBoxEdit1.StyleController = this.dataLayoutControl2;
|
this.imageComboBoxEdit1.TabIndex = 9;
|
//
|
// imageComboBoxEdit2
|
//
|
this.imageComboBoxEdit2.Location = new System.Drawing.Point(620, 12);
|
this.imageComboBoxEdit2.Name = "imageComboBoxEdit2";
|
this.imageComboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.imageComboBoxEdit2.Size = new System.Drawing.Size(142, 20);
|
this.imageComboBoxEdit2.StyleController = this.dataLayoutControl2;
|
this.imageComboBoxEdit2.TabIndex = 10;
|
//
|
// layoutControlGroup1
|
//
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem2,
|
this.emptySpaceItem1,
|
this.layoutControlItem3,
|
this.layoutControlItem4,
|
this.layoutControlItem5,
|
this.layoutControlItem6,
|
this.layoutControlItem7,
|
this.layoutControlItem8,
|
this.emptySpaceItem2});
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
this.layoutControlGroup1.Size = new System.Drawing.Size(1120, 729);
|
this.layoutControlGroup1.TextVisible = false;
|
//
|
// layoutControlItem2
|
//
|
this.layoutControlItem2.Control = this.simpleButton1;
|
this.layoutControlItem2.Location = new System.Drawing.Point(900, 0);
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
this.layoutControlItem2.Size = new System.Drawing.Size(92, 26);
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem2.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
this.emptySpaceItem1.AllowHotTrack = false;
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 699);
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
this.emptySpaceItem1.Size = new System.Drawing.Size(1100, 10);
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// layoutControlItem3
|
//
|
this.layoutControlItem3.Control = this.simpleButton2;
|
this.layoutControlItem3.Location = new System.Drawing.Point(992, 0);
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
this.layoutControlItem3.Size = new System.Drawing.Size(108, 26);
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem3.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
this.layoutControlItem4.Control = this.gridControl1;
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 26);
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
this.layoutControlItem4.Size = new System.Drawing.Size(1100, 673);
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem4.TextVisible = false;
|
//
|
// layoutControlItem5
|
//
|
this.layoutControlItem5.Control = this.dateEditStartDate;
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
this.layoutControlItem5.Size = new System.Drawing.Size(183, 26);
|
this.layoutControlItem5.Text = "开始日期";
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
|
//
|
// layoutControlItem6
|
//
|
this.layoutControlItem6.Control = this.dateEditEndDate;
|
this.layoutControlItem6.Location = new System.Drawing.Point(183, 0);
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
this.layoutControlItem6.Size = new System.Drawing.Size(185, 26);
|
this.layoutControlItem6.Text = "结束日期";
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(48, 14);
|
//
|
// layoutControlItem7
|
//
|
this.layoutControlItem7.Control = this.imageComboBoxEdit1;
|
this.layoutControlItem7.Location = new System.Drawing.Point(368, 0);
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
this.layoutControlItem7.Size = new System.Drawing.Size(180, 26);
|
this.layoutControlItem7.Text = "事件名称";
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(48, 14);
|
//
|
// layoutControlItem8
|
//
|
this.layoutControlItem8.Control = this.imageComboBoxEdit2;
|
this.layoutControlItem8.Location = new System.Drawing.Point(548, 0);
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
this.layoutControlItem8.Size = new System.Drawing.Size(206, 26);
|
this.layoutControlItem8.Text = "事件结果";
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(48, 14);
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem1});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(1144, 753);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.Control = this.dataLayoutControl2;
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Size = new System.Drawing.Size(1124, 733);
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem1.TextVisible = false;
|
//
|
// emptySpaceItem2
|
//
|
this.emptySpaceItem2.AllowHotTrack = false;
|
this.emptySpaceItem2.Location = new System.Drawing.Point(754, 0);
|
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
this.emptySpaceItem2.Size = new System.Drawing.Size(146, 26);
|
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
//
|
// EboxFormLog
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.dataLayoutControl1);
|
this.Name = "EboxFormLog";
|
this.Size = new System.Drawing.Size(1144, 753);
|
this.Load += new System.EventHandler(this.EboxFormLog_Load);
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit();
|
this.dataLayoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl2)).EndInit();
|
this.dataLayoutControl2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.dateEditEndDate.Properties.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dateEditEndDate.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dateEditStartDate.Properties.CalendarTimeProperties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.dateEditStartDate.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.eboxLogViewModelBindingSource)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.imageComboBoxEdit1.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.imageComboBoxEdit2.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl2;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private System.Windows.Forms.BindingSource eboxLogViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colLogEvent;
|
private DevExpress.XtraGrid.Columns.GridColumn colLogResult;
|
private DevExpress.XtraGrid.Columns.GridColumn colEventTime;
|
private DevExpress.XtraGrid.Columns.GridColumn colLogContent;
|
private DevExpress.XtraEditors.DateEdit dateEditEndDate;
|
private DevExpress.XtraEditors.DateEdit dateEditStartDate;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
private DevExpress.XtraEditors.ImageComboBoxEdit imageComboBoxEdit1;
|
private DevExpress.XtraEditors.ImageComboBoxEdit imageComboBoxEdit2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
}
|
}
|