123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- namespace DataGateWayProject
- {
- partial class FirstCheck_Progressbar
- {
- /// <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(FirstCheck_Progressbar));
- this.start_progressBar = new System.Windows.Forms.ProgressBar();
- this.label1 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // start_progressBar
- //
- this.start_progressBar.Location = new System.Drawing.Point(30, 30);
- this.start_progressBar.Name = "start_progressBar";
- this.start_progressBar.Size = new System.Drawing.Size(305, 40);
- this.start_progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
- this.start_progressBar.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.label1.Location = new System.Drawing.Point(28, 73);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(225, 24);
- this.label1.TabIndex = 1;
- this.label1.Text = "\r\n잠시만 기다려주세요. (약 1분 소요 예정)";
- //
- // FirstCheck_Progressbar
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::DataGateWayProject.Properties.Resources.freeGradient;
- this.ClientSize = new System.Drawing.Size(364, 116);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.start_progressBar);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FirstCheck_Progressbar";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "DATABASE 작업 처리 중 입니다.";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ProgressBar start_progressBar;
- private System.Windows.Forms.Label label1;
- }
- }
|