5427445356d1af5ce259cd62aa6b231e091639d9.svn-base 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. namespace DataGateWayProject
  2. {
  3. partial class PointEnroll_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(PointEnroll_Progressbar));
  29. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.SuspendLayout();
  32. //
  33. // progressBar1
  34. //
  35. this.progressBar1.Location = new System.Drawing.Point(29, 31);
  36. this.progressBar1.Name = "progressBar1";
  37. this.progressBar1.Size = new System.Drawing.Size(306, 41);
  38. this.progressBar1.TabIndex = 0;
  39. //
  40. // label1
  41. //
  42. this.label1.AutoSize = true;
  43. this.label1.BackColor = System.Drawing.Color.Transparent;
  44. this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  45. this.label1.Location = new System.Drawing.Point(27, 75);
  46. this.label1.Name = "label1";
  47. this.label1.Size = new System.Drawing.Size(299, 24);
  48. this.label1.TabIndex = 2;
  49. this.label1.Text = "\r\n잠시만 기다려주세요. (다소 시간이 걸릴 수 있습니다.)";
  50. //
  51. // PointEnroll_Progressbar
  52. //
  53. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  54. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  55. this.BackgroundImage = global::DataGateWayProject.Properties.Resources.freeGradient;
  56. this.ClientSize = new System.Drawing.Size(365, 117);
  57. this.Controls.Add(this.label1);
  58. this.Controls.Add(this.progressBar1);
  59. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  60. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  61. this.Name = "PointEnroll_Progressbar";
  62. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  63. this.Text = "iCos 관제점 등록 중...";
  64. this.ResumeLayout(false);
  65. this.PerformLayout();
  66. }
  67. #endregion
  68. private System.Windows.Forms.ProgressBar progressBar1;
  69. private System.Windows.Forms.Label label1;
  70. }
  71. }