03abb04f03751168ba911cfb0d651c9b4890753b.svn-base 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. namespace FPER
  2. {
  3. partial class frmControlWrite
  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(frmControlWrite));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.btnWinClose = new System.Windows.Forms.Button();
  32. this.lblDir = new System.Windows.Forms.Label();
  33. this.groupBox1 = new System.Windows.Forms.GroupBox();
  34. this.panel_LabelMessage = new System.Windows.Forms.Panel();
  35. this.lbl_message = new System.Windows.Forms.Label();
  36. this.panel_Temp = new System.Windows.Forms.Panel();
  37. this.button1 = new System.Windows.Forms.Button();
  38. this.txtThisReceiverID = new System.Windows.Forms.TextBox();
  39. this.timer_check = new System.Windows.Forms.Timer(this.components);
  40. this.timer_progress = new System.Windows.Forms.Timer(this.components);
  41. this.btnDisableAll = new System.Windows.Forms.Button();
  42. this.btnEnableAll = new System.Windows.Forms.Button();
  43. this.panel1.SuspendLayout();
  44. this.groupBox1.SuspendLayout();
  45. this.panel_LabelMessage.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // panel1
  49. //
  50. this.panel1.BackColor = System.Drawing.Color.Black;
  51. this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
  52. this.panel1.Controls.Add(this.btnWinClose);
  53. this.panel1.Controls.Add(this.lblDir);
  54. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  55. this.panel1.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  56. this.panel1.Location = new System.Drawing.Point(0, 0);
  57. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  58. this.panel1.Name = "panel1";
  59. this.panel1.Size = new System.Drawing.Size(1080, 36);
  60. this.panel1.TabIndex = 10;
  61. //
  62. // btnWinClose
  63. //
  64. this.btnWinClose.BackgroundImage = global::FPER.Properties.Resources.버튼_폼닫기_63_31;
  65. this.btnWinClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  66. this.btnWinClose.FlatAppearance.BorderSize = 0;
  67. this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  68. this.btnWinClose.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  69. this.btnWinClose.Location = new System.Drawing.Point(1003, 1);
  70. this.btnWinClose.Name = "btnWinClose";
  71. this.btnWinClose.Size = new System.Drawing.Size(63, 31);
  72. this.btnWinClose.TabIndex = 171;
  73. this.btnWinClose.TabStop = false;
  74. this.btnWinClose.UseVisualStyleBackColor = false;
  75. this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
  76. //
  77. // lblDir
  78. //
  79. this.lblDir.AutoSize = true;
  80. this.lblDir.BackColor = System.Drawing.Color.Transparent;
  81. this.lblDir.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold);
  82. this.lblDir.ForeColor = System.Drawing.Color.Black;
  83. this.lblDir.Location = new System.Drawing.Point(12, 9);
  84. this.lblDir.Margin = new System.Windows.Forms.Padding(0);
  85. this.lblDir.Name = "lblDir";
  86. this.lblDir.Size = new System.Drawing.Size(173, 21);
  87. this.lblDir.TabIndex = 10;
  88. this.lblDir.Text = "시작 > 설비연동";
  89. //
  90. // groupBox1
  91. //
  92. this.groupBox1.BackColor = System.Drawing.Color.White;
  93. this.groupBox1.Controls.Add(this.panel_LabelMessage);
  94. this.groupBox1.Controls.Add(this.panel_Temp);
  95. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  96. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  97. this.groupBox1.Location = new System.Drawing.Point(0, 121);
  98. this.groupBox1.Margin = new System.Windows.Forms.Padding(0);
  99. this.groupBox1.Name = "groupBox1";
  100. this.groupBox1.Padding = new System.Windows.Forms.Padding(0);
  101. this.groupBox1.Size = new System.Drawing.Size(1080, 703);
  102. this.groupBox1.TabIndex = 1;
  103. this.groupBox1.TabStop = false;
  104. //
  105. // panel_LabelMessage
  106. //
  107. this.panel_LabelMessage.BackgroundImage = global::FPER.Properties.Resources.일반버튼_대_주황_215_58;
  108. this.panel_LabelMessage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  109. this.panel_LabelMessage.Controls.Add(this.lbl_message);
  110. this.panel_LabelMessage.Location = new System.Drawing.Point(438, 285);
  111. this.panel_LabelMessage.Name = "panel_LabelMessage";
  112. this.panel_LabelMessage.Size = new System.Drawing.Size(211, 103);
  113. this.panel_LabelMessage.TabIndex = 19;
  114. this.panel_LabelMessage.Visible = false;
  115. //
  116. // lbl_message
  117. //
  118. this.lbl_message.BackColor = System.Drawing.Color.Transparent;
  119. this.lbl_message.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  120. this.lbl_message.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  121. this.lbl_message.ForeColor = System.Drawing.Color.White;
  122. this.lbl_message.Location = new System.Drawing.Point(34, 35);
  123. this.lbl_message.Name = "lbl_message";
  124. this.lbl_message.Size = new System.Drawing.Size(150, 37);
  125. this.lbl_message.TabIndex = 16;
  126. this.lbl_message.Text = " 진 행 중 ";
  127. this.lbl_message.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  128. this.lbl_message.Visible = false;
  129. //
  130. // panel_Temp
  131. //
  132. this.panel_Temp.Location = new System.Drawing.Point(0, 1);
  133. this.panel_Temp.Margin = new System.Windows.Forms.Padding(0);
  134. this.panel_Temp.Name = "panel_Temp";
  135. this.panel_Temp.Size = new System.Drawing.Size(1080, 13);
  136. this.panel_Temp.TabIndex = 17;
  137. //
  138. // button1
  139. //
  140. this.button1.BackColor = System.Drawing.Color.LightGray;
  141. this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
  142. this.button1.FlatAppearance.BorderSize = 0;
  143. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  144. this.button1.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);
  145. this.button1.ForeColor = System.Drawing.Color.Black;
  146. this.button1.Location = new System.Drawing.Point(15, 58);
  147. this.button1.Name = "button1";
  148. this.button1.Size = new System.Drawing.Size(117, 37);
  149. this.button1.TabIndex = 154;
  150. this.button1.TabStop = false;
  151. this.button1.UseVisualStyleBackColor = false;
  152. //
  153. // txtThisReceiverID
  154. //
  155. this.txtThisReceiverID.BackColor = System.Drawing.Color.Black;
  156. this.txtThisReceiverID.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);
  157. this.txtThisReceiverID.ForeColor = System.Drawing.Color.White;
  158. this.txtThisReceiverID.Location = new System.Drawing.Point(133, 58);
  159. this.txtThisReceiverID.MaxLength = 2;
  160. this.txtThisReceiverID.Name = "txtThisReceiverID";
  161. this.txtThisReceiverID.ReadOnly = true;
  162. this.txtThisReceiverID.Size = new System.Drawing.Size(39, 38);
  163. this.txtThisReceiverID.TabIndex = 153;
  164. this.txtThisReceiverID.TabStop = false;
  165. this.txtThisReceiverID.Text = "01";
  166. this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  167. //
  168. // timer_check
  169. //
  170. this.timer_check.Interval = 3000;
  171. this.timer_check.Tick += new System.EventHandler(this.timer_check_Tick);
  172. //
  173. // timer_progress
  174. //
  175. this.timer_progress.Interval = 300;
  176. this.timer_progress.Tick += new System.EventHandler(this.timer_progress_Tick);
  177. //
  178. // btnDisableAll
  179. //
  180. this.btnDisableAll.BackColor = System.Drawing.Color.MistyRose;
  181. this.btnDisableAll.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDisableAll.BackgroundImage")));
  182. this.btnDisableAll.FlatAppearance.BorderSize = 0;
  183. this.btnDisableAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  184. this.btnDisableAll.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);
  185. this.btnDisableAll.Location = new System.Drawing.Point(727, 47);
  186. this.btnDisableAll.Name = "btnDisableAll";
  187. this.btnDisableAll.Size = new System.Drawing.Size(139, 58);
  188. this.btnDisableAll.TabIndex = 155;
  189. this.btnDisableAll.TabStop = false;
  190. this.btnDisableAll.UseVisualStyleBackColor = false;
  191. this.btnDisableAll.Click += new System.EventHandler(this.btnDisableAll_Click);
  192. //
  193. // btnEnableAll
  194. //
  195. this.btnEnableAll.BackColor = System.Drawing.Color.LightSteelBlue;
  196. this.btnEnableAll.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnEnableAll.BackgroundImage")));
  197. this.btnEnableAll.FlatAppearance.BorderSize = 0;
  198. this.btnEnableAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  199. this.btnEnableAll.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold);
  200. this.btnEnableAll.Location = new System.Drawing.Point(358, 45);
  201. this.btnEnableAll.Name = "btnEnableAll";
  202. this.btnEnableAll.Size = new System.Drawing.Size(139, 58);
  203. this.btnEnableAll.TabIndex = 156;
  204. this.btnEnableAll.TabStop = false;
  205. this.btnEnableAll.UseVisualStyleBackColor = false;
  206. this.btnEnableAll.Click += new System.EventHandler(this.btnEnableAll_Click);
  207. //
  208. // frmControlWrite
  209. //
  210. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
  211. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  212. this.BackColor = System.Drawing.Color.WhiteSmoke;
  213. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  214. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  215. this.ClientSize = new System.Drawing.Size(1080, 824);
  216. this.Controls.Add(this.btnEnableAll);
  217. this.Controls.Add(this.btnDisableAll);
  218. this.Controls.Add(this.button1);
  219. this.Controls.Add(this.txtThisReceiverID);
  220. this.Controls.Add(this.groupBox1);
  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.MaximizeBox = false;
  226. this.MinimizeBox = false;
  227. this.Name = "frmControlWrite";
  228. this.ShowIcon = false;
  229. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  230. this.Text = "Form1";
  231. this.TransparencyKey = System.Drawing.SystemColors.AppWorkspace;
  232. this.Activated += new System.EventHandler(this.frmControlWrite_Activated);
  233. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmControlWrite_FormClosing);
  234. this.Load += new System.EventHandler(this.frmControlWrite_Load);
  235. this.Disposed += new System.EventHandler(this.frmControlWrite_Disposed);
  236. this.panel1.ResumeLayout(false);
  237. this.panel1.PerformLayout();
  238. this.groupBox1.ResumeLayout(false);
  239. this.panel_LabelMessage.ResumeLayout(false);
  240. this.ResumeLayout(false);
  241. this.PerformLayout();
  242. }
  243. #endregion
  244. private System.Windows.Forms.Panel panel1;
  245. private System.Windows.Forms.Label lblDir;
  246. private System.Windows.Forms.GroupBox groupBox1;
  247. private System.Windows.Forms.Button button1;
  248. private System.Windows.Forms.TextBox txtThisReceiverID;
  249. private System.Windows.Forms.Button btnWinClose;
  250. private System.Windows.Forms.Timer timer_check;
  251. private System.Windows.Forms.Label lbl_message;
  252. private System.Windows.Forms.Timer timer_progress;
  253. private System.Windows.Forms.Button btnDisableAll;
  254. private System.Windows.Forms.Button btnEnableAll;
  255. private System.Windows.Forms.Panel panel_Temp;
  256. private System.Windows.Forms.Panel panel_LabelMessage;
  257. }
  258. }