![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
repo time
Dependencies: mbed MAX14720 MAX30205 USBDevice
HspGuiSourceV301/GuiDLLs/FileLog/FileLogExample/Form1.Designer.cs@20:6d2af70c92ab, 2021-04-06 (annotated)
- Committer:
- darienf
- Date:
- Tue Apr 06 06:41:40 2021 +0000
- Revision:
- 20:6d2af70c92ab
another repo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
darienf | 20:6d2af70c92ab | 1 | namespace FileLogExample |
darienf | 20:6d2af70c92ab | 2 | { |
darienf | 20:6d2af70c92ab | 3 | partial class Form1 |
darienf | 20:6d2af70c92ab | 4 | { |
darienf | 20:6d2af70c92ab | 5 | /// <summary> |
darienf | 20:6d2af70c92ab | 6 | /// Required designer variable. |
darienf | 20:6d2af70c92ab | 7 | /// </summary> |
darienf | 20:6d2af70c92ab | 8 | private System.ComponentModel.IContainer components = null; |
darienf | 20:6d2af70c92ab | 9 | |
darienf | 20:6d2af70c92ab | 10 | /// <summary> |
darienf | 20:6d2af70c92ab | 11 | /// Clean up any resources being used. |
darienf | 20:6d2af70c92ab | 12 | /// </summary> |
darienf | 20:6d2af70c92ab | 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
darienf | 20:6d2af70c92ab | 14 | protected override void Dispose(bool disposing) |
darienf | 20:6d2af70c92ab | 15 | { |
darienf | 20:6d2af70c92ab | 16 | if (disposing && (components != null)) |
darienf | 20:6d2af70c92ab | 17 | { |
darienf | 20:6d2af70c92ab | 18 | components.Dispose(); |
darienf | 20:6d2af70c92ab | 19 | } |
darienf | 20:6d2af70c92ab | 20 | base.Dispose(disposing); |
darienf | 20:6d2af70c92ab | 21 | } |
darienf | 20:6d2af70c92ab | 22 | |
darienf | 20:6d2af70c92ab | 23 | #region Windows Form Designer generated code |
darienf | 20:6d2af70c92ab | 24 | |
darienf | 20:6d2af70c92ab | 25 | /// <summary> |
darienf | 20:6d2af70c92ab | 26 | /// Required method for Designer support - do not modify |
darienf | 20:6d2af70c92ab | 27 | /// the contents of this method with the code editor. |
darienf | 20:6d2af70c92ab | 28 | /// </summary> |
darienf | 20:6d2af70c92ab | 29 | private void InitializeComponent() |
darienf | 20:6d2af70c92ab | 30 | { |
darienf | 20:6d2af70c92ab | 31 | this.button1 = new System.Windows.Forms.Button(); |
darienf | 20:6d2af70c92ab | 32 | this.button2 = new System.Windows.Forms.Button(); |
darienf | 20:6d2af70c92ab | 33 | this.SuspendLayout(); |
darienf | 20:6d2af70c92ab | 34 | // |
darienf | 20:6d2af70c92ab | 35 | // button1 |
darienf | 20:6d2af70c92ab | 36 | // |
darienf | 20:6d2af70c92ab | 37 | this.button1.Location = new System.Drawing.Point(42, 22); |
darienf | 20:6d2af70c92ab | 38 | this.button1.Name = "button1"; |
darienf | 20:6d2af70c92ab | 39 | this.button1.Size = new System.Drawing.Size(75, 23); |
darienf | 20:6d2af70c92ab | 40 | this.button1.TabIndex = 0; |
darienf | 20:6d2af70c92ab | 41 | this.button1.Text = "Select File"; |
darienf | 20:6d2af70c92ab | 42 | this.button1.UseVisualStyleBackColor = true; |
darienf | 20:6d2af70c92ab | 43 | this.button1.Click += new System.EventHandler(this.button1_Click); |
darienf | 20:6d2af70c92ab | 44 | // |
darienf | 20:6d2af70c92ab | 45 | // button2 |
darienf | 20:6d2af70c92ab | 46 | // |
darienf | 20:6d2af70c92ab | 47 | this.button2.Location = new System.Drawing.Point(42, 60); |
darienf | 20:6d2af70c92ab | 48 | this.button2.Name = "button2"; |
darienf | 20:6d2af70c92ab | 49 | this.button2.Size = new System.Drawing.Size(75, 23); |
darienf | 20:6d2af70c92ab | 50 | this.button2.TabIndex = 1; |
darienf | 20:6d2af70c92ab | 51 | this.button2.Text = "Save Data"; |
darienf | 20:6d2af70c92ab | 52 | this.button2.UseVisualStyleBackColor = true; |
darienf | 20:6d2af70c92ab | 53 | this.button2.Click += new System.EventHandler(this.button2_Click); |
darienf | 20:6d2af70c92ab | 54 | // |
darienf | 20:6d2af70c92ab | 55 | // Form1 |
darienf | 20:6d2af70c92ab | 56 | // |
darienf | 20:6d2af70c92ab | 57 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
darienf | 20:6d2af70c92ab | 58 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
darienf | 20:6d2af70c92ab | 59 | this.ClientSize = new System.Drawing.Size(284, 262); |
darienf | 20:6d2af70c92ab | 60 | this.Controls.Add(this.button2); |
darienf | 20:6d2af70c92ab | 61 | this.Controls.Add(this.button1); |
darienf | 20:6d2af70c92ab | 62 | this.Name = "Form1"; |
darienf | 20:6d2af70c92ab | 63 | this.Text = "Form1"; |
darienf | 20:6d2af70c92ab | 64 | this.ResumeLayout(false); |
darienf | 20:6d2af70c92ab | 65 | |
darienf | 20:6d2af70c92ab | 66 | } |
darienf | 20:6d2af70c92ab | 67 | |
darienf | 20:6d2af70c92ab | 68 | #endregion |
darienf | 20:6d2af70c92ab | 69 | |
darienf | 20:6d2af70c92ab | 70 | private System.Windows.Forms.Button button1; |
darienf | 20:6d2af70c92ab | 71 | private System.Windows.Forms.Button button2; |
darienf | 20:6d2af70c92ab | 72 | } |
darienf | 20:6d2af70c92ab | 73 | } |
darienf | 20:6d2af70c92ab | 74 |