frmModalLoopSelect.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. namespace FPER
  2. {
  3. partial class frmModalLoopSelect
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmModalLoopSelect));
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.txtReceiverId = new System.Windows.Forms.TextBox();
  31. this.btnOK = new System.Windows.Forms.Button();
  32. this.btnClose = new System.Windows.Forms.Button();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.cboLoopNo = new System.Windows.Forms.ComboBox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.cboBoardId = new System.Windows.Forms.ComboBox();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.SuspendLayout();
  39. //
  40. // label2
  41. //
  42. this.label2.BackColor = System.Drawing.Color.Gainsboro;
  43. this.label2.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold);
  44. this.label2.Location = new System.Drawing.Point(27, 38);
  45. this.label2.Margin = new System.Windows.Forms.Padding(0);
  46. this.label2.Name = "label2";
  47. this.label2.Size = new System.Drawing.Size(114, 27);
  48. this.label2.TabIndex = 83;
  49. this.label2.Text = " 수신기 ID ";
  50. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  51. //
  52. // txtReceiverId
  53. //
  54. this.txtReceiverId.AcceptsReturn = true;
  55. this.txtReceiverId.BackColor = System.Drawing.Color.White;
  56. this.txtReceiverId.Font = new System.Drawing.Font("돋움", 14F, System.Drawing.FontStyle.Bold);
  57. this.txtReceiverId.Location = new System.Drawing.Point(150, 36);
  58. this.txtReceiverId.MaxLength = 2;
  59. this.txtReceiverId.Name = "txtReceiverId";
  60. this.txtReceiverId.ReadOnly = true;
  61. this.txtReceiverId.Size = new System.Drawing.Size(39, 29);
  62. this.txtReceiverId.TabIndex = 82;
  63. this.txtReceiverId.Text = "01";
  64. this.txtReceiverId.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  65. //
  66. // btnOK
  67. //
  68. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  69. this.btnOK.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  70. this.btnOK.FlatAppearance.BorderSize = 0;
  71. this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  72. this.btnOK.Font = new System.Drawing.Font("돋움", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  73. this.btnOK.ForeColor = System.Drawing.Color.White;
  74. this.btnOK.Location = new System.Drawing.Point(90, 183);
  75. this.btnOK.Name = "btnOK";
  76. this.btnOK.Size = new System.Drawing.Size(83, 30);
  77. this.btnOK.TabIndex = 2;
  78. this.btnOK.Text = "확인";
  79. this.btnOK.UseVisualStyleBackColor = true;
  80. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  81. //
  82. // btnClose
  83. //
  84. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  85. this.btnClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  86. this.btnClose.FlatAppearance.BorderSize = 0;
  87. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  88. this.btnClose.Font = new System.Drawing.Font("돋움", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  89. this.btnClose.ForeColor = System.Drawing.Color.White;
  90. this.btnClose.Location = new System.Drawing.Point(183, 183);
  91. this.btnClose.Name = "btnClose";
  92. this.btnClose.Size = new System.Drawing.Size(83, 30);
  93. this.btnClose.TabIndex = 3;
  94. this.btnClose.Text = "취소";
  95. this.btnClose.UseVisualStyleBackColor = true;
  96. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  97. //
  98. // label3
  99. //
  100. this.label3.BackColor = System.Drawing.Color.Gainsboro;
  101. this.label3.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold);
  102. this.label3.Location = new System.Drawing.Point(27, 79);
  103. this.label3.Margin = new System.Windows.Forms.Padding(0);
  104. this.label3.Name = "label3";
  105. this.label3.Size = new System.Drawing.Size(114, 27);
  106. this.label3.TabIndex = 87;
  107. this.label3.Text = " 통신보드ID ";
  108. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  109. //
  110. // cboLoopNo
  111. //
  112. this.cboLoopNo.BackColor = System.Drawing.Color.White;
  113. this.cboLoopNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  114. this.cboLoopNo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  115. this.cboLoopNo.Font = new System.Drawing.Font("돋움", 14F, System.Drawing.FontStyle.Bold);
  116. this.cboLoopNo.FormattingEnabled = true;
  117. this.cboLoopNo.IntegralHeight = false;
  118. this.cboLoopNo.Items.AddRange(new object[] {
  119. "전체"});
  120. this.cboLoopNo.Location = new System.Drawing.Point(150, 120);
  121. this.cboLoopNo.Name = "cboLoopNo";
  122. this.cboLoopNo.Size = new System.Drawing.Size(176, 27);
  123. this.cboLoopNo.TabIndex = 1;
  124. //
  125. // label4
  126. //
  127. this.label4.BackColor = System.Drawing.Color.Gainsboro;
  128. this.label4.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold);
  129. this.label4.Location = new System.Drawing.Point(27, 120);
  130. this.label4.Margin = new System.Windows.Forms.Padding(0);
  131. this.label4.Name = "label4";
  132. this.label4.Size = new System.Drawing.Size(114, 27);
  133. this.label4.TabIndex = 88;
  134. this.label4.Text = " LOOP ";
  135. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  136. //
  137. // cboBoardId
  138. //
  139. this.cboBoardId.BackColor = System.Drawing.Color.White;
  140. this.cboBoardId.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  141. this.cboBoardId.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  142. this.cboBoardId.Font = new System.Drawing.Font("돋움", 14F, System.Drawing.FontStyle.Bold);
  143. this.cboBoardId.FormattingEnabled = true;
  144. this.cboBoardId.IntegralHeight = false;
  145. this.cboBoardId.Items.AddRange(new object[] {
  146. "전체"});
  147. this.cboBoardId.Location = new System.Drawing.Point(150, 79);
  148. this.cboBoardId.Name = "cboBoardId";
  149. this.cboBoardId.Size = new System.Drawing.Size(176, 27);
  150. this.cboBoardId.TabIndex = 0;
  151. this.cboBoardId.SelectedIndexChanged += new System.EventHandler(this.cboBoardId_SelectedIndexChanged);
  152. //
  153. // panel1
  154. //
  155. this.panel1.BackColor = System.Drawing.Color.DarkGray;
  156. this.panel1.Location = new System.Drawing.Point(12, 10);
  157. this.panel1.Name = "panel1";
  158. this.panel1.Size = new System.Drawing.Size(327, 162);
  159. this.panel1.TabIndex = 89;
  160. //
  161. // frmModalLoopSelect
  162. //
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  164. this.BackColor = System.Drawing.Color.Black;
  165. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  166. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  167. this.ClientSize = new System.Drawing.Size(351, 226);
  168. this.Controls.Add(this.label3);
  169. this.Controls.Add(this.cboLoopNo);
  170. this.Controls.Add(this.label4);
  171. this.Controls.Add(this.cboBoardId);
  172. this.Controls.Add(this.btnOK);
  173. this.Controls.Add(this.btnClose);
  174. this.Controls.Add(this.label2);
  175. this.Controls.Add(this.txtReceiverId);
  176. this.Controls.Add(this.panel1);
  177. this.DoubleBuffered = true;
  178. this.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  179. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  180. this.Margin = new System.Windows.Forms.Padding(4);
  181. this.Name = "frmModalLoopSelect";
  182. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  183. this.Text = "frmModalLoopSelect";
  184. this.Load += new System.EventHandler(this.frmModalLoopSelect_Load);
  185. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmModalLoopSelect_MouseDown);
  186. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frmModalLoopSelect_MouseMove);
  187. this.ResumeLayout(false);
  188. this.PerformLayout();
  189. }
  190. #endregion
  191. private System.Windows.Forms.Label label2;
  192. private System.Windows.Forms.TextBox txtReceiverId;
  193. private System.Windows.Forms.Button btnOK;
  194. private System.Windows.Forms.Button btnClose;
  195. private System.Windows.Forms.Label label3;
  196. private System.Windows.Forms.ComboBox cboLoopNo;
  197. private System.Windows.Forms.Label label4;
  198. private System.Windows.Forms.ComboBox cboBoardId;
  199. private System.Windows.Forms.Panel panel1;
  200. }
  201. }