namespace KHPANEL { partial class ucScreen { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 구성 요소 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. /// private void InitializeComponent() { this.labelControl_Title = new DevExpress.XtraEditors.LabelControl(); this.comboBox_Screen = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // labelControl_Title // this.labelControl_Title.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelControl_Title.Location = new System.Drawing.Point(3, 3); this.labelControl_Title.Name = "labelControl_Title"; this.labelControl_Title.Size = new System.Drawing.Size(102, 23); this.labelControl_Title.TabIndex = 0; this.labelControl_Title.Text = "이름을적는곳"; // // comboBox_Screen // this.comboBox_Screen.FormattingEnabled = true; this.comboBox_Screen.Location = new System.Drawing.Point(126, 6); this.comboBox_Screen.Name = "comboBox_Screen"; this.comboBox_Screen.Size = new System.Drawing.Size(121, 20); this.comboBox_Screen.TabIndex = 1; this.comboBox_Screen.Text = "스크린번호"; this.comboBox_Screen.SelectedIndexChanged += new System.EventHandler(this.comboBox_Screen_SelectedIndexChanged); // // ucScreen // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.comboBox_Screen); this.Controls.Add(this.labelControl_Title); this.Name = "ucScreen"; this.Size = new System.Drawing.Size(250, 32); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraEditors.LabelControl labelControl_Title; private System.Windows.Forms.ComboBox comboBox_Screen; } }