frmModalIdInputIO.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. namespace FPER
  2. {
  3. partial class frmModalIdInputIO
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.rdoOutput = new System.Windows.Forms.RadioButton();
  30. this.rdoInput = new System.Windows.Forms.RadioButton();
  31. this.num_RepeaterID = new System.Windows.Forms.NumericUpDown();
  32. this.num_CommBoardID = new System.Windows.Forms.NumericUpDown();
  33. this.num_ReceiverID = new System.Windows.Forms.NumericUpDown();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.btnOK = new System.Windows.Forms.Button();
  36. this.btnClose = new System.Windows.Forms.Button();
  37. this.lblDeviceID = new System.Windows.Forms.Label();
  38. this.lblBoardID = new System.Windows.Forms.Label();
  39. this.lblReceiverID = new System.Windows.Forms.Label();
  40. this.panel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.num_RepeaterID)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.num_CommBoardID)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.num_ReceiverID)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // panel1
  47. //
  48. this.panel1.BackColor = System.Drawing.Color.MintCream;
  49. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  50. this.panel1.Controls.Add(this.rdoOutput);
  51. this.panel1.Controls.Add(this.rdoInput);
  52. this.panel1.Controls.Add(this.num_RepeaterID);
  53. this.panel1.Controls.Add(this.num_CommBoardID);
  54. this.panel1.Controls.Add(this.num_ReceiverID);
  55. this.panel1.Controls.Add(this.label1);
  56. this.panel1.Controls.Add(this.btnOK);
  57. this.panel1.Controls.Add(this.btnClose);
  58. this.panel1.Controls.Add(this.lblDeviceID);
  59. this.panel1.Controls.Add(this.lblBoardID);
  60. this.panel1.Controls.Add(this.lblReceiverID);
  61. this.panel1.Location = new System.Drawing.Point(1, 1);
  62. this.panel1.Name = "panel1";
  63. this.panel1.Size = new System.Drawing.Size(396, 365);
  64. this.panel1.TabIndex = 0;
  65. //
  66. // rdoOutput
  67. //
  68. this.rdoOutput.AutoSize = true;
  69. this.rdoOutput.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  70. this.rdoOutput.Location = new System.Drawing.Point(275, 175);
  71. this.rdoOutput.Name = "rdoOutput";
  72. this.rdoOutput.Size = new System.Drawing.Size(72, 25);
  73. this.rdoOutput.TabIndex = 117;
  74. this.rdoOutput.Tag = "1";
  75. this.rdoOutput.Text = "출력";
  76. this.rdoOutput.UseVisualStyleBackColor = true;
  77. //
  78. // rdoInput
  79. //
  80. this.rdoInput.AutoSize = true;
  81. this.rdoInput.Checked = true;
  82. this.rdoInput.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  83. this.rdoInput.Location = new System.Drawing.Point(275, 150);
  84. this.rdoInput.Name = "rdoInput";
  85. this.rdoInput.RightToLeft = System.Windows.Forms.RightToLeft.No;
  86. this.rdoInput.Size = new System.Drawing.Size(72, 25);
  87. this.rdoInput.TabIndex = 116;
  88. this.rdoInput.TabStop = true;
  89. this.rdoInput.Tag = "0";
  90. this.rdoInput.Text = "입력";
  91. this.rdoInput.UseVisualStyleBackColor = true;
  92. //
  93. // num_RepeaterID
  94. //
  95. this.num_RepeaterID.Font = new System.Drawing.Font("굴림", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  96. this.num_RepeaterID.Location = new System.Drawing.Point(256, 210);
  97. this.num_RepeaterID.Maximum = new decimal(new int[] {
  98. 127,
  99. 0,
  100. 0,
  101. 0});
  102. this.num_RepeaterID.Name = "num_RepeaterID";
  103. this.num_RepeaterID.Size = new System.Drawing.Size(101, 44);
  104. this.num_RepeaterID.TabIndex = 115;
  105. this.num_RepeaterID.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  106. //
  107. // num_CommBoardID
  108. //
  109. this.num_CommBoardID.Font = new System.Drawing.Font("굴림", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  110. this.num_CommBoardID.Location = new System.Drawing.Point(256, 88);
  111. this.num_CommBoardID.Maximum = new decimal(new int[] {
  112. 16,
  113. 0,
  114. 0,
  115. 0});
  116. this.num_CommBoardID.Name = "num_CommBoardID";
  117. this.num_CommBoardID.Size = new System.Drawing.Size(101, 44);
  118. this.num_CommBoardID.TabIndex = 114;
  119. this.num_CommBoardID.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  120. //
  121. // num_ReceiverID
  122. //
  123. this.num_ReceiverID.Font = new System.Drawing.Font("굴림", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  124. this.num_ReceiverID.Location = new System.Drawing.Point(256, 27);
  125. this.num_ReceiverID.Maximum = new decimal(new int[] {
  126. 10,
  127. 0,
  128. 0,
  129. 0});
  130. this.num_ReceiverID.Minimum = new decimal(new int[] {
  131. 1,
  132. 0,
  133. 0,
  134. 0});
  135. this.num_ReceiverID.Name = "num_ReceiverID";
  136. this.num_ReceiverID.Size = new System.Drawing.Size(101, 44);
  137. this.num_ReceiverID.TabIndex = 113;
  138. this.num_ReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  139. this.num_ReceiverID.Value = new decimal(new int[] {
  140. 1,
  141. 0,
  142. 0,
  143. 0});
  144. //
  145. // label1
  146. //
  147. this.label1.BackColor = System.Drawing.Color.Transparent;
  148. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  149. this.label1.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  150. this.label1.Location = new System.Drawing.Point(40, 150);
  151. this.label1.Name = "label1";
  152. this.label1.Size = new System.Drawing.Size(188, 48);
  153. this.label1.TabIndex = 112;
  154. this.label1.Text = "회로구분";
  155. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  156. //
  157. // btnOK
  158. //
  159. this.btnOK.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  160. this.btnOK.Location = new System.Drawing.Point(40, 286);
  161. this.btnOK.Name = "btnOK";
  162. this.btnOK.Size = new System.Drawing.Size(150, 52);
  163. this.btnOK.TabIndex = 108;
  164. this.btnOK.Text = "확인";
  165. this.btnOK.UseVisualStyleBackColor = true;
  166. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  167. //
  168. // btnClose
  169. //
  170. this.btnClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  171. this.btnClose.Location = new System.Drawing.Point(212, 286);
  172. this.btnClose.Name = "btnClose";
  173. this.btnClose.Size = new System.Drawing.Size(145, 52);
  174. this.btnClose.TabIndex = 107;
  175. this.btnClose.Text = "취소";
  176. this.btnClose.UseVisualStyleBackColor = true;
  177. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  178. //
  179. // lblDeviceID
  180. //
  181. this.lblDeviceID.BackColor = System.Drawing.Color.Transparent;
  182. this.lblDeviceID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  183. this.lblDeviceID.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  184. this.lblDeviceID.Location = new System.Drawing.Point(40, 210);
  185. this.lblDeviceID.Name = "lblDeviceID";
  186. this.lblDeviceID.Size = new System.Drawing.Size(188, 48);
  187. this.lblDeviceID.TabIndex = 111;
  188. this.lblDeviceID.Text = "회로ID";
  189. this.lblDeviceID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  190. //
  191. // lblBoardID
  192. //
  193. this.lblBoardID.BackColor = System.Drawing.Color.Transparent;
  194. this.lblBoardID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  195. this.lblBoardID.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  196. this.lblBoardID.Location = new System.Drawing.Point(40, 89);
  197. this.lblBoardID.Name = "lblBoardID";
  198. this.lblBoardID.Size = new System.Drawing.Size(188, 48);
  199. this.lblBoardID.TabIndex = 110;
  200. this.lblBoardID.Text = "IO보드ID";
  201. this.lblBoardID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  202. //
  203. // lblReceiverID
  204. //
  205. this.lblReceiverID.BackColor = System.Drawing.Color.Transparent;
  206. this.lblReceiverID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  207. this.lblReceiverID.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  208. this.lblReceiverID.Location = new System.Drawing.Point(40, 27);
  209. this.lblReceiverID.Name = "lblReceiverID";
  210. this.lblReceiverID.Size = new System.Drawing.Size(188, 48);
  211. this.lblReceiverID.TabIndex = 109;
  212. this.lblReceiverID.Text = "수신기ID";
  213. this.lblReceiverID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  214. //
  215. // frmModalIdInputIO
  216. //
  217. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
  218. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  219. this.BackColor = System.Drawing.Color.MintCream;
  220. this.ClientSize = new System.Drawing.Size(399, 366);
  221. this.Controls.Add(this.panel1);
  222. this.Font = new System.Drawing.Font("굴림", 12F);
  223. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  224. this.Margin = new System.Windows.Forms.Padding(4);
  225. this.Name = "frmModalIdInputIO";
  226. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  227. this.Text = "입력선택";
  228. this.Load += new System.EventHandler(this.frmIdInputIOModal_Load);
  229. this.Paint += new System.Windows.Forms.PaintEventHandler(this.frmIdInputIOModal_Paint);
  230. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmIdInputIOModal_MouseDown);
  231. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.frmIdInputIOModal_MouseMove);
  232. this.panel1.ResumeLayout(false);
  233. this.panel1.PerformLayout();
  234. ((System.ComponentModel.ISupportInitialize)(this.num_RepeaterID)).EndInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.num_CommBoardID)).EndInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.num_ReceiverID)).EndInit();
  237. this.ResumeLayout(false);
  238. }
  239. #endregion
  240. private System.Windows.Forms.Panel panel1;
  241. private System.Windows.Forms.RadioButton rdoOutput;
  242. private System.Windows.Forms.RadioButton rdoInput;
  243. private System.Windows.Forms.NumericUpDown num_RepeaterID;
  244. private System.Windows.Forms.NumericUpDown num_CommBoardID;
  245. private System.Windows.Forms.NumericUpDown num_ReceiverID;
  246. private System.Windows.Forms.Label label1;
  247. private System.Windows.Forms.Button btnOK;
  248. private System.Windows.Forms.Button btnClose;
  249. private System.Windows.Forms.Label lblDeviceID;
  250. private System.Windows.Forms.Label lblBoardID;
  251. private System.Windows.Forms.Label lblReceiverID;
  252. }
  253. }