dc1e6edd71662d24a069285b4ceb69a9c3c10667.svn-base 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. namespace DataGateWayProject
  2. {
  3. partial class FirstCheck_Progressbar
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FirstCheck_Progressbar));
  29. this.start_progressBar = new System.Windows.Forms.ProgressBar();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.SuspendLayout();
  32. //
  33. // start_progressBar
  34. //
  35. this.start_progressBar.Location = new System.Drawing.Point(30, 30);
  36. this.start_progressBar.Name = "start_progressBar";
  37. this.start_progressBar.Size = new System.Drawing.Size(305, 40);
  38. this.start_progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
  39. this.start_progressBar.TabIndex = 0;
  40. //
  41. // label1
  42. //
  43. this.label1.AutoSize = true;
  44. this.label1.BackColor = System.Drawing.Color.Transparent;
  45. this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  46. this.label1.Location = new System.Drawing.Point(28, 73);
  47. this.label1.Name = "label1";
  48. this.label1.Size = new System.Drawing.Size(225, 24);
  49. this.label1.TabIndex = 1;
  50. this.label1.Text = "\r\n잠시만 기다려주세요. (약 1분 소요 예정)";
  51. //
  52. // FirstCheck_Progressbar
  53. //
  54. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  55. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  56. this.BackgroundImage = global::DataGateWayProject.Properties.Resources.freeGradient;
  57. this.ClientSize = new System.Drawing.Size(364, 116);
  58. this.Controls.Add(this.label1);
  59. this.Controls.Add(this.start_progressBar);
  60. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  61. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  62. this.Name = "FirstCheck_Progressbar";
  63. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  64. this.Text = "DATABASE 작업 처리 중 입니다.";
  65. this.ResumeLayout(false);
  66. this.PerformLayout();
  67. }
  68. #endregion
  69. private System.Windows.Forms.ProgressBar start_progressBar;
  70. private System.Windows.Forms.Label label1;
  71. }
  72. }