namespace FPER { partial class frmModalUnitDataSelect { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmModalUnitDataSelect)); this.btnOK = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.label0 = new System.Windows.Forms.Label(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.checkBox4 = new System.Windows.Forms.CheckBox(); this.label3 = new System.Windows.Forms.Label(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.lblTitle = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnOK // this.btnOK.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnOK.Location = new System.Drawing.Point(80, 155); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(145, 43); this.btnOK.TabIndex = 4; this.btnOK.Text = "확인"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnClose // this.btnClose.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnClose.Location = new System.Drawing.Point(318, 155); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(145, 43); this.btnClose.TabIndex = 5; this.btnClose.Text = "취소"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // label0 // this.label0.BackColor = System.Drawing.Color.Lime; this.label0.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label0.Location = new System.Drawing.Point(19, 67); this.label0.Name = "label0"; this.label0.Size = new System.Drawing.Size(126, 31); this.label0.TabIndex = 63; this.label0.Text = "1"; this.label0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // checkBox1 // this.checkBox1.Appearance = System.Windows.Forms.Appearance.Button; this.checkBox1.BackColor = System.Drawing.Color.WhiteSmoke; this.checkBox1.FlatAppearance.BorderColor = System.Drawing.Color.White; this.checkBox1.FlatAppearance.BorderSize = 0; this.checkBox1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Blue; this.checkBox1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black; this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBox1.Image = ((System.Drawing.Image)(resources.GetObject("checkBox1.Image"))); this.checkBox1.Location = new System.Drawing.Point(18, 100); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(126, 42); this.checkBox1.TabIndex = 64; this.checkBox1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBox1.UseVisualStyleBackColor = false; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // checkBox2 // this.checkBox2.Appearance = System.Windows.Forms.Appearance.Button; this.checkBox2.BackColor = System.Drawing.Color.WhiteSmoke; this.checkBox2.FlatAppearance.BorderColor = System.Drawing.Color.White; this.checkBox2.FlatAppearance.BorderSize = 0; this.checkBox2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Blue; this.checkBox2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black; this.checkBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBox2.Image = ((System.Drawing.Image)(resources.GetObject("checkBox2.Image"))); this.checkBox2.Location = new System.Drawing.Point(144, 100); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(126, 42); this.checkBox2.TabIndex = 66; this.checkBox2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBox2.UseVisualStyleBackColor = false; this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged); // // label1 // this.label1.BackColor = System.Drawing.Color.Lime; this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label1.Location = new System.Drawing.Point(145, 67); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(126, 31); this.label1.TabIndex = 65; this.label1.Text = "2"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // checkBox3 // this.checkBox3.Appearance = System.Windows.Forms.Appearance.Button; this.checkBox3.BackColor = System.Drawing.Color.WhiteSmoke; this.checkBox3.FlatAppearance.BorderColor = System.Drawing.Color.White; this.checkBox3.FlatAppearance.BorderSize = 0; this.checkBox3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Blue; this.checkBox3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black; this.checkBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBox3.Image = ((System.Drawing.Image)(resources.GetObject("checkBox3.Image"))); this.checkBox3.Location = new System.Drawing.Point(270, 100); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(126, 42); this.checkBox3.TabIndex = 68; this.checkBox3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBox3.UseVisualStyleBackColor = false; this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged); // // label2 // this.label2.BackColor = System.Drawing.Color.Lime; this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label2.Location = new System.Drawing.Point(271, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(126, 31); this.label2.TabIndex = 67; this.label2.Text = "3"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // checkBox4 // this.checkBox4.Appearance = System.Windows.Forms.Appearance.Button; this.checkBox4.BackColor = System.Drawing.Color.WhiteSmoke; this.checkBox4.FlatAppearance.BorderColor = System.Drawing.Color.White; this.checkBox4.FlatAppearance.BorderSize = 0; this.checkBox4.FlatAppearance.CheckedBackColor = System.Drawing.Color.Blue; this.checkBox4.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black; this.checkBox4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.checkBox4.Image = ((System.Drawing.Image)(resources.GetObject("checkBox4.Image"))); this.checkBox4.Location = new System.Drawing.Point(396, 100); this.checkBox4.Name = "checkBox4"; this.checkBox4.Size = new System.Drawing.Size(126, 42); this.checkBox4.TabIndex = 70; this.checkBox4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.checkBox4.UseVisualStyleBackColor = false; this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged); // // label3 // this.label3.BackColor = System.Drawing.Color.Lime; this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.label3.Location = new System.Drawing.Point(397, 67); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(126, 31); this.label3.TabIndex = 69; this.label3.Text = "4"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "btn_ON.gif"); this.imageList1.Images.SetKeyName(1, "btn_OFF.gif"); // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.BackColor = System.Drawing.Color.Transparent; this.lblTitle.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblTitle.Location = new System.Drawing.Point(218, 11); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(76, 16); this.lblTitle.TabIndex = 71; this.lblTitle.Text = "출력쓰기"; // // frmModalUnitDataSelect // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.WhiteSmoke; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(545, 240); this.Controls.Add(this.lblTitle); this.Controls.Add(this.checkBox4); this.Controls.Add(this.label3); this.Controls.Add(this.checkBox3); this.Controls.Add(this.label2); this.Controls.Add(this.checkBox2); this.Controls.Add(this.label1); this.Controls.Add(this.checkBox1); this.Controls.Add(this.label0); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnClose); this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmModalUnitDataSelect"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "frmModalUnitDataSelect"; this.Load += new System.EventHandler(this.frmModalUnitDataSelect_Load); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmModalUnitDataSelect_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frmModalUnitDataSelect_MouseMove); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label label0; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox checkBox4; private System.Windows.Forms.Label label3; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.Label lblTitle; } }