HyperlinkEditorForm.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class HyperlinkEditorForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pageControl1 = new FastReport.Controls.PageControl();
  30. this.pnUrl = new FastReport.Controls.PageControlPage();
  31. this.tbUrlExpression = new FastReport.Controls.TextBoxButton();
  32. this.tbUrlValue = new System.Windows.Forms.TextBox();
  33. this.lblUrlExpression = new System.Windows.Forms.Label();
  34. this.lblUrl = new System.Windows.Forms.Label();
  35. this.pnPageNumber = new FastReport.Controls.PageControlPage();
  36. this.tbPageNumberValue = new System.Windows.Forms.TextBox();
  37. this.tbPageNumberExpression = new FastReport.Controls.TextBoxButton();
  38. this.lblPageNumberExpression = new System.Windows.Forms.Label();
  39. this.lblPageNumber = new System.Windows.Forms.Label();
  40. this.pnBookmark = new FastReport.Controls.PageControlPage();
  41. this.tbBookmarkExpression = new FastReport.Controls.TextBoxButton();
  42. this.lblBookmarkExpression = new System.Windows.Forms.Label();
  43. this.tbBookmarkValue = new FastReport.Controls.TextBoxButton();
  44. this.lblBookmark = new System.Windows.Forms.Label();
  45. this.pnReport = new FastReport.Controls.PageControlPage();
  46. this.tbParameterExpression1 = new FastReport.Controls.TextBoxButton();
  47. this.tbParameterValue1 = new System.Windows.Forms.TextBox();
  48. this.lblParameterExpression1 = new System.Windows.Forms.Label();
  49. this.lblParameterValue1 = new System.Windows.Forms.Label();
  50. this.cbxReportParameter1 = new FastReport.Controls.ParametersComboBox();
  51. this.lblReportParameter1 = new System.Windows.Forms.Label();
  52. this.tbReport = new FastReport.Controls.TextBoxButton();
  53. this.lblReport = new System.Windows.Forms.Label();
  54. this.pnReportPage = new FastReport.Controls.PageControlPage();
  55. this.tbParameterExpression2 = new FastReport.Controls.TextBoxButton();
  56. this.tbParameterValue2 = new System.Windows.Forms.TextBox();
  57. this.lblParameterExpression2 = new System.Windows.Forms.Label();
  58. this.lblParameterValue2 = new System.Windows.Forms.Label();
  59. this.cbxReportParameter2 = new FastReport.Controls.ParametersComboBox();
  60. this.cbxReportPage = new FastReport.Controls.ComponentRefComboBox();
  61. this.lblReportParameter2 = new System.Windows.Forms.Label();
  62. this.lblReportPage = new System.Windows.Forms.Label();
  63. this.pnCustom = new FastReport.Controls.PageControlPage();
  64. this.tbCustomExpression = new FastReport.Controls.TextBoxButton();
  65. this.tbCustomValue = new System.Windows.Forms.TextBox();
  66. this.lblCustomExpression = new System.Windows.Forms.Label();
  67. this.lblCustom = new System.Windows.Forms.Label();
  68. this.lblHint2 = new System.Windows.Forms.Label();
  69. this.cbModifyAppearance = new System.Windows.Forms.CheckBox();
  70. this.panel1 = new System.Windows.Forms.Panel();
  71. this.lblHint1 = new System.Windows.Forms.Label();
  72. this.newtabCheckBox = new System.Windows.Forms.CheckBox();
  73. this.pageControl1.SuspendLayout();
  74. this.pnUrl.SuspendLayout();
  75. this.pnPageNumber.SuspendLayout();
  76. this.pnBookmark.SuspendLayout();
  77. this.pnReport.SuspendLayout();
  78. this.pnReportPage.SuspendLayout();
  79. this.pnCustom.SuspendLayout();
  80. this.panel1.SuspendLayout();
  81. this.SuspendLayout();
  82. //
  83. // btnOk
  84. //
  85. this.btnOk.Location = new System.Drawing.Point(396, 364);
  86. //
  87. // btnCancel
  88. //
  89. this.btnCancel.Location = new System.Drawing.Point(476, 364);
  90. //
  91. // pageControl1
  92. //
  93. this.pageControl1.Controls.Add(this.pnUrl);
  94. this.pageControl1.Controls.Add(this.pnPageNumber);
  95. this.pageControl1.Controls.Add(this.pnBookmark);
  96. this.pageControl1.Controls.Add(this.pnReport);
  97. this.pageControl1.Controls.Add(this.pnReportPage);
  98. this.pageControl1.Controls.Add(this.pnCustom);
  99. this.pageControl1.HighlightPageIndex = -1;
  100. this.pageControl1.Location = new System.Drawing.Point(12, 12);
  101. this.pageControl1.Name = "pageControl1";
  102. this.pageControl1.SelectorWidth = 139;
  103. this.pageControl1.Size = new System.Drawing.Size(540, 316);
  104. this.pageControl1.TabIndex = 1;
  105. this.pageControl1.Text = "pageControl1";
  106. this.pageControl1.PageSelected += new System.EventHandler(this.pageControl1_PageSelected);
  107. //
  108. // pnUrl
  109. //
  110. this.pnUrl.BackColor = System.Drawing.SystemColors.Window;
  111. this.pnUrl.Controls.Add(this.newtabCheckBox);
  112. this.pnUrl.Controls.Add(this.tbUrlExpression);
  113. this.pnUrl.Controls.Add(this.tbUrlValue);
  114. this.pnUrl.Controls.Add(this.lblUrlExpression);
  115. this.pnUrl.Controls.Add(this.lblUrl);
  116. this.pnUrl.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.pnUrl.Location = new System.Drawing.Point(139, 1);
  118. this.pnUrl.Name = "pnUrl";
  119. this.pnUrl.Size = new System.Drawing.Size(400, 314);
  120. this.pnUrl.TabIndex = 0;
  121. this.pnUrl.Text = "URL";
  122. //
  123. // tbUrlExpression
  124. //
  125. this.tbUrlExpression.Image = null;
  126. this.tbUrlExpression.Location = new System.Drawing.Point(16, 88);
  127. this.tbUrlExpression.Name = "tbUrlExpression";
  128. this.tbUrlExpression.Size = new System.Drawing.Size(368, 21);
  129. this.tbUrlExpression.TabIndex = 2;
  130. this.tbUrlExpression.ButtonClick += new System.EventHandler(this.tbUrlExpression_ButtonClick);
  131. //
  132. // tbUrlValue
  133. //
  134. this.tbUrlValue.Location = new System.Drawing.Point(16, 36);
  135. this.tbUrlValue.Name = "tbUrlValue";
  136. this.tbUrlValue.Size = new System.Drawing.Size(368, 21);
  137. this.tbUrlValue.TabIndex = 1;
  138. //
  139. // lblUrlExpression
  140. //
  141. this.lblUrlExpression.AutoSize = true;
  142. this.lblUrlExpression.Location = new System.Drawing.Point(16, 68);
  143. this.lblUrlExpression.Name = "lblUrlExpression";
  144. this.lblUrlExpression.Size = new System.Drawing.Size(222, 13);
  145. this.lblUrlExpression.TabIndex = 0;
  146. this.lblUrlExpression.Text = "or enter the expression that returns an URL:";
  147. //
  148. // lblUrl
  149. //
  150. this.lblUrl.AutoSize = true;
  151. this.lblUrl.Location = new System.Drawing.Point(16, 16);
  152. this.lblUrl.Name = "lblUrl";
  153. this.lblUrl.Size = new System.Drawing.Size(236, 13);
  154. this.lblUrl.TabIndex = 0;
  155. this.lblUrl.Text = "Specify an URL (example: http://www.url.com):";
  156. //
  157. // pnPageNumber
  158. //
  159. this.pnPageNumber.BackColor = System.Drawing.SystemColors.Window;
  160. this.pnPageNumber.Controls.Add(this.tbPageNumberValue);
  161. this.pnPageNumber.Controls.Add(this.tbPageNumberExpression);
  162. this.pnPageNumber.Controls.Add(this.lblPageNumberExpression);
  163. this.pnPageNumber.Controls.Add(this.lblPageNumber);
  164. this.pnPageNumber.Dock = System.Windows.Forms.DockStyle.Fill;
  165. this.pnPageNumber.Location = new System.Drawing.Point(139, 1);
  166. this.pnPageNumber.Name = "pnPageNumber";
  167. this.pnPageNumber.Size = new System.Drawing.Size(400, 314);
  168. this.pnPageNumber.TabIndex = 1;
  169. this.pnPageNumber.Text = "Page number";
  170. //
  171. // tbPageNumberValue
  172. //
  173. this.tbPageNumberValue.Location = new System.Drawing.Point(16, 36);
  174. this.tbPageNumberValue.Name = "tbPageNumberValue";
  175. this.tbPageNumberValue.Size = new System.Drawing.Size(112, 21);
  176. this.tbPageNumberValue.TabIndex = 5;
  177. //
  178. // tbPageNumberExpression
  179. //
  180. this.tbPageNumberExpression.Image = null;
  181. this.tbPageNumberExpression.Location = new System.Drawing.Point(16, 88);
  182. this.tbPageNumberExpression.Name = "tbPageNumberExpression";
  183. this.tbPageNumberExpression.Size = new System.Drawing.Size(368, 21);
  184. this.tbPageNumberExpression.TabIndex = 4;
  185. this.tbPageNumberExpression.ButtonClick += new System.EventHandler(this.tbPageNumberExpression_ButtonClick);
  186. //
  187. // lblPageNumberExpression
  188. //
  189. this.lblPageNumberExpression.AutoSize = true;
  190. this.lblPageNumberExpression.Location = new System.Drawing.Point(16, 68);
  191. this.lblPageNumberExpression.Name = "lblPageNumberExpression";
  192. this.lblPageNumberExpression.Size = new System.Drawing.Size(260, 13);
  193. this.lblPageNumberExpression.TabIndex = 3;
  194. this.lblPageNumberExpression.Text = "or enter the expression that returns a page number:";
  195. //
  196. // lblPageNumber
  197. //
  198. this.lblPageNumber.AutoSize = true;
  199. this.lblPageNumber.Location = new System.Drawing.Point(16, 16);
  200. this.lblPageNumber.Name = "lblPageNumber";
  201. this.lblPageNumber.Size = new System.Drawing.Size(112, 13);
  202. this.lblPageNumber.TabIndex = 0;
  203. this.lblPageNumber.Text = "Specify page number:";
  204. //
  205. // pnBookmark
  206. //
  207. this.pnBookmark.BackColor = System.Drawing.SystemColors.Window;
  208. this.pnBookmark.Controls.Add(this.tbBookmarkExpression);
  209. this.pnBookmark.Controls.Add(this.lblBookmarkExpression);
  210. this.pnBookmark.Controls.Add(this.tbBookmarkValue);
  211. this.pnBookmark.Controls.Add(this.lblBookmark);
  212. this.pnBookmark.Dock = System.Windows.Forms.DockStyle.Fill;
  213. this.pnBookmark.Location = new System.Drawing.Point(139, 1);
  214. this.pnBookmark.Name = "pnBookmark";
  215. this.pnBookmark.Size = new System.Drawing.Size(400, 314);
  216. this.pnBookmark.TabIndex = 2;
  217. this.pnBookmark.Text = "Bookmark";
  218. //
  219. // tbBookmarkExpression
  220. //
  221. this.tbBookmarkExpression.Image = null;
  222. this.tbBookmarkExpression.Location = new System.Drawing.Point(16, 88);
  223. this.tbBookmarkExpression.Name = "tbBookmarkExpression";
  224. this.tbBookmarkExpression.Size = new System.Drawing.Size(368, 21);
  225. this.tbBookmarkExpression.TabIndex = 6;
  226. this.tbBookmarkExpression.ButtonClick += new System.EventHandler(this.tbBookmarkExpression_ButtonClick);
  227. //
  228. // lblBookmarkExpression
  229. //
  230. this.lblBookmarkExpression.AutoSize = true;
  231. this.lblBookmarkExpression.Location = new System.Drawing.Point(16, 68);
  232. this.lblBookmarkExpression.Name = "lblBookmarkExpression";
  233. this.lblBookmarkExpression.Size = new System.Drawing.Size(272, 13);
  234. this.lblBookmarkExpression.TabIndex = 5;
  235. this.lblBookmarkExpression.Text = "or enter the expression that returns a bookmark name:";
  236. //
  237. // tbBookmarkValue
  238. //
  239. this.tbBookmarkValue.Image = null;
  240. this.tbBookmarkValue.Location = new System.Drawing.Point(16, 36);
  241. this.tbBookmarkValue.Name = "tbBookmarkValue";
  242. this.tbBookmarkValue.Size = new System.Drawing.Size(368, 21);
  243. this.tbBookmarkValue.TabIndex = 1;
  244. //
  245. // lblBookmark
  246. //
  247. this.lblBookmark.AutoSize = true;
  248. this.lblBookmark.Location = new System.Drawing.Point(16, 16);
  249. this.lblBookmark.Name = "lblBookmark";
  250. this.lblBookmark.Size = new System.Drawing.Size(133, 13);
  251. this.lblBookmark.TabIndex = 0;
  252. this.lblBookmark.Text = "Specify a bookmark name:";
  253. //
  254. // pnReport
  255. //
  256. this.pnReport.BackColor = System.Drawing.SystemColors.Window;
  257. this.pnReport.Controls.Add(this.tbParameterExpression1);
  258. this.pnReport.Controls.Add(this.tbParameterValue1);
  259. this.pnReport.Controls.Add(this.lblParameterExpression1);
  260. this.pnReport.Controls.Add(this.lblParameterValue1);
  261. this.pnReport.Controls.Add(this.cbxReportParameter1);
  262. this.pnReport.Controls.Add(this.lblReportParameter1);
  263. this.pnReport.Controls.Add(this.tbReport);
  264. this.pnReport.Controls.Add(this.lblReport);
  265. this.pnReport.Dock = System.Windows.Forms.DockStyle.Fill;
  266. this.pnReport.Location = new System.Drawing.Point(139, 1);
  267. this.pnReport.Name = "pnReport";
  268. this.pnReport.Size = new System.Drawing.Size(400, 314);
  269. this.pnReport.TabIndex = 3;
  270. this.pnReport.Text = "Report";
  271. //
  272. // tbParameterExpression1
  273. //
  274. this.tbParameterExpression1.Image = null;
  275. this.tbParameterExpression1.Location = new System.Drawing.Point(16, 192);
  276. this.tbParameterExpression1.Name = "tbParameterExpression1";
  277. this.tbParameterExpression1.Size = new System.Drawing.Size(368, 21);
  278. this.tbParameterExpression1.TabIndex = 7;
  279. this.tbParameterExpression1.ButtonClick += new System.EventHandler(this.tbParameterExpression1_ButtonClick);
  280. //
  281. // tbParameterValue1
  282. //
  283. this.tbParameterValue1.Location = new System.Drawing.Point(16, 140);
  284. this.tbParameterValue1.Name = "tbParameterValue1";
  285. this.tbParameterValue1.Size = new System.Drawing.Size(368, 21);
  286. this.tbParameterValue1.TabIndex = 6;
  287. //
  288. // lblParameterExpression1
  289. //
  290. this.lblParameterExpression1.AutoSize = true;
  291. this.lblParameterExpression1.Location = new System.Drawing.Point(16, 172);
  292. this.lblParameterExpression1.Name = "lblParameterExpression1";
  293. this.lblParameterExpression1.Size = new System.Drawing.Size(276, 13);
  294. this.lblParameterExpression1.TabIndex = 4;
  295. this.lblParameterExpression1.Text = "or enter the expression that returns a parameter value:";
  296. //
  297. // lblParameterValue1
  298. //
  299. this.lblParameterValue1.AutoSize = true;
  300. this.lblParameterValue1.Location = new System.Drawing.Point(16, 120);
  301. this.lblParameterValue1.Name = "lblParameterValue1";
  302. this.lblParameterValue1.Size = new System.Drawing.Size(137, 13);
  303. this.lblParameterValue1.TabIndex = 5;
  304. this.lblParameterValue1.Text = "Specify a parameter value:";
  305. //
  306. // cbxReportParameter1
  307. //
  308. this.cbxReportParameter1.Location = new System.Drawing.Point(16, 88);
  309. this.cbxReportParameter1.Name = "cbxReportParameter1";
  310. this.cbxReportParameter1.Size = new System.Drawing.Size(368, 21);
  311. this.cbxReportParameter1.TabIndex = 3;
  312. this.cbxReportParameter1.DropDownOpening += new System.EventHandler(this.cbxReportParameter1_DropDownOpening);
  313. //
  314. // lblReportParameter1
  315. //
  316. this.lblReportParameter1.AutoSize = true;
  317. this.lblReportParameter1.Location = new System.Drawing.Point(16, 68);
  318. this.lblReportParameter1.Name = "lblReportParameter1";
  319. this.lblReportParameter1.Size = new System.Drawing.Size(97, 13);
  320. this.lblReportParameter1.TabIndex = 2;
  321. this.lblReportParameter1.Text = "Report parameter:";
  322. //
  323. // tbReport
  324. //
  325. this.tbReport.Image = null;
  326. this.tbReport.Location = new System.Drawing.Point(16, 36);
  327. this.tbReport.Name = "tbReport";
  328. this.tbReport.Size = new System.Drawing.Size(368, 21);
  329. this.tbReport.TabIndex = 1;
  330. this.tbReport.ButtonClick += new System.EventHandler(this.tbReport_ButtonClick);
  331. //
  332. // lblReport
  333. //
  334. this.lblReport.AutoSize = true;
  335. this.lblReport.Location = new System.Drawing.Point(16, 16);
  336. this.lblReport.Name = "lblReport";
  337. this.lblReport.Size = new System.Drawing.Size(44, 13);
  338. this.lblReport.TabIndex = 0;
  339. this.lblReport.Text = "Report:";
  340. //
  341. // pnReportPage
  342. //
  343. this.pnReportPage.BackColor = System.Drawing.SystemColors.Window;
  344. this.pnReportPage.Controls.Add(this.tbParameterExpression2);
  345. this.pnReportPage.Controls.Add(this.tbParameterValue2);
  346. this.pnReportPage.Controls.Add(this.lblParameterExpression2);
  347. this.pnReportPage.Controls.Add(this.lblParameterValue2);
  348. this.pnReportPage.Controls.Add(this.cbxReportParameter2);
  349. this.pnReportPage.Controls.Add(this.cbxReportPage);
  350. this.pnReportPage.Controls.Add(this.lblReportParameter2);
  351. this.pnReportPage.Controls.Add(this.lblReportPage);
  352. this.pnReportPage.Dock = System.Windows.Forms.DockStyle.Fill;
  353. this.pnReportPage.Location = new System.Drawing.Point(139, 1);
  354. this.pnReportPage.Name = "pnReportPage";
  355. this.pnReportPage.Size = new System.Drawing.Size(400, 314);
  356. this.pnReportPage.TabIndex = 4;
  357. this.pnReportPage.Text = "Page";
  358. //
  359. // tbParameterExpression2
  360. //
  361. this.tbParameterExpression2.Image = null;
  362. this.tbParameterExpression2.Location = new System.Drawing.Point(16, 192);
  363. this.tbParameterExpression2.Name = "tbParameterExpression2";
  364. this.tbParameterExpression2.Size = new System.Drawing.Size(368, 21);
  365. this.tbParameterExpression2.TabIndex = 11;
  366. this.tbParameterExpression2.ButtonClick += new System.EventHandler(this.tbParameterExpression2_ButtonClick);
  367. //
  368. // tbParameterValue2
  369. //
  370. this.tbParameterValue2.Location = new System.Drawing.Point(16, 140);
  371. this.tbParameterValue2.Name = "tbParameterValue2";
  372. this.tbParameterValue2.Size = new System.Drawing.Size(368, 21);
  373. this.tbParameterValue2.TabIndex = 10;
  374. //
  375. // lblParameterExpression2
  376. //
  377. this.lblParameterExpression2.AutoSize = true;
  378. this.lblParameterExpression2.Location = new System.Drawing.Point(16, 172);
  379. this.lblParameterExpression2.Name = "lblParameterExpression2";
  380. this.lblParameterExpression2.Size = new System.Drawing.Size(276, 13);
  381. this.lblParameterExpression2.TabIndex = 8;
  382. this.lblParameterExpression2.Text = "or enter the expression that returns a parameter value:";
  383. //
  384. // lblParameterValue2
  385. //
  386. this.lblParameterValue2.AutoSize = true;
  387. this.lblParameterValue2.Location = new System.Drawing.Point(16, 120);
  388. this.lblParameterValue2.Name = "lblParameterValue2";
  389. this.lblParameterValue2.Size = new System.Drawing.Size(137, 13);
  390. this.lblParameterValue2.TabIndex = 9;
  391. this.lblParameterValue2.Text = "Specify a parameter value:";
  392. //
  393. // cbxReportParameter2
  394. //
  395. this.cbxReportParameter2.Location = new System.Drawing.Point(16, 88);
  396. this.cbxReportParameter2.Name = "cbxReportParameter2";
  397. this.cbxReportParameter2.Size = new System.Drawing.Size(368, 21);
  398. this.cbxReportParameter2.TabIndex = 4;
  399. //
  400. // cbxReportPage
  401. //
  402. this.cbxReportPage.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  403. this.cbxReportPage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  404. this.cbxReportPage.FormattingEnabled = true;
  405. this.cbxReportPage.Location = new System.Drawing.Point(16, 36);
  406. this.cbxReportPage.Name = "cbxReportPage";
  407. this.cbxReportPage.Size = new System.Drawing.Size(368, 25);
  408. this.cbxReportPage.TabIndex = 3;
  409. //
  410. // lblReportParameter2
  411. //
  412. this.lblReportParameter2.AutoSize = true;
  413. this.lblReportParameter2.Location = new System.Drawing.Point(16, 68);
  414. this.lblReportParameter2.Name = "lblReportParameter2";
  415. this.lblReportParameter2.Size = new System.Drawing.Size(97, 13);
  416. this.lblReportParameter2.TabIndex = 1;
  417. this.lblReportParameter2.Text = "Report parameter:";
  418. //
  419. // lblReportPage
  420. //
  421. this.lblReportPage.AutoSize = true;
  422. this.lblReportPage.Location = new System.Drawing.Point(16, 16);
  423. this.lblReportPage.Name = "lblReportPage";
  424. this.lblReportPage.Size = new System.Drawing.Size(71, 13);
  425. this.lblReportPage.TabIndex = 0;
  426. this.lblReportPage.Text = "Report page:";
  427. //
  428. // pnCustom
  429. //
  430. this.pnCustom.BackColor = System.Drawing.SystemColors.Window;
  431. this.pnCustom.Controls.Add(this.tbCustomExpression);
  432. this.pnCustom.Controls.Add(this.tbCustomValue);
  433. this.pnCustom.Controls.Add(this.lblCustomExpression);
  434. this.pnCustom.Controls.Add(this.lblCustom);
  435. this.pnCustom.Dock = System.Windows.Forms.DockStyle.Fill;
  436. this.pnCustom.Location = new System.Drawing.Point(139, 1);
  437. this.pnCustom.Name = "pnCustom";
  438. this.pnCustom.Size = new System.Drawing.Size(400, 314);
  439. this.pnCustom.TabIndex = 5;
  440. this.pnCustom.Text = "Custom";
  441. //
  442. // tbCustomExpression
  443. //
  444. this.tbCustomExpression.Image = null;
  445. this.tbCustomExpression.Location = new System.Drawing.Point(16, 88);
  446. this.tbCustomExpression.Name = "tbCustomExpression";
  447. this.tbCustomExpression.Size = new System.Drawing.Size(368, 21);
  448. this.tbCustomExpression.TabIndex = 6;
  449. this.tbCustomExpression.ButtonClick += new System.EventHandler(this.tbCustomExpression_ButtonClick);
  450. //
  451. // tbCustomValue
  452. //
  453. this.tbCustomValue.Location = new System.Drawing.Point(16, 36);
  454. this.tbCustomValue.Name = "tbCustomValue";
  455. this.tbCustomValue.Size = new System.Drawing.Size(368, 21);
  456. this.tbCustomValue.TabIndex = 5;
  457. //
  458. // lblCustomExpression
  459. //
  460. this.lblCustomExpression.AutoSize = true;
  461. this.lblCustomExpression.Location = new System.Drawing.Point(16, 68);
  462. this.lblCustomExpression.Name = "lblCustomExpression";
  463. this.lblCustomExpression.Size = new System.Drawing.Size(223, 13);
  464. this.lblCustomExpression.TabIndex = 3;
  465. this.lblCustomExpression.Text = "or enter the expression that returns a value:";
  466. //
  467. // lblCustom
  468. //
  469. this.lblCustom.AutoSize = true;
  470. this.lblCustom.Location = new System.Drawing.Point(16, 16);
  471. this.lblCustom.Name = "lblCustom";
  472. this.lblCustom.Size = new System.Drawing.Size(130, 13);
  473. this.lblCustom.TabIndex = 4;
  474. this.lblCustom.Text = "Specify a hyperlink value:";
  475. //
  476. // lblHint2
  477. //
  478. this.lblHint2.Dock = System.Windows.Forms.DockStyle.Fill;
  479. this.lblHint2.Location = new System.Drawing.Point(0, 28);
  480. this.lblHint2.Name = "lblHint2";
  481. this.lblHint2.Size = new System.Drawing.Size(368, 30);
  482. this.lblHint2.TabIndex = 0;
  483. this.lblHint2.Text = "Specified URL will opened.";
  484. this.lblHint2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  485. //
  486. // cbModifyAppearance
  487. //
  488. this.cbModifyAppearance.AutoSize = true;
  489. this.cbModifyAppearance.Location = new System.Drawing.Point(12, 336);
  490. this.cbModifyAppearance.Name = "cbModifyAppearance";
  491. this.cbModifyAppearance.Size = new System.Drawing.Size(330, 17);
  492. this.cbModifyAppearance.TabIndex = 2;
  493. this.cbModifyAppearance.Text = "Modify the object\'s appearance so it will look like a clickable link.";
  494. this.cbModifyAppearance.UseVisualStyleBackColor = true;
  495. //
  496. // panel1
  497. //
  498. this.panel1.BackColor = System.Drawing.SystemColors.Window;
  499. this.panel1.Controls.Add(this.lblHint2);
  500. this.panel1.Controls.Add(this.lblHint1);
  501. this.panel1.Location = new System.Drawing.Point(168, 250);
  502. this.panel1.Name = "panel1";
  503. this.panel1.Size = new System.Drawing.Size(368, 60);
  504. this.panel1.TabIndex = 4;
  505. //
  506. // lblHint1
  507. //
  508. this.lblHint1.Dock = System.Windows.Forms.DockStyle.Top;
  509. this.lblHint1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  510. this.lblHint1.Location = new System.Drawing.Point(0, 0);
  511. this.lblHint1.Name = "lblHint1";
  512. this.lblHint1.Size = new System.Drawing.Size(368, 30);
  513. this.lblHint1.TabIndex = 0;
  514. this.lblHint1.Text = "What will happen if you click this object in the preview window:";
  515. this.lblHint1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  516. //
  517. // newtabCheckBox
  518. //
  519. this.newtabCheckBox.AutoSize = true;
  520. this.newtabCheckBox.Location = new System.Drawing.Point(20, 116);
  521. this.newtabCheckBox.Name = "newtabCheckBox";
  522. this.newtabCheckBox.Size = new System.Drawing.Size(169, 17);
  523. this.newtabCheckBox.TabIndex = 3;
  524. this.newtabCheckBox.Text = "Open in new tab (HTML only!)";
  525. this.newtabCheckBox.UseVisualStyleBackColor = true;
  526. //
  527. // HyperlinkEditorForm
  528. //
  529. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  530. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  531. this.ClientSize = new System.Drawing.Size(563, 400);
  532. this.Controls.Add(this.panel1);
  533. this.Controls.Add(this.cbModifyAppearance);
  534. this.Controls.Add(this.pageControl1);
  535. this.Name = "HyperlinkEditorForm";
  536. this.Text = "Edit Hyperlink";
  537. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.HyperlinkEditorForm_FormClosed);
  538. this.Controls.SetChildIndex(this.btnOk, 0);
  539. this.Controls.SetChildIndex(this.btnCancel, 0);
  540. this.Controls.SetChildIndex(this.pageControl1, 0);
  541. this.Controls.SetChildIndex(this.cbModifyAppearance, 0);
  542. this.Controls.SetChildIndex(this.panel1, 0);
  543. this.pageControl1.ResumeLayout(false);
  544. this.pnUrl.ResumeLayout(false);
  545. this.pnUrl.PerformLayout();
  546. this.pnPageNumber.ResumeLayout(false);
  547. this.pnPageNumber.PerformLayout();
  548. this.pnBookmark.ResumeLayout(false);
  549. this.pnBookmark.PerformLayout();
  550. this.pnReport.ResumeLayout(false);
  551. this.pnReport.PerformLayout();
  552. this.pnReportPage.ResumeLayout(false);
  553. this.pnReportPage.PerformLayout();
  554. this.pnCustom.ResumeLayout(false);
  555. this.pnCustom.PerformLayout();
  556. this.panel1.ResumeLayout(false);
  557. this.ResumeLayout(false);
  558. this.PerformLayout();
  559. }
  560. #endregion
  561. private FastReport.Controls.PageControl pageControl1;
  562. private FastReport.Controls.PageControlPage pnUrl;
  563. private FastReport.Controls.PageControlPage pnPageNumber;
  564. private FastReport.Controls.PageControlPage pnBookmark;
  565. private System.Windows.Forms.TextBox tbUrlValue;
  566. private System.Windows.Forms.Label lblUrl;
  567. private System.Windows.Forms.Label lblPageNumber;
  568. private FastReport.Controls.TextBoxButton tbBookmarkValue;
  569. private System.Windows.Forms.Label lblBookmark;
  570. private FastReport.Controls.PageControlPage pnReport;
  571. private System.Windows.Forms.Label lblReportParameter1;
  572. private FastReport.Controls.TextBoxButton tbReport;
  573. private System.Windows.Forms.Label lblReport;
  574. private FastReport.Controls.PageControlPage pnReportPage;
  575. private FastReport.Controls.PageControlPage pnCustom;
  576. private System.Windows.Forms.Label lblReportParameter2;
  577. private System.Windows.Forms.Label lblReportPage;
  578. private FastReport.Controls.ComponentRefComboBox cbxReportPage;
  579. private FastReport.Controls.ParametersComboBox cbxReportParameter1;
  580. private FastReport.Controls.ParametersComboBox cbxReportParameter2;
  581. private FastReport.Controls.TextBoxButton tbUrlExpression;
  582. private System.Windows.Forms.Label lblHint2;
  583. private System.Windows.Forms.Label lblUrlExpression;
  584. private System.Windows.Forms.CheckBox cbModifyAppearance;
  585. private FastReport.Controls.TextBoxButton tbPageNumberExpression;
  586. private System.Windows.Forms.Label lblPageNumberExpression;
  587. private FastReport.Controls.TextBoxButton tbBookmarkExpression;
  588. private System.Windows.Forms.Label lblBookmarkExpression;
  589. private FastReport.Controls.TextBoxButton tbCustomExpression;
  590. private System.Windows.Forms.TextBox tbCustomValue;
  591. private System.Windows.Forms.Label lblCustomExpression;
  592. private System.Windows.Forms.Label lblCustom;
  593. private System.Windows.Forms.Panel panel1;
  594. private System.Windows.Forms.Label lblHint1;
  595. private FastReport.Controls.TextBoxButton tbParameterExpression1;
  596. private System.Windows.Forms.TextBox tbParameterValue1;
  597. private System.Windows.Forms.Label lblParameterExpression1;
  598. private System.Windows.Forms.Label lblParameterValue1;
  599. private FastReport.Controls.TextBoxButton tbParameterExpression2;
  600. private System.Windows.Forms.TextBox tbParameterValue2;
  601. private System.Windows.Forms.Label lblParameterExpression2;
  602. private System.Windows.Forms.Label lblParameterValue2;
  603. private System.Windows.Forms.TextBox tbPageNumberValue;
  604. private System.Windows.Forms.CheckBox newtabCheckBox;
  605. }
  606. }