Files
ENIG/HMI/Project/ViewForm/fAuto.Designer.cs
2026-02-04 15:26:22 +09:00

101 lines
4.4 KiB
C#

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