e53a6290757f14e63506bd9917bb036b9f63ce63.svn-base 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. namespace FPER
  2. {
  3. /// <summary>
  4. /// Summary description for rptAlarmLog.
  5. /// </summary>
  6. partial class rptAlarmLog
  7. {
  8. private DataDynamics.ActiveReports.PageHeader pageHeader;
  9. private DataDynamics.ActiveReports.Detail detail;
  10. private DataDynamics.ActiveReports.PageFooter pageFooter;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing)
  17. {
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region ActiveReport Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(rptAlarmLog));
  29. this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
  30. this.shape1 = new DataDynamics.ActiveReports.Shape();
  31. this.label6 = new DataDynamics.ActiveReports.Label();
  32. this.label5 = new DataDynamics.ActiveReports.Label();
  33. this.lblAlarmLocation = new DataDynamics.ActiveReports.Label();
  34. this.lblQuantity = new DataDynamics.ActiveReports.Label();
  35. this.lblUnitPrice = new DataDynamics.ActiveReports.Label();
  36. this.Label10 = new DataDynamics.ActiveReports.Label();
  37. this.lblOrderNum = new DataDynamics.ActiveReports.Label();
  38. this.txtTleReceiverId = new DataDynamics.ActiveReports.TextBox();
  39. this.lblPrintDate = new DataDynamics.ActiveReports.Label();
  40. this.txtTleFromToDate = new DataDynamics.ActiveReports.TextBox();
  41. this.lblNo = new DataDynamics.ActiveReports.Label();
  42. this.reportInfo2 = new DataDynamics.ActiveReports.ReportInfo();
  43. this.reportInfo3 = new DataDynamics.ActiveReports.ReportInfo();
  44. this.label1 = new DataDynamics.ActiveReports.Label();
  45. this.label2 = new DataDynamics.ActiveReports.Label();
  46. this.label3 = new DataDynamics.ActiveReports.Label();
  47. this.txtTleAlarmType = new DataDynamics.ActiveReports.TextBox();
  48. this.label4 = new DataDynamics.ActiveReports.Label();
  49. this.txtTleAlarmLocation = new DataDynamics.ActiveReports.TextBox();
  50. this.txtNo = new DataDynamics.ActiveReports.TextBox();
  51. this.txtAlarmDate = new DataDynamics.ActiveReports.TextBox();
  52. this.txtAlarmType = new DataDynamics.ActiveReports.TextBox();
  53. this.txtAlarmLocation = new DataDynamics.ActiveReports.TextBox();
  54. this.detail = new DataDynamics.ActiveReports.Detail();
  55. this.txtConfirmYes = new DataDynamics.ActiveReports.TextBox();
  56. this.txtConfirmDate = new DataDynamics.ActiveReports.TextBox();
  57. this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
  58. this.reportInfo1 = new DataDynamics.ActiveReports.ReportInfo();
  59. ((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.lblAlarmLocation)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.lblQuantity)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.lblUnitPrice)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.Label10)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.lblOrderNum)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txtTleReceiverId)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.lblPrintDate)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtTleFromToDate)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.lblNo)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.reportInfo2)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.reportInfo3)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.txtTleAlarmType)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.txtTleAlarmLocation)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.txtNo)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.txtAlarmDate)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.txtAlarmType)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.txtAlarmLocation)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.txtConfirmYes)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.txtConfirmDate)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.reportInfo1)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
  86. //
  87. // pageHeader
  88. //
  89. this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
  90. this.shape1,
  91. this.label6,
  92. this.label5,
  93. this.lblAlarmLocation,
  94. this.lblQuantity,
  95. this.lblUnitPrice,
  96. this.Label10,
  97. this.lblOrderNum,
  98. this.txtTleReceiverId,
  99. this.lblPrintDate,
  100. this.txtTleFromToDate,
  101. this.lblNo,
  102. this.reportInfo2,
  103. this.reportInfo3,
  104. this.label1,
  105. this.label2,
  106. this.label3,
  107. this.txtTleAlarmType,
  108. this.label4,
  109. this.txtTleAlarmLocation});
  110. this.pageHeader.Height = 1.467249F;
  111. this.pageHeader.Name = "pageHeader";
  112. //
  113. // shape1
  114. //
  115. this.shape1.BackColor = System.Drawing.Color.DimGray;
  116. this.shape1.Height = 0.2615001F;
  117. this.shape1.Left = 0F;
  118. this.shape1.Name = "shape1";
  119. this.shape1.RoundingRadius = 9.999999F;
  120. this.shape1.Top = 1.1875F;
  121. this.shape1.Width = 7.845F;
  122. //
  123. // label6
  124. //
  125. this.label6.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.ExtraThickSolid;
  126. this.label6.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  127. this.label6.Height = 0.261F;
  128. this.label6.HyperLink = null;
  129. this.label6.Left = 6.463F;
  130. this.label6.MultiLine = false;
  131. this.label6.Name = "label6";
  132. this.label6.Style = "color: White; font-family: 굴림; font-size: 9pt; font-weight: bold; text-align: cen" +
  133. "ter; text-decoration: none; vertical-align: bottom; ddo-char-set: 129";
  134. this.label6.Text = "확인시각";
  135. this.label6.Top = 1.188F;
  136. this.label6.Width = 1.372F;
  137. //
  138. // label5
  139. //
  140. this.label5.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.ExtraThickSolid;
  141. this.label5.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  142. this.label5.Height = 0.261F;
  143. this.label5.HyperLink = null;
  144. this.label5.Left = 6.082F;
  145. this.label5.MultiLine = false;
  146. this.label5.Name = "label5";
  147. this.label5.Style = "color: White; font-family: 굴림; font-size: 9pt; font-weight: bold; text-align: cen" +
  148. "ter; text-decoration: none; vertical-align: bottom; ddo-char-set: 129";
  149. this.label5.Text = "확인";
  150. this.label5.Top = 1.188F;
  151. this.label5.Width = 0.3910003F;
  152. //
  153. // lblAlarmLocation
  154. //
  155. this.lblAlarmLocation.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.ExtraThickSolid;
  156. this.lblAlarmLocation.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  157. this.lblAlarmLocation.Height = 0.261F;
  158. this.lblAlarmLocation.HyperLink = null;
  159. this.lblAlarmLocation.Left = 3.425F;
  160. this.lblAlarmLocation.MultiLine = false;
  161. this.lblAlarmLocation.Name = "lblAlarmLocation";
  162. this.lblAlarmLocation.Style = "color: White; font-family: 굴림; font-size: 9pt; font-weight: bold; text-align: cen" +
  163. "ter; text-decoration: none; vertical-align: bottom; ddo-char-set: 129";
  164. this.lblAlarmLocation.Text = "위치";
  165. this.lblAlarmLocation.Top = 1.188F;
  166. this.lblAlarmLocation.Width = 2.656F;
  167. //
  168. // lblQuantity
  169. //
  170. this.lblQuantity.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.ExtraThickSolid;
  171. this.lblQuantity.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  172. this.lblQuantity.Height = 0.261F;
  173. this.lblQuantity.HyperLink = null;
  174. this.lblQuantity.Left = 1.6125F;
  175. this.lblQuantity.MultiLine = false;
  176. this.lblQuantity.Name = "lblQuantity";
  177. this.lblQuantity.Style = "color: White; font-family: 굴림; font-size: 9pt; font-weight: bold; text-align: cen" +
  178. "ter; text-decoration: none; vertical-align: bottom; ddo-char-set: 129";
  179. this.lblQuantity.Text = "타입";
  180. this.lblQuantity.Top = 1.188F;
  181. this.lblQuantity.Width = 1.806F;
  182. //
  183. // lblUnitPrice
  184. //
  185. this.lblUnitPrice.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.ExtraThickSolid;
  186. this.lblUnitPrice.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  187. this.lblUnitPrice.Height = 0.261F;
  188. this.lblUnitPrice.HyperLink = null;
  189. this.lblUnitPrice.Left = 0.272F;
  190. this.lblUnitPrice.MultiLine = false;
  191. this.lblUnitPrice.Name = "lblUnitPrice";
  192. this.lblUnitPrice.Style = "color: White; font-family: 굴림; font-size: 9pt; font-weight: bold; text-align: cen" +
  193. "ter; text-decoration: none; vertical-align: bottom; ddo-char-set: 129";
  194. this.lblUnitPrice.Text = "알람시각";
  195. this.lblUnitPrice.Top = 1.188F;
  196. this.lblUnitPrice.Width = 1.356F;
  197. //
  198. // Label10
  199. //
  200. this.Label10.Height = 0.438F;
  201. this.Label10.HyperLink = null;
  202. this.Label10.Left = 0F;
  203. this.Label10.Name = "Label10";
  204. this.Label10.Style = "background-color: White; font-family: 맑은 고딕; font-size: 20.25pt; font-weight: bol" +
  205. "d; text-align: center; text-decoration: underline; ddo-char-set: 129";
  206. this.Label10.Text = "수신기 이력 보고서 (발생)";
  207. this.Label10.Top = 0F;
  208. this.Label10.Width = 7.846F;
  209. //
  210. // lblOrderNum
  211. //
  212. this.lblOrderNum.Height = 0.1875F;
  213. this.lblOrderNum.HyperLink = null;
  214. this.lblOrderNum.Left = 0F;
  215. this.lblOrderNum.Name = "lblOrderNum";
  216. this.lblOrderNum.Style = "font-family: 굴림; font-size: 9.75pt; font-weight: bold; text-align: right; ddo-cha" +
  217. "r-set: 0";
  218. this.lblOrderNum.Text = "수신기번호 :";
  219. this.lblOrderNum.Top = 0.4375F;
  220. this.lblOrderNum.Width = 0.875F;
  221. //
  222. // txtTleReceiverId
  223. //
  224. this.txtTleReceiverId.CanGrow = false;
  225. this.txtTleReceiverId.DataField = "OrderID";
  226. this.txtTleReceiverId.Height = 0.1875F;
  227. this.txtTleReceiverId.Left = 0.875F;
  228. this.txtTleReceiverId.Name = "txtTleReceiverId";
  229. this.txtTleReceiverId.Padding = new DataDynamics.ActiveReports.PaddingEx(5, 0, 0, 0);
  230. this.txtTleReceiverId.Style = "background-color: Transparent; font-family: 굴림; font-size: 9pt; text-align: left;" +
  231. " ddo-char-set: 129";
  232. this.txtTleReceiverId.Text = "1";
  233. this.txtTleReceiverId.Top = 0.4375F;
  234. this.txtTleReceiverId.Width = 1.917F;
  235. //
  236. // lblPrintDate
  237. //
  238. this.lblPrintDate.Height = 0.1875F;
  239. this.lblPrintDate.HyperLink = null;
  240. this.lblPrintDate.Left = 0F;
  241. this.lblPrintDate.Name = "lblPrintDate";
  242. this.lblPrintDate.Style = "font-family: 굴림; font-size: 9.75pt; font-weight: bold; text-align: right; ddo-cha" +
  243. "r-set: 0";
  244. this.lblPrintDate.Text = "알람시각 :";
  245. this.lblPrintDate.Top = 0.625F;
  246. this.lblPrintDate.Width = 0.875F;
  247. //
  248. // txtTleFromToDate
  249. //
  250. this.txtTleFromToDate.CanGrow = false;
  251. this.txtTleFromToDate.DataField = "OrderDate";
  252. this.txtTleFromToDate.Height = 0.1875F;
  253. this.txtTleFromToDate.Left = 0.875F;
  254. this.txtTleFromToDate.Name = "txtTleFromToDate";
  255. this.txtTleFromToDate.Padding = new DataDynamics.ActiveReports.PaddingEx(5, 0, 0, 0);
  256. this.txtTleFromToDate.Style = "background-color: Transparent; font-family: 굴림; font-size: 9pt; text-align: left;" +
  257. " white-space: nowrap; ddo-char-set: 129";
  258. this.txtTleFromToDate.Text = "yyyy-MM-dd 00:00 ~ yyyy-MM-dd 00:00";
  259. this.txtTleFromToDate.Top = 0.625F;
  260. this.txtTleFromToDate.Width = 2.969F;
  261. //
  262. // lblNo
  263. //
  264. this.lblNo.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.ExtraThickSolid;
  265. this.lblNo.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  266. this.lblNo.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  267. this.lblNo.Height = 0.261F;
  268. this.lblNo.HyperLink = null;
  269. this.lblNo.Left = 0F;
  270. this.lblNo.MultiLine = false;
  271. this.lblNo.Name = "lblNo";
  272. this.lblNo.Padding = new DataDynamics.ActiveReports.PaddingEx(0, 2, 0, 0);
  273. this.lblNo.Style = "color: White; font-family: 굴림; font-size: 9pt; font-weight: bold; text-align: cen" +
  274. "ter; text-decoration: none; vertical-align: middle; ddo-char-set: 129";
  275. this.lblNo.Text = "No.";
  276. this.lblNo.Top = 1.188F;
  277. this.lblNo.Width = 0.3124995F;
  278. //
  279. // reportInfo2
  280. //
  281. this.reportInfo2.FormatString = "{PageNumber} / {PageCount}";
  282. this.reportInfo2.Height = 0.1979167F;
  283. this.reportInfo2.Left = 6.8125F;
  284. this.reportInfo2.Name = "reportInfo2";
  285. this.reportInfo2.Style = "";
  286. this.reportInfo2.Top = 0.8125F;
  287. this.reportInfo2.Width = 1F;
  288. //
  289. // reportInfo3
  290. //
  291. this.reportInfo3.FormatString = "{RunDateTime:yyyy/MM/dd}";
  292. this.reportInfo3.Height = 0.1979167F;
  293. this.reportInfo3.Left = 6.8125F;
  294. this.reportInfo3.Name = "reportInfo3";
  295. this.reportInfo3.Style = "";
  296. this.reportInfo3.Top = 1F;
  297. this.reportInfo3.Width = 1F;
  298. //
  299. // label1
  300. //
  301. this.label1.Height = 0.1875F;
  302. this.label1.HyperLink = null;
  303. this.label1.Left = 5.875F;
  304. this.label1.Name = "label1";
  305. this.label1.Style = "font-weight: bold; text-align: right";
  306. this.label1.Text = "Page No :";
  307. this.label1.Top = 0.8125F;
  308. this.label1.Width = 0.875F;
  309. //
  310. // label2
  311. //
  312. this.label2.Height = 0.1875F;
  313. this.label2.HyperLink = null;
  314. this.label2.Left = 5.875F;
  315. this.label2.Name = "label2";
  316. this.label2.Style = "font-weight: bold; text-align: right";
  317. this.label2.Text = "Print Date :";
  318. this.label2.Top = 1F;
  319. this.label2.Width = 0.875F;
  320. //
  321. // label3
  322. //
  323. this.label3.Height = 0.1875F;
  324. this.label3.HyperLink = null;
  325. this.label3.Left = 0F;
  326. this.label3.Name = "label3";
  327. this.label3.Style = "font-family: 굴림; font-size: 9.75pt; font-weight: bold; text-align: right; ddo-cha" +
  328. "r-set: 0";
  329. this.label3.Text = "타입 :";
  330. this.label3.Top = 0.8125F;
  331. this.label3.Width = 0.875F;
  332. //
  333. // txtTleAlarmType
  334. //
  335. this.txtTleAlarmType.CanGrow = false;
  336. this.txtTleAlarmType.DataField = "OrderDate";
  337. this.txtTleAlarmType.Height = 0.1875F;
  338. this.txtTleAlarmType.Left = 0.875F;
  339. this.txtTleAlarmType.Name = "txtTleAlarmType";
  340. this.txtTleAlarmType.Padding = new DataDynamics.ActiveReports.PaddingEx(5, 0, 0, 0);
  341. this.txtTleAlarmType.Style = "background-color: Transparent; font-family: 굴림; font-size: 9pt; text-align: left;" +
  342. " white-space: nowrap; ddo-char-set: 129";
  343. this.txtTleAlarmType.Text = "Print Date";
  344. this.txtTleAlarmType.Top = 0.8125F;
  345. this.txtTleAlarmType.Width = 1.917F;
  346. //
  347. // label4
  348. //
  349. this.label4.Height = 0.1875F;
  350. this.label4.HyperLink = null;
  351. this.label4.Left = 0F;
  352. this.label4.Name = "label4";
  353. this.label4.Style = "font-family: 굴림; font-size: 9.75pt; font-weight: bold; text-align: right; ddo-cha" +
  354. "r-set: 0";
  355. this.label4.Text = "위치 :";
  356. this.label4.Top = 1F;
  357. this.label4.Width = 0.875F;
  358. //
  359. // txtTleAlarmLocation
  360. //
  361. this.txtTleAlarmLocation.CanGrow = false;
  362. this.txtTleAlarmLocation.DataField = "OrderDate";
  363. this.txtTleAlarmLocation.Height = 0.1875F;
  364. this.txtTleAlarmLocation.Left = 0.875F;
  365. this.txtTleAlarmLocation.Name = "txtTleAlarmLocation";
  366. this.txtTleAlarmLocation.Padding = new DataDynamics.ActiveReports.PaddingEx(5, 0, 0, 0);
  367. this.txtTleAlarmLocation.Style = "background-color: Transparent; font-family: 굴림; font-size: 9pt; text-align: left;" +
  368. " white-space: nowrap; ddo-char-set: 129";
  369. this.txtTleAlarmLocation.Text = "Print Date";
  370. this.txtTleAlarmLocation.Top = 1F;
  371. this.txtTleAlarmLocation.Width = 1.917F;
  372. //
  373. // txtNo
  374. //
  375. this.txtNo.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  376. this.txtNo.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  377. this.txtNo.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  378. this.txtNo.DataField = "No";
  379. this.txtNo.Height = 0.2405001F;
  380. this.txtNo.Left = 0F;
  381. this.txtNo.MultiLine = false;
  382. this.txtNo.Name = "txtNo";
  383. this.txtNo.Style = "font-family: 굴림; font-size: 9pt; text-align: center; vertical-align: bottom; ddo-" +
  384. "char-set: 129";
  385. this.txtNo.Text = "1";
  386. this.txtNo.Top = 0F;
  387. this.txtNo.Width = 0.3124995F;
  388. //
  389. // txtAlarmDate
  390. //
  391. this.txtAlarmDate.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  392. this.txtAlarmDate.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  393. this.txtAlarmDate.DataField = "AlarmDate";
  394. this.txtAlarmDate.Height = 0.2405001F;
  395. this.txtAlarmDate.Left = 0.272F;
  396. this.txtAlarmDate.MultiLine = false;
  397. this.txtAlarmDate.Name = "txtAlarmDate";
  398. this.txtAlarmDate.OutputFormat = resources.GetString("txtAlarmDate.OutputFormat");
  399. this.txtAlarmDate.Style = "font-family: 굴림; font-size: 9pt; text-align: center; vertical-align: bottom; ddo-" +
  400. "char-set: 129";
  401. this.txtAlarmDate.Text = "1999-99-99 99:99:99";
  402. this.txtAlarmDate.Top = 0F;
  403. this.txtAlarmDate.Width = 1.356F;
  404. //
  405. // txtAlarmType
  406. //
  407. this.txtAlarmType.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  408. this.txtAlarmType.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  409. this.txtAlarmType.DataField = "AlarmType";
  410. this.txtAlarmType.Height = 0.2405001F;
  411. this.txtAlarmType.Left = 1.6125F;
  412. this.txtAlarmType.MultiLine = false;
  413. this.txtAlarmType.Name = "txtAlarmType";
  414. this.txtAlarmType.Padding = new DataDynamics.ActiveReports.PaddingEx(2, 0, 0, 0);
  415. this.txtAlarmType.Style = "font-family: 굴림; font-size: 9pt; text-align: left; vertical-align: bottom; ddo-ch" +
  416. "ar-set: 129";
  417. this.txtAlarmType.Text = "프로그램종료";
  418. this.txtAlarmType.Top = 0F;
  419. this.txtAlarmType.Width = 1.806F;
  420. //
  421. // txtAlarmLocation
  422. //
  423. this.txtAlarmLocation.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  424. this.txtAlarmLocation.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  425. this.txtAlarmLocation.DataField = "AlarmLocation";
  426. this.txtAlarmLocation.Height = 0.2405001F;
  427. this.txtAlarmLocation.Left = 3.425F;
  428. this.txtAlarmLocation.MultiLine = false;
  429. this.txtAlarmLocation.Name = "txtAlarmLocation";
  430. this.txtAlarmLocation.OutputFormat = resources.GetString("txtAlarmLocation.OutputFormat");
  431. this.txtAlarmLocation.Padding = new DataDynamics.ActiveReports.PaddingEx(2, 0, 0, 0);
  432. this.txtAlarmLocation.Style = "font-family: 굴림; font-size: 9pt; font-weight: normal; text-align: left; text-deco" +
  433. "ration: none; vertical-align: bottom; ddo-char-set: 129";
  434. this.txtAlarmLocation.Text = "txtExtendedPrice";
  435. this.txtAlarmLocation.Top = 0F;
  436. this.txtAlarmLocation.Width = 2.656F;
  437. //
  438. // detail
  439. //
  440. this.detail.ColumnSpacing = 0F;
  441. this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
  442. this.txtNo,
  443. this.txtAlarmDate,
  444. this.txtAlarmType,
  445. this.txtAlarmLocation,
  446. this.txtConfirmYes,
  447. this.txtConfirmDate});
  448. this.detail.Height = 0.2581945F;
  449. this.detail.Name = "detail";
  450. //
  451. // txtConfirmYes
  452. //
  453. this.txtConfirmYes.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  454. this.txtConfirmYes.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  455. this.txtConfirmYes.DataField = "ConfirmYes";
  456. this.txtConfirmYes.Height = 0.2405001F;
  457. this.txtConfirmYes.Left = 6.082F;
  458. this.txtConfirmYes.MultiLine = false;
  459. this.txtConfirmYes.Name = "txtConfirmYes";
  460. this.txtConfirmYes.OutputFormat = resources.GetString("txtConfirmYes.OutputFormat");
  461. this.txtConfirmYes.Style = "font-family: 굴림; font-size: 9pt; font-weight: normal; text-align: center; text-de" +
  462. "coration: none; vertical-align: bottom; ddo-char-set: 129";
  463. this.txtConfirmYes.Text = "Y";
  464. this.txtConfirmYes.Top = 0F;
  465. this.txtConfirmYes.Width = 0.3910003F;
  466. //
  467. // txtConfirmDate
  468. //
  469. this.txtConfirmDate.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  470. this.txtConfirmDate.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
  471. this.txtConfirmDate.DataField = "ConfirmDate";
  472. this.txtConfirmDate.Height = 0.2405001F;
  473. this.txtConfirmDate.Left = 6.463F;
  474. this.txtConfirmDate.MultiLine = false;
  475. this.txtConfirmDate.Name = "txtConfirmDate";
  476. this.txtConfirmDate.OutputFormat = resources.GetString("txtConfirmDate.OutputFormat");
  477. this.txtConfirmDate.Style = "font-family: 굴림; font-size: 9pt; font-weight: normal; text-align: center; text-de" +
  478. "coration: none; vertical-align: bottom; ddo-char-set: 129";
  479. this.txtConfirmDate.Text = "1999-99-99 99:99:99";
  480. this.txtConfirmDate.Top = 0F;
  481. this.txtConfirmDate.Width = 1.372F;
  482. //
  483. // pageFooter
  484. //
  485. this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
  486. this.reportInfo1});
  487. this.pageFooter.Height = 0.6875F;
  488. this.pageFooter.Name = "pageFooter";
  489. //
  490. // reportInfo1
  491. //
  492. this.reportInfo1.FormatString = "Page {PageNumber} / {PageCount}";
  493. this.reportInfo1.Height = 0.1979167F;
  494. this.reportInfo1.Left = 2.896F;
  495. this.reportInfo1.Name = "reportInfo1";
  496. this.reportInfo1.Style = "text-align: center";
  497. this.reportInfo1.Top = 0.177F;
  498. this.reportInfo1.Width = 1.979F;
  499. //
  500. // rptAlarmLog
  501. //
  502. this.MasterReport = false;
  503. this.PageSettings.DefaultPaperSize = false;
  504. this.PageSettings.Margins.Bottom = 0.45F;
  505. this.PageSettings.Margins.Left = 0.2F;
  506. this.PageSettings.Margins.Right = 0.2F;
  507. this.PageSettings.Margins.Top = 0.5F;
  508. this.PageSettings.PaperHeight = 11.69291F;
  509. this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
  510. this.PageSettings.PaperWidth = 8.267716F;
  511. this.PrintWidth = 7.846F;
  512. this.Sections.Add(this.pageHeader);
  513. this.Sections.Add(this.detail);
  514. this.Sections.Add(this.pageFooter);
  515. this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" +
  516. "l; font-size: 10pt; color: Black", "Normal"));
  517. this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"));
  518. this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" +
  519. "lic", "Heading2", "Normal"));
  520. this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"));
  521. this.FetchData += new DataDynamics.ActiveReports.ActiveReport.FetchEventHandler(this.rptAlarmLog_FetchData);
  522. this.DataInitialize += new System.EventHandler(this.rptAlarmLog_DataInitialize);
  523. ((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
  524. ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
  525. ((System.ComponentModel.ISupportInitialize)(this.lblAlarmLocation)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.lblQuantity)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.lblUnitPrice)).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)(this.Label10)).EndInit();
  529. ((System.ComponentModel.ISupportInitialize)(this.lblOrderNum)).EndInit();
  530. ((System.ComponentModel.ISupportInitialize)(this.txtTleReceiverId)).EndInit();
  531. ((System.ComponentModel.ISupportInitialize)(this.lblPrintDate)).EndInit();
  532. ((System.ComponentModel.ISupportInitialize)(this.txtTleFromToDate)).EndInit();
  533. ((System.ComponentModel.ISupportInitialize)(this.lblNo)).EndInit();
  534. ((System.ComponentModel.ISupportInitialize)(this.reportInfo2)).EndInit();
  535. ((System.ComponentModel.ISupportInitialize)(this.reportInfo3)).EndInit();
  536. ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
  537. ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
  538. ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
  539. ((System.ComponentModel.ISupportInitialize)(this.txtTleAlarmType)).EndInit();
  540. ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
  541. ((System.ComponentModel.ISupportInitialize)(this.txtTleAlarmLocation)).EndInit();
  542. ((System.ComponentModel.ISupportInitialize)(this.txtNo)).EndInit();
  543. ((System.ComponentModel.ISupportInitialize)(this.txtAlarmDate)).EndInit();
  544. ((System.ComponentModel.ISupportInitialize)(this.txtAlarmType)).EndInit();
  545. ((System.ComponentModel.ISupportInitialize)(this.txtAlarmLocation)).EndInit();
  546. ((System.ComponentModel.ISupportInitialize)(this.txtConfirmYes)).EndInit();
  547. ((System.ComponentModel.ISupportInitialize)(this.txtConfirmDate)).EndInit();
  548. ((System.ComponentModel.ISupportInitialize)(this.reportInfo1)).EndInit();
  549. ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
  550. }
  551. #endregion
  552. private DataDynamics.ActiveReports.Label Label10;
  553. private DataDynamics.ActiveReports.Label lblOrderNum;
  554. private DataDynamics.ActiveReports.Label lblPrintDate;
  555. private DataDynamics.ActiveReports.TextBox txtNo;
  556. private DataDynamics.ActiveReports.TextBox txtAlarmDate;
  557. private DataDynamics.ActiveReports.TextBox txtAlarmType;
  558. private DataDynamics.ActiveReports.TextBox txtAlarmLocation;
  559. private DataDynamics.ActiveReports.Label lblNo;
  560. private DataDynamics.ActiveReports.Label lblUnitPrice;
  561. private DataDynamics.ActiveReports.Label lblQuantity;
  562. private DataDynamics.ActiveReports.Label lblAlarmLocation;
  563. private DataDynamics.ActiveReports.ReportInfo reportInfo1;
  564. private DataDynamics.ActiveReports.TextBox txtTleReceiverId;
  565. private DataDynamics.ActiveReports.TextBox txtTleFromToDate;
  566. private DataDynamics.ActiveReports.ReportInfo reportInfo2;
  567. private DataDynamics.ActiveReports.ReportInfo reportInfo3;
  568. private DataDynamics.ActiveReports.Label label1;
  569. private DataDynamics.ActiveReports.Label label2;
  570. private DataDynamics.ActiveReports.Label label3;
  571. private DataDynamics.ActiveReports.TextBox txtTleAlarmType;
  572. private DataDynamics.ActiveReports.Label label4;
  573. private DataDynamics.ActiveReports.TextBox txtTleAlarmLocation;
  574. private DataDynamics.ActiveReports.Label label5;
  575. private DataDynamics.ActiveReports.Label label6;
  576. private DataDynamics.ActiveReports.TextBox txtConfirmYes;
  577. private DataDynamics.ActiveReports.TextBox txtConfirmDate;
  578. private DataDynamics.ActiveReports.Shape shape1;
  579. }
  580. }