1c95dc001e7dcb9282bd483876ee576f2635fe58.svn-base 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. namespace FPER
  2. {
  3. partial class frmProgress
  4. {
  5. /// <summary>
  6. /// 필수 디자이너 변수입니다.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 사용 중인 모든 리소스를 정리합니다.
  11. /// </summary>
  12. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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 디자이너에서 생성한 코드
  22. /// <summary>
  23. /// 디자이너 지원에 필요한 메서드입니다.
  24. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProgress));
  30. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  31. this.lblDescription = new System.Windows.Forms.Label();
  32. this.btnOK = new System.Windows.Forms.Button();
  33. this.listView1 = new System.Windows.Forms.ListView();
  34. this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
  35. this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
  36. this.btnWinClose = new System.Windows.Forms.Button();
  37. this.timer_Close = new System.Windows.Forms.Timer(this.components);
  38. this.ProgressLabel = new System.Windows.Forms.Label();
  39. this.SuspendLayout();
  40. //
  41. // progressBar1
  42. //
  43. this.progressBar1.Location = new System.Drawing.Point(12, 69);
  44. this.progressBar1.Margin = new System.Windows.Forms.Padding(4);
  45. this.progressBar1.Name = "progressBar1";
  46. this.progressBar1.Size = new System.Drawing.Size(520, 18);
  47. this.progressBar1.TabIndex = 0;
  48. this.progressBar1.Value = 50;
  49. //
  50. // lblDescription
  51. //
  52. this.lblDescription.AutoSize = true;
  53. this.lblDescription.BackColor = System.Drawing.Color.Transparent;
  54. this.lblDescription.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  55. this.lblDescription.Location = new System.Drawing.Point(13, 53);
  56. this.lblDescription.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  57. this.lblDescription.Name = "lblDescription";
  58. this.lblDescription.Size = new System.Drawing.Size(145, 12);
  59. this.lblDescription.TabIndex = 1;
  60. this.lblDescription.Text = "중계기 #1 UNIT 쓰기 완료";
  61. //
  62. // btnOK
  63. //
  64. this.btnOK.Location = new System.Drawing.Point(432, 259);
  65. this.btnOK.Name = "btnOK";
  66. this.btnOK.Size = new System.Drawing.Size(101, 32);
  67. this.btnOK.TabIndex = 2;
  68. this.btnOK.Text = "확인";
  69. this.btnOK.UseVisualStyleBackColor = true;
  70. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  71. //
  72. // listView1
  73. //
  74. this.listView1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  75. this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  76. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  77. this.columnHeader1,
  78. this.columnHeader2});
  79. this.listView1.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  80. this.listView1.Location = new System.Drawing.Point(12, 94);
  81. this.listView1.Name = "listView1";
  82. this.listView1.Size = new System.Drawing.Size(520, 148);
  83. this.listView1.TabIndex = 3;
  84. this.listView1.UseCompatibleStateImageBehavior = false;
  85. this.listView1.View = System.Windows.Forms.View.Details;
  86. //
  87. // columnHeader1
  88. //
  89. this.columnHeader1.Text = "No.";
  90. //
  91. // columnHeader2
  92. //
  93. this.columnHeader2.Text = "내용";
  94. this.columnHeader2.Width = 440;
  95. //
  96. // btnWinClose
  97. //
  98. this.btnWinClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(215)))));
  99. this.btnWinClose.FlatAppearance.BorderSize = 0;
  100. this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  101. this.btnWinClose.Image = ((System.Drawing.Image)(resources.GetObject("btnWinClose.Image")));
  102. this.btnWinClose.Location = new System.Drawing.Point(508, 9);
  103. this.btnWinClose.Name = "btnWinClose";
  104. this.btnWinClose.Size = new System.Drawing.Size(24, 22);
  105. this.btnWinClose.TabIndex = 17;
  106. this.btnWinClose.UseVisualStyleBackColor = true;
  107. this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
  108. //
  109. // timer_Close
  110. //
  111. this.timer_Close.Tick += new System.EventHandler(this.timer_Close_Tick);
  112. //
  113. // ProgressLabel
  114. //
  115. this.ProgressLabel.AutoSize = true;
  116. this.ProgressLabel.Font = new System.Drawing.Font("Gulim", 70F);
  117. this.ProgressLabel.ForeColor = System.Drawing.Color.Blue;
  118. this.ProgressLabel.Location = new System.Drawing.Point(79, 112);
  119. this.ProgressLabel.Name = "ProgressLabel";
  120. this.ProgressLabel.Size = new System.Drawing.Size(384, 94);
  121. this.ProgressLabel.TabIndex = 18;
  122. this.ProgressLabel.Text = "진 행 중";
  123. this.ProgressLabel.Visible = false;
  124. //
  125. // frmProgress
  126. //
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  128. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  129. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  130. this.ClientSize = new System.Drawing.Size(545, 301);
  131. this.Controls.Add(this.ProgressLabel);
  132. this.Controls.Add(this.btnWinClose);
  133. this.Controls.Add(this.listView1);
  134. this.Controls.Add(this.btnOK);
  135. this.Controls.Add(this.lblDescription);
  136. this.Controls.Add(this.progressBar1);
  137. this.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  138. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  139. this.Margin = new System.Windows.Forms.Padding(4);
  140. this.Name = "frmProgress";
  141. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  142. this.Text = "중계기 정보 쓰기중..";
  143. this.Load += new System.EventHandler(this.frmProgress_Load);
  144. this.ResumeLayout(false);
  145. this.PerformLayout();
  146. }
  147. #endregion
  148. private System.Windows.Forms.ProgressBar progressBar1;
  149. private System.Windows.Forms.Label lblDescription;
  150. private System.Windows.Forms.Button btnOK;
  151. private System.Windows.Forms.ListView listView1;
  152. private System.Windows.Forms.ColumnHeader columnHeader1;
  153. private System.Windows.Forms.ColumnHeader columnHeader2;
  154. private System.Windows.Forms.Button btnWinClose;
  155. private System.Windows.Forms.Timer timer_Close;
  156. private System.Windows.Forms.Label ProgressLabel;
  157. }
  158. }