rptAlarmLogPost.Designer.cs 31 KB

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