using System;
using System.Drawing;
using System.Windows.Forms;
namespace Project.ViewForm
{
partial class fAuto
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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.Font = new Font("Tahoma", 8F, FontStyle.Bold);
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;
}
}