diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-08-02 14:02:40 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
| commit | cf4575b94a3c65e6535a159fc71fc885aebc2620 (patch) | |
| tree | 2354f2b7a200e02246a564afefedc32357e62b8e /lib/lufa/Projects/TempDataLogger/TempLogHostApp/DataLoggerSettings.Designer.cs | |
| parent | 75ee8df19e0f14ba466f41ab673dde2fe2fdae9c (diff) | |
| download | qmk_firmware-cf4575b94a3c65e6535a159fc71fc885aebc2620.tar.gz qmk_firmware-cf4575b94a3c65e6535a159fc71fc885aebc2620.zip | |
Fix the LUFA lib to use a submodule instead of just files (#6245)
* Remove LUFA files
* Update descriptions for newer version of LUFA
* Create PR6245.md
* Fix CDC(Serial) type errors
* Fix missed merge conflict for AUDIO_DTYPE_CSInterface
Diffstat (limited to 'lib/lufa/Projects/TempDataLogger/TempLogHostApp/DataLoggerSettings.Designer.cs')
| -rw-r--r-- | lib/lufa/Projects/TempDataLogger/TempLogHostApp/DataLoggerSettings.Designer.cs | 181 |
1 files changed, 0 insertions, 181 deletions
diff --git a/lib/lufa/Projects/TempDataLogger/TempLogHostApp/DataLoggerSettings.Designer.cs b/lib/lufa/Projects/TempDataLogger/TempLogHostApp/DataLoggerSettings.Designer.cs deleted file mode 100644 index 58fac5144..000000000 --- a/lib/lufa/Projects/TempDataLogger/TempLogHostApp/DataLoggerSettings.Designer.cs +++ /dev/null | |||
| @@ -1,181 +0,0 @@ | |||
| 1 | namespace Project1HostApp | ||
| 2 | { | ||
| 3 | partial class frmDataloggerSettings | ||
| 4 | { | ||
| 5 | /// <summary> | ||
| 6 | /// Required designer variable. | ||
| 7 | /// </summary> | ||
| 8 | private System.ComponentModel.IContainer components = null; | ||
| 9 | |||
| 10 | /// <summary> | ||
| 11 | /// Clean up any resources being used. | ||
| 12 | /// </summary> | ||
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | ||
| 14 | protected override void Dispose(bool disposing) | ||
| 15 | { | ||
| 16 | if (disposing && (components != null)) | ||
| 17 | { | ||
| 18 | components.Dispose(); | ||
| 19 | } | ||
| 20 | base.Dispose(disposing); | ||
| 21 | } | ||
| 22 | |||
| 23 | #region Windows Form Designer generated code | ||
| 24 | |||
| 25 | /// <summary> | ||
| 26 | /// Required method for Designer support - do not modify | ||
| 27 | /// the contents of this method with the code editor. | ||
| 28 | /// </summary> | ||
| 29 | private void InitializeComponent() | ||
| 30 | { | ||
| 31 | this.btnSetValues = new System.Windows.Forms.Button(); | ||
| 32 | this.dtpTime = new System.Windows.Forms.DateTimePicker(); | ||
| 33 | this.lblTime = new System.Windows.Forms.Label(); | ||
| 34 | this.lblLoggingInterval = new System.Windows.Forms.Label(); | ||
| 35 | this.nudLogInterval = new System.Windows.Forms.NumericUpDown(); | ||
| 36 | this.lblSeconds = new System.Windows.Forms.Label(); | ||
| 37 | this.btnGetValues = new System.Windows.Forms.Button(); | ||
| 38 | this.lblDate = new System.Windows.Forms.Label(); | ||
| 39 | this.dtpDate = new System.Windows.Forms.DateTimePicker(); | ||
| 40 | ((System.ComponentModel.ISupportInitialize)(this.nudLogInterval)).BeginInit(); | ||
| 41 | this.SuspendLayout(); | ||
| 42 | // | ||
| 43 | // btnSetValues | ||
| 44 | // | ||
| 45 | this.btnSetValues.Location = new System.Drawing.Point(168, 136); | ||
| 46 | this.btnSetValues.Name = "btnSetValues"; | ||
| 47 | this.btnSetValues.Size = new System.Drawing.Size(90, 35); | ||
| 48 | this.btnSetValues.TabIndex = 0; | ||
| 49 | this.btnSetValues.Text = "Set Values"; | ||
| 50 | this.btnSetValues.UseVisualStyleBackColor = true; | ||
| 51 | this.btnSetValues.Click += new System.EventHandler(this.btnSetValues_Click); | ||
| 52 | // | ||
| 53 | // dtpTime | ||
| 54 | // | ||
| 55 | this.dtpTime.CustomFormat = ""; | ||
| 56 | this.dtpTime.Format = System.Windows.Forms.DateTimePickerFormat.Time; | ||
| 57 | this.dtpTime.Location = new System.Drawing.Point(148, 61); | ||
| 58 | this.dtpTime.Name = "dtpTime"; | ||
| 59 | this.dtpTime.ShowUpDown = true; | ||
| 60 | this.dtpTime.Size = new System.Drawing.Size(110, 20); | ||
| 61 | this.dtpTime.TabIndex = 1; | ||
| 62 | // | ||
| 63 | // lblTime | ||
| 64 | // | ||
| 65 | this.lblTime.AutoSize = true; | ||
| 66 | this.lblTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | ||
| 67 | this.lblTime.Location = new System.Drawing.Point(51, 67); | ||
| 68 | this.lblTime.Name = "lblTime"; | ||
| 69 | this.lblTime.Size = new System.Drawing.Size(82, 13); | ||
| 70 | this.lblTime.TabIndex = 2; | ||
| 71 | this.lblTime.Text = "Device Time:"; | ||
| 72 | // | ||
| 73 | // lblLoggingInterval | ||
| 74 | // | ||
| 75 | this.lblLoggingInterval.AutoSize = true; | ||
| 76 | this.lblLoggingInterval.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | ||
| 77 | this.lblLoggingInterval.Location = new System.Drawing.Point(30, 101); | ||
| 78 | this.lblLoggingInterval.Name = "lblLoggingInterval"; | ||
| 79 | this.lblLoggingInterval.Size = new System.Drawing.Size(103, 13); | ||
| 80 | this.lblLoggingInterval.TabIndex = 3; | ||
| 81 | this.lblLoggingInterval.Text = "Logging Interval:"; | ||
| 82 | // | ||
| 83 | // nudLogInterval | ||
| 84 | // | ||
| 85 | this.nudLogInterval.Location = new System.Drawing.Point(148, 94); | ||
| 86 | this.nudLogInterval.Maximum = new decimal(new int[] { | ||
| 87 | 60, | ||
| 88 | 0, | ||
| 89 | 0, | ||
| 90 | 0}); | ||
| 91 | this.nudLogInterval.Minimum = new decimal(new int[] { | ||
| 92 | 1, | ||
| 93 | 0, | ||
| 94 | 0, | ||
| 95 | 0}); | ||
| 96 | this.nudLogInterval.Name = "nudLogInterval"; | ||
| 97 | this.nudLogInterval.Size = new System.Drawing.Size(51, 20); | ||
| 98 | this.nudLogInterval.TabIndex = 5; | ||
| 99 | this.nudLogInterval.Value = new decimal(new int[] { | ||
| 100 | 5, | ||
| 101 | 0, | ||
| 102 | 0, | ||
| 103 | 0}); | ||
| 104 | // | ||
| 105 | // lblSeconds | ||
| 106 | // | ||
| 107 | this.lblSeconds.AutoSize = true; | ||
| 108 | this.lblSeconds.Location = new System.Drawing.Point(209, 101); | ||
| 109 | this.lblSeconds.Name = "lblSeconds"; | ||
| 110 | this.lblSeconds.Size = new System.Drawing.Size(49, 13); | ||
| 111 | this.lblSeconds.TabIndex = 6; | ||
| 112 | this.lblSeconds.Text = "Seconds"; | ||
| 113 | // | ||
| 114 | // btnGetValues | ||
| 115 | // | ||
| 116 | this.btnGetValues.Location = new System.Drawing.Point(30, 136); | ||
| 117 | this.btnGetValues.Name = "btnGetValues"; | ||
| 118 | this.btnGetValues.Size = new System.Drawing.Size(90, 35); | ||
| 119 | this.btnGetValues.TabIndex = 7; | ||
| 120 | this.btnGetValues.Text = "Get Values"; | ||
| 121 | this.btnGetValues.UseVisualStyleBackColor = true; | ||
| 122 | this.btnGetValues.Click += new System.EventHandler(this.btnGetValues_Click); | ||
| 123 | // | ||
| 124 | // lblDate | ||
| 125 | // | ||
| 126 | this.lblDate.AutoSize = true; | ||
| 127 | this.lblDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | ||
| 128 | this.lblDate.Location = new System.Drawing.Point(51, 33); | ||
| 129 | this.lblDate.Name = "lblDate"; | ||
| 130 | this.lblDate.Size = new System.Drawing.Size(82, 13); | ||
| 131 | this.lblDate.TabIndex = 8; | ||
| 132 | this.lblDate.Text = "Device Date:"; | ||
| 133 | // | ||
| 134 | // dtpDate | ||
| 135 | // | ||
| 136 | this.dtpDate.CustomFormat = "dd/MM/yyyy"; | ||
| 137 | this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; | ||
| 138 | this.dtpDate.Location = new System.Drawing.Point(148, 27); | ||
| 139 | this.dtpDate.Name = "dtpDate"; | ||
| 140 | this.dtpDate.Size = new System.Drawing.Size(110, 20); | ||
| 141 | this.dtpDate.TabIndex = 9; | ||
| 142 | // | ||
| 143 | // frmDataloggerSettings | ||
| 144 | // | ||
| 145 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | ||
| 146 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||
| 147 | this.ClientSize = new System.Drawing.Size(300, 197); | ||
| 148 | this.Controls.Add(this.dtpDate); | ||
| 149 | this.Controls.Add(this.lblDate); | ||
| 150 | this.Controls.Add(this.btnGetValues); | ||
| 151 | this.Controls.Add(this.lblSeconds); | ||
| 152 | this.Controls.Add(this.nudLogInterval); | ||
| 153 | this.Controls.Add(this.lblLoggingInterval); | ||
| 154 | this.Controls.Add(this.lblTime); | ||
| 155 | this.Controls.Add(this.dtpTime); | ||
| 156 | this.Controls.Add(this.btnSetValues); | ||
| 157 | this.MaximizeBox = false; | ||
| 158 | this.MinimizeBox = false; | ||
| 159 | this.Name = "frmDataloggerSettings"; | ||
| 160 | this.Text = "Datalogger"; | ||
| 161 | this.Load += new System.EventHandler(this.frmDataloggerSettings_Load); | ||
| 162 | ((System.ComponentModel.ISupportInitialize)(this.nudLogInterval)).EndInit(); | ||
| 163 | this.ResumeLayout(false); | ||
| 164 | this.PerformLayout(); | ||
| 165 | |||
| 166 | } | ||
| 167 | |||
| 168 | #endregion | ||
| 169 | |||
| 170 | private System.Windows.Forms.Button btnSetValues; | ||
| 171 | private System.Windows.Forms.DateTimePicker dtpTime; | ||
| 172 | private System.Windows.Forms.Label lblTime; | ||
| 173 | private System.Windows.Forms.Label lblLoggingInterval; | ||
| 174 | private System.Windows.Forms.NumericUpDown nudLogInterval; | ||
| 175 | private System.Windows.Forms.Label lblSeconds; | ||
| 176 | private System.Windows.Forms.Button btnGetValues; | ||
| 177 | private System.Windows.Forms.Label lblDate; | ||
| 178 | private System.Windows.Forms.DateTimePicker dtpDate; | ||
| 179 | } | ||
| 180 | } | ||
| 181 | |||
