You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
5.0 KiB
108 lines
5.0 KiB
namespace ExcelImprot.Dialog
|
|
{
|
|
partial class StartupDialog
|
|
{
|
|
/// <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 Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartupDialog));
|
|
this.prgBar = new System.Windows.Forms.ProgressBar();
|
|
this.txtCurrentMessage = new System.Windows.Forms.TextBox();
|
|
this.bgwInitializer = new System.ComponentModel.BackgroundWorker();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// prgBar
|
|
//
|
|
this.prgBar.Cursor = System.Windows.Forms.Cursors.AppStarting;
|
|
this.prgBar.Location = new System.Drawing.Point(-2, 39);
|
|
this.prgBar.Name = "prgBar";
|
|
this.prgBar.Size = new System.Drawing.Size(487, 9);
|
|
this.prgBar.TabIndex = 11;
|
|
this.prgBar.Value = 100;
|
|
//
|
|
// txtCurrentMessage
|
|
//
|
|
this.txtCurrentMessage.BackColor = System.Drawing.Color.White;
|
|
this.txtCurrentMessage.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.txtCurrentMessage.Cursor = System.Windows.Forms.Cursors.Arrow;
|
|
this.txtCurrentMessage.Enabled = false;
|
|
this.txtCurrentMessage.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Bold);
|
|
this.txtCurrentMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.txtCurrentMessage.Location = new System.Drawing.Point(-2, 13);
|
|
this.txtCurrentMessage.Name = "txtCurrentMessage";
|
|
this.txtCurrentMessage.ReadOnly = true;
|
|
this.txtCurrentMessage.Size = new System.Drawing.Size(487, 18);
|
|
this.txtCurrentMessage.TabIndex = 10;
|
|
this.txtCurrentMessage.TabStop = false;
|
|
this.txtCurrentMessage.Text = "프로그램 구동을 준비합니다.";
|
|
this.txtCurrentMessage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// bgwInitializer
|
|
//
|
|
this.bgwInitializer.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwInitializer_DoWork);
|
|
this.bgwInitializer.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwInitializer_RunWorkerCompleted);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.White;
|
|
this.panel1.Controls.Add(this.txtCurrentMessage);
|
|
this.panel1.Controls.Add(this.prgBar);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(1, 1);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Padding = new System.Windows.Forms.Padding(1);
|
|
this.panel1.Size = new System.Drawing.Size(479, 65);
|
|
this.panel1.TabIndex = 12;
|
|
//
|
|
// StartupDialog
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(171)))), ((int)(((byte)(145)))));
|
|
this.ClientSize = new System.Drawing.Size(481, 67);
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "StartupDialog";
|
|
this.Padding = new System.Windows.Forms.Padding(1);
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "StartupDialog";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ProgressBar prgBar;
|
|
private System.Windows.Forms.TextBox txtCurrentMessage;
|
|
private System.ComponentModel.BackgroundWorker bgwInitializer;
|
|
private System.Windows.Forms.Panel panel1;
|
|
}
|
|
} |