123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- namespace DW5S.App.UserControl
- {
- partial class CtrlSvrLog
- {
- /// <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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
- this.gridLog = new DevExpress.XtraGrid.GridControl();
- this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.txtLogModules = new DevExpress.XtraEditors.ImageComboBoxEdit();
- this.txtStart = new DevExpress.XtraEditors.DateEdit();
- this.txtEnd = new DevExpress.XtraEditors.DateEdit();
- this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
- this.panelControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gridLog)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtLogModules.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStart.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStart.Properties.CalendarTimeProperties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtEnd.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtEnd.Properties.CalendarTimeProperties)).BeginInit();
- this.SuspendLayout();
- //
- // panelControl1
- //
- this.panelControl1.Controls.Add(this.btnQuery);
- this.panelControl1.Controls.Add(this.txtEnd);
- this.panelControl1.Controls.Add(this.txtStart);
- this.panelControl1.Controls.Add(this.txtLogModules);
- this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelControl1.Location = new System.Drawing.Point(0, 0);
- this.panelControl1.Name = "panelControl1";
- this.panelControl1.Size = new System.Drawing.Size(805, 31);
- this.panelControl1.TabIndex = 2;
- //
- // gridLog
- //
- this.gridLog.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gridLog.Location = new System.Drawing.Point(0, 31);
- this.gridLog.MainView = this.gridView1;
- this.gridLog.Name = "gridLog";
- this.gridLog.Size = new System.Drawing.Size(805, 459);
- this.gridLog.TabIndex = 3;
- this.gridLog.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gridView1});
- //
- // gridView1
- //
- this.gridView1.GridControl = this.gridLog;
- this.gridView1.Name = "gridView1";
- //
- // txtLogModules
- //
- this.txtLogModules.Location = new System.Drawing.Point(5, 5);
- this.txtLogModules.Name = "txtLogModules";
- this.txtLogModules.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txtLogModules.Size = new System.Drawing.Size(187, 20);
- this.txtLogModules.TabIndex = 0;
- //
- // txtStart
- //
- this.txtStart.EditValue = null;
- this.txtStart.Location = new System.Drawing.Point(198, 5);
- this.txtStart.Name = "txtStart";
- this.txtStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txtStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txtStart.Size = new System.Drawing.Size(216, 20);
- this.txtStart.TabIndex = 1;
- //
- // txtEnd
- //
- this.txtEnd.EditValue = null;
- this.txtEnd.Location = new System.Drawing.Point(420, 5);
- this.txtEnd.Name = "txtEnd";
- this.txtEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txtEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txtEnd.Size = new System.Drawing.Size(216, 20);
- this.txtEnd.TabIndex = 1;
- //
- // btnQuery
- //
- this.btnQuery.Location = new System.Drawing.Point(642, 4);
- this.btnQuery.Name = "btnQuery";
- this.btnQuery.Size = new System.Drawing.Size(75, 23);
- this.btnQuery.TabIndex = 2;
- this.btnQuery.Text = "查询";
- this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
- //
- // CtrlSvrLog
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.gridLog);
- this.Controls.Add(this.panelControl1);
- this.Name = "CtrlSvrLog";
- this.Size = new System.Drawing.Size(805, 490);
- this.Load += new System.EventHandler(this.CtrlSvrs_Load);
- ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
- this.panelControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.gridLog)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtLogModules.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStart.Properties.CalendarTimeProperties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStart.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtEnd.Properties.CalendarTimeProperties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtEnd.Properties)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.PanelControl panelControl1;
- private DevExpress.XtraEditors.SimpleButton btnQuery;
- private DevExpress.XtraEditors.DateEdit txtEnd;
- private DevExpress.XtraEditors.DateEdit txtStart;
- private DevExpress.XtraEditors.ImageComboBoxEdit txtLogModules;
- private DevExpress.XtraGrid.GridControl gridLog;
- private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
- }
- }
|