FormRepeater.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. namespace FPER
  2. {
  3. partial class FormRepeater
  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. this.Input1 = new System.Windows.Forms.TextBox();
  30. this.timerHide = new System.Windows.Forms.Timer(this.components);
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.label5 = new System.Windows.Forms.Label();
  36. this.label6 = new System.Windows.Forms.Label();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.label11 = new System.Windows.Forms.Label();
  39. this.Input2 = new System.Windows.Forms.TextBox();
  40. this.Input3 = new System.Windows.Forms.TextBox();
  41. this.Input4 = new System.Windows.Forms.TextBox();
  42. this.Output4 = new System.Windows.Forms.TextBox();
  43. this.Output3 = new System.Windows.Forms.TextBox();
  44. this.Output2 = new System.Windows.Forms.TextBox();
  45. this.label8 = new System.Windows.Forms.Label();
  46. this.label9 = new System.Windows.Forms.Label();
  47. this.label10 = new System.Windows.Forms.Label();
  48. this.label12 = new System.Windows.Forms.Label();
  49. this.Output1 = new System.Windows.Forms.TextBox();
  50. this.SuspendLayout();
  51. //
  52. // Input1
  53. //
  54. this.Input1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  55. this.Input1.Location = new System.Drawing.Point(80, 23);
  56. this.Input1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  57. this.Input1.Multiline = true;
  58. this.Input1.Name = "Input1";
  59. this.Input1.ReadOnly = true;
  60. this.Input1.Size = new System.Drawing.Size(115, 108);
  61. this.Input1.TabIndex = 2;
  62. this.Input1.Text = "연동내용";
  63. //
  64. // timerHide
  65. //
  66. this.timerHide.Interval = 200;
  67. this.timerHide.Tick += new System.EventHandler(this.timerHide_Tick);
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Location = new System.Drawing.Point(107, 7);
  73. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(56, 12);
  76. this.label1.TabIndex = 3;
  77. this.label1.Text = "1번 회로";
  78. //
  79. // label2
  80. //
  81. this.label2.AutoSize = true;
  82. this.label2.Location = new System.Drawing.Point(233, 8);
  83. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  84. this.label2.Name = "label2";
  85. this.label2.Size = new System.Drawing.Size(56, 12);
  86. this.label2.TabIndex = 4;
  87. this.label2.Text = "2번 회로";
  88. //
  89. // label3
  90. //
  91. this.label3.AutoSize = true;
  92. this.label3.Location = new System.Drawing.Point(353, 8);
  93. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  94. this.label3.Name = "label3";
  95. this.label3.Size = new System.Drawing.Size(56, 12);
  96. this.label3.TabIndex = 5;
  97. this.label3.Text = "3번 회로";
  98. //
  99. // label4
  100. //
  101. this.label4.AutoSize = true;
  102. this.label4.Location = new System.Drawing.Point(471, 8);
  103. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  104. this.label4.Name = "label4";
  105. this.label4.Size = new System.Drawing.Size(56, 12);
  106. this.label4.TabIndex = 6;
  107. this.label4.Text = "4번 회로";
  108. //
  109. // label5
  110. //
  111. this.label5.AutoSize = true;
  112. this.label5.Location = new System.Drawing.Point(7, 62);
  113. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  114. this.label5.Name = "label5";
  115. this.label5.Size = new System.Drawing.Size(62, 12);
  116. this.label5.TabIndex = 7;
  117. this.label5.Text = "연동 내용";
  118. //
  119. // label6
  120. //
  121. this.label6.AutoSize = true;
  122. this.label6.Location = new System.Drawing.Point(7, 86);
  123. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  124. this.label6.Name = "label6";
  125. this.label6.Size = new System.Drawing.Size(62, 12);
  126. this.label6.TabIndex = 8;
  127. this.label6.Text = "연동 위치";
  128. //
  129. // label7
  130. //
  131. this.label7.AutoSize = true;
  132. this.label7.Location = new System.Drawing.Point(8, 111);
  133. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  134. this.label7.Name = "label7";
  135. this.label7.Size = new System.Drawing.Size(62, 12);
  136. this.label7.TabIndex = 9;
  137. this.label7.Text = "회로 설명";
  138. //
  139. // label11
  140. //
  141. this.label11.AutoSize = true;
  142. this.label11.Location = new System.Drawing.Point(7, 37);
  143. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  144. this.label11.Name = "label11";
  145. this.label11.Size = new System.Drawing.Size(62, 12);
  146. this.label11.TabIndex = 13;
  147. this.label11.Text = "입력 회로";
  148. //
  149. // Input2
  150. //
  151. this.Input2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  152. this.Input2.Location = new System.Drawing.Point(204, 23);
  153. this.Input2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  154. this.Input2.Multiline = true;
  155. this.Input2.Name = "Input2";
  156. this.Input2.ReadOnly = true;
  157. this.Input2.Size = new System.Drawing.Size(115, 108);
  158. this.Input2.TabIndex = 15;
  159. this.Input2.Text = "연동내용";
  160. //
  161. // Input3
  162. //
  163. this.Input3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  164. this.Input3.Location = new System.Drawing.Point(327, 23);
  165. this.Input3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  166. this.Input3.Multiline = true;
  167. this.Input3.Name = "Input3";
  168. this.Input3.ReadOnly = true;
  169. this.Input3.Size = new System.Drawing.Size(115, 108);
  170. this.Input3.TabIndex = 16;
  171. this.Input3.Text = "연동내용";
  172. //
  173. // Input4
  174. //
  175. this.Input4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  176. this.Input4.Location = new System.Drawing.Point(449, 23);
  177. this.Input4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  178. this.Input4.Multiline = true;
  179. this.Input4.Name = "Input4";
  180. this.Input4.ReadOnly = true;
  181. this.Input4.Size = new System.Drawing.Size(115, 108);
  182. this.Input4.TabIndex = 17;
  183. this.Input4.Text = "연동내용";
  184. //
  185. // Output4
  186. //
  187. this.Output4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  188. this.Output4.Location = new System.Drawing.Point(449, 150);
  189. this.Output4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  190. this.Output4.Multiline = true;
  191. this.Output4.Name = "Output4";
  192. this.Output4.ReadOnly = true;
  193. this.Output4.Size = new System.Drawing.Size(115, 107);
  194. this.Output4.TabIndex = 25;
  195. this.Output4.Text = "연동내용";
  196. //
  197. // Output3
  198. //
  199. this.Output3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  200. this.Output3.Location = new System.Drawing.Point(327, 150);
  201. this.Output3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  202. this.Output3.Multiline = true;
  203. this.Output3.Name = "Output3";
  204. this.Output3.ReadOnly = true;
  205. this.Output3.Size = new System.Drawing.Size(115, 107);
  206. this.Output3.TabIndex = 24;
  207. this.Output3.Text = "연동내용";
  208. //
  209. // Output2
  210. //
  211. this.Output2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  212. this.Output2.Location = new System.Drawing.Point(204, 150);
  213. this.Output2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  214. this.Output2.Multiline = true;
  215. this.Output2.Name = "Output2";
  216. this.Output2.ReadOnly = true;
  217. this.Output2.Size = new System.Drawing.Size(115, 107);
  218. this.Output2.TabIndex = 23;
  219. this.Output2.Text = "연동내용";
  220. //
  221. // label8
  222. //
  223. this.label8.AutoSize = true;
  224. this.label8.Location = new System.Drawing.Point(8, 165);
  225. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  226. this.label8.Name = "label8";
  227. this.label8.Size = new System.Drawing.Size(62, 12);
  228. this.label8.TabIndex = 22;
  229. this.label8.Text = "출력 회로";
  230. //
  231. // label9
  232. //
  233. this.label9.AutoSize = true;
  234. this.label9.Location = new System.Drawing.Point(8, 237);
  235. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  236. this.label9.Name = "label9";
  237. this.label9.Size = new System.Drawing.Size(62, 12);
  238. this.label9.TabIndex = 21;
  239. this.label9.Text = "회로 설명";
  240. //
  241. // label10
  242. //
  243. this.label10.AutoSize = true;
  244. this.label10.Location = new System.Drawing.Point(8, 212);
  245. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  246. this.label10.Name = "label10";
  247. this.label10.Size = new System.Drawing.Size(62, 12);
  248. this.label10.TabIndex = 20;
  249. this.label10.Text = "연동 위치";
  250. //
  251. // label12
  252. //
  253. this.label12.AutoSize = true;
  254. this.label12.Location = new System.Drawing.Point(8, 188);
  255. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  256. this.label12.Name = "label12";
  257. this.label12.Size = new System.Drawing.Size(62, 12);
  258. this.label12.TabIndex = 19;
  259. this.label12.Text = "연동 내용";
  260. //
  261. // Output1
  262. //
  263. this.Output1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  264. this.Output1.Location = new System.Drawing.Point(80, 150);
  265. this.Output1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  266. this.Output1.Multiline = true;
  267. this.Output1.Name = "Output1";
  268. this.Output1.ReadOnly = true;
  269. this.Output1.Size = new System.Drawing.Size(115, 107);
  270. this.Output1.TabIndex = 18;
  271. this.Output1.Text = "연동내용";
  272. //
  273. // FormRepeater
  274. //
  275. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 12F);
  276. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  277. this.BackColor = System.Drawing.Color.LightGray;
  278. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  279. this.ClientSize = new System.Drawing.Size(579, 265);
  280. this.Controls.Add(this.Output4);
  281. this.Controls.Add(this.Output3);
  282. this.Controls.Add(this.Output2);
  283. this.Controls.Add(this.label8);
  284. this.Controls.Add(this.label9);
  285. this.Controls.Add(this.label10);
  286. this.Controls.Add(this.label12);
  287. this.Controls.Add(this.Output1);
  288. this.Controls.Add(this.Input4);
  289. this.Controls.Add(this.Input3);
  290. this.Controls.Add(this.Input2);
  291. this.Controls.Add(this.label11);
  292. this.Controls.Add(this.label7);
  293. this.Controls.Add(this.label6);
  294. this.Controls.Add(this.label5);
  295. this.Controls.Add(this.label4);
  296. this.Controls.Add(this.label3);
  297. this.Controls.Add(this.label2);
  298. this.Controls.Add(this.label1);
  299. this.Controls.Add(this.Input1);
  300. this.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  301. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  302. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  303. this.Name = "FormRepeater";
  304. this.Opacity = 0.01D;
  305. this.ShowIcon = false;
  306. this.ShowInTaskbar = false;
  307. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  308. this.TransparencyKey = System.Drawing.Color.SteelBlue;
  309. this.Deactivate += new System.EventHandler(this.FormDevice_Deactivate);
  310. this.VisibleChanged += new System.EventHandler(this.FormDevice_VisibleChanged);
  311. this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.FormDevice_MouseClick);
  312. this.ResumeLayout(false);
  313. this.PerformLayout();
  314. }
  315. #endregion
  316. private System.Windows.Forms.TextBox Input1;
  317. private System.Windows.Forms.Timer timerHide;
  318. private System.Windows.Forms.Label label1;
  319. private System.Windows.Forms.Label label2;
  320. private System.Windows.Forms.Label label3;
  321. private System.Windows.Forms.Label label4;
  322. private System.Windows.Forms.Label label5;
  323. private System.Windows.Forms.Label label6;
  324. private System.Windows.Forms.Label label7;
  325. private System.Windows.Forms.Label label11;
  326. private System.Windows.Forms.TextBox Input2;
  327. private System.Windows.Forms.TextBox Input3;
  328. private System.Windows.Forms.TextBox Input4;
  329. private System.Windows.Forms.TextBox Output4;
  330. private System.Windows.Forms.TextBox Output3;
  331. private System.Windows.Forms.TextBox Output2;
  332. private System.Windows.Forms.Label label8;
  333. private System.Windows.Forms.Label label9;
  334. private System.Windows.Forms.Label label10;
  335. private System.Windows.Forms.Label label12;
  336. private System.Windows.Forms.TextBox Output1;
  337. }
  338. }