SVGEditorForm.designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. namespace FastReport.Forms
  2. {
  3. partial class SVGEditorForm
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SVGEditorForm));
  30. this.pbPicture = new System.Windows.Forms.PictureBox();
  31. this.tvData = new FastReport.Controls.DataTreeView();
  32. this.tbFileName = new FastReport.Controls.TextBoxButton();
  33. this.tbUrl = new System.Windows.Forms.TextBox();
  34. this.pcPages = new FastReport.Controls.PageControl();
  35. this.pnPicture = new FastReport.Controls.PageControlPage();
  36. this.lblSize = new System.Windows.Forms.Label();
  37. this.ts1 = new System.Windows.Forms.ToolStrip();
  38. this.btnLoad = new System.Windows.Forms.ToolStripButton();
  39. this.btnPaste = new System.Windows.Forms.ToolStripButton();
  40. this.btnClear = new System.Windows.Forms.ToolStripButton();
  41. this.btnEdit = new System.Windows.Forms.ToolStripButton();
  42. this.pnDataColumn = new FastReport.Controls.PageControlPage();
  43. this.pnFileName = new FastReport.Controls.PageControlPage();
  44. this.lblNote = new System.Windows.Forms.Label();
  45. this.lblFile = new System.Windows.Forms.Label();
  46. this.pnUrl = new FastReport.Controls.PageControlPage();
  47. this.lblUrl = new System.Windows.Forms.Label();
  48. ((System.ComponentModel.ISupportInitialize)(this.pbPicture)).BeginInit();
  49. this.pcPages.SuspendLayout();
  50. this.pnPicture.SuspendLayout();
  51. this.ts1.SuspendLayout();
  52. this.pnDataColumn.SuspendLayout();
  53. this.pnFileName.SuspendLayout();
  54. this.pnUrl.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // btnOk
  58. //
  59. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  60. this.btnOk.Location = new System.Drawing.Point(359, 308);
  61. this.btnOk.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  62. //
  63. // btnCancel
  64. //
  65. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  66. this.btnCancel.Location = new System.Drawing.Point(439, 308);
  67. this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  68. //
  69. // pbPicture
  70. //
  71. this.pbPicture.BackColor = System.Drawing.SystemColors.Window;
  72. this.pbPicture.Location = new System.Drawing.Point(16, 44);
  73. this.pbPicture.Name = "pbPicture";
  74. this.pbPicture.Size = new System.Drawing.Size(322, 220);
  75. this.pbPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  76. this.pbPicture.TabIndex = 0;
  77. this.pbPicture.TabStop = false;
  78. //
  79. // tvData
  80. //
  81. this.tvData.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.tvData.HideSelection = false;
  83. this.tvData.ImageIndex = 0;
  84. this.tvData.Location = new System.Drawing.Point(4, 4);
  85. this.tvData.Name = "tvData";
  86. this.tvData.SelectedImageIndex = 0;
  87. this.tvData.ShowColumns = true;
  88. this.tvData.ShowCubeSources = false;
  89. this.tvData.ShowDataSources = true;
  90. this.tvData.ShowCustomItems = false;
  91. this.tvData.ShowEnabledOnly = true;
  92. this.tvData.ShowFunctions = false;
  93. this.tvData.ShowNone = true;
  94. this.tvData.ShowParameters = false;
  95. this.tvData.ShowRelations = true;
  96. this.tvData.ShowTotals = false;
  97. this.tvData.ShowVariables = false;
  98. this.tvData.Size = new System.Drawing.Size(395, 274);
  99. this.tvData.TabIndex = 0;
  100. //
  101. // tbFileName
  102. //
  103. this.tbFileName.Image = null;
  104. this.tbFileName.Location = new System.Drawing.Point(16, 36);
  105. this.tbFileName.Name = "tbFileName";
  106. this.tbFileName.Size = new System.Drawing.Size(322, 21);
  107. this.tbFileName.TabIndex = 0;
  108. this.tbFileName.ButtonClick += new System.EventHandler(this.tbFileName_ButtonClick);
  109. //
  110. // tbUrl
  111. //
  112. this.tbUrl.Location = new System.Drawing.Point(16, 36);
  113. this.tbUrl.Name = "tbUrl";
  114. this.tbUrl.Size = new System.Drawing.Size(322, 20);
  115. this.tbUrl.TabIndex = 0;
  116. //
  117. // pcPages
  118. //
  119. this.pcPages.Controls.Add(this.pnPicture);
  120. this.pcPages.Controls.Add(this.pnDataColumn);
  121. this.pcPages.Controls.Add(this.pnFileName);
  122. this.pcPages.Controls.Add(this.pnUrl);
  123. this.pcPages.HighlightPageIndex = -1;
  124. this.pcPages.Location = new System.Drawing.Point(12, 12);
  125. this.pcPages.Name = "pcPages";
  126. this.pcPages.SelectorWidth = 145;
  127. this.pcPages.Size = new System.Drawing.Size(501, 284);
  128. this.pcPages.TabIndex = 3;
  129. this.pcPages.Text = "pageControl1";
  130. //
  131. // pnPicture
  132. //
  133. this.pnPicture.BackColor = System.Drawing.SystemColors.Window;
  134. this.pnPicture.Controls.Add(this.lblSize);
  135. this.pnPicture.Controls.Add(this.pbPicture);
  136. this.pnPicture.Controls.Add(this.ts1);
  137. this.pnPicture.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.pnPicture.Location = new System.Drawing.Point(97, 1);
  139. this.pnPicture.Name = "pnPicture";
  140. this.pnPicture.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  141. this.pnPicture.Size = new System.Drawing.Size(403, 282);
  142. this.pnPicture.TabIndex = 0;
  143. //
  144. // lblSize
  145. //
  146. this.lblSize.AutoSize = true;
  147. this.lblSize.Location = new System.Drawing.Point(16, 252);
  148. this.lblSize.Name = "lblSize";
  149. this.lblSize.Size = new System.Drawing.Size(26, 13);
  150. this.lblSize.TabIndex = 4;
  151. this.lblSize.Text = "Size";
  152. //
  153. // ts1
  154. //
  155. //this.ts1.ImageScalingSize = new System.Drawing.Size(24, 24);
  156. this.ts1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  157. this.btnLoad,
  158. this.btnPaste,
  159. this.btnClear,
  160. this.btnEdit});
  161. this.ts1.Location = new System.Drawing.Point(4, 4);
  162. this.ts1.Name = "ts1";
  163. this.ts1.ShowItemToolTips = false;
  164. this.ts1.Size = new System.Drawing.Size(395, 25);
  165. this.ts1.TabIndex = 3;
  166. this.ts1.Text = "toolStrip1";
  167. //
  168. // btnLoad
  169. //
  170. this.btnLoad.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  171. this.btnLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
  172. this.btnLoad.Name = "btnLoad";
  173. this.btnLoad.Size = new System.Drawing.Size(53, 22);
  174. this.btnLoad.Text = "Load";
  175. this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
  176. //
  177. // btnPaste
  178. //
  179. this.btnPaste.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  180. this.btnPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
  181. this.btnPaste.Name = "btnPaste";
  182. this.btnPaste.Size = new System.Drawing.Size(55, 22);
  183. this.btnPaste.Text = "Paste";
  184. this.btnPaste.Visible = false;
  185. this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click);
  186. //
  187. // btnClear
  188. //
  189. this.btnClear.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  190. this.btnClear.ImageTransparentColor = System.Drawing.Color.Magenta;
  191. this.btnClear.Name = "btnClear";
  192. this.btnClear.Size = new System.Drawing.Size(54, 22);
  193. this.btnClear.Text = "Clear";
  194. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  195. //
  196. // btnEdit
  197. //
  198. this.btnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  199. this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  200. this.btnEdit.Name = "btnEdit";
  201. this.btnEdit.Size = new System.Drawing.Size(47, 22);
  202. this.btnEdit.Text = "Edit";
  203. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  204. //
  205. // pnDataColumn
  206. //
  207. this.pnDataColumn.BackColor = System.Drawing.SystemColors.Window;
  208. this.pnDataColumn.Controls.Add(this.tvData);
  209. this.pnDataColumn.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.pnDataColumn.Location = new System.Drawing.Point(97, 1);
  211. this.pnDataColumn.Name = "pnDataColumn";
  212. this.pnDataColumn.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  213. this.pnDataColumn.Size = new System.Drawing.Size(403, 282);
  214. this.pnDataColumn.TabIndex = 1;
  215. //
  216. // pnFileName
  217. //
  218. this.pnFileName.BackColor = System.Drawing.SystemColors.Window;
  219. this.pnFileName.Controls.Add(this.lblNote);
  220. this.pnFileName.Controls.Add(this.lblFile);
  221. this.pnFileName.Controls.Add(this.tbFileName);
  222. this.pnFileName.Dock = System.Windows.Forms.DockStyle.Fill;
  223. this.pnFileName.Location = new System.Drawing.Point(97, 1);
  224. this.pnFileName.Name = "pnFileName";
  225. this.pnFileName.Size = new System.Drawing.Size(403, 282);
  226. this.pnFileName.TabIndex = 2;
  227. //
  228. // lblNote
  229. //
  230. this.lblNote.Location = new System.Drawing.Point(16, 72);
  231. this.lblNote.Name = "lblNote";
  232. this.lblNote.Size = new System.Drawing.Size(322, 68);
  233. this.lblNote.TabIndex = 2;
  234. this.lblNote.Text = "Note: you have to deploy this file together with your report.";
  235. //
  236. // lblFile
  237. //
  238. this.lblFile.AutoSize = true;
  239. this.lblFile.Location = new System.Drawing.Point(16, 16);
  240. this.lblFile.Name = "lblFile";
  241. this.lblFile.Size = new System.Drawing.Size(56, 13);
  242. this.lblFile.TabIndex = 1;
  243. this.lblFile.Text = "File name:";
  244. //
  245. // pnUrl
  246. //
  247. this.pnUrl.BackColor = System.Drawing.SystemColors.Window;
  248. this.pnUrl.Controls.Add(this.lblUrl);
  249. this.pnUrl.Controls.Add(this.tbUrl);
  250. this.pnUrl.Dock = System.Windows.Forms.DockStyle.Fill;
  251. this.pnUrl.Location = new System.Drawing.Point(97, 1);
  252. this.pnUrl.Name = "pnUrl";
  253. this.pnUrl.Size = new System.Drawing.Size(403, 282);
  254. this.pnUrl.TabIndex = 3;
  255. //
  256. // lblUrl
  257. //
  258. this.lblUrl.AutoSize = true;
  259. this.lblUrl.Location = new System.Drawing.Point(16, 16);
  260. this.lblUrl.Name = "lblUrl";
  261. this.lblUrl.Size = new System.Drawing.Size(30, 13);
  262. this.lblUrl.TabIndex = 1;
  263. this.lblUrl.Text = "URL:";
  264. //
  265. // SVGEditorForm
  266. //
  267. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  268. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  269. this.ClientSize = new System.Drawing.Size(524, 339);
  270. this.Controls.Add(this.pcPages);
  271. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  272. this.Name = "SVGEditorForm";
  273. this.Text = "Edit Picture";
  274. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PictureEditorForm_FormClosed);
  275. this.Shown += new System.EventHandler(this.PictureEditorForm_Shown);
  276. this.Controls.SetChildIndex(this.btnOk, 0);
  277. this.Controls.SetChildIndex(this.btnCancel, 0);
  278. this.Controls.SetChildIndex(this.pcPages, 0);
  279. ((System.ComponentModel.ISupportInitialize)(this.pbPicture)).EndInit();
  280. this.pcPages.ResumeLayout(false);
  281. this.pnPicture.ResumeLayout(false);
  282. this.pnPicture.PerformLayout();
  283. this.ts1.ResumeLayout(false);
  284. this.ts1.PerformLayout();
  285. this.pnDataColumn.ResumeLayout(false);
  286. this.pnFileName.ResumeLayout(false);
  287. this.pnFileName.PerformLayout();
  288. this.pnUrl.ResumeLayout(false);
  289. this.pnUrl.PerformLayout();
  290. this.ResumeLayout(false);
  291. }
  292. #endregion
  293. private System.Windows.Forms.PictureBox pbPicture;
  294. private FastReport.Controls.DataTreeView tvData;
  295. private FastReport.Controls.TextBoxButton tbFileName;
  296. private System.Windows.Forms.TextBox tbUrl;
  297. private FastReport.Controls.PageControl pcPages;
  298. private FastReport.Controls.PageControlPage pnPicture;
  299. private FastReport.Controls.PageControlPage pnDataColumn;
  300. private FastReport.Controls.PageControlPage pnFileName;
  301. private FastReport.Controls.PageControlPage pnUrl;
  302. private System.Windows.Forms.Label lblNote;
  303. private System.Windows.Forms.Label lblFile;
  304. private System.Windows.Forms.Label lblUrl;
  305. private System.Windows.Forms.ToolStrip ts1;
  306. private System.Windows.Forms.ToolStripButton btnLoad;
  307. private System.Windows.Forms.ToolStripButton btnPaste;
  308. private System.Windows.Forms.ToolStripButton btnClear;
  309. private System.Windows.Forms.Label lblSize;
  310. private System.Windows.Forms.ToolStripButton btnEdit;
  311. }
  312. }