• Y
  • All List
  • Feedback
    • This Project
    • All Projects
My profile Account settings Log out
  • Project
  • Groups
Loading...
  • Log in
  • Sign up
sbkim / 한국하우톤_ModbusServer star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
한국하우톤_ModbusServerKHSCALE_TPMainForm.Designer.cs
Download as .zip file
File name
Commit message
Commit date
KHSCALE_TP
..
2022-09-02
ModbusTest
..
2022-09-02
.gitattributes
.gitignore 및 .gitattributes를 추가하세요.
2022-06-23
.gitignore
.gitignore 및 .gitattributes를 추가하세요.
2022-06-23
KHModbus.sln
..
2022-09-02
File name
Commit message
Commit date
Properties
..
2022-09-02
App.config
..
2022-09-02
ComCasCi501.cs
..
2022-09-02
ComFs1020c.cs
..
2022-09-02
ComIcs9000.cs
..
2022-09-02
FormLogin.Designer.cs
..
2022-09-02
FormLogin.cs
..
2022-09-02
FormLogin.resx
..
2022-09-02
FormScale.Designer.cs
..
2022-09-02
FormScale.cs
..
2022-09-02
FormScale.resx
..
2022-09-02
KHSCALE_TP.csproj
..
2022-09-02
MainForm.Designer.cs
..
2022-09-02
MainForm.cs
..
2022-09-02
MainForm.resx
..
2022-09-02
Program.cs
..
2022-09-02
SerialBase.cs
..
2022-09-02
SerialPort.cs
..
2022-09-02
U3Config.cs
..
2022-09-02
U3Database.cs
..
2022-09-02
U3Util.cs
..
2022-09-02
UcInsertWork.Designer.cs
..
2022-09-02
UcInsertWork.cs
..
2022-09-02
UcInsertWork.resx
..
2022-09-02
UcOrderList.Designer.cs
..
2022-09-02
UcOrderList.cs
..
2022-09-02
UcOrderList.resx
..
2022-09-02
UcWork.Designer.cs
..
2022-09-02
UcWork.cs
..
2022-09-02
UcWork.resx
..
2022-09-02
content-window_icon-icons.com_58037.ico
..
2022-09-02
khkang 2022-09-02 a5eb3ed .. UNIX
Raw Open in browser Change history
namespace KHSCALE_TP { partial class MainForm { /// <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 디자이너에서 생성한 코드 /// <summary> /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. /// </summary> private void InitializeComponent() { this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton(); this.panelControl_Manu = new DevExpress.XtraEditors.PanelControl(); this.labelControl_User = new DevExpress.XtraEditors.LabelControl(); this.simpleButton_Login = new DevExpress.XtraEditors.SimpleButton(); this.panelControl_Sub = new DevExpress.XtraEditors.PanelControl(); this.panelControl_Main = new DevExpress.XtraEditors.PanelControl(); ((System.ComponentModel.ISupportInitialize)(this.panelControl_Manu)).BeginInit(); this.panelControl_Manu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl_Sub)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl_Main)).BeginInit(); this.SuspendLayout(); // // simpleButton_Cancel // this.simpleButton_Cancel.Appearance.Font = new System.Drawing.Font("굴림체", 9F); this.simpleButton_Cancel.Appearance.Options.UseFont = true; this.simpleButton_Cancel.Location = new System.Drawing.Point(938, 5); this.simpleButton_Cancel.Name = "simpleButton_Cancel"; this.simpleButton_Cancel.Size = new System.Drawing.Size(81, 39); this.simpleButton_Cancel.TabIndex = 21; this.simpleButton_Cancel.Text = "닫기"; this.simpleButton_Cancel.Click += new System.EventHandler(this.simpleButton_Cancel_Click); // // panelControl_Manu // this.panelControl_Manu.Controls.Add(this.labelControl_User); this.panelControl_Manu.Controls.Add(this.simpleButton_Login); this.panelControl_Manu.Controls.Add(this.simpleButton_Cancel); this.panelControl_Manu.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl_Manu.Location = new System.Drawing.Point(0, 0); this.panelControl_Manu.Name = "panelControl_Manu"; this.panelControl_Manu.Size = new System.Drawing.Size(1024, 50); this.panelControl_Manu.TabIndex = 23; // // labelControl_User // this.labelControl_User.Appearance.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl_User.Location = new System.Drawing.Point(162, 9); this.labelControl_User.Name = "labelControl_User"; this.labelControl_User.Size = new System.Drawing.Size(0, 29); this.labelControl_User.TabIndex = 23; // // simpleButton_Login // this.simpleButton_Login.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.simpleButton_Login.Appearance.Options.UseFont = true; this.simpleButton_Login.Location = new System.Drawing.Point(5, 5); this.simpleButton_Login.Name = "simpleButton_Login"; this.simpleButton_Login.Size = new System.Drawing.Size(151, 39); this.simpleButton_Login.TabIndex = 22; this.simpleButton_Login.Text = "LOGIN"; this.simpleButton_Login.Click += new System.EventHandler(this.simpleButton_Login_Click); // // panelControl_Sub // this.panelControl_Sub.Dock = System.Windows.Forms.DockStyle.Left; this.panelControl_Sub.Location = new System.Drawing.Point(0, 50); this.panelControl_Sub.Name = "panelControl_Sub"; this.panelControl_Sub.Size = new System.Drawing.Size(124, 550); this.panelControl_Sub.TabIndex = 24; this.panelControl_Sub.Visible = false; // // panelControl_Main // this.panelControl_Main.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl_Main.Location = new System.Drawing.Point(124, 50); this.panelControl_Main.Name = "panelControl_Main"; this.panelControl_Main.Size = new System.Drawing.Size(900, 550); this.panelControl_Main.TabIndex = 25; // // MainForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(1024, 600); this.Controls.Add(this.panelControl_Main); this.Controls.Add(this.panelControl_Sub); this.Controls.Add(this.panelControl_Manu); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "MainForm"; this.Text = "MainForm"; ((System.ComponentModel.ISupportInitialize)(this.panelControl_Manu)).EndInit(); this.panelControl_Manu.ResumeLayout(false); this.panelControl_Manu.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl_Sub)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl_Main)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel; private DevExpress.XtraEditors.PanelControl panelControl_Manu; private DevExpress.XtraEditors.PanelControl panelControl_Sub; private DevExpress.XtraEditors.PanelControl panelControl_Main; private DevExpress.XtraEditors.SimpleButton simpleButton_Login; private DevExpress.XtraEditors.LabelControl labelControl_User; } }

          
        
    
    
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