PictureEditorForm.Designer.cs 14 KB

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