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