frmLogDetailsView.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmLogDetailsView
  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(frmLogDetailsView));
  29. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  30. this.txtInfo = new System.Windows.Forms.TextBox();
  31. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  32. this.lbMsg = new LYFZ.ComponentLibrary.LabelEx();
  33. this.buttonExExit = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.plExMainContainer.SuspendLayout();
  35. this.plFormMainContent.SuspendLayout();
  36. this.groupBoxEx1.SuspendLayout();
  37. this.groupBoxEx2.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // plExMainContainer
  41. //
  42. this.plExMainContainer.Controls.Add(this.groupBoxEx1);
  43. this.plExMainContainer.Controls.Add(this.groupBoxEx2);
  44. this.plExMainContainer.Size = new System.Drawing.Size(600, 415);
  45. //
  46. // plFormMainContent
  47. //
  48. this.plFormMainContent.Size = new System.Drawing.Size(600, 415);
  49. //
  50. // btnAppFormMaximize
  51. //
  52. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  53. this.btnAppFormMaximize.Location = new System.Drawing.Point(541, 0);
  54. //
  55. // btnAppFormExit
  56. //
  57. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  58. this.btnAppFormExit.Location = new System.Drawing.Point(568, 0);
  59. //
  60. // btnAppFormMinimize
  61. //
  62. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  63. this.btnAppFormMinimize.Location = new System.Drawing.Point(514, 0);
  64. //
  65. // groupBoxEx1
  66. //
  67. this.groupBoxEx1.Controls.Add(this.txtInfo);
  68. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.groupBoxEx1.Location = new System.Drawing.Point(0, 85);
  70. this.groupBoxEx1.Name = "groupBoxEx1";
  71. this.groupBoxEx1.Size = new System.Drawing.Size(600, 330);
  72. this.groupBoxEx1.TabIndex = 1;
  73. this.groupBoxEx1.TabStop = false;
  74. this.groupBoxEx1.Text = "日志详情";
  75. //
  76. // txtInfo
  77. //
  78. this.txtInfo.BackColor = System.Drawing.Color.White;
  79. this.txtInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.txtInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.txtInfo.Location = new System.Drawing.Point(3, 17);
  82. this.txtInfo.Multiline = true;
  83. this.txtInfo.Name = "txtInfo";
  84. this.txtInfo.ReadOnly = true;
  85. this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  86. this.txtInfo.Size = new System.Drawing.Size(594, 310);
  87. this.txtInfo.TabIndex = 0;
  88. //
  89. // groupBoxEx2
  90. //
  91. this.groupBoxEx2.Controls.Add(this.lbMsg);
  92. this.groupBoxEx2.Controls.Add(this.buttonExExit);
  93. this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Top;
  94. this.groupBoxEx2.Location = new System.Drawing.Point(0, 0);
  95. this.groupBoxEx2.Name = "groupBoxEx2";
  96. this.groupBoxEx2.Size = new System.Drawing.Size(600, 85);
  97. this.groupBoxEx2.TabIndex = 2;
  98. this.groupBoxEx2.TabStop = false;
  99. this.groupBoxEx2.Text = "日志基本信息";
  100. //
  101. // lbMsg
  102. //
  103. this.lbMsg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  104. this.lbMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  105. this.lbMsg.Location = new System.Drawing.Point(20, 19);
  106. this.lbMsg.Name = "lbMsg";
  107. this.lbMsg.Size = new System.Drawing.Size(465, 56);
  108. this.lbMsg.TabIndex = 1;
  109. this.lbMsg.Text = "lbMsg";
  110. //
  111. // buttonExExit
  112. //
  113. this.buttonExExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  114. this.buttonExExit.BackColor = System.Drawing.Color.Transparent;
  115. this.buttonExExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonExExit.BackImg")));
  116. this.buttonExExit.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  117. this.buttonExExit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.buttonExExit.ForeColor = System.Drawing.Color.White;
  119. this.buttonExExit.IsCustomBackImg = false;
  120. this.buttonExExit.IsShowText = true;
  121. this.buttonExExit.Location = new System.Drawing.Point(503, 17);
  122. this.buttonExExit.Name = "buttonExExit";
  123. this.buttonExExit.Size = new System.Drawing.Size(85, 56);
  124. this.buttonExExit.TabIndex = 0;
  125. this.buttonExExit.Text = "关 闭";
  126. this.buttonExExit.UseVisualStyleBackColor = false;
  127. //
  128. // frmLogDetailsView
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  132. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  133. this.ClientSize = new System.Drawing.Size(600, 480);
  134. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  135. this.Name = "frmLogDetailsView";
  136. this.Text = "日志详情查看";
  137. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  138. this.plExMainContainer.ResumeLayout(false);
  139. this.plFormMainContent.ResumeLayout(false);
  140. this.groupBoxEx1.ResumeLayout(false);
  141. this.groupBoxEx1.PerformLayout();
  142. this.groupBoxEx2.ResumeLayout(false);
  143. this.ResumeLayout(false);
  144. }
  145. #endregion
  146. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  147. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  148. public ComponentLibrary.ButtonEx buttonExExit;
  149. public System.Windows.Forms.TextBox txtInfo;
  150. public ComponentLibrary.LabelEx lbMsg;
  151. }
  152. }