diff options
| author | AShifter <[email protected]> | 2017-05-05 10:16:29 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-05-05 10:16:29 -0600 |
| commit | a7fff72826ba12a9a87ad4edf38526174e330acb (patch) | |
| tree | 2afba9246adeca69cffc98b77eb4183f680c6165 /ShiftOS.WinForms/DesktopWidgets/HeartbeatWidget.Designer.cs | |
| parent | 13b35b32c2c429e6bd2d7b41ca43cc62f305dbc5 (diff) | |
| parent | 9a2373ec42faeef719cff1c7076af87ef44179a7 (diff) | |
| download | shiftos_thereturn-a7fff72826ba12a9a87ad4edf38526174e330acb.tar.gz shiftos_thereturn-a7fff72826ba12a9a87ad4edf38526174e330acb.tar.bz2 shiftos_thereturn-a7fff72826ba12a9a87ad4edf38526174e330acb.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS.WinForms/DesktopWidgets/HeartbeatWidget.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/DesktopWidgets/HeartbeatWidget.Designer.cs | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/DesktopWidgets/HeartbeatWidget.Designer.cs b/ShiftOS.WinForms/DesktopWidgets/HeartbeatWidget.Designer.cs new file mode 100644 index 0000000..c6a7d83 --- /dev/null +++ b/ShiftOS.WinForms/DesktopWidgets/HeartbeatWidget.Designer.cs @@ -0,0 +1,62 @@ +namespace ShiftOS.WinForms.DesktopWidgets +{ + partial class HeartbeatWidget + { + /// <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 Component 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.lbheartbeat = new System.Windows.Forms.Label(); + this.SuspendLayout(); + // + // lbheartbeat + // + this.lbheartbeat.AutoSize = true; + this.lbheartbeat.Dock = System.Windows.Forms.DockStyle.Fill; + this.lbheartbeat.Location = new System.Drawing.Point(0, 0); + this.lbheartbeat.Name = "lbheartbeat"; + this.lbheartbeat.Size = new System.Drawing.Size(35, 13); + this.lbheartbeat.TabIndex = 0; + this.lbheartbeat.Text = "label1"; + // + // HeartbeatWidget + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoSize = true; + this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.Controls.Add(this.lbheartbeat); + this.Name = "HeartbeatWidget"; + this.Size = new System.Drawing.Size(35, 13); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Label lbheartbeat; + } +} |
