Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
RpcLog.Designer.cs
00001 namespace RPCSupport.Dialogs 00002 { 00003 partial class RpcLog 00004 { 00005 /// <summary> 00006 /// Required designer variable. 00007 /// </summary> 00008 private System.ComponentModel.IContainer components = null; 00009 00010 /// <summary> 00011 /// Clean up any resources being used. 00012 /// </summary> 00013 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 00014 protected override void Dispose(bool disposing) 00015 { 00016 if (disposing && (components != null)) 00017 { 00018 components.Dispose(); 00019 } 00020 base.Dispose(disposing); 00021 } 00022 00023 #region Windows Form Designer generated code 00024 00025 /// <summary> 00026 /// Required method for Designer support - do not modify 00027 /// the contents of this method with the code editor. 00028 /// </summary> 00029 private void InitializeComponent() 00030 { 00031 this.txt_Status = new System.Windows.Forms.TextBox(); 00032 this.label1 = new System.Windows.Forms.Label(); 00033 this.btn_Clear = new MaximStyle.MaximButton(); 00034 this.listBox1 = new System.Windows.Forms.ListBox(); 00035 this.btnSaveToFile = new MaximStyle.MaximButton(); 00036 this.SuspendLayout(); 00037 // 00038 // txt_Status 00039 // 00040 this.txt_Status.Anchor = System.Windows.Forms.AnchorStyles.None; 00041 this.txt_Status.BackColor = System.Drawing.Color.White; 00042 this.txt_Status.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00043 this.txt_Status.Location = new System.Drawing.Point(222, 12); 00044 this.txt_Status.Multiline = true; 00045 this.txt_Status.Name = "txt_Status"; 00046 this.txt_Status.ReadOnly = true; 00047 this.txt_Status.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 00048 this.txt_Status.Size = new System.Drawing.Size(60, 54); 00049 this.txt_Status.TabIndex = 7; 00050 this.txt_Status.TabStop = false; 00051 this.txt_Status.Visible = false; 00052 this.txt_Status.TextChanged += new System.EventHandler(this.txt_Status_TextChanged); 00053 // 00054 // label1 00055 // 00056 this.label1.AutoSize = true; 00057 this.label1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00058 this.label1.Location = new System.Drawing.Point(12, 17); 00059 this.label1.Name = "label1"; 00060 this.label1.Size = new System.Drawing.Size(78, 17); 00061 this.label1.TabIndex = 8; 00062 this.label1.Text = "Status Log"; 00063 // 00064 // btn_Clear 00065 // 00066 this.btn_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 00067 this.btn_Clear.Location = new System.Drawing.Point(481, 12); 00068 this.btn_Clear.Name = "btn_Clear"; 00069 this.btn_Clear.Size = new System.Drawing.Size(81, 22); 00070 this.btn_Clear.TabIndex = 9; 00071 this.btn_Clear.Text = "Clear Log"; 00072 this.btn_Clear.UseVisualStyleBackColor = true; 00073 this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click); 00074 // 00075 // listBox1 00076 // 00077 this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 00078 | System.Windows.Forms.AnchorStyles.Left) 00079 | System.Windows.Forms.AnchorStyles.Right))); 00080 this.listBox1.FormattingEnabled = true; 00081 this.listBox1.Location = new System.Drawing.Point(15, 41); 00082 this.listBox1.Name = "listBox1"; 00083 this.listBox1.Size = new System.Drawing.Size(547, 251); 00084 this.listBox1.TabIndex = 10; 00085 // 00086 // btnSaveToFile 00087 // 00088 this.btnSaveToFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 00089 this.btnSaveToFile.Location = new System.Drawing.Point(394, 13); 00090 this.btnSaveToFile.Name = "btnSaveToFile"; 00091 this.btnSaveToFile.Size = new System.Drawing.Size(81, 22); 00092 this.btnSaveToFile.TabIndex = 11; 00093 this.btnSaveToFile.Text = "Save To File"; 00094 this.btnSaveToFile.UseVisualStyleBackColor = true; 00095 this.btnSaveToFile.Click += new System.EventHandler(this.btnSaveToFile_Click); 00096 // 00097 // RpcLog 00098 // 00099 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 00100 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 00101 this.BackColor = System.Drawing.Color.White; 00102 this.ClientSize = new System.Drawing.Size(574, 309); 00103 this.Controls.Add(this.btnSaveToFile); 00104 this.Controls.Add(this.listBox1); 00105 this.Controls.Add(this.btn_Clear); 00106 this.Controls.Add(this.txt_Status); 00107 this.Controls.Add(this.label1); 00108 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; 00109 this.MaximizeBox = false; 00110 this.MinimizeBox = false; 00111 this.Name = "RpcLog"; 00112 this.Text = "RpcLog"; 00113 this.ResumeLayout(false); 00114 this.PerformLayout(); 00115 00116 } 00117 00118 #endregion 00119 00120 private System.Windows.Forms.TextBox txt_Status; 00121 private System.Windows.Forms.Label label1; 00122 private MaximStyle.MaximButton btn_Clear; 00123 private System.Windows.Forms.ListBox listBox1; 00124 private MaximStyle.MaximButton btnSaveToFile; 00125 } 00126 }
Generated on Tue Jul 12 2022 21:52:40 by
1.7.2