307 lines
17 KiB
C#
307 lines
17 KiB
C#
|
namespace Intend
|
|||
|
{
|
|||
|
partial class XtraLogForm
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
|
|||
|
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
|||
|
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
|
|||
|
DevExpress.Utils.Layout.StackPanel stackPanel1;
|
|||
|
DevExpress.XtraEditors.LabelControl labelControl1;
|
|||
|
DevExpress.XtraEditors.LabelControl labelControl2;
|
|||
|
DevExpress.XtraEditors.LabelControl labelControl3;
|
|||
|
DevExpress.XtraEditors.LabelControl labelControl4;
|
|||
|
DevExpress.XtraEditors.LabelControl labelControl5;
|
|||
|
DevExpress.XtraEditors.LabelControl labelControl6;
|
|||
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|||
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|||
|
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
|||
|
this.btn_Filter = new DevExpress.XtraEditors.SimpleButton();
|
|||
|
this.inStartDate = new DevExpress.XtraEditors.DateEdit();
|
|||
|
this.inEndDate = new DevExpress.XtraEditors.DateEdit();
|
|||
|
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
|
|||
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|||
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|||
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|||
|
stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
|
|||
|
labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
labelControl5 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
labelControl6 = new DevExpress.XtraEditors.LabelControl();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|||
|
this.layoutControl1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(stackPanel1)).BeginInit();
|
|||
|
stackPanel1.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.inStartDate.Properties.CalendarTimeProperties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.inStartDate.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.inEndDate.Properties.CalendarTimeProperties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.inEndDate.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// layoutControl1
|
|||
|
//
|
|||
|
this.layoutControl1.Controls.Add(this.gridControl1);
|
|||
|
this.layoutControl1.Controls.Add(stackPanel1);
|
|||
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControl1.Name = "layoutControl1";
|
|||
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 223, 812, 500);
|
|||
|
this.layoutControl1.Root = this.layoutControlGroup1;
|
|||
|
this.layoutControl1.Size = new System.Drawing.Size(1420, 656);
|
|||
|
this.layoutControl1.TabIndex = 0;
|
|||
|
this.layoutControl1.Text = "layoutControl1";
|
|||
|
//
|
|||
|
// layoutControlGroup1
|
|||
|
//
|
|||
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|||
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|||
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|||
|
this.layoutControlItem1,
|
|||
|
this.layoutControlItem2});
|
|||
|
this.layoutControlGroup1.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
|||
|
this.layoutControlGroup1.Name = "Root";
|
|||
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
|||
|
columnDefinition1.Width = 100D;
|
|||
|
this.layoutControlGroup1.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
|||
|
columnDefinition1});
|
|||
|
rowDefinition1.Height = 50D;
|
|||
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Absolute;
|
|||
|
rowDefinition2.Height = 100D;
|
|||
|
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
|||
|
this.layoutControlGroup1.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
|||
|
rowDefinition1,
|
|||
|
rowDefinition2});
|
|||
|
this.layoutControlGroup1.Size = new System.Drawing.Size(1420, 656);
|
|||
|
this.layoutControlGroup1.TextVisible = false;
|
|||
|
//
|
|||
|
// stackPanel1
|
|||
|
//
|
|||
|
stackPanel1.Controls.Add(this.btn_Filter);
|
|||
|
stackPanel1.Controls.Add(this.textEdit1);
|
|||
|
stackPanel1.Controls.Add(labelControl1);
|
|||
|
stackPanel1.Controls.Add(labelControl4);
|
|||
|
stackPanel1.Controls.Add(this.inEndDate);
|
|||
|
stackPanel1.Controls.Add(labelControl3);
|
|||
|
stackPanel1.Controls.Add(this.inStartDate);
|
|||
|
stackPanel1.Controls.Add(labelControl2);
|
|||
|
stackPanel1.Controls.Add(labelControl6);
|
|||
|
stackPanel1.Controls.Add(this.comboBoxEdit1);
|
|||
|
stackPanel1.Controls.Add(labelControl5);
|
|||
|
stackPanel1.LayoutDirection = DevExpress.Utils.Layout.StackPanelLayoutDirection.RightToLeft;
|
|||
|
stackPanel1.Location = new System.Drawing.Point(12, 12);
|
|||
|
stackPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|||
|
stackPanel1.Name = "stackPanel1";
|
|||
|
stackPanel1.Size = new System.Drawing.Size(1396, 46);
|
|||
|
stackPanel1.TabIndex = 4;
|
|||
|
//
|
|||
|
// textEdit1
|
|||
|
//
|
|||
|
this.textEdit1.Location = new System.Drawing.Point(1063, 11);
|
|||
|
this.textEdit1.Name = "textEdit1";
|
|||
|
this.textEdit1.Size = new System.Drawing.Size(230, 24);
|
|||
|
this.textEdit1.TabIndex = 0;
|
|||
|
//
|
|||
|
// btn_Filter
|
|||
|
//
|
|||
|
this.btn_Filter.Location = new System.Drawing.Point(1299, 8);
|
|||
|
this.btn_Filter.Name = "btn_Filter";
|
|||
|
this.btn_Filter.Size = new System.Drawing.Size(94, 29);
|
|||
|
this.btn_Filter.TabIndex = 1;
|
|||
|
this.btn_Filter.Text = "搜索";
|
|||
|
//
|
|||
|
// labelControl1
|
|||
|
//
|
|||
|
labelControl1.Location = new System.Drawing.Point(1012, 14);
|
|||
|
labelControl1.Name = "labelControl1";
|
|||
|
labelControl1.Size = new System.Drawing.Size(45, 18);
|
|||
|
labelControl1.TabIndex = 2;
|
|||
|
labelControl1.Text = "关键字";
|
|||
|
//
|
|||
|
// labelControl2
|
|||
|
//
|
|||
|
labelControl2.Location = new System.Drawing.Point(667, 14);
|
|||
|
labelControl2.Name = "labelControl2";
|
|||
|
labelControl2.Size = new System.Drawing.Size(30, 18);
|
|||
|
labelControl2.TabIndex = 3;
|
|||
|
labelControl2.Text = "时间";
|
|||
|
//
|
|||
|
// inStartDate
|
|||
|
//
|
|||
|
this.inStartDate.EditValue = null;
|
|||
|
this.inStartDate.Location = new System.Drawing.Point(703, 11);
|
|||
|
this.inStartDate.Name = "inStartDate";
|
|||
|
this.inStartDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.inStartDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.inStartDate.Size = new System.Drawing.Size(125, 24);
|
|||
|
this.inStartDate.TabIndex = 4;
|
|||
|
//
|
|||
|
// labelControl3
|
|||
|
//
|
|||
|
labelControl3.Location = new System.Drawing.Point(834, 14);
|
|||
|
labelControl3.Name = "labelControl3";
|
|||
|
labelControl3.Size = new System.Drawing.Size(15, 18);
|
|||
|
labelControl3.TabIndex = 5;
|
|||
|
labelControl3.Text = " - ";
|
|||
|
//
|
|||
|
// inEndDate
|
|||
|
//
|
|||
|
this.inEndDate.EditValue = null;
|
|||
|
this.inEndDate.Location = new System.Drawing.Point(855, 11);
|
|||
|
this.inEndDate.Name = "inEndDate";
|
|||
|
this.inEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.inEndDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.inEndDate.Size = new System.Drawing.Size(125, 24);
|
|||
|
this.inEndDate.TabIndex = 6;
|
|||
|
//
|
|||
|
// labelControl4
|
|||
|
//
|
|||
|
labelControl4.Location = new System.Drawing.Point(986, 14);
|
|||
|
labelControl4.Name = "labelControl4";
|
|||
|
labelControl4.Size = new System.Drawing.Size(20, 18);
|
|||
|
labelControl4.TabIndex = 7;
|
|||
|
labelControl4.Text = " ";
|
|||
|
//
|
|||
|
// comboBoxEdit1
|
|||
|
//
|
|||
|
this.comboBoxEdit1.Location = new System.Drawing.Point(510, 11);
|
|||
|
this.comboBoxEdit1.Name = "comboBoxEdit1";
|
|||
|
this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|||
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|||
|
this.comboBoxEdit1.Size = new System.Drawing.Size(125, 24);
|
|||
|
this.comboBoxEdit1.TabIndex = 8;
|
|||
|
//
|
|||
|
// labelControl5
|
|||
|
//
|
|||
|
labelControl5.Location = new System.Drawing.Point(444, 14);
|
|||
|
labelControl5.Name = "labelControl5";
|
|||
|
labelControl5.Size = new System.Drawing.Size(60, 18);
|
|||
|
labelControl5.TabIndex = 9;
|
|||
|
labelControl5.Text = "日志类型";
|
|||
|
//
|
|||
|
// labelControl6
|
|||
|
//
|
|||
|
labelControl6.Location = new System.Drawing.Point(641, 14);
|
|||
|
labelControl6.Name = "labelControl6";
|
|||
|
labelControl6.Size = new System.Drawing.Size(20, 18);
|
|||
|
labelControl6.TabIndex = 10;
|
|||
|
labelControl6.Text = " ";
|
|||
|
//
|
|||
|
// layoutControlItem1
|
|||
|
//
|
|||
|
this.layoutControlItem1.Control = stackPanel1;
|
|||
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|||
|
this.layoutControlItem1.Size = new System.Drawing.Size(1400, 50);
|
|||
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem1.TextVisible = false;
|
|||
|
//
|
|||
|
// gridControl1
|
|||
|
//
|
|||
|
this.gridControl1.Location = new System.Drawing.Point(12, 62);
|
|||
|
this.gridControl1.MainView = this.gridView1;
|
|||
|
this.gridControl1.Name = "gridControl1";
|
|||
|
this.gridControl1.Size = new System.Drawing.Size(1396, 582);
|
|||
|
this.gridControl1.TabIndex = 5;
|
|||
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|||
|
this.gridView1});
|
|||
|
//
|
|||
|
// gridView1
|
|||
|
//
|
|||
|
this.gridView1.GridControl = this.gridControl1;
|
|||
|
this.gridView1.Name = "gridView1";
|
|||
|
//
|
|||
|
// layoutControlItem2
|
|||
|
//
|
|||
|
this.layoutControlItem2.Control = this.gridControl1;
|
|||
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 50);
|
|||
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|||
|
this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
|
|||
|
this.layoutControlItem2.Size = new System.Drawing.Size(1400, 586);
|
|||
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
|||
|
this.layoutControlItem2.TextVisible = false;
|
|||
|
//
|
|||
|
// XtraLogForm
|
|||
|
//
|
|||
|
this.AcceptButton = this.btn_Filter;
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(1420, 656);
|
|||
|
this.Controls.Add(this.layoutControl1);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.Name = "XtraLogForm";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|||
|
this.Text = "日志查看";
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|||
|
this.layoutControl1.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(stackPanel1)).EndInit();
|
|||
|
stackPanel1.ResumeLayout(false);
|
|||
|
stackPanel1.PerformLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.inStartDate.Properties.CalendarTimeProperties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.inStartDate.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.inEndDate.Properties.CalendarTimeProperties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.inEndDate.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|||
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
|||
|
private DevExpress.XtraEditors.SimpleButton btn_Filter;
|
|||
|
private DevExpress.XtraEditors.DateEdit inEndDate;
|
|||
|
private DevExpress.XtraEditors.DateEdit inStartDate;
|
|||
|
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
|
|||
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|||
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|||
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|||
|
}
|
|||
|
}
|