12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- namespace FPER
- {
- partial class frmWaitingMsg
- {
- /// <summary>
- /// 필수 디자이너 변수입니다.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 사용 중인 모든 리소스를 정리합니다.
- /// </summary>
- /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWaitingMsg));
- this.lblMessageTitle = new System.Windows.Forms.Label();
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
- this.SuspendLayout();
- //
- // lblMessageTitle
- //
- this.lblMessageTitle.BackColor = System.Drawing.Color.Transparent;
- this.lblMessageTitle.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.lblMessageTitle.Location = new System.Drawing.Point(8, 217);
- this.lblMessageTitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblMessageTitle.Name = "lblMessageTitle";
- this.lblMessageTitle.Size = new System.Drawing.Size(488, 25);
- this.lblMessageTitle.TabIndex = 14;
- this.lblMessageTitle.Text = "시작준비를 하고 있습니다.";
- this.lblMessageTitle.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // progressBar1
- //
- this.progressBar1.Location = new System.Drawing.Point(10, 239);
- this.progressBar1.Name = "progressBar1";
- this.progressBar1.Size = new System.Drawing.Size(484, 19);
- this.progressBar1.TabIndex = 15;
- this.progressBar1.Value = 70;
- //
- // frmWaittingMsg
- //
- 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(505, 268);
- this.Controls.Add(this.progressBar1);
- this.Controls.Add(this.lblMessageTitle);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmWaittingMsg";
- this.ShowIcon = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "잠시만 기다려 주십시요..";
- this.TopMost = true;
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmWaittingMsg_FormClosed);
- this.Load += new System.EventHandler(this.frmWaittingMsg_Load);
- this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmWaittingMsg_MouseDown);
- this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frmWaittingMsg_MouseMove);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label lblMessageTitle;
- private System.Windows.Forms.ProgressBar progressBar1;
- }
- }
|