0041c4e756ea4d4bac97a242ad757dc64dee47b5.svn-base 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. namespace FPER
  2. {
  3. partial class FormBoardDataDownload
  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.progressBar1 = new System.Windows.Forms.ProgressBar();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.listView1 = new System.Windows.Forms.ListView();
  31. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // progressBar1
  38. //
  39. this.progressBar1.Location = new System.Drawing.Point(11, 622);
  40. this.progressBar1.Maximum = 64;
  41. this.progressBar1.Name = "progressBar1";
  42. this.progressBar1.Size = new System.Drawing.Size(412, 39);
  43. this.progressBar1.TabIndex = 0;
  44. //
  45. // label1
  46. //
  47. this.label1.Dock = System.Windows.Forms.DockStyle.Top;
  48. this.label1.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  49. this.label1.Location = new System.Drawing.Point(0, 0);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(436, 69);
  52. this.label1.TabIndex = 1;
  53. this.label1.Text = "통신보드 데이터 다운로드";
  54. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  55. //
  56. // listView1
  57. //
  58. this.listView1.AutoArrange = false;
  59. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  60. this.columnHeader1,
  61. this.columnHeader2});
  62. this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
  63. this.listView1.Location = new System.Drawing.Point(12, 72);
  64. this.listView1.MultiSelect = false;
  65. this.listView1.Name = "listView1";
  66. this.listView1.Size = new System.Drawing.Size(411, 543);
  67. this.listView1.TabIndex = 2;
  68. this.listView1.UseCompatibleStateImageBehavior = false;
  69. this.listView1.View = System.Windows.Forms.View.Details;
  70. //
  71. // columnHeader1
  72. //
  73. this.columnHeader1.Text = "계통번호";
  74. this.columnHeader1.Width = 200;
  75. //
  76. // columnHeader2
  77. //
  78. this.columnHeader2.Text = "상태";
  79. this.columnHeader2.Width = 200;
  80. //
  81. // button1
  82. //
  83. this.button1.Location = new System.Drawing.Point(12, 668);
  84. this.button1.Name = "button1";
  85. this.button1.Size = new System.Drawing.Size(123, 38);
  86. this.button1.TabIndex = 3;
  87. this.button1.Text = "완료";
  88. this.button1.UseVisualStyleBackColor = true;
  89. this.button1.Visible = false;
  90. this.button1.Click += new System.EventHandler(this.button1_Click);
  91. //
  92. // button2
  93. //
  94. this.button2.Location = new System.Drawing.Point(156, 668);
  95. this.button2.Name = "button2";
  96. this.button2.Size = new System.Drawing.Size(123, 38);
  97. this.button2.TabIndex = 4;
  98. this.button2.Text = "재시도";
  99. this.button2.UseVisualStyleBackColor = true;
  100. this.button2.Visible = false;
  101. this.button2.Click += new System.EventHandler(this.button2_Click);
  102. //
  103. // FormBoardDataDownload
  104. //
  105. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  106. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  107. this.ClientSize = new System.Drawing.Size(436, 714);
  108. this.ControlBox = false;
  109. this.Controls.Add(this.button2);
  110. this.Controls.Add(this.button1);
  111. this.Controls.Add(this.listView1);
  112. this.Controls.Add(this.label1);
  113. this.Controls.Add(this.progressBar1);
  114. this.DoubleBuffered = true;
  115. this.Name = "FormBoardDataDownload";
  116. this.ShowIcon = false;
  117. this.ShowInTaskbar = false;
  118. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  119. this.Text = "수신기 설정 쓰기";
  120. this.TopMost = true;
  121. this.Deactivate += new System.EventHandler(this.FormBoardDataDownload_Deactivate);
  122. this.Load += new System.EventHandler(this.FormBoardDataDownload_Load);
  123. this.MdiChildActivate += new System.EventHandler(this.FormBoardDataDownload_MdiChildActivate);
  124. this.EnabledChanged += new System.EventHandler(this.FormBoardDataDownload_EnabledChanged);
  125. this.Leave += new System.EventHandler(this.FormBoardDataDownload_Leave);
  126. this.ResumeLayout(false);
  127. }
  128. #endregion
  129. private System.Windows.Forms.ProgressBar progressBar1;
  130. private System.Windows.Forms.Label label1;
  131. private System.Windows.Forms.ListView listView1;
  132. private System.Windows.Forms.ColumnHeader columnHeader1;
  133. private System.Windows.Forms.ColumnHeader columnHeader2;
  134. public System.Windows.Forms.Button button1;
  135. private System.Windows.Forms.Button button2;
  136. }
  137. }