namespace BarcodeLib.UI { partial class Barcodekleber { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblFormat = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.previewControl1 = new FastReport.Preview.PreviewControl(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cbxreportname = new System.Windows.Forms.ComboBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // lblFormat // this.lblFormat.AutoSize = true; this.lblFormat.Location = new System.Drawing.Point(6, 16); this.lblFormat.Name = "lblFormat"; this.lblFormat.Size = new System.Drawing.Size(87, 13); this.lblFormat.TabIndex = 0; this.lblFormat.Text = "Ettiketten-Format"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 72); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(87, 13); this.label1.TabIndex = 2; this.label1.Text = "Anzahl Ettiketten"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(6, 88); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(55, 20); this.textBox1.TabIndex = 3; // // button1 // this.button1.Location = new System.Drawing.Point(6, 114); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 4; this.button1.Text = "Aufbereiten"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(122, 114); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 5; this.button2.Text = "Design"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // previewControl1 // this.previewControl1.BackColor = System.Drawing.SystemColors.AppWorkspace; this.previewControl1.Buttons = ((FastReport.PreviewButtons)(((((((((((FastReport.PreviewButtons.Print | FastReport.PreviewButtons.Open) | FastReport.PreviewButtons.Save) | FastReport.PreviewButtons.Email) | FastReport.PreviewButtons.Find) | FastReport.PreviewButtons.Zoom) | FastReport.PreviewButtons.Outline) | FastReport.PreviewButtons.PageSetup) | FastReport.PreviewButtons.Edit) | FastReport.PreviewButtons.Watermark) | FastReport.PreviewButtons.Navigator))); this.previewControl1.Clouds = FastReport.PreviewClouds.None; this.previewControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.previewControl1.Exports = ((FastReport.PreviewExports)((((((((((((((((((((((((FastReport.PreviewExports.PDFExport | FastReport.PreviewExports.RTFExport) | FastReport.PreviewExports.HTMLExport) | FastReport.PreviewExports.MHTExport) | FastReport.PreviewExports.XMLExport) | FastReport.PreviewExports.Excel2007Export) | FastReport.PreviewExports.Excel2003Document) | FastReport.PreviewExports.Word2007Export) | FastReport.PreviewExports.PowerPoint2007Export) | FastReport.PreviewExports.ODSExport) | FastReport.PreviewExports.ODTExport) | FastReport.PreviewExports.XPSExport) | FastReport.PreviewExports.CSVExport) | FastReport.PreviewExports.DBFExport) | FastReport.PreviewExports.TextExport) | FastReport.PreviewExports.ZplExport) | FastReport.PreviewExports.ImageExport) | FastReport.PreviewExports.XAMLExport) | FastReport.PreviewExports.SVGExport) | FastReport.PreviewExports.PPMLExport) | FastReport.PreviewExports.PSExport) | FastReport.PreviewExports.JsonExport) | FastReport.PreviewExports.LaTeXExport) | FastReport.PreviewExports.DxfExport))); this.previewControl1.Font = new System.Drawing.Font("Tahoma", 8F); this.previewControl1.Location = new System.Drawing.Point(215, 0); this.previewControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.previewControl1.Name = "previewControl1"; this.previewControl1.PageOffset = new System.Drawing.Point(10, 10); this.previewControl1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.previewControl1.SaveInitialDirectory = null; this.previewControl1.Size = new System.Drawing.Size(949, 907); this.previewControl1.TabIndex = 26; this.previewControl1.UIStyle = FastReport.Utils.UIStyle.VisualStudio2005; // // groupBox1 // this.groupBox1.Controls.Add(this.cbxreportname); this.groupBox1.Controls.Add(this.lblFormat); this.groupBox1.Controls.Add(this.button2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(215, 907); this.groupBox1.TabIndex = 27; this.groupBox1.TabStop = false; // // cbxreportname // this.cbxreportname.FormattingEnabled = true; this.cbxreportname.Location = new System.Drawing.Point(9, 33); this.cbxreportname.Name = "cbxreportname"; this.cbxreportname.Size = new System.Drawing.Size(188, 21); this.cbxreportname.TabIndex = 6; // // Barcodekleber // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1164, 907); this.Controls.Add(this.previewControl1); this.Controls.Add(this.groupBox1); this.Name = "Barcodekleber"; this.Text = "Barcodekleber"; this.Load += new System.EventHandler(this.Barcodekleber_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblFormat; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private FastReport.Preview.PreviewControl previewControl1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox cbxreportname; } }