CtrlSvrLog.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. namespace DW5S.App.UserControl
  2. {
  3. partial class CtrlSvrLog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. this.gridLog = new DevExpress.XtraGrid.GridControl();
  30. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  31. this.txtLogModules = new DevExpress.XtraEditors.ImageComboBoxEdit();
  32. this.txtStart = new DevExpress.XtraEditors.DateEdit();
  33. this.txtEnd = new DevExpress.XtraEditors.DateEdit();
  34. this.btnQuery = new DevExpress.XtraEditors.SimpleButton();
  35. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  36. this.panelControl1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.gridLog)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.txtLogModules.Properties)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.txtStart.Properties)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.txtStart.Properties.CalendarTimeProperties)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.txtEnd.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.txtEnd.Properties.CalendarTimeProperties)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // panelControl1
  47. //
  48. this.panelControl1.Controls.Add(this.btnQuery);
  49. this.panelControl1.Controls.Add(this.txtEnd);
  50. this.panelControl1.Controls.Add(this.txtStart);
  51. this.panelControl1.Controls.Add(this.txtLogModules);
  52. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
  53. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  54. this.panelControl1.Name = "panelControl1";
  55. this.panelControl1.Size = new System.Drawing.Size(805, 31);
  56. this.panelControl1.TabIndex = 2;
  57. //
  58. // gridLog
  59. //
  60. this.gridLog.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.gridLog.Location = new System.Drawing.Point(0, 31);
  62. this.gridLog.MainView = this.gridView1;
  63. this.gridLog.Name = "gridLog";
  64. this.gridLog.Size = new System.Drawing.Size(805, 459);
  65. this.gridLog.TabIndex = 3;
  66. this.gridLog.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  67. this.gridView1});
  68. //
  69. // gridView1
  70. //
  71. this.gridView1.GridControl = this.gridLog;
  72. this.gridView1.Name = "gridView1";
  73. //
  74. // txtLogModules
  75. //
  76. this.txtLogModules.Location = new System.Drawing.Point(5, 5);
  77. this.txtLogModules.Name = "txtLogModules";
  78. this.txtLogModules.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  79. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  80. this.txtLogModules.Size = new System.Drawing.Size(187, 20);
  81. this.txtLogModules.TabIndex = 0;
  82. //
  83. // txtStart
  84. //
  85. this.txtStart.EditValue = null;
  86. this.txtStart.Location = new System.Drawing.Point(198, 5);
  87. this.txtStart.Name = "txtStart";
  88. this.txtStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  89. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  90. this.txtStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  91. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  92. this.txtStart.Size = new System.Drawing.Size(216, 20);
  93. this.txtStart.TabIndex = 1;
  94. //
  95. // txtEnd
  96. //
  97. this.txtEnd.EditValue = null;
  98. this.txtEnd.Location = new System.Drawing.Point(420, 5);
  99. this.txtEnd.Name = "txtEnd";
  100. this.txtEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  101. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  102. this.txtEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  103. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  104. this.txtEnd.Size = new System.Drawing.Size(216, 20);
  105. this.txtEnd.TabIndex = 1;
  106. //
  107. // btnQuery
  108. //
  109. this.btnQuery.Location = new System.Drawing.Point(642, 4);
  110. this.btnQuery.Name = "btnQuery";
  111. this.btnQuery.Size = new System.Drawing.Size(75, 23);
  112. this.btnQuery.TabIndex = 2;
  113. this.btnQuery.Text = "查询";
  114. this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
  115. //
  116. // CtrlSvrLog
  117. //
  118. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  119. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  120. this.Controls.Add(this.gridLog);
  121. this.Controls.Add(this.panelControl1);
  122. this.Name = "CtrlSvrLog";
  123. this.Size = new System.Drawing.Size(805, 490);
  124. this.Load += new System.EventHandler(this.CtrlSvrs_Load);
  125. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  126. this.panelControl1.ResumeLayout(false);
  127. ((System.ComponentModel.ISupportInitialize)(this.gridLog)).EndInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.txtLogModules.Properties)).EndInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.txtStart.Properties.CalendarTimeProperties)).EndInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.txtStart.Properties)).EndInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.txtEnd.Properties.CalendarTimeProperties)).EndInit();
  133. ((System.ComponentModel.ISupportInitialize)(this.txtEnd.Properties)).EndInit();
  134. this.ResumeLayout(false);
  135. }
  136. #endregion
  137. private DevExpress.XtraEditors.PanelControl panelControl1;
  138. private DevExpress.XtraEditors.SimpleButton btnQuery;
  139. private DevExpress.XtraEditors.DateEdit txtEnd;
  140. private DevExpress.XtraEditors.DateEdit txtStart;
  141. private DevExpress.XtraEditors.ImageComboBoxEdit txtLogModules;
  142. private DevExpress.XtraGrid.GridControl gridLog;
  143. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  144. }
  145. }