frmMultipleFileLogs.Designer.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. namespace LYFZ.Software.MainBusiness.MultipleFileImport
  2. {
  3. partial class frmMultipleFileLogs
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMultipleFileLogs));
  29. this.lb_LogList = new LYFZ.ComponentLibrary.ListBoxEx();
  30. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.plExMainContainer.SuspendLayout();
  33. this.plFormMainContent.SuspendLayout();
  34. this.panelEx1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // plExMainContainer
  38. //
  39. this.plExMainContainer.Controls.Add(this.lb_LogList);
  40. this.plExMainContainer.Controls.Add(this.panelEx1);
  41. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  42. this.plExMainContainer.Size = new System.Drawing.Size(331, 410);
  43. //
  44. // plFormMainContent
  45. //
  46. this.plFormMainContent.Size = new System.Drawing.Size(331, 410);
  47. //
  48. // btnAppFormMaximize
  49. //
  50. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  51. this.btnAppFormMaximize.Location = new System.Drawing.Point(272, 0);
  52. //
  53. // btnAppFormExit
  54. //
  55. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  56. this.btnAppFormExit.Location = new System.Drawing.Point(299, 0);
  57. //
  58. // btnAppFormMinimize
  59. //
  60. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  61. this.btnAppFormMinimize.Location = new System.Drawing.Point(272, 0);
  62. //
  63. // lb_LogList
  64. //
  65. this.lb_LogList.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.lb_LogList.FormattingEnabled = true;
  67. this.lb_LogList.ItemHeight = 12;
  68. this.lb_LogList.Location = new System.Drawing.Point(5, 42);
  69. this.lb_LogList.Name = "lb_LogList";
  70. this.lb_LogList.Size = new System.Drawing.Size(321, 363);
  71. this.lb_LogList.TabIndex = 0;
  72. //
  73. // panelEx1
  74. //
  75. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  76. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  77. this.panelEx1.BorderWidth = 1;
  78. this.panelEx1.Controls.Add(this.labelEx1);
  79. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  80. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  81. this.panelEx1.Name = "panelEx1";
  82. this.panelEx1.Size = new System.Drawing.Size(321, 37);
  83. this.panelEx1.TabIndex = 1;
  84. //
  85. // labelEx1
  86. //
  87. this.labelEx1.AutoSize = true;
  88. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  89. this.labelEx1.ForeColor = System.Drawing.Color.Red;
  90. this.labelEx1.Location = new System.Drawing.Point(4, 10);
  91. this.labelEx1.Name = "labelEx1";
  92. this.labelEx1.Size = new System.Drawing.Size(80, 17);
  93. this.labelEx1.TabIndex = 0;
  94. this.labelEx1.Text = "双击打开日志";
  95. //
  96. // frmMultipleFileLogs
  97. //
  98. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  99. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  101. this.ClientSize = new System.Drawing.Size(331, 475);
  102. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  103. this.MaximizeBox = false;
  104. this.MinimizeBox = false;
  105. this.Name = "frmMultipleFileLogs";
  106. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  107. this.Text = "日志列表";
  108. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  109. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  110. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  111. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  112. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  113. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  114. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  115. this.plExMainContainer.ResumeLayout(false);
  116. this.plFormMainContent.ResumeLayout(false);
  117. this.panelEx1.ResumeLayout(false);
  118. this.panelEx1.PerformLayout();
  119. this.ResumeLayout(false);
  120. }
  121. #endregion
  122. private ComponentLibrary.ListBoxEx lb_LogList;
  123. private ComponentLibrary.PanelEx panelEx1;
  124. private ComponentLibrary.LabelEx labelEx1;
  125. }
  126. }