Add project files.

This commit is contained in:
hOLOlu
2021-06-30 17:31:08 +03:00
parent af98c77dc1
commit ae275b40b2
24 changed files with 2337 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
namespace Owf.Controls
{
partial class DigitalDisplayControl
{
/// <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.SuspendLayout();
//
// DigitalDisplayControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Transparent;
this.Name = "DigitalDisplayControl";
this.Size = new System.Drawing.Size(150, 70);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.DigitalGauge_Paint);
this.ResumeLayout(false);
}
#endregion
}
}