147ccec3a1ef075fa0594a44acc4273f37180755.svn-base 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. namespace FPER
  2. {
  3. partial class frmWarningBox
  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(frmWarningBox));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.btnStatusYes = new System.Windows.Forms.Button();
  35. this.lblDetailView = new System.Windows.Forms.Label();
  36. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  37. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.btnClose = new System.Windows.Forms.Button();
  41. this.lblTitle = new System.Windows.Forms.Label();
  42. this.picTitle = new System.Windows.Forms.PictureBox();
  43. this.btnWinClose = new System.Windows.Forms.Button();
  44. this.lblWindowsMove = new System.Windows.Forms.Label();
  45. this.imgLstIcon = new System.Windows.Forms.ImageList(this.components);
  46. this.txtWarningMessage = new System.Windows.Forms.TextBox();
  47. this.timer_color = new System.Windows.Forms.Timer(this.components);
  48. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.picTitle)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // btnStatusYes
  53. //
  54. this.btnStatusYes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  55. this.btnStatusYes.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  56. this.btnStatusYes.FlatAppearance.BorderSize = 0;
  57. this.btnStatusYes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  58. this.btnStatusYes.Image = ((System.Drawing.Image)(resources.GetObject("btnStatusYes.Image")));
  59. this.btnStatusYes.Location = new System.Drawing.Point(196, 188);
  60. this.btnStatusYes.Name = "btnStatusYes";
  61. this.btnStatusYes.Size = new System.Drawing.Size(170, 32);
  62. this.btnStatusYes.TabIndex = 1;
  63. this.btnStatusYes.UseVisualStyleBackColor = true;
  64. this.btnStatusYes.Visible = false;
  65. this.btnStatusYes.Click += new System.EventHandler(this.btnStatusYes_Click);
  66. //
  67. // lblDetailView
  68. //
  69. this.lblDetailView.BackColor = System.Drawing.Color.Transparent;
  70. this.lblDetailView.ForeColor = System.Drawing.Color.RoyalBlue;
  71. this.lblDetailView.Image = ((System.Drawing.Image)(resources.GetObject("lblDetailView.Image")));
  72. this.lblDetailView.Location = new System.Drawing.Point(38, 193);
  73. this.lblDetailView.Name = "lblDetailView";
  74. this.lblDetailView.Size = new System.Drawing.Size(117, 27);
  75. this.lblDetailView.TabIndex = 3;
  76. this.lblDetailView.Visible = false;
  77. this.lblDetailView.Click += new System.EventHandler(this.lblDetailView_Click);
  78. //
  79. // dataGridView1
  80. //
  81. this.dataGridView1.AllowUserToAddRows = false;
  82. this.dataGridView1.AllowUserToDeleteRows = false;
  83. this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
  84. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  85. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  86. dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 12F);
  87. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  88. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  89. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  90. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  91. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  92. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  93. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  94. this.Column3,
  95. this.Column1,
  96. this.Column2});
  97. this.dataGridView1.Location = new System.Drawing.Point(0, 232);
  98. this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
  99. this.dataGridView1.MultiSelect = false;
  100. this.dataGridView1.Name = "dataGridView1";
  101. this.dataGridView1.RowHeadersVisible = false;
  102. this.dataGridView1.RowTemplate.Height = 23;
  103. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  104. this.dataGridView1.Size = new System.Drawing.Size(583, 155);
  105. this.dataGridView1.TabIndex = 12;
  106. this.dataGridView1.Visible = false;
  107. //
  108. // Column3
  109. //
  110. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  111. dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  112. this.Column3.DefaultCellStyle = dataGridViewCellStyle2;
  113. this.Column3.HeaderText = "날짜";
  114. this.Column3.Name = "Column3";
  115. this.Column3.ReadOnly = true;
  116. this.Column3.Width = 150;
  117. //
  118. // Column1
  119. //
  120. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  121. this.Column1.DefaultCellStyle = dataGridViewCellStyle3;
  122. this.Column1.HeaderText = "내용";
  123. this.Column1.Name = "Column1";
  124. this.Column1.ReadOnly = true;
  125. this.Column1.Width = 300;
  126. //
  127. // Column2
  128. //
  129. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  130. this.Column2.DefaultCellStyle = dataGridViewCellStyle4;
  131. this.Column2.HeaderText = "위치";
  132. this.Column2.Name = "Column2";
  133. this.Column2.ReadOnly = true;
  134. this.Column2.Width = 250;
  135. //
  136. // btnClose
  137. //
  138. this.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  139. this.btnClose.FlatAppearance.BorderSize = 0;
  140. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  141. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  142. this.btnClose.Location = new System.Drawing.Point(299, 189);
  143. this.btnClose.Name = "btnClose";
  144. this.btnClose.Size = new System.Drawing.Size(128, 32);
  145. this.btnClose.TabIndex = 13;
  146. this.btnClose.UseVisualStyleBackColor = true;
  147. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  148. //
  149. // lblTitle
  150. //
  151. this.lblTitle.BackColor = System.Drawing.Color.Transparent;
  152. this.lblTitle.Font = new System.Drawing.Font("굴림", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  153. this.lblTitle.ForeColor = System.Drawing.Color.Red;
  154. this.lblTitle.Location = new System.Drawing.Point(196, 43);
  155. this.lblTitle.Name = "lblTitle";
  156. this.lblTitle.Size = new System.Drawing.Size(365, 60);
  157. this.lblTitle.TabIndex = 14;
  158. this.lblTitle.Text = "화재발생!";
  159. this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  160. //
  161. // picTitle
  162. //
  163. this.picTitle.BackColor = System.Drawing.Color.Transparent;
  164. this.picTitle.Image = ((System.Drawing.Image)(resources.GetObject("picTitle.Image")));
  165. this.picTitle.Location = new System.Drawing.Point(28, 43);
  166. this.picTitle.Name = "picTitle";
  167. this.picTitle.Size = new System.Drawing.Size(144, 138);
  168. this.picTitle.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  169. this.picTitle.TabIndex = 15;
  170. this.picTitle.TabStop = false;
  171. //
  172. // btnWinClose
  173. //
  174. this.btnWinClose.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(215)))), ((int)(((byte)(215)))));
  175. this.btnWinClose.FlatAppearance.BorderSize = 0;
  176. this.btnWinClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  177. this.btnWinClose.Image = ((System.Drawing.Image)(resources.GetObject("btnWinClose.Image")));
  178. this.btnWinClose.Location = new System.Drawing.Point(550, 7);
  179. this.btnWinClose.Name = "btnWinClose";
  180. this.btnWinClose.Size = new System.Drawing.Size(24, 22);
  181. this.btnWinClose.TabIndex = 16;
  182. this.btnWinClose.UseVisualStyleBackColor = true;
  183. this.btnWinClose.Visible = false;
  184. this.btnWinClose.Click += new System.EventHandler(this.btnWinClose_Click);
  185. //
  186. // lblWindowsMove
  187. //
  188. this.lblWindowsMove.BackColor = System.Drawing.Color.Transparent;
  189. this.lblWindowsMove.Location = new System.Drawing.Point(-1, 0);
  190. this.lblWindowsMove.Name = "lblWindowsMove";
  191. this.lblWindowsMove.Size = new System.Drawing.Size(585, 35);
  192. this.lblWindowsMove.TabIndex = 17;
  193. this.lblWindowsMove.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lblWindowsMove_MouseMove);
  194. this.lblWindowsMove.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lblWindowsMove_MouseDown);
  195. //
  196. // imgLstIcon
  197. //
  198. this.imgLstIcon.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgLstIcon.ImageStream")));
  199. this.imgLstIcon.TransparentColor = System.Drawing.Color.Transparent;
  200. this.imgLstIcon.Images.SetKeyName(0, "경고창_통신에러_이미지.gif");
  201. this.imgLstIcon.Images.SetKeyName(1, "경고창_화재_이미지.gif");
  202. this.imgLstIcon.Images.SetKeyName(2, "경고창_설비_이미지.gif");
  203. this.imgLstIcon.Images.SetKeyName(3, "경고창_FAULT_이미지.gif");
  204. this.imgLstIcon.Images.SetKeyName(4, "경고창_축적화재_이미지.gif");
  205. this.imgLstIcon.Images.SetKeyName(5, "경고창_전화_이미지.gif");
  206. this.imgLstIcon.Images.SetKeyName(6, "경고창_화재복구_이미지.gif");
  207. //
  208. // txtWarningMessage
  209. //
  210. this.txtWarningMessage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(225)))), ((int)(((byte)(225)))));
  211. this.txtWarningMessage.BorderStyle = System.Windows.Forms.BorderStyle.None;
  212. this.txtWarningMessage.Cursor = System.Windows.Forms.Cursors.IBeam;
  213. this.txtWarningMessage.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold);
  214. this.txtWarningMessage.Location = new System.Drawing.Point(202, 109);
  215. this.txtWarningMessage.Multiline = true;
  216. this.txtWarningMessage.Name = "txtWarningMessage";
  217. this.txtWarningMessage.ReadOnly = true;
  218. this.txtWarningMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  219. this.txtWarningMessage.Size = new System.Drawing.Size(355, 63);
  220. this.txtWarningMessage.TabIndex = 18;
  221. this.txtWarningMessage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  222. //
  223. // timer_color
  224. //
  225. this.timer_color.Interval = 500;
  226. this.timer_color.Tick += new System.EventHandler(this.timer_color_Tick);
  227. //
  228. // frmWarningBox
  229. //
  230. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 16F);
  231. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  232. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  233. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  234. this.ClientSize = new System.Drawing.Size(583, 233);
  235. this.Controls.Add(this.txtWarningMessage);
  236. this.Controls.Add(this.btnWinClose);
  237. this.Controls.Add(this.picTitle);
  238. this.Controls.Add(this.lblTitle);
  239. this.Controls.Add(this.btnClose);
  240. this.Controls.Add(this.dataGridView1);
  241. this.Controls.Add(this.lblDetailView);
  242. this.Controls.Add(this.btnStatusYes);
  243. this.Controls.Add(this.lblWindowsMove);
  244. this.Font = new System.Drawing.Font("굴림", 12F);
  245. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  246. this.Margin = new System.Windows.Forms.Padding(4);
  247. this.MaximizeBox = false;
  248. this.MinimizeBox = false;
  249. this.Name = "frmWarningBox";
  250. this.ShowInTaskbar = false;
  251. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  252. this.Text = "화재가 발생하였습니다...";
  253. this.TopMost = true;
  254. this.Load += new System.EventHandler(this.frmWarningBox_Load);
  255. this.LostFocus += new System.EventHandler(this.frmWarningBox_LostFocus);
  256. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmWarningBox_FormClosed);
  257. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.picTitle)).EndInit();
  259. this.ResumeLayout(false);
  260. this.PerformLayout();
  261. }
  262. #endregion
  263. private System.Windows.Forms.Button btnStatusYes;
  264. private System.Windows.Forms.Label lblDetailView;
  265. private System.Windows.Forms.DataGridView dataGridView1;
  266. private System.Windows.Forms.Button btnClose;
  267. private System.Windows.Forms.Label lblTitle;
  268. private System.Windows.Forms.PictureBox picTitle;
  269. private System.Windows.Forms.Button btnWinClose;
  270. private System.Windows.Forms.Label lblWindowsMove;
  271. private System.Windows.Forms.ImageList imgLstIcon;
  272. private System.Windows.Forms.TextBox txtWarningMessage;
  273. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  274. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  275. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  276. private System.Windows.Forms.Timer timer_color;
  277. }
  278. }