123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- namespace FastReport.Forms
- {
- partial class SVGEditorForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SVGEditorForm));
- this.pbPicture = new System.Windows.Forms.PictureBox();
- this.tvData = new FastReport.Controls.DataTreeView();
- this.tbFileName = new FastReport.Controls.TextBoxButton();
- this.tbUrl = new System.Windows.Forms.TextBox();
- this.pcPages = new FastReport.Controls.PageControl();
- this.pnPicture = new FastReport.Controls.PageControlPage();
- this.lblSize = new System.Windows.Forms.Label();
- this.ts1 = new System.Windows.Forms.ToolStrip();
- this.btnLoad = new System.Windows.Forms.ToolStripButton();
- this.btnPaste = new System.Windows.Forms.ToolStripButton();
- this.btnClear = new System.Windows.Forms.ToolStripButton();
- this.btnEdit = new System.Windows.Forms.ToolStripButton();
- this.pnDataColumn = new FastReport.Controls.PageControlPage();
- this.pnFileName = new FastReport.Controls.PageControlPage();
- this.lblNote = new System.Windows.Forms.Label();
- this.lblFile = new System.Windows.Forms.Label();
- this.pnUrl = new FastReport.Controls.PageControlPage();
- this.lblUrl = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.pbPicture)).BeginInit();
- this.pcPages.SuspendLayout();
- this.pnPicture.SuspendLayout();
- this.ts1.SuspendLayout();
- this.pnDataColumn.SuspendLayout();
- this.pnFileName.SuspendLayout();
- this.pnUrl.SuspendLayout();
- this.SuspendLayout();
- //
- // btnOk
- //
- this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOk.Location = new System.Drawing.Point(359, 308);
- this.btnOk.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.Location = new System.Drawing.Point(439, 308);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- //
- // pbPicture
- //
- this.pbPicture.BackColor = System.Drawing.SystemColors.Window;
- this.pbPicture.Location = new System.Drawing.Point(16, 44);
- this.pbPicture.Name = "pbPicture";
- this.pbPicture.Size = new System.Drawing.Size(322, 220);
- this.pbPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbPicture.TabIndex = 0;
- this.pbPicture.TabStop = false;
- //
- // tvData
- //
- this.tvData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tvData.HideSelection = false;
- this.tvData.ImageIndex = 0;
- this.tvData.Location = new System.Drawing.Point(4, 4);
- this.tvData.Name = "tvData";
- this.tvData.SelectedImageIndex = 0;
- this.tvData.ShowColumns = true;
- this.tvData.ShowCubeSources = false;
- this.tvData.ShowDataSources = true;
- this.tvData.ShowCustomItems = false;
- this.tvData.ShowEnabledOnly = true;
- this.tvData.ShowFunctions = false;
- this.tvData.ShowNone = true;
- this.tvData.ShowParameters = false;
- this.tvData.ShowRelations = true;
- this.tvData.ShowTotals = false;
- this.tvData.ShowVariables = false;
- this.tvData.Size = new System.Drawing.Size(395, 274);
- this.tvData.TabIndex = 0;
- //
- // tbFileName
- //
- this.tbFileName.Image = null;
- this.tbFileName.Location = new System.Drawing.Point(16, 36);
- this.tbFileName.Name = "tbFileName";
- this.tbFileName.Size = new System.Drawing.Size(322, 21);
- this.tbFileName.TabIndex = 0;
- this.tbFileName.ButtonClick += new System.EventHandler(this.tbFileName_ButtonClick);
- //
- // tbUrl
- //
- this.tbUrl.Location = new System.Drawing.Point(16, 36);
- this.tbUrl.Name = "tbUrl";
- this.tbUrl.Size = new System.Drawing.Size(322, 20);
- this.tbUrl.TabIndex = 0;
- //
- // pcPages
- //
- this.pcPages.Controls.Add(this.pnPicture);
- this.pcPages.Controls.Add(this.pnDataColumn);
- this.pcPages.Controls.Add(this.pnFileName);
- this.pcPages.Controls.Add(this.pnUrl);
- this.pcPages.HighlightPageIndex = -1;
- this.pcPages.Location = new System.Drawing.Point(12, 12);
- this.pcPages.Name = "pcPages";
- this.pcPages.SelectorWidth = 145;
- this.pcPages.Size = new System.Drawing.Size(501, 284);
- this.pcPages.TabIndex = 3;
- this.pcPages.Text = "pageControl1";
- //
- // pnPicture
- //
- this.pnPicture.BackColor = System.Drawing.SystemColors.Window;
- this.pnPicture.Controls.Add(this.lblSize);
- this.pnPicture.Controls.Add(this.pbPicture);
- this.pnPicture.Controls.Add(this.ts1);
- this.pnPicture.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnPicture.Location = new System.Drawing.Point(97, 1);
- this.pnPicture.Name = "pnPicture";
- this.pnPicture.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.pnPicture.Size = new System.Drawing.Size(403, 282);
- this.pnPicture.TabIndex = 0;
- //
- // lblSize
- //
- this.lblSize.AutoSize = true;
- this.lblSize.Location = new System.Drawing.Point(16, 252);
- this.lblSize.Name = "lblSize";
- this.lblSize.Size = new System.Drawing.Size(26, 13);
- this.lblSize.TabIndex = 4;
- this.lblSize.Text = "Size";
- //
- // ts1
- //
- //this.ts1.ImageScalingSize = new System.Drawing.Size(24, 24);
- this.ts1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btnLoad,
- this.btnPaste,
- this.btnClear,
- this.btnEdit});
- this.ts1.Location = new System.Drawing.Point(4, 4);
- this.ts1.Name = "ts1";
- this.ts1.ShowItemToolTips = false;
- this.ts1.Size = new System.Drawing.Size(395, 25);
- this.ts1.TabIndex = 3;
- this.ts1.Text = "toolStrip1";
- //
- // btnLoad
- //
- this.btnLoad.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.btnLoad.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnLoad.Name = "btnLoad";
- this.btnLoad.Size = new System.Drawing.Size(53, 22);
- this.btnLoad.Text = "Load";
- this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
- //
- // btnPaste
- //
- this.btnPaste.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.btnPaste.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnPaste.Name = "btnPaste";
- this.btnPaste.Size = new System.Drawing.Size(55, 22);
- this.btnPaste.Text = "Paste";
- this.btnPaste.Visible = false;
- this.btnPaste.Click += new System.EventHandler(this.btnPaste_Click);
- //
- // btnClear
- //
- this.btnClear.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.btnClear.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnClear.Name = "btnClear";
- this.btnClear.Size = new System.Drawing.Size(54, 22);
- this.btnClear.Text = "Clear";
- this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
- //
- // btnEdit
- //
- this.btnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.Size = new System.Drawing.Size(47, 22);
- this.btnEdit.Text = "Edit";
- this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
- //
- // pnDataColumn
- //
- this.pnDataColumn.BackColor = System.Drawing.SystemColors.Window;
- this.pnDataColumn.Controls.Add(this.tvData);
- this.pnDataColumn.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnDataColumn.Location = new System.Drawing.Point(97, 1);
- this.pnDataColumn.Name = "pnDataColumn";
- this.pnDataColumn.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.pnDataColumn.Size = new System.Drawing.Size(403, 282);
- this.pnDataColumn.TabIndex = 1;
- //
- // pnFileName
- //
- this.pnFileName.BackColor = System.Drawing.SystemColors.Window;
- this.pnFileName.Controls.Add(this.lblNote);
- this.pnFileName.Controls.Add(this.lblFile);
- this.pnFileName.Controls.Add(this.tbFileName);
- this.pnFileName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnFileName.Location = new System.Drawing.Point(97, 1);
- this.pnFileName.Name = "pnFileName";
- this.pnFileName.Size = new System.Drawing.Size(403, 282);
- this.pnFileName.TabIndex = 2;
- //
- // lblNote
- //
- this.lblNote.Location = new System.Drawing.Point(16, 72);
- this.lblNote.Name = "lblNote";
- this.lblNote.Size = new System.Drawing.Size(322, 68);
- this.lblNote.TabIndex = 2;
- this.lblNote.Text = "Note: you have to deploy this file together with your report.";
- //
- // lblFile
- //
- this.lblFile.AutoSize = true;
- this.lblFile.Location = new System.Drawing.Point(16, 16);
- this.lblFile.Name = "lblFile";
- this.lblFile.Size = new System.Drawing.Size(56, 13);
- this.lblFile.TabIndex = 1;
- this.lblFile.Text = "File name:";
- //
- // pnUrl
- //
- this.pnUrl.BackColor = System.Drawing.SystemColors.Window;
- this.pnUrl.Controls.Add(this.lblUrl);
- this.pnUrl.Controls.Add(this.tbUrl);
- this.pnUrl.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnUrl.Location = new System.Drawing.Point(97, 1);
- this.pnUrl.Name = "pnUrl";
- this.pnUrl.Size = new System.Drawing.Size(403, 282);
- this.pnUrl.TabIndex = 3;
- //
- // lblUrl
- //
- this.lblUrl.AutoSize = true;
- this.lblUrl.Location = new System.Drawing.Point(16, 16);
- this.lblUrl.Name = "lblUrl";
- this.lblUrl.Size = new System.Drawing.Size(30, 13);
- this.lblUrl.TabIndex = 1;
- this.lblUrl.Text = "URL:";
- //
- // SVGEditorForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.ClientSize = new System.Drawing.Size(524, 339);
- this.Controls.Add(this.pcPages);
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.Name = "SVGEditorForm";
- this.Text = "Edit Picture";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PictureEditorForm_FormClosed);
- this.Shown += new System.EventHandler(this.PictureEditorForm_Shown);
- this.Controls.SetChildIndex(this.btnOk, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.pcPages, 0);
- ((System.ComponentModel.ISupportInitialize)(this.pbPicture)).EndInit();
- this.pcPages.ResumeLayout(false);
- this.pnPicture.ResumeLayout(false);
- this.pnPicture.PerformLayout();
- this.ts1.ResumeLayout(false);
- this.ts1.PerformLayout();
- this.pnDataColumn.ResumeLayout(false);
- this.pnFileName.ResumeLayout(false);
- this.pnFileName.PerformLayout();
- this.pnUrl.ResumeLayout(false);
- this.pnUrl.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox pbPicture;
- private FastReport.Controls.DataTreeView tvData;
- private FastReport.Controls.TextBoxButton tbFileName;
- private System.Windows.Forms.TextBox tbUrl;
- private FastReport.Controls.PageControl pcPages;
- private FastReport.Controls.PageControlPage pnPicture;
- private FastReport.Controls.PageControlPage pnDataColumn;
- private FastReport.Controls.PageControlPage pnFileName;
- private FastReport.Controls.PageControlPage pnUrl;
- private System.Windows.Forms.Label lblNote;
- private System.Windows.Forms.Label lblFile;
- private System.Windows.Forms.Label lblUrl;
- private System.Windows.Forms.ToolStrip ts1;
- private System.Windows.Forms.ToolStripButton btnLoad;
- private System.Windows.Forms.ToolStripButton btnPaste;
- private System.Windows.Forms.ToolStripButton btnClear;
- private System.Windows.Forms.Label lblSize;
- private System.Windows.Forms.ToolStripButton btnEdit;
- }
- }
|