95 lines
3.5 KiB
C#
95 lines
3.5 KiB
C#
namespace Project.ViewForm
|
|
{
|
|
partial class fAuto
|
|
{
|
|
/// <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 Windows Form 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()
|
|
{
|
|
components = new System.ComponentModel.Container();
|
|
timer1 = new System.Windows.Forms.Timer(components);
|
|
ctlAuto1 = new CtlAuto();
|
|
panel1 = new Panel();
|
|
SuspendLayout();
|
|
//
|
|
// timer1
|
|
//
|
|
timer1.Interval = 200;
|
|
timer1.Tick += timer1_Tick;
|
|
//
|
|
// ctlAuto1
|
|
//
|
|
ctlAuto1.BackColor = Color.FromArgb(32, 32, 32);
|
|
ctlAuto1.BorderColor = Color.Transparent;
|
|
ctlAuto1.Font = new Font("맑은 고딕", 20F, FontStyle.Regular, GraphicsUnit.Point, 129);
|
|
ctlAuto1.Font_BMS_Level = new Font("Bahnschrift Condensed", 250F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
ctlAuto1.Font_BMS_Volt = new Font("Bahnschrift Condensed", 50.25F, FontStyle.Bold);
|
|
ctlAuto1.Font_MAIN_BMSLevel = new Font("Arial Narrow", 150F, FontStyle.Bold);
|
|
ctlAuto1.ForeColor = Color.White;
|
|
ctlAuto1.ItemGap = 0;
|
|
ctlAuto1.Items = null;
|
|
ctlAuto1.Location = new Point(835, 338);
|
|
ctlAuto1.MinimumSize = new Size(100, 30);
|
|
ctlAuto1.Name = "ctlAuto1";
|
|
ctlAuto1.ProgressMax = 100F;
|
|
ctlAuto1.ProgressVal = 50F;
|
|
ctlAuto1.Scean = CtlAuto.eScean.Normal;
|
|
ctlAuto1.Size = new Size(179, 241);
|
|
ctlAuto1.StatusMessage = "상태메세지 입니다";
|
|
ctlAuto1.StopMessage = "";
|
|
ctlAuto1.StopTime = new DateTime(0L);
|
|
ctlAuto1.TabIndex = 20;
|
|
ctlAuto1.Text = "ctlAuto1";
|
|
//
|
|
// panel1
|
|
//
|
|
panel1.Dock = DockStyle.Fill;
|
|
panel1.Location = new Point(0, 0);
|
|
panel1.Name = "panel1";
|
|
panel1.Size = new Size(1014, 579);
|
|
panel1.TabIndex = 21;
|
|
//
|
|
// fAuto
|
|
//
|
|
AutoScaleMode = AutoScaleMode.None;
|
|
BackColor = Color.FromArgb(15, 15, 15);
|
|
ClientSize = new Size(1014, 579);
|
|
Controls.Add(panel1);
|
|
Controls.Add(ctlAuto1);
|
|
DoubleBuffered = true;
|
|
FormBorderStyle = FormBorderStyle.None;
|
|
Name = "fAuto";
|
|
Text = "fAuto";
|
|
Load += fAuto_Load;
|
|
VisibleChanged += fAuto_VisibleChanged;
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Timer timer1;
|
|
private CtlAuto ctlAuto1;
|
|
private Panel panel1;
|
|
}
|
|
} |