123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- namespace LYFZ.Software.UI
- {
- partial class frmLogDetailsView
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogDetailsView));
- this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.txtInfo = new System.Windows.Forms.TextBox();
- this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
- this.lbMsg = new LYFZ.ComponentLibrary.LabelEx();
- this.buttonExExit = new LYFZ.ComponentLibrary.ButtonEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.groupBoxEx1.SuspendLayout();
- this.groupBoxEx2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.groupBoxEx1);
- this.plExMainContainer.Controls.Add(this.groupBoxEx2);
- this.plExMainContainer.Size = new System.Drawing.Size(600, 415);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(600, 415);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(541, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(568, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(514, 0);
- //
- // groupBoxEx1
- //
- this.groupBoxEx1.Controls.Add(this.txtInfo);
- this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.groupBoxEx1.Location = new System.Drawing.Point(0, 85);
- this.groupBoxEx1.Name = "groupBoxEx1";
- this.groupBoxEx1.Size = new System.Drawing.Size(600, 330);
- this.groupBoxEx1.TabIndex = 1;
- this.groupBoxEx1.TabStop = false;
- this.groupBoxEx1.Text = "日志详情";
- //
- // txtInfo
- //
- this.txtInfo.BackColor = System.Drawing.Color.White;
- this.txtInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.txtInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtInfo.Location = new System.Drawing.Point(3, 17);
- this.txtInfo.Multiline = true;
- this.txtInfo.Name = "txtInfo";
- this.txtInfo.ReadOnly = true;
- this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.txtInfo.Size = new System.Drawing.Size(594, 310);
- this.txtInfo.TabIndex = 0;
- //
- // groupBoxEx2
- //
- this.groupBoxEx2.Controls.Add(this.lbMsg);
- this.groupBoxEx2.Controls.Add(this.buttonExExit);
- this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Top;
- this.groupBoxEx2.Location = new System.Drawing.Point(0, 0);
- this.groupBoxEx2.Name = "groupBoxEx2";
- this.groupBoxEx2.Size = new System.Drawing.Size(600, 85);
- this.groupBoxEx2.TabIndex = 2;
- this.groupBoxEx2.TabStop = false;
- this.groupBoxEx2.Text = "日志基本信息";
- //
- // lbMsg
- //
- this.lbMsg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lbMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lbMsg.Location = new System.Drawing.Point(20, 19);
- this.lbMsg.Name = "lbMsg";
- this.lbMsg.Size = new System.Drawing.Size(465, 56);
- this.lbMsg.TabIndex = 1;
- this.lbMsg.Text = "lbMsg";
- //
- // buttonExExit
- //
- this.buttonExExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonExExit.BackColor = System.Drawing.Color.Transparent;
- this.buttonExExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonExExit.BackImg")));
- this.buttonExExit.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.buttonExExit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.buttonExExit.ForeColor = System.Drawing.Color.White;
- this.buttonExExit.IsCustomBackImg = false;
- this.buttonExExit.IsShowText = true;
- this.buttonExExit.Location = new System.Drawing.Point(503, 17);
- this.buttonExExit.Name = "buttonExExit";
- this.buttonExExit.Size = new System.Drawing.Size(85, 56);
- this.buttonExExit.TabIndex = 0;
- this.buttonExExit.Text = "关 闭";
- this.buttonExExit.UseVisualStyleBackColor = false;
- //
- // frmLogDetailsView
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(600, 480);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "frmLogDetailsView";
- this.Text = "日志详情查看";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.groupBoxEx1.ResumeLayout(false);
- this.groupBoxEx1.PerformLayout();
- this.groupBoxEx2.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.GroupBoxEx groupBoxEx1;
- private ComponentLibrary.GroupBoxEx groupBoxEx2;
- public ComponentLibrary.ButtonEx buttonExExit;
- public System.Windows.Forms.TextBox txtInfo;
- public ComponentLibrary.LabelEx lbMsg;
- }
- }
|