CtrlSvrLog.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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. panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. btnQuery = new DevExpress.XtraEditors.SimpleButton();
  30. txtEnd = new DevExpress.XtraEditors.DateEdit();
  31. txtStart = new DevExpress.XtraEditors.DateEdit();
  32. txtLogModules = new DevExpress.XtraEditors.ImageComboBoxEdit();
  33. gridLog = new DevExpress.XtraGrid.GridControl();
  34. gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. ((System.ComponentModel.ISupportInitialize)panelControl1).BeginInit();
  36. panelControl1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)txtEnd.Properties).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)txtEnd.Properties.CalendarTimeProperties).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)txtStart.Properties).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)txtStart.Properties.CalendarTimeProperties).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)txtLogModules.Properties).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)gridLog).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
  44. SuspendLayout();
  45. //
  46. // panelControl1
  47. //
  48. panelControl1.Controls.Add(btnQuery);
  49. panelControl1.Controls.Add(txtEnd);
  50. panelControl1.Controls.Add(txtStart);
  51. panelControl1.Controls.Add(txtLogModules);
  52. panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
  53. panelControl1.Location = new System.Drawing.Point(0, 0);
  54. panelControl1.Name = "panelControl1";
  55. panelControl1.Size = new System.Drawing.Size(805, 31);
  56. panelControl1.TabIndex = 2;
  57. //
  58. // btnQuery
  59. //
  60. btnQuery.Location = new System.Drawing.Point(642, 4);
  61. btnQuery.Name = "btnQuery";
  62. btnQuery.Size = new System.Drawing.Size(75, 23);
  63. btnQuery.TabIndex = 2;
  64. btnQuery.Text = "查询";
  65. btnQuery.Click += btnQuery_Click;
  66. //
  67. // txtEnd
  68. //
  69. txtEnd.EditValue = null;
  70. txtEnd.Location = new System.Drawing.Point(420, 5);
  71. txtEnd.Name = "txtEnd";
  72. txtEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  73. txtEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  74. txtEnd.Properties.NullText = "结束时间";
  75. txtEnd.Properties.NullValuePrompt = "所示";
  76. txtEnd.Size = new System.Drawing.Size(216, 20);
  77. txtEnd.TabIndex = 1;
  78. txtEnd.ToolTip = "dd";
  79. //
  80. // txtStart
  81. //
  82. txtStart.EditValue = null;
  83. txtStart.Location = new System.Drawing.Point(198, 5);
  84. txtStart.Name = "txtStart";
  85. txtStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  86. txtStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  87. txtStart.Properties.NullText = "开始时间";
  88. txtStart.Size = new System.Drawing.Size(216, 20);
  89. txtStart.TabIndex = 1;
  90. //
  91. // txtLogModules
  92. //
  93. txtLogModules.Location = new System.Drawing.Point(5, 5);
  94. txtLogModules.Name = "txtLogModules";
  95. txtLogModules.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  96. txtLogModules.Size = new System.Drawing.Size(187, 20);
  97. txtLogModules.TabIndex = 0;
  98. //
  99. // gridLog
  100. //
  101. gridLog.Dock = System.Windows.Forms.DockStyle.Fill;
  102. gridLog.Location = new System.Drawing.Point(0, 31);
  103. gridLog.MainView = gridView1;
  104. gridLog.Name = "gridLog";
  105. gridLog.Size = new System.Drawing.Size(805, 459);
  106. gridLog.TabIndex = 3;
  107. gridLog.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
  108. //
  109. // gridView1
  110. //
  111. gridView1.GridControl = gridLog;
  112. gridView1.Name = "gridView1";
  113. //
  114. // CtrlSvrLog
  115. //
  116. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  117. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  118. Controls.Add(gridLog);
  119. Controls.Add(panelControl1);
  120. Name = "CtrlSvrLog";
  121. Size = new System.Drawing.Size(805, 490);
  122. Load += CtrlSvrs_Load;
  123. ((System.ComponentModel.ISupportInitialize)panelControl1).EndInit();
  124. panelControl1.ResumeLayout(false);
  125. ((System.ComponentModel.ISupportInitialize)txtEnd.Properties.CalendarTimeProperties).EndInit();
  126. ((System.ComponentModel.ISupportInitialize)txtEnd.Properties).EndInit();
  127. ((System.ComponentModel.ISupportInitialize)txtStart.Properties.CalendarTimeProperties).EndInit();
  128. ((System.ComponentModel.ISupportInitialize)txtStart.Properties).EndInit();
  129. ((System.ComponentModel.ISupportInitialize)txtLogModules.Properties).EndInit();
  130. ((System.ComponentModel.ISupportInitialize)gridLog).EndInit();
  131. ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
  132. ResumeLayout(false);
  133. }
  134. #endregion
  135. private DevExpress.XtraEditors.PanelControl panelControl1;
  136. private DevExpress.XtraEditors.SimpleButton btnQuery;
  137. private DevExpress.XtraEditors.DateEdit txtEnd;
  138. private DevExpress.XtraEditors.DateEdit txtStart;
  139. private DevExpress.XtraEditors.ImageComboBoxEdit txtLogModules;
  140. private DevExpress.XtraGrid.GridControl gridLog;
  141. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  142. }
  143. }