repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
Diff: HspGuiSourceV301/GuiDLLs/RPCSupport/Dialogs/RpcLog.Designer.cs
- Revision:
- 20:6d2af70c92ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HspGuiSourceV301/GuiDLLs/RPCSupport/Dialogs/RpcLog.Designer.cs Tue Apr 06 06:41:40 2021 +0000 @@ -0,0 +1,126 @@ +namespace RPCSupport.Dialogs +{ + partial class RpcLog + { + /// <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() + { + this.txt_Status = new System.Windows.Forms.TextBox(); + this.label1 = new System.Windows.Forms.Label(); + this.btn_Clear = new MaximStyle.MaximButton(); + this.listBox1 = new System.Windows.Forms.ListBox(); + this.btnSaveToFile = new MaximStyle.MaximButton(); + this.SuspendLayout(); + // + // txt_Status + // + this.txt_Status.Anchor = System.Windows.Forms.AnchorStyles.None; + this.txt_Status.BackColor = System.Drawing.Color.White; + this.txt_Status.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.txt_Status.Location = new System.Drawing.Point(222, 12); + this.txt_Status.Multiline = true; + this.txt_Status.Name = "txt_Status"; + this.txt_Status.ReadOnly = true; + this.txt_Status.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; + this.txt_Status.Size = new System.Drawing.Size(60, 54); + this.txt_Status.TabIndex = 7; + this.txt_Status.TabStop = false; + this.txt_Status.Visible = false; + this.txt_Status.TextChanged += new System.EventHandler(this.txt_Status_TextChanged); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label1.Location = new System.Drawing.Point(12, 17); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(78, 17); + this.label1.TabIndex = 8; + this.label1.Text = "Status Log"; + // + // btn_Clear + // + this.btn_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.btn_Clear.Location = new System.Drawing.Point(481, 12); + this.btn_Clear.Name = "btn_Clear"; + this.btn_Clear.Size = new System.Drawing.Size(81, 22); + this.btn_Clear.TabIndex = 9; + this.btn_Clear.Text = "Clear Log"; + this.btn_Clear.UseVisualStyleBackColor = true; + this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click); + // + // listBox1 + // + this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.listBox1.FormattingEnabled = true; + this.listBox1.Location = new System.Drawing.Point(15, 41); + this.listBox1.Name = "listBox1"; + this.listBox1.Size = new System.Drawing.Size(547, 251); + this.listBox1.TabIndex = 10; + // + // btnSaveToFile + // + this.btnSaveToFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.btnSaveToFile.Location = new System.Drawing.Point(394, 13); + this.btnSaveToFile.Name = "btnSaveToFile"; + this.btnSaveToFile.Size = new System.Drawing.Size(81, 22); + this.btnSaveToFile.TabIndex = 11; + this.btnSaveToFile.Text = "Save To File"; + this.btnSaveToFile.UseVisualStyleBackColor = true; + this.btnSaveToFile.Click += new System.EventHandler(this.btnSaveToFile_Click); + // + // RpcLog + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.Color.White; + this.ClientSize = new System.Drawing.Size(574, 309); + this.Controls.Add(this.btnSaveToFile); + this.Controls.Add(this.listBox1); + this.Controls.Add(this.btn_Clear); + this.Controls.Add(this.txt_Status); + this.Controls.Add(this.label1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "RpcLog"; + this.Text = "RpcLog"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.TextBox txt_Status; + private System.Windows.Forms.Label label1; + private MaximStyle.MaximButton btn_Clear; + private System.Windows.Forms.ListBox listBox1; + private MaximStyle.MaximButton btnSaveToFile; + } +} \ No newline at end of file