ReportOptionsForm.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  1. namespace FastReport.Forms
  2. {
  3. partial class ReportOptionsForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form 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. this.tbDescription = new FastReport.Controls.TextBoxButton();
  29. this.cbSavePreviewPicture = new System.Windows.Forms.CheckBox();
  30. this.btnClear = new System.Windows.Forms.Button();
  31. this.btnLoad = new System.Windows.Forms.Button();
  32. this.pbPicture = new System.Windows.Forms.PictureBox();
  33. this.lblModified1 = new System.Windows.Forms.Label();
  34. this.lblModified = new System.Windows.Forms.Label();
  35. this.lblCreated1 = new System.Windows.Forms.Label();
  36. this.lblCreated = new System.Windows.Forms.Label();
  37. this.lblPicture = new System.Windows.Forms.Label();
  38. this.tbName = new System.Windows.Forms.TextBox();
  39. this.lblName = new System.Windows.Forms.Label();
  40. this.tbAuthor = new System.Windows.Forms.TextBox();
  41. this.lblDescription = new System.Windows.Forms.Label();
  42. this.tbVersion = new System.Windows.Forms.TextBox();
  43. this.lblVersion = new System.Windows.Forms.Label();
  44. this.lblAuthor = new System.Windows.Forms.Label();
  45. this.btnAdd = new System.Windows.Forms.Button();
  46. this.lbRefAssemblies = new FastReport.Controls.ToolTipListBox();
  47. this.btnRemove = new System.Windows.Forms.Button();
  48. this.lblRefAssemblies = new System.Windows.Forms.Label();
  49. this.lblLanguage = new System.Windows.Forms.Label();
  50. this.lblScriptNote = new System.Windows.Forms.Label();
  51. this.rbVB = new System.Windows.Forms.RadioButton();
  52. this.rbC = new System.Windows.Forms.RadioButton();
  53. this.lblPassword = new System.Windows.Forms.Label();
  54. this.tbRetypePassword = new System.Windows.Forms.TextBox();
  55. this.tbPassword = new System.Windows.Forms.TextBox();
  56. this.lblRetypePassword = new System.Windows.Forms.Label();
  57. this.btnBrowse = new System.Windows.Forms.Button();
  58. this.rbInherit = new System.Windows.Forms.RadioButton();
  59. this.rbDetach = new System.Windows.Forms.RadioButton();
  60. this.rbDontChange = new System.Windows.Forms.RadioButton();
  61. this.lblChooseInheritance = new System.Windows.Forms.Label();
  62. this.lblBaseName = new System.Windows.Forms.Label();
  63. this.lblInheritance = new System.Windows.Forms.Label();
  64. this.pcPages = new FastReport.Controls.PageControl();
  65. this.pnGeneral = new FastReport.Controls.PageControlPage();
  66. this.cbxTextQuality = new System.Windows.Forms.ComboBox();
  67. this.lblTextQuality = new System.Windows.Forms.Label();
  68. this.cbDoublePass = new System.Windows.Forms.CheckBox();
  69. this.cbConvertNulls = new System.Windows.Forms.CheckBox();
  70. this.cbCompress = new System.Windows.Forms.CheckBox();
  71. this.cbSmoothGraphics = new System.Windows.Forms.CheckBox();
  72. this.cbUseFileCache = new System.Windows.Forms.CheckBox();
  73. this.pnDescription = new FastReport.Controls.PageControlPage();
  74. this.pnScript = new FastReport.Controls.PageControlPage();
  75. this.pnSecurity = new FastReport.Controls.PageControlPage();
  76. this.pnInheritance = new FastReport.Controls.PageControlPage();
  77. this.pnEmail = new FastReport.Controls.PageControlPage();
  78. this.tbSubject = new System.Windows.Forms.TextBox();
  79. this.lblSubject = new System.Windows.Forms.Label();
  80. this.tbMessage = new System.Windows.Forms.TextBox();
  81. this.lblMessage = new System.Windows.Forms.Label();
  82. this.tbRecipients = new System.Windows.Forms.TextBox();
  83. this.lblRecipients = new System.Windows.Forms.Label();
  84. this.panel1 = new System.Windows.Forms.Panel();
  85. this.panel2 = new System.Windows.Forms.Panel();
  86. ((System.ComponentModel.ISupportInitialize)(this.pbPicture)).BeginInit();
  87. this.pcPages.SuspendLayout();
  88. this.pnGeneral.SuspendLayout();
  89. this.pnDescription.SuspendLayout();
  90. this.pnScript.SuspendLayout();
  91. this.pnSecurity.SuspendLayout();
  92. this.pnInheritance.SuspendLayout();
  93. this.pnEmail.SuspendLayout();
  94. this.panel1.SuspendLayout();
  95. this.panel2.SuspendLayout();
  96. this.SuspendLayout();
  97. //
  98. // btnOk
  99. //
  100. this.btnOk.Location = new System.Drawing.Point(292, 336);
  101. //
  102. // btnCancel
  103. //
  104. this.btnCancel.Location = new System.Drawing.Point(372, 336);
  105. //
  106. // tbDescription
  107. //
  108. this.tbDescription.ButtonText = "";
  109. this.tbDescription.Image = null;
  110. this.tbDescription.Location = new System.Drawing.Point(96, 88);
  111. this.tbDescription.Name = "tbDescription";
  112. this.tbDescription.Size = new System.Drawing.Size(204, 21);
  113. this.tbDescription.TabIndex = 3;
  114. this.tbDescription.ButtonClick += new System.EventHandler(this.tbDescription_ButtonClick);
  115. //
  116. // cbSavePreviewPicture
  117. //
  118. this.cbSavePreviewPicture.AutoSize = true;
  119. this.cbSavePreviewPicture.Location = new System.Drawing.Point(96, 228);
  120. this.cbSavePreviewPicture.Name = "cbSavePreviewPicture";
  121. this.cbSavePreviewPicture.Size = new System.Drawing.Size(127, 17);
  122. this.cbSavePreviewPicture.TabIndex = 6;
  123. this.cbSavePreviewPicture.Text = "Save preview picture";
  124. this.cbSavePreviewPicture.UseVisualStyleBackColor = true;
  125. //
  126. // btnClear
  127. //
  128. this.btnClear.Location = new System.Drawing.Point(204, 144);
  129. this.btnClear.Name = "btnClear";
  130. this.btnClear.Size = new System.Drawing.Size(96, 23);
  131. this.btnClear.TabIndex = 5;
  132. this.btnClear.Text = "Clear";
  133. this.btnClear.UseVisualStyleBackColor = true;
  134. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  135. //
  136. // btnLoad
  137. //
  138. this.btnLoad.Location = new System.Drawing.Point(204, 116);
  139. this.btnLoad.Name = "btnLoad";
  140. this.btnLoad.Size = new System.Drawing.Size(96, 23);
  141. this.btnLoad.TabIndex = 4;
  142. this.btnLoad.Text = "Load...";
  143. this.btnLoad.UseVisualStyleBackColor = true;
  144. this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
  145. //
  146. // pbPicture
  147. //
  148. this.pbPicture.BackColor = System.Drawing.SystemColors.AppWorkspace;
  149. this.pbPicture.Location = new System.Drawing.Point(96, 116);
  150. this.pbPicture.Name = "pbPicture";
  151. this.pbPicture.Size = new System.Drawing.Size(96, 104);
  152. this.pbPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  153. this.pbPicture.TabIndex = 10;
  154. this.pbPicture.TabStop = false;
  155. //
  156. // lblModified1
  157. //
  158. this.lblModified1.AutoSize = true;
  159. this.lblModified1.Location = new System.Drawing.Point(96, 284);
  160. this.lblModified1.Name = "lblModified1";
  161. this.lblModified1.Size = new System.Drawing.Size(47, 13);
  162. this.lblModified1.TabIndex = 10;
  163. this.lblModified1.Text = "Modified";
  164. //
  165. // lblModified
  166. //
  167. this.lblModified.AutoSize = true;
  168. this.lblModified.Location = new System.Drawing.Point(16, 284);
  169. this.lblModified.Name = "lblModified";
  170. this.lblModified.Size = new System.Drawing.Size(47, 13);
  171. this.lblModified.TabIndex = 10;
  172. this.lblModified.Text = "Modified";
  173. //
  174. // lblCreated1
  175. //
  176. this.lblCreated1.AutoSize = true;
  177. this.lblCreated1.Location = new System.Drawing.Point(96, 268);
  178. this.lblCreated1.Name = "lblCreated1";
  179. this.lblCreated1.Size = new System.Drawing.Size(46, 13);
  180. this.lblCreated1.TabIndex = 10;
  181. this.lblCreated1.Text = "Created";
  182. //
  183. // lblCreated
  184. //
  185. this.lblCreated.AutoSize = true;
  186. this.lblCreated.Location = new System.Drawing.Point(16, 268);
  187. this.lblCreated.Name = "lblCreated";
  188. this.lblCreated.Size = new System.Drawing.Size(46, 13);
  189. this.lblCreated.TabIndex = 10;
  190. this.lblCreated.Text = "Created";
  191. //
  192. // lblPicture
  193. //
  194. this.lblPicture.AutoSize = true;
  195. this.lblPicture.Location = new System.Drawing.Point(16, 116);
  196. this.lblPicture.Name = "lblPicture";
  197. this.lblPicture.Size = new System.Drawing.Size(40, 13);
  198. this.lblPicture.TabIndex = 10;
  199. this.lblPicture.Text = "Picture";
  200. //
  201. // tbName
  202. //
  203. this.tbName.Location = new System.Drawing.Point(96, 16);
  204. this.tbName.Name = "tbName";
  205. this.tbName.Size = new System.Drawing.Size(204, 20);
  206. this.tbName.TabIndex = 0;
  207. //
  208. // lblName
  209. //
  210. this.lblName.AutoSize = true;
  211. this.lblName.Location = new System.Drawing.Point(16, 20);
  212. this.lblName.Name = "lblName";
  213. this.lblName.Size = new System.Drawing.Size(34, 13);
  214. this.lblName.TabIndex = 10;
  215. this.lblName.Text = "Name";
  216. //
  217. // tbAuthor
  218. //
  219. this.tbAuthor.Location = new System.Drawing.Point(96, 40);
  220. this.tbAuthor.Name = "tbAuthor";
  221. this.tbAuthor.Size = new System.Drawing.Size(204, 20);
  222. this.tbAuthor.TabIndex = 1;
  223. //
  224. // lblDescription
  225. //
  226. this.lblDescription.AutoSize = true;
  227. this.lblDescription.Location = new System.Drawing.Point(16, 92);
  228. this.lblDescription.Name = "lblDescription";
  229. this.lblDescription.Size = new System.Drawing.Size(60, 13);
  230. this.lblDescription.TabIndex = 10;
  231. this.lblDescription.Text = "Description";
  232. //
  233. // tbVersion
  234. //
  235. this.tbVersion.Location = new System.Drawing.Point(96, 64);
  236. this.tbVersion.Name = "tbVersion";
  237. this.tbVersion.Size = new System.Drawing.Size(204, 20);
  238. this.tbVersion.TabIndex = 2;
  239. //
  240. // lblVersion
  241. //
  242. this.lblVersion.AutoSize = true;
  243. this.lblVersion.Location = new System.Drawing.Point(16, 68);
  244. this.lblVersion.Name = "lblVersion";
  245. this.lblVersion.Size = new System.Drawing.Size(42, 13);
  246. this.lblVersion.TabIndex = 10;
  247. this.lblVersion.Text = "Version";
  248. //
  249. // lblAuthor
  250. //
  251. this.lblAuthor.AutoSize = true;
  252. this.lblAuthor.Location = new System.Drawing.Point(16, 44);
  253. this.lblAuthor.Name = "lblAuthor";
  254. this.lblAuthor.Size = new System.Drawing.Size(40, 13);
  255. this.lblAuthor.TabIndex = 10;
  256. this.lblAuthor.Text = "Author";
  257. //
  258. // btnAdd
  259. //
  260. this.btnAdd.Location = new System.Drawing.Point(112, 272);
  261. this.btnAdd.Name = "btnAdd";
  262. this.btnAdd.Size = new System.Drawing.Size(88, 23);
  263. this.btnAdd.TabIndex = 6;
  264. this.btnAdd.Text = "Add...";
  265. this.btnAdd.UseVisualStyleBackColor = true;
  266. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  267. //
  268. // btnRemove
  269. //
  270. this.btnRemove.Location = new System.Drawing.Point(212, 272);
  271. this.btnRemove.Name = "btnRemove";
  272. this.btnRemove.Size = new System.Drawing.Size(88, 23);
  273. this.btnRemove.TabIndex = 6;
  274. this.btnRemove.Text = "Remove";
  275. this.btnRemove.UseVisualStyleBackColor = true;
  276. this.btnRemove.Click += BtnRemove_Click;
  277. //
  278. // lbRefAssemblies
  279. //
  280. this.lbRefAssemblies.Location = new System.Drawing.Point(16, 156);
  281. this.lbRefAssemblies.Name = "lbRefAssemblies";
  282. this.lbRefAssemblies.Size = new System.Drawing.Size(284, 104);
  283. this.lbRefAssemblies.TabIndex = 5;
  284. this.lbRefAssemblies.SelectedIndexChanged += new System.EventHandler(this.lbPlugins_SelectedIndexChanged);
  285. //
  286. // lblRefAssemblies
  287. //
  288. this.lblRefAssemblies.AutoSize = true;
  289. this.lblRefAssemblies.Location = new System.Drawing.Point(16, 136);
  290. this.lblRefAssemblies.Name = "lblRefAssemblies";
  291. this.lblRefAssemblies.Size = new System.Drawing.Size(121, 13);
  292. this.lblRefAssemblies.TabIndex = 4;
  293. this.lblRefAssemblies.Text = "Referenced assemblies:";
  294. //
  295. // lblLanguage
  296. //
  297. this.lblLanguage.AutoSize = true;
  298. this.lblLanguage.Location = new System.Drawing.Point(16, 16);
  299. this.lblLanguage.Name = "lblLanguage";
  300. this.lblLanguage.Size = new System.Drawing.Size(85, 13);
  301. this.lblLanguage.TabIndex = 3;
  302. this.lblLanguage.Text = "Script language:";
  303. //
  304. // lblScriptNote
  305. //
  306. this.lblScriptNote.Dock = System.Windows.Forms.DockStyle.Fill;
  307. this.lblScriptNote.ForeColor = System.Drawing.SystemColors.ControlText;
  308. this.lblScriptNote.Location = new System.Drawing.Point(0, 0);
  309. this.lblScriptNote.Name = "lblScriptNote";
  310. this.lblScriptNote.Size = new System.Drawing.Size(284, 37);
  311. this.lblScriptNote.TabIndex = 1;
  312. this.lblScriptNote.Text = "Note: if you change the language, entire script will be cleared!";
  313. //
  314. // rbVB
  315. //
  316. this.rbVB.AutoSize = true;
  317. this.rbVB.Location = new System.Drawing.Point(24, 64);
  318. this.rbVB.Name = "rbVB";
  319. this.rbVB.Size = new System.Drawing.Size(99, 17);
  320. this.rbVB.TabIndex = 0;
  321. this.rbVB.TabStop = true;
  322. this.rbVB.Text = "VisualBasic.NET";
  323. this.rbVB.UseVisualStyleBackColor = true;
  324. //
  325. // rbC
  326. //
  327. this.rbC.AutoSize = true;
  328. this.rbC.Location = new System.Drawing.Point(24, 40);
  329. this.rbC.Name = "rbC";
  330. this.rbC.Size = new System.Drawing.Size(40, 17);
  331. this.rbC.TabIndex = 0;
  332. this.rbC.TabStop = true;
  333. this.rbC.Text = "C#";
  334. this.rbC.UseVisualStyleBackColor = true;
  335. //
  336. // lblPassword
  337. //
  338. this.lblPassword.AutoSize = true;
  339. this.lblPassword.Location = new System.Drawing.Point(16, 20);
  340. this.lblPassword.Name = "lblPassword";
  341. this.lblPassword.Size = new System.Drawing.Size(57, 13);
  342. this.lblPassword.TabIndex = 0;
  343. this.lblPassword.Text = "Password:";
  344. //
  345. // tbRetypePassword
  346. //
  347. this.tbRetypePassword.Location = new System.Drawing.Point(140, 40);
  348. this.tbRetypePassword.Name = "tbRetypePassword";
  349. this.tbRetypePassword.Size = new System.Drawing.Size(160, 20);
  350. this.tbRetypePassword.TabIndex = 1;
  351. this.tbRetypePassword.UseSystemPasswordChar = true;
  352. //
  353. // tbPassword
  354. //
  355. this.tbPassword.Location = new System.Drawing.Point(140, 16);
  356. this.tbPassword.Name = "tbPassword";
  357. this.tbPassword.Size = new System.Drawing.Size(160, 20);
  358. this.tbPassword.TabIndex = 0;
  359. this.tbPassword.UseSystemPasswordChar = true;
  360. this.tbPassword.TextChanged += new System.EventHandler(this.tbPasswordLoad_TextChanged);
  361. //
  362. // lblRetypePassword
  363. //
  364. this.lblRetypePassword.AutoSize = true;
  365. this.lblRetypePassword.Location = new System.Drawing.Point(16, 44);
  366. this.lblRetypePassword.Name = "lblRetypePassword";
  367. this.lblRetypePassword.Size = new System.Drawing.Size(95, 13);
  368. this.lblRetypePassword.TabIndex = 0;
  369. this.lblRetypePassword.Text = "Retype password:";
  370. //
  371. // btnBrowse
  372. //
  373. this.btnBrowse.Enabled = false;
  374. this.btnBrowse.Location = new System.Drawing.Point(40, 156);
  375. this.btnBrowse.Name = "btnBrowse";
  376. this.btnBrowse.Size = new System.Drawing.Size(92, 23);
  377. this.btnBrowse.TabIndex = 3;
  378. this.btnBrowse.Text = "Browse...";
  379. this.btnBrowse.UseVisualStyleBackColor = true;
  380. this.btnBrowse.Visible = false;
  381. this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
  382. //
  383. // rbInherit
  384. //
  385. this.rbInherit.AutoSize = true;
  386. this.rbInherit.Location = new System.Drawing.Point(24, 132);
  387. this.rbInherit.Name = "rbInherit";
  388. this.rbInherit.Size = new System.Drawing.Size(138, 17);
  389. this.rbInherit.TabIndex = 2;
  390. this.rbInherit.Text = "Inherit the report from:";
  391. this.rbInherit.UseVisualStyleBackColor = true;
  392. this.rbInherit.Visible = false;
  393. this.rbInherit.CheckedChanged += new System.EventHandler(this.rbInherit_CheckedChanged);
  394. //
  395. // rbDetach
  396. //
  397. this.rbDetach.AutoSize = true;
  398. this.rbDetach.Location = new System.Drawing.Point(24, 108);
  399. this.rbDetach.Name = "rbDetach";
  400. this.rbDetach.Size = new System.Drawing.Size(137, 17);
  401. this.rbDetach.TabIndex = 2;
  402. this.rbDetach.Text = "Detach the base report";
  403. this.rbDetach.UseVisualStyleBackColor = true;
  404. //
  405. // rbDontChange
  406. //
  407. this.rbDontChange.AutoSize = true;
  408. this.rbDontChange.Checked = true;
  409. this.rbDontChange.Location = new System.Drawing.Point(24, 84);
  410. this.rbDontChange.Name = "rbDontChange";
  411. this.rbDontChange.Size = new System.Drawing.Size(95, 17);
  412. this.rbDontChange.TabIndex = 2;
  413. this.rbDontChange.TabStop = true;
  414. this.rbDontChange.Text = "Do not change";
  415. this.rbDontChange.UseVisualStyleBackColor = true;
  416. //
  417. // lblChooseInheritance
  418. //
  419. this.lblChooseInheritance.AutoSize = true;
  420. this.lblChooseInheritance.Location = new System.Drawing.Point(16, 60);
  421. this.lblChooseInheritance.Name = "lblChooseInheritance";
  422. this.lblChooseInheritance.Size = new System.Drawing.Size(99, 13);
  423. this.lblChooseInheritance.TabIndex = 1;
  424. this.lblChooseInheritance.Text = "Choose the option:";
  425. //
  426. // lblBaseName
  427. //
  428. this.lblBaseName.Location = new System.Drawing.Point(32, 184);
  429. this.lblBaseName.Name = "lblBaseName";
  430. this.lblBaseName.Size = new System.Drawing.Size(268, 36);
  431. this.lblBaseName.TabIndex = 0;
  432. this.lblBaseName.Text = " ";
  433. this.lblBaseName.Visible = false;
  434. //
  435. // lblInheritance
  436. //
  437. this.lblInheritance.Dock = System.Windows.Forms.DockStyle.Fill;
  438. this.lblInheritance.Location = new System.Drawing.Point(0, 0);
  439. this.lblInheritance.Name = "lblInheritance";
  440. this.lblInheritance.Size = new System.Drawing.Size(284, 41);
  441. this.lblInheritance.TabIndex = 0;
  442. this.lblInheritance.Text = "The report is not inherited.";
  443. //
  444. // pcPages
  445. //
  446. this.pcPages.Controls.Add(this.pnGeneral);
  447. this.pcPages.Controls.Add(this.pnDescription);
  448. this.pcPages.Controls.Add(this.pnScript);
  449. this.pcPages.Controls.Add(this.pnSecurity);
  450. this.pcPages.Controls.Add(this.pnInheritance);
  451. this.pcPages.Controls.Add(this.pnEmail);
  452. this.pcPages.HighlightPageIndex = -1;
  453. this.pcPages.Location = new System.Drawing.Point(12, 12);
  454. this.pcPages.Name = "pcPages";
  455. this.pcPages.SelectorWidth = 119;
  456. this.pcPages.Size = new System.Drawing.Size(436, 312);
  457. this.pcPages.TabIndex = 1;
  458. this.pcPages.Text = "pageControl1";
  459. //
  460. // pnGeneral
  461. //
  462. this.pnGeneral.BackColor = System.Drawing.SystemColors.Window;
  463. this.pnGeneral.Controls.Add(this.cbxTextQuality);
  464. this.pnGeneral.Controls.Add(this.lblTextQuality);
  465. this.pnGeneral.Controls.Add(this.cbDoublePass);
  466. this.pnGeneral.Controls.Add(this.cbConvertNulls);
  467. this.pnGeneral.Controls.Add(this.cbCompress);
  468. this.pnGeneral.Controls.Add(this.cbSmoothGraphics);
  469. this.pnGeneral.Controls.Add(this.cbUseFileCache);
  470. this.pnGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
  471. this.pnGeneral.Location = new System.Drawing.Point(119, 1);
  472. this.pnGeneral.Name = "pnGeneral";
  473. this.pnGeneral.Size = new System.Drawing.Size(316, 310);
  474. this.pnGeneral.TabIndex = 4;
  475. this.pnGeneral.Text = "General";
  476. //
  477. // cbxTextQuality
  478. //
  479. this.cbxTextQuality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  480. this.cbxTextQuality.FormattingEnabled = true;
  481. this.cbxTextQuality.Location = new System.Drawing.Point(132, 112);
  482. this.cbxTextQuality.Name = "cbxTextQuality";
  483. this.cbxTextQuality.Size = new System.Drawing.Size(168, 21);
  484. this.cbxTextQuality.TabIndex = 7;
  485. //
  486. // lblTextQuality
  487. //
  488. this.lblTextQuality.AutoSize = true;
  489. this.lblTextQuality.Location = new System.Drawing.Point(16, 116);
  490. this.lblTextQuality.Name = "lblTextQuality";
  491. this.lblTextQuality.Size = new System.Drawing.Size(68, 13);
  492. this.lblTextQuality.TabIndex = 6;
  493. this.lblTextQuality.Text = "Text quality:";
  494. //
  495. // cbDoublePass
  496. //
  497. this.cbDoublePass.AutoSize = true;
  498. this.cbDoublePass.Location = new System.Drawing.Point(16, 16);
  499. this.cbDoublePass.Name = "cbDoublePass";
  500. this.cbDoublePass.Size = new System.Drawing.Size(84, 17);
  501. this.cbDoublePass.TabIndex = 0;
  502. this.cbDoublePass.Text = "Double pass";
  503. this.cbDoublePass.UseVisualStyleBackColor = true;
  504. //
  505. // cbConvertNulls
  506. //
  507. this.cbConvertNulls.AutoSize = true;
  508. this.cbConvertNulls.Location = new System.Drawing.Point(16, 88);
  509. this.cbConvertNulls.Name = "cbConvertNulls";
  510. this.cbConvertNulls.Size = new System.Drawing.Size(118, 17);
  511. this.cbConvertNulls.TabIndex = 3;
  512. this.cbConvertNulls.Text = "Convert null values";
  513. this.cbConvertNulls.UseVisualStyleBackColor = true;
  514. //
  515. // cbCompress
  516. //
  517. this.cbCompress.AutoSize = true;
  518. this.cbCompress.Location = new System.Drawing.Point(16, 40);
  519. this.cbCompress.Name = "cbCompress";
  520. this.cbCompress.Size = new System.Drawing.Size(123, 17);
  521. this.cbCompress.TabIndex = 1;
  522. this.cbCompress.Text = "Compress report file";
  523. this.cbCompress.UseVisualStyleBackColor = true;
  524. //
  525. // cbSmoothGraphics
  526. //
  527. this.cbSmoothGraphics.AutoSize = true;
  528. this.cbSmoothGraphics.Location = new System.Drawing.Point(16, 140);
  529. this.cbSmoothGraphics.Name = "cbSmoothGraphics";
  530. this.cbSmoothGraphics.Size = new System.Drawing.Size(105, 17);
  531. this.cbSmoothGraphics.TabIndex = 5;
  532. this.cbSmoothGraphics.Text = "Smooth graphics";
  533. this.cbSmoothGraphics.UseVisualStyleBackColor = true;
  534. //
  535. // cbUseFileCache
  536. //
  537. this.cbUseFileCache.AutoSize = true;
  538. this.cbUseFileCache.Location = new System.Drawing.Point(16, 64);
  539. this.cbUseFileCache.Name = "cbUseFileCache";
  540. this.cbUseFileCache.Size = new System.Drawing.Size(92, 17);
  541. this.cbUseFileCache.TabIndex = 2;
  542. this.cbUseFileCache.Text = "Use file cache";
  543. this.cbUseFileCache.UseVisualStyleBackColor = true;
  544. //
  545. // pnDescription
  546. //
  547. this.pnDescription.BackColor = System.Drawing.SystemColors.Window;
  548. this.pnDescription.Controls.Add(this.tbDescription);
  549. this.pnDescription.Controls.Add(this.cbSavePreviewPicture);
  550. this.pnDescription.Controls.Add(this.lblName);
  551. this.pnDescription.Controls.Add(this.btnClear);
  552. this.pnDescription.Controls.Add(this.lblAuthor);
  553. this.pnDescription.Controls.Add(this.btnLoad);
  554. this.pnDescription.Controls.Add(this.lblVersion);
  555. this.pnDescription.Controls.Add(this.pbPicture);
  556. this.pnDescription.Controls.Add(this.tbVersion);
  557. this.pnDescription.Controls.Add(this.lblModified1);
  558. this.pnDescription.Controls.Add(this.lblDescription);
  559. this.pnDescription.Controls.Add(this.lblModified);
  560. this.pnDescription.Controls.Add(this.tbAuthor);
  561. this.pnDescription.Controls.Add(this.lblCreated1);
  562. this.pnDescription.Controls.Add(this.tbName);
  563. this.pnDescription.Controls.Add(this.lblCreated);
  564. this.pnDescription.Controls.Add(this.lblPicture);
  565. this.pnDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  566. this.pnDescription.Location = new System.Drawing.Point(119, 1);
  567. this.pnDescription.Name = "pnDescription";
  568. this.pnDescription.Size = new System.Drawing.Size(316, 310);
  569. this.pnDescription.TabIndex = 3;
  570. this.pnDescription.Text = "Description";
  571. //
  572. // pnScript
  573. //
  574. this.pnScript.BackColor = System.Drawing.SystemColors.Window;
  575. this.pnScript.Controls.Add(this.panel2);
  576. this.pnScript.Controls.Add(this.btnAdd);
  577. this.pnScript.Controls.Add(this.btnRemove);
  578. this.pnScript.Controls.Add(this.lbRefAssemblies);
  579. this.pnScript.Controls.Add(this.lblLanguage);
  580. this.pnScript.Controls.Add(this.lblRefAssemblies);
  581. this.pnScript.Controls.Add(this.rbC);
  582. this.pnScript.Controls.Add(this.rbVB);
  583. this.pnScript.Dock = System.Windows.Forms.DockStyle.Fill;
  584. this.pnScript.Location = new System.Drawing.Point(119, 1);
  585. this.pnScript.Name = "pnScript";
  586. this.pnScript.Size = new System.Drawing.Size(316, 310);
  587. this.pnScript.TabIndex = 0;
  588. this.pnScript.Text = "Script";
  589. //
  590. // pnSecurity
  591. //
  592. this.pnSecurity.BackColor = System.Drawing.SystemColors.Window;
  593. this.pnSecurity.Controls.Add(this.lblPassword);
  594. this.pnSecurity.Controls.Add(this.tbRetypePassword);
  595. this.pnSecurity.Controls.Add(this.tbPassword);
  596. this.pnSecurity.Controls.Add(this.lblRetypePassword);
  597. this.pnSecurity.Dock = System.Windows.Forms.DockStyle.Fill;
  598. this.pnSecurity.Location = new System.Drawing.Point(119, 1);
  599. this.pnSecurity.Name = "pnSecurity";
  600. this.pnSecurity.Size = new System.Drawing.Size(316, 310);
  601. this.pnSecurity.TabIndex = 1;
  602. this.pnSecurity.Text = "Security";
  603. //
  604. // pnInheritance
  605. //
  606. this.pnInheritance.BackColor = System.Drawing.SystemColors.Window;
  607. this.pnInheritance.Controls.Add(this.panel1);
  608. this.pnInheritance.Controls.Add(this.btnBrowse);
  609. this.pnInheritance.Controls.Add(this.rbInherit);
  610. this.pnInheritance.Controls.Add(this.rbDetach);
  611. this.pnInheritance.Controls.Add(this.lblBaseName);
  612. this.pnInheritance.Controls.Add(this.rbDontChange);
  613. this.pnInheritance.Controls.Add(this.lblChooseInheritance);
  614. this.pnInheritance.Dock = System.Windows.Forms.DockStyle.Fill;
  615. this.pnInheritance.Location = new System.Drawing.Point(119, 1);
  616. this.pnInheritance.Name = "pnInheritance";
  617. this.pnInheritance.Size = new System.Drawing.Size(316, 310);
  618. this.pnInheritance.TabIndex = 2;
  619. this.pnInheritance.Text = "Inheritance";
  620. //
  621. // pnEmail
  622. //
  623. this.pnEmail.BackColor = System.Drawing.SystemColors.Window;
  624. this.pnEmail.Controls.Add(this.tbSubject);
  625. this.pnEmail.Controls.Add(this.lblSubject);
  626. this.pnEmail.Controls.Add(this.tbMessage);
  627. this.pnEmail.Controls.Add(this.lblMessage);
  628. this.pnEmail.Controls.Add(this.tbRecipients);
  629. this.pnEmail.Controls.Add(this.lblRecipients);
  630. this.pnEmail.Dock = System.Windows.Forms.DockStyle.Fill;
  631. this.pnEmail.Location = new System.Drawing.Point(119, 1);
  632. this.pnEmail.Name = "pnEmail";
  633. this.pnEmail.Size = new System.Drawing.Size(316, 310);
  634. this.pnEmail.TabIndex = 5;
  635. this.pnEmail.Text = "Email";
  636. //
  637. // tbSubject
  638. //
  639. this.tbSubject.Location = new System.Drawing.Point(16, 112);
  640. this.tbSubject.Name = "tbSubject";
  641. this.tbSubject.Size = new System.Drawing.Size(284, 20);
  642. this.tbSubject.TabIndex = 3;
  643. //
  644. // lblSubject
  645. //
  646. this.lblSubject.AutoSize = true;
  647. this.lblSubject.Location = new System.Drawing.Point(16, 92);
  648. this.lblSubject.Name = "lblSubject";
  649. this.lblSubject.Size = new System.Drawing.Size(47, 13);
  650. this.lblSubject.TabIndex = 2;
  651. this.lblSubject.Text = "Subject:";
  652. //
  653. // tbMessage
  654. //
  655. this.tbMessage.AcceptsReturn = true;
  656. this.tbMessage.AcceptsTab = true;
  657. this.tbMessage.Location = new System.Drawing.Point(16, 160);
  658. this.tbMessage.Multiline = true;
  659. this.tbMessage.Name = "tbMessage";
  660. this.tbMessage.Size = new System.Drawing.Size(284, 132);
  661. this.tbMessage.TabIndex = 1;
  662. //
  663. // lblMessage
  664. //
  665. this.lblMessage.AutoSize = true;
  666. this.lblMessage.Location = new System.Drawing.Point(16, 140);
  667. this.lblMessage.Name = "lblMessage";
  668. this.lblMessage.Size = new System.Drawing.Size(53, 13);
  669. this.lblMessage.TabIndex = 0;
  670. this.lblMessage.Text = "Message:";
  671. //
  672. // tbRecipients
  673. //
  674. this.tbRecipients.AcceptsReturn = true;
  675. this.tbRecipients.AcceptsTab = true;
  676. this.tbRecipients.Location = new System.Drawing.Point(16, 36);
  677. this.tbRecipients.Multiline = true;
  678. this.tbRecipients.Name = "tbRecipients";
  679. this.tbRecipients.Size = new System.Drawing.Size(284, 48);
  680. this.tbRecipients.TabIndex = 1;
  681. //
  682. // lblRecipients
  683. //
  684. this.lblRecipients.AutoSize = true;
  685. this.lblRecipients.Location = new System.Drawing.Point(16, 16);
  686. this.lblRecipients.Name = "lblRecipients";
  687. this.lblRecipients.Size = new System.Drawing.Size(209, 13);
  688. this.lblRecipients.TabIndex = 0;
  689. this.lblRecipients.Text = "Recipient(s) (for example, john@url.com):";
  690. //
  691. // panel1
  692. //
  693. this.panel1.Controls.Add(this.lblInheritance);
  694. this.panel1.Location = new System.Drawing.Point(16, 16);
  695. this.panel1.Name = "panel1";
  696. this.panel1.Size = new System.Drawing.Size(284, 41);
  697. this.panel1.TabIndex = 4;
  698. //
  699. // panel2
  700. //
  701. this.panel2.Controls.Add(this.lblScriptNote);
  702. this.panel2.Location = new System.Drawing.Point(16, 96);
  703. this.panel2.Name = "panel2";
  704. this.panel2.Size = new System.Drawing.Size(284, 37);
  705. this.panel2.TabIndex = 7;
  706. //
  707. // ReportOptionsForm
  708. //
  709. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  710. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  711. this.ClientSize = new System.Drawing.Size(458, 370);
  712. this.Controls.Add(this.pcPages);
  713. this.Name = "ReportOptionsForm";
  714. this.Text = "Report Settings";
  715. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ReportOptionsForm_FormClosing);
  716. this.Shown += new System.EventHandler(this.ReportOptionsForm_Shown);
  717. this.Controls.SetChildIndex(this.btnOk, 0);
  718. this.Controls.SetChildIndex(this.btnCancel, 0);
  719. this.Controls.SetChildIndex(this.pcPages, 0);
  720. ((System.ComponentModel.ISupportInitialize)(this.pbPicture)).EndInit();
  721. this.pcPages.ResumeLayout(false);
  722. this.pnGeneral.ResumeLayout(false);
  723. this.pnGeneral.PerformLayout();
  724. this.pnDescription.ResumeLayout(false);
  725. this.pnDescription.PerformLayout();
  726. this.pnScript.ResumeLayout(false);
  727. this.pnScript.PerformLayout();
  728. this.pnSecurity.ResumeLayout(false);
  729. this.pnSecurity.PerformLayout();
  730. this.pnInheritance.ResumeLayout(false);
  731. this.pnInheritance.PerformLayout();
  732. this.pnEmail.ResumeLayout(false);
  733. this.pnEmail.PerformLayout();
  734. this.panel1.ResumeLayout(false);
  735. this.panel2.ResumeLayout(false);
  736. this.ResumeLayout(false);
  737. }
  738. #endregion
  739. private System.Windows.Forms.Label lblName;
  740. private System.Windows.Forms.Label lblAuthor;
  741. private System.Windows.Forms.TextBox tbAuthor;
  742. private System.Windows.Forms.TextBox tbName;
  743. private System.Windows.Forms.Label lblDescription;
  744. private System.Windows.Forms.Label lblVersion;
  745. private System.Windows.Forms.TextBox tbVersion;
  746. private System.Windows.Forms.Button btnClear;
  747. private System.Windows.Forms.Button btnLoad;
  748. private System.Windows.Forms.PictureBox pbPicture;
  749. private System.Windows.Forms.Label lblPicture;
  750. private System.Windows.Forms.TextBox tbRetypePassword;
  751. private System.Windows.Forms.Label lblRetypePassword;
  752. private System.Windows.Forms.TextBox tbPassword;
  753. private System.Windows.Forms.Label lblPassword;
  754. private System.Windows.Forms.Label lblCreated;
  755. private System.Windows.Forms.Button btnBrowse;
  756. private System.Windows.Forms.RadioButton rbInherit;
  757. private System.Windows.Forms.RadioButton rbDetach;
  758. private System.Windows.Forms.RadioButton rbDontChange;
  759. private System.Windows.Forms.Label lblChooseInheritance;
  760. private System.Windows.Forms.Label lblInheritance;
  761. private System.Windows.Forms.Label lblLanguage;
  762. private System.Windows.Forms.Label lblScriptNote;
  763. private System.Windows.Forms.RadioButton rbVB;
  764. private System.Windows.Forms.RadioButton rbC;
  765. private System.Windows.Forms.Label lblModified;
  766. private System.Windows.Forms.Label lblCreated1;
  767. private System.Windows.Forms.Label lblModified1;
  768. private System.Windows.Forms.Label lblBaseName;
  769. private FastReport.Controls.PageControl pcPages;
  770. private FastReport.Controls.PageControlPage pnDescription;
  771. private FastReport.Controls.PageControlPage pnScript;
  772. private FastReport.Controls.PageControlPage pnSecurity;
  773. private FastReport.Controls.PageControlPage pnInheritance;
  774. private FastReport.Controls.PageControlPage pnGeneral;
  775. private System.Windows.Forms.Button btnAdd;
  776. private FastReport.Controls.ToolTipListBox lbRefAssemblies;
  777. private System.Windows.Forms.Label lblRefAssemblies;
  778. private System.Windows.Forms.CheckBox cbUseFileCache;
  779. private System.Windows.Forms.CheckBox cbCompress;
  780. private System.Windows.Forms.CheckBox cbSmoothGraphics;
  781. private System.Windows.Forms.CheckBox cbConvertNulls;
  782. private System.Windows.Forms.CheckBox cbDoublePass;
  783. private System.Windows.Forms.ComboBox cbxTextQuality;
  784. private System.Windows.Forms.Label lblTextQuality;
  785. private System.Windows.Forms.CheckBox cbSavePreviewPicture;
  786. private FastReport.Controls.TextBoxButton tbDescription;
  787. private FastReport.Controls.PageControlPage pnEmail;
  788. private System.Windows.Forms.TextBox tbRecipients;
  789. private System.Windows.Forms.Label lblRecipients;
  790. private System.Windows.Forms.TextBox tbSubject;
  791. private System.Windows.Forms.Label lblSubject;
  792. private System.Windows.Forms.TextBox tbMessage;
  793. private System.Windows.Forms.Label lblMessage;
  794. private System.Windows.Forms.Panel panel2;
  795. private System.Windows.Forms.Panel panel1;
  796. private System.Windows.Forms.Button btnRemove;
  797. }
  798. }