版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

126 lines
5.6 KiB

  1. namespace MaiMuAOI.SysUI.SysSet
  2. {
  3. partial class SysLogFrm
  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 Windows Form 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.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  29. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  30. this.tbLog = new System.Windows.Forms.TextBox();
  31. this.loglistView = new System.Windows.Forms.ListView();
  32. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  34. this.splitContainer1.Panel1.SuspendLayout();
  35. this.splitContainer1.Panel2.SuspendLayout();
  36. this.splitContainer1.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // uiTitel1
  40. //
  41. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  42. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  43. this.uiTitel1.Location = new System.Drawing.Point(0, 0);
  44. this.uiTitel1.Name = "uiTitel1";
  45. this.uiTitel1.Size = new System.Drawing.Size(661, 46);
  46. this.uiTitel1.TabIndex = 3;
  47. //
  48. // splitContainer1
  49. //
  50. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.splitContainer1.Location = new System.Drawing.Point(0, 46);
  52. this.splitContainer1.Name = "splitContainer1";
  53. //
  54. // splitContainer1.Panel1
  55. //
  56. this.splitContainer1.Panel1.Controls.Add(this.loglistView);
  57. //
  58. // splitContainer1.Panel2
  59. //
  60. this.splitContainer1.Panel2.Controls.Add(this.tbLog);
  61. this.splitContainer1.Size = new System.Drawing.Size(661, 524);
  62. this.splitContainer1.SplitterDistance = 204;
  63. this.splitContainer1.TabIndex = 4;
  64. //
  65. // tbLog
  66. //
  67. this.tbLog.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.tbLog.Location = new System.Drawing.Point(0, 0);
  69. this.tbLog.Multiline = true;
  70. this.tbLog.Name = "tbLog";
  71. this.tbLog.ReadOnly = true;
  72. this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  73. this.tbLog.Size = new System.Drawing.Size(453, 524);
  74. this.tbLog.TabIndex = 0;
  75. //
  76. // loglistView
  77. //
  78. this.loglistView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  79. this.columnHeader1});
  80. this.loglistView.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.loglistView.HideSelection = false;
  82. this.loglistView.Location = new System.Drawing.Point(0, 0);
  83. this.loglistView.MultiSelect = false;
  84. this.loglistView.Name = "loglistView";
  85. this.loglistView.Size = new System.Drawing.Size(204, 524);
  86. this.loglistView.TabIndex = 5;
  87. this.loglistView.UseCompatibleStateImageBehavior = false;
  88. this.loglistView.View = System.Windows.Forms.View.Details;
  89. this.loglistView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listLogFile_MouseDoubleClick);
  90. //
  91. // columnHeader1
  92. //
  93. this.columnHeader1.Text = "日志文件";
  94. this.columnHeader1.Width = 200;
  95. //
  96. // SysLogFrm
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.ClientSize = new System.Drawing.Size(661, 570);
  101. this.Controls.Add(this.splitContainer1);
  102. this.Controls.Add(this.uiTitel1);
  103. this.Name = "SysLogFrm";
  104. this.Text = "日志查询";
  105. this.Load += new System.EventHandler(this.SysLogFrm_Load);
  106. this.splitContainer1.Panel1.ResumeLayout(false);
  107. this.splitContainer1.Panel2.ResumeLayout(false);
  108. this.splitContainer1.Panel2.PerformLayout();
  109. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  110. this.splitContainer1.ResumeLayout(false);
  111. this.ResumeLayout(false);
  112. }
  113. #endregion
  114. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  115. private System.Windows.Forms.SplitContainer splitContainer1;
  116. private System.Windows.Forms.TextBox tbLog;
  117. private System.Windows.Forms.ListView loglistView;
  118. private System.Windows.Forms.ColumnHeader columnHeader1;
  119. }
  120. }