• Y
  • All List
  • Feedback
    • This Project
    • All Projects
My profile Account settings Log out
  • Project
  • Groups
Loading...
  • Log in
  • Sign up
sbkim / 한국하우톤_현황판 star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
한국하우톤_현황판KHPANELucTempControl.Designer.cs
Download as .zip file
File name
Commit message
Commit date
KHPANEL
초기 커밋.
2022-06-23
.gitattributes
.gitignore 및 .gitattributes를 추가하세요.
2022-06-23
.gitignore
.gitignore 및 .gitattributes를 추가하세요.
2022-06-23
KHPANEL.sln
초기 커밋.
2022-06-23
File name
Commit message
Commit date
Properties
초기 커밋.
2022-06-23
Resources
초기 커밋.
2022-06-23
App.config
초기 커밋.
2022-06-23
CircularProgressBar.cs
초기 커밋.
2022-06-23
DBConnectionSingleton.cs
초기 커밋.
2022-06-23
FormHTPanel_1.Designer.cs
초기 커밋.
2022-06-23
FormHTPanel_1.cs
초기 커밋.
2022-06-23
FormHTPanel_1.resx
초기 커밋.
2022-06-23
Form_Main.Designer.cs
초기 커밋.
2022-06-23
Form_Main.cs
초기 커밋.
2022-06-23
Form_Main.resx
초기 커밋.
2022-06-23
KHPANEL.csproj
초기 커밋.
2022-06-23
Program.cs
초기 커밋.
2022-06-23
ucScreen.Designer.cs
초기 커밋.
2022-06-23
ucScreen.cs
초기 커밋.
2022-06-23
ucScreen.resx
초기 커밋.
2022-06-23
ucTempControl.Designer.cs
초기 커밋.
2022-06-23
ucTempControl.cs
초기 커밋.
2022-06-23
ucTempControl.resx
초기 커밋.
2022-06-23
sbkim 2022-06-23 2c41f58 초기 커밋. UNIX
Raw Open in browser Change history
 namespace KHPANEL { partial class ucTempControl { /// <summary> /// 필수 디자이너 변수입니다. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// 사용 중인 모든 리소스를 정리합니다. /// </summary> /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 구성 요소 디자이너에서 생성한 코드 /// <summary> /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. /// </summary> private void InitializeComponent() { this.label_Title = new System.Windows.Forms.Label(); this.panel_Title = new System.Windows.Forms.Panel(); this.circularProgressBar1 = new KHPANEL.CircularProgressBar(); this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.label_Time = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label_Temp = new System.Windows.Forms.Label(); this.labelControl_SetTime = new DevExpress.XtraEditors.LabelControl(); this.labelControl_SetTemp = new DevExpress.XtraEditors.LabelControl(); this.panel_Title.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // label_Title // this.label_Title.AutoSize = true; this.label_Title.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label_Title.Location = new System.Drawing.Point(51, 17); this.label_Title.Name = "label_Title"; this.label_Title.Size = new System.Drawing.Size(90, 32); this.label_Title.TabIndex = 0; this.label_Title.Text = "HBT01"; // // panel_Title // this.panel_Title.Controls.Add(this.label_Title); this.panel_Title.Dock = System.Windows.Forms.DockStyle.Top; this.panel_Title.Location = new System.Drawing.Point(0, 0); this.panel_Title.Name = "panel_Title"; this.panel_Title.Size = new System.Drawing.Size(192, 61); this.panel_Title.TabIndex = 1; // // circularProgressBar1 // this.circularProgressBar1.BackColor = System.Drawing.Color.Transparent; this.circularProgressBar1.BarColor1 = System.Drawing.Color.LightCyan; this.circularProgressBar1.BarColor2 = System.Drawing.Color.DodgerBlue; this.circularProgressBar1.BarWidth = 5F; this.circularProgressBar1.Cursor = System.Windows.Forms.Cursors.IBeam; this.circularProgressBar1.Font = new System.Drawing.Font("Segoe UI", 15F); this.circularProgressBar1.ForeColor = System.Drawing.Color.Transparent; this.circularProgressBar1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal; this.circularProgressBar1.LineColor = System.Drawing.Color.Transparent; this.circularProgressBar1.LineWidth = 1; this.circularProgressBar1.Location = new System.Drawing.Point(11, 63); this.circularProgressBar1.Maximum = ((long)(100)); this.circularProgressBar1.MinimumSize = new System.Drawing.Size(100, 100); this.circularProgressBar1.Name = "circularProgressBar1"; this.circularProgressBar1.ProgressShape = KHPANEL.CircularProgressBar._ProgressShape.Flat; this.circularProgressBar1.Size = new System.Drawing.Size(171, 171); this.circularProgressBar1.TabIndex = 2; this.circularProgressBar1.TextMode = KHPANEL.CircularProgressBar._TextMode.None; this.circularProgressBar1.Value = ((long)(100)); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label1.ForeColor = System.Drawing.Color.Gainsboro; this.label1.Location = new System.Drawing.Point(107, 110); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(39, 32); this.label1.TabIndex = 3; this.label1.Text = "분"; // // panel1 // this.panel1.Controls.Add(this.label_Time); this.panel1.Location = new System.Drawing.Point(45, 111); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(72, 30); this.panel1.TabIndex = 4; // // label_Time // this.label_Time.Dock = System.Windows.Forms.DockStyle.Fill; this.label_Time.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label_Time.ForeColor = System.Drawing.Color.Gainsboro; this.label_Time.Location = new System.Drawing.Point(0, 0); this.label_Time.Name = "label_Time"; this.label_Time.Size = new System.Drawing.Size(72, 30); this.label_Time.TabIndex = 4; this.label_Time.Text = "Null"; this.label_Time.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label3.ForeColor = System.Drawing.Color.Gainsboro; this.label3.Location = new System.Drawing.Point(112, 148); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(18, 20); this.label3.TabIndex = 5; this.label3.Text = "o"; // // panel2 // this.panel2.Controls.Add(this.label_Temp); this.panel2.Location = new System.Drawing.Point(45, 152); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(72, 30); this.panel2.TabIndex = 6; // // label_Temp // this.label_Temp.Dock = System.Windows.Forms.DockStyle.Fill; this.label_Temp.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label_Temp.ForeColor = System.Drawing.Color.Gainsboro; this.label_Temp.Location = new System.Drawing.Point(0, 0); this.label_Temp.Name = "label_Temp"; this.label_Temp.Size = new System.Drawing.Size(72, 30); this.label_Temp.TabIndex = 4; this.label_Temp.Text = "Null"; this.label_Temp.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelControl_SetTime // this.labelControl_SetTime.Appearance.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.labelControl_SetTime.Appearance.ForeColor = System.Drawing.Color.Gainsboro; this.labelControl_SetTime.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.labelControl_SetTime.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl_SetTime.Location = new System.Drawing.Point(131, 67); this.labelControl_SetTime.Name = "labelControl_SetTime"; this.labelControl_SetTime.Size = new System.Drawing.Size(53, 19); this.labelControl_SetTime.TabIndex = 7; this.labelControl_SetTime.Text = "xxxx분"; this.labelControl_SetTime.Visible = false; // // labelControl_SetTemp // this.labelControl_SetTemp.Appearance.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold); this.labelControl_SetTemp.Appearance.ForeColor = System.Drawing.Color.Gainsboro; this.labelControl_SetTemp.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; this.labelControl_SetTemp.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl_SetTemp.Location = new System.Drawing.Point(9, 215); this.labelControl_SetTemp.Name = "labelControl_SetTemp"; this.labelControl_SetTemp.Size = new System.Drawing.Size(53, 19); this.labelControl_SetTemp.TabIndex = 8; this.labelControl_SetTemp.Text = "123.3˚"; this.labelControl_SetTemp.Visible = false; // // ucTempControl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Transparent; this.BackgroundImage = global::KHPANEL.Properties.Resources.h_007; this.Controls.Add(this.labelControl_SetTemp); this.Controls.Add(this.labelControl_SetTime); this.Controls.Add(this.label3); this.Controls.Add(this.panel2); this.Controls.Add(this.label1); this.Controls.Add(this.panel1); this.Controls.Add(this.panel_Title); this.Controls.Add(this.circularProgressBar1); this.Name = "ucTempControl"; this.Size = new System.Drawing.Size(192, 242); this.panel_Title.ResumeLayout(false); this.panel_Title.PerformLayout(); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label_Title; private System.Windows.Forms.Panel panel_Title; private CircularProgressBar circularProgressBar1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label_Time; private System.Windows.Forms.Label label3; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label_Temp; public DevExpress.XtraEditors.LabelControl labelControl_SetTime; public DevExpress.XtraEditors.LabelControl labelControl_SetTemp; } }

          
        
    
    
Copyright Yona authors & © NAVER Corp. Supported by D2 Program

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up