namespace FPER { partial class frmProgress { /// /// 필수 디자이너 변수입니다. /// 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(frmProgress)); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.lblDescription = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.listView1 = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.btnWinClose = new System.Windows.Forms.Button(); this.timer_Close = new System.Windows.Forms.Timer(this.components); this.ProgressLabel = new System.Windows.Forms.Label(); this.SuspendLayout(); // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(12, 69); this.progressBar1.Margin = new System.Windows.Forms.Padding(4); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(520, 18); this.progressBar1.TabIndex = 0; this.progressBar1.Value = 50; // // lblDescription // this.lblDescription.AutoSize = true; this.lblDescription.BackColor = System.Drawing.Color.Transparent; this.lblDescription.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblDescription.Location = new System.Drawing.Point(13, 53); this.lblDescription.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(145, 12); this.lblDescription.TabIndex = 1; this.lblDescription.Text = "중계기 #1 UNIT 쓰기 완료"; // // btnOK // this.btnOK.Location = new System.Drawing.Point(432, 259); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(101, 32); this.btnOK.TabIndex = 2; this.btnOK.Text = "확인"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // listView1 // this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243))))); this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2}); this.listView1.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.listView1.Location = new System.Drawing.Point(12, 94); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(520, 148); this.listView1.TabIndex = 3; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "No."; // // columnHeader2 // this.columnHeader2.Text = "내용"; this.columnHeader2.Width = 440; // // btnWinClose // this.btnWinClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(215))))); this.btnWinClose.FlatAppearance.BorderSize = 0; this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnWinClose.Image = ((System.Drawing.Image)(resources.GetObject("btnWinClose.Image"))); this.btnWinClose.Location = new System.Drawing.Point(508, 9); this.btnWinClose.Name = "btnWinClose"; this.btnWinClose.Size = new System.Drawing.Size(24, 22); this.btnWinClose.TabIndex = 17; this.btnWinClose.UseVisualStyleBackColor = true; this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click); // // timer_Close // this.timer_Close.Tick += new System.EventHandler(this.timer_Close_Tick); // // ProgressLabel // this.ProgressLabel.AutoSize = true; this.ProgressLabel.Font = new System.Drawing.Font("Gulim", 70F); this.ProgressLabel.ForeColor = System.Drawing.Color.Blue; this.ProgressLabel.Location = new System.Drawing.Point(79, 112); this.ProgressLabel.Name = "ProgressLabel"; this.ProgressLabel.Size = new System.Drawing.Size(384, 94); this.ProgressLabel.TabIndex = 18; this.ProgressLabel.Text = "진 행 중"; this.ProgressLabel.Visible = false; // // frmProgress // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(545, 301); this.Controls.Add(this.ProgressLabel); this.Controls.Add(this.btnWinClose); this.Controls.Add(this.listView1); this.Controls.Add(this.btnOK); this.Controls.Add(this.lblDescription); this.Controls.Add(this.progressBar1); this.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "frmProgress"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "중계기 정보 쓰기중.."; this.Load += new System.EventHandler(this.frmProgress_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.Label lblDescription; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.Button btnWinClose; private System.Windows.Forms.Timer timer_Close; private System.Windows.Forms.Label ProgressLabel; } }