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.
RegisterExportView.Designer.cs
00001 namespace HealthSensorPlatform.CustomControls 00002 { 00003 partial class RegisterExportView 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 Component 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 00032 this.listViewRight = new System.Windows.Forms.ListBox(); 00033 this.listViewLeft = new System.Windows.Forms.ListBox(); 00034 this.label2 = new System.Windows.Forms.Label(); 00035 this.label3 = new System.Windows.Forms.Label(); 00036 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 00037 this.btnRight = new MaximStyle.MaximButton(); 00038 this.btnLeft = new MaximStyle.MaximButton(); 00039 this.btnExport = new MaximStyle.MaximButton(); 00040 this.btnCancel = new MaximStyle.MaximButton(); 00041 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); 00042 this.label1 = new System.Windows.Forms.Label(); 00043 this.tableLayoutPanel1.SuspendLayout(); 00044 this.tableLayoutPanel2.SuspendLayout(); 00045 this.tableLayoutPanel3.SuspendLayout(); 00046 this.SuspendLayout(); 00047 // 00048 // tableLayoutPanel1 00049 // 00050 this.tableLayoutPanel1.BackColor = System.Drawing.Color.White; 00051 this.tableLayoutPanel1.ColumnCount = 5; 00052 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F)); 00053 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 00054 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F)); 00055 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 00056 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 21F)); 00057 this.tableLayoutPanel1.Controls.Add(this.listViewRight, 3, 1); 00058 this.tableLayoutPanel1.Controls.Add(this.listViewLeft, 1, 1); 00059 this.tableLayoutPanel1.Controls.Add(this.label2, 1, 0); 00060 this.tableLayoutPanel1.Controls.Add(this.label3, 3, 0); 00061 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 1); 00062 this.tableLayoutPanel1.Controls.Add(this.btnExport, 3, 3); 00063 this.tableLayoutPanel1.Controls.Add(this.btnCancel, 1, 3); 00064 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 00065 this.tableLayoutPanel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00066 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 26); 00067 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 00068 this.tableLayoutPanel1.RowCount = 4; 00069 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 00070 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 00071 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F)); 00072 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); 00073 this.tableLayoutPanel1.Size = new System.Drawing.Size(392, 415); 00074 this.tableLayoutPanel1.TabIndex = 2; 00075 // 00076 // listViewRight 00077 // 00078 this.listViewRight.Dock = System.Windows.Forms.DockStyle.Fill; 00079 this.listViewRight.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00080 this.listViewRight.ItemHeight = 15; 00081 this.listViewRight.Location = new System.Drawing.Point(231, 23); 00082 this.listViewRight.Name = "listViewRight"; 00083 this.listViewRight.Size = new System.Drawing.Size(137, 334); 00084 this.listViewRight.TabIndex = 1; 00085 // 00086 // listViewLeft 00087 // 00088 this.listViewLeft.BackColor = System.Drawing.SystemColors.Window; 00089 this.listViewLeft.Dock = System.Windows.Forms.DockStyle.Fill; 00090 this.listViewLeft.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00091 this.listViewLeft.ForeColor = System.Drawing.SystemColors.MenuText; 00092 this.listViewLeft.ItemHeight = 15; 00093 this.listViewLeft.Location = new System.Drawing.Point(28, 23); 00094 this.listViewLeft.Name = "listViewLeft"; 00095 this.listViewLeft.Size = new System.Drawing.Size(137, 334); 00096 this.listViewLeft.TabIndex = 2; 00097 // 00098 // label2 00099 // 00100 this.label2.AutoSize = true; 00101 this.label2.Dock = System.Windows.Forms.DockStyle.Bottom; 00102 this.label2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00103 this.label2.Location = new System.Drawing.Point(28, 5); 00104 this.label2.Name = "label2"; 00105 this.label2.Size = new System.Drawing.Size(137, 15); 00106 this.label2.TabIndex = 4; 00107 this.label2.Text = "Available Devices"; 00108 // 00109 // label3 00110 // 00111 this.label3.AutoSize = true; 00112 this.label3.Dock = System.Windows.Forms.DockStyle.Bottom; 00113 this.label3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00114 this.label3.Location = new System.Drawing.Point(231, 5); 00115 this.label3.Name = "label3"; 00116 this.label3.Size = new System.Drawing.Size(137, 15); 00117 this.label3.TabIndex = 5; 00118 this.label3.Text = "Selected Devices"; 00119 // 00120 // tableLayoutPanel2 00121 // 00122 this.tableLayoutPanel2.ColumnCount = 1; 00123 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 00124 this.tableLayoutPanel2.Controls.Add(this.btnRight, 0, 1); 00125 this.tableLayoutPanel2.Controls.Add(this.btnLeft, 0, 3); 00126 this.tableLayoutPanel2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00127 this.tableLayoutPanel2.Location = new System.Drawing.Point(171, 23); 00128 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 00129 this.tableLayoutPanel2.RowCount = 5; 00130 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40.81633F)); 00131 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); 00132 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 18.36735F)); 00133 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); 00134 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40.81633F)); 00135 this.tableLayoutPanel2.Size = new System.Drawing.Size(54, 334); 00136 this.tableLayoutPanel2.TabIndex = 8; 00137 // 00138 // btnRight 00139 // 00140 this.btnRight.Anchor = System.Windows.Forms.AnchorStyles.Top; 00141 this.btnRight.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00142 this.btnRight.Location = new System.Drawing.Point(12, 106); 00143 this.btnRight.Name = "btnRight"; 00144 this.btnRight.Size = new System.Drawing.Size(30, 30); 00145 this.btnRight.TabIndex = 0; 00146 this.btnRight.Text = ">>"; 00147 this.btnRight.UseVisualStyleBackColor = true; 00148 this.btnRight.Click += new System.EventHandler(this.btnRight_Click); 00149 // 00150 // btnLeft 00151 // 00152 this.btnLeft.Anchor = System.Windows.Forms.AnchorStyles.Top; 00153 this.btnLeft.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00154 this.btnLeft.Location = new System.Drawing.Point(12, 192); 00155 this.btnLeft.Name = "btnLeft"; 00156 this.btnLeft.Size = new System.Drawing.Size(30, 30); 00157 this.btnLeft.TabIndex = 1; 00158 this.btnLeft.Text = "<<"; 00159 this.btnLeft.UseVisualStyleBackColor = true; 00160 this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click); 00161 // 00162 // btnExport 00163 // 00164 this.btnExport.Anchor = System.Windows.Forms.AnchorStyles.Top; 00165 this.btnExport.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00166 this.btnExport.Location = new System.Drawing.Point(262, 368); 00167 this.btnExport.Name = "btnExport"; 00168 this.btnExport.Size = new System.Drawing.Size(75, 23); 00169 this.btnExport.TabIndex = 6; 00170 this.btnExport.Text = "Export"; 00171 this.btnExport.UseVisualStyleBackColor = true; 00172 this.btnExport.Click += new System.EventHandler(this.btnExport_Click); 00173 // 00174 // btnCancel 00175 // 00176 this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Top; 00177 this.btnCancel.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00178 this.btnCancel.Location = new System.Drawing.Point(59, 368); 00179 this.btnCancel.Name = "btnCancel"; 00180 this.btnCancel.Size = new System.Drawing.Size(75, 23); 00181 this.btnCancel.TabIndex = 7; 00182 this.btnCancel.Text = "Cancel"; 00183 this.btnCancel.UseVisualStyleBackColor = true; 00184 this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); 00185 // 00186 // tableLayoutPanel3 00187 // 00188 this.tableLayoutPanel3.BackColor = System.Drawing.Color.White; 00189 this.tableLayoutPanel3.ColumnCount = 3; 00190 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 00191 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 00192 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 00193 this.tableLayoutPanel3.Controls.Add(this.label1, 1, 0); 00194 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Top; 00195 this.tableLayoutPanel3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00196 this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); 00197 this.tableLayoutPanel3.Name = "tableLayoutPanel3"; 00198 this.tableLayoutPanel3.RowCount = 1; 00199 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 00200 this.tableLayoutPanel3.Size = new System.Drawing.Size(392, 26); 00201 this.tableLayoutPanel3.TabIndex = 4; 00202 // 00203 // label1 00204 // 00205 this.label1.AutoSize = true; 00206 this.label1.Dock = System.Windows.Forms.DockStyle.Bottom; 00207 this.label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 00208 this.label1.Location = new System.Drawing.Point(23, 11); 00209 this.label1.Name = "label1"; 00210 this.label1.Size = new System.Drawing.Size(346, 15); 00211 this.label1.TabIndex = 4; 00212 this.label1.Text = "Select Devices for Register Export"; 00213 this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter; 00214 // 00215 // RegisterExportView 00216 // 00217 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 00218 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 00219 this.Controls.Add(this.tableLayoutPanel1); 00220 this.Controls.Add(this.tableLayoutPanel3); 00221 this.Name = "RegisterExportView"; 00222 this.Size = new System.Drawing.Size(392, 441); 00223 this.tableLayoutPanel1.ResumeLayout(false); 00224 this.tableLayoutPanel1.PerformLayout(); 00225 this.tableLayoutPanel2.ResumeLayout(false); 00226 this.tableLayoutPanel3.ResumeLayout(false); 00227 this.tableLayoutPanel3.PerformLayout(); 00228 this.ResumeLayout(false); 00229 00230 } 00231 00232 #endregion 00233 00234 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 00235 private System.Windows.Forms.ListBox listViewLeft; 00236 private System.Windows.Forms.Label label2; 00237 private MaximStyle.MaximButton btnExport; 00238 private MaximStyle.MaximButton btnCancel; 00239 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; 00240 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 00241 private MaximStyle.MaximButton btnRight; 00242 private MaximStyle.MaximButton btnLeft; 00243 private System.Windows.Forms.Label label1; 00244 private System.Windows.Forms.ListBox listViewRight; 00245 private System.Windows.Forms.Label label3; 00246 } 00247 }
Generated on Tue Jul 12 2022 21:52:39 by
1.7.2