namespace Project.Dialog { partial class fZPLEditor { /// /// 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.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); this.logTextBox1 = new arCtl.LogTextBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // richTextBox1 // this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Location = new System.Drawing.Point(0, 39); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(664, 440); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = ""; // // toolStrip1 // this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton2, this.toolStripButton3, this.toolStripButton4}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(664, 39); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.Image = global::Project.Properties.Resources.icons8_folder_40; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(69, 36); this.toolStripButton1.Text = "Load"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton2 // this.toolStripButton2.Image = global::Project.Properties.Resources.icons8_save_40; this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton2.Name = "toolStripButton2"; this.toolStripButton2.Size = new System.Drawing.Size(68, 36); this.toolStripButton2.Text = "Save"; this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); // // toolStripButton3 // this.toolStripButton3.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripButton3.Image = global::Project.Properties.Resources.icons8_printer_48; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(82, 36); this.toolStripButton3.Text = "Print(L)"; this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); // // toolStripButton4 // this.toolStripButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripButton4.Image = global::Project.Properties.Resources.icons8_printer_48; this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton4.Name = "toolStripButton4"; this.toolStripButton4.Size = new System.Drawing.Size(83, 36); this.toolStripButton4.Text = "Print(R)"; this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click); // // logTextBox1 // this.logTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(24)))), ((int)(((byte)(24))))); this.logTextBox1.ColorList = new arCtl.sLogMessageColor[0]; this.logTextBox1.DateFormat = "yy-MM-dd HH:mm:ss"; this.logTextBox1.DefaultColor = System.Drawing.Color.LightGray; this.logTextBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.logTextBox1.EnableDisplayTimer = true; this.logTextBox1.EnableGubunColor = true; this.logTextBox1.Font = new System.Drawing.Font("Consolas", 9F); this.logTextBox1.ListFormat = "[{0}] {1}"; this.logTextBox1.Location = new System.Drawing.Point(0, 479); this.logTextBox1.MaxListCount = ((ushort)(200)); this.logTextBox1.MaxTextLength = ((uint)(4000u)); this.logTextBox1.MessageInterval = 50; this.logTextBox1.Name = "logTextBox1"; this.logTextBox1.Size = new System.Drawing.Size(664, 100); this.logTextBox1.TabIndex = 2; this.logTextBox1.Text = ""; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1}); this.statusStrip1.Location = new System.Drawing.Point(0, 579); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(664, 22); this.statusStrip1.TabIndex = 3; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(121, 17); this.toolStripStatusLabel1.Text = "toolStripStatusLabel1"; // // fZPLEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(664, 601); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.logTextBox1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.statusStrip1); this.Name = "fZPLEditor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ZPL Printer Code Editor"; this.Load += new System.EventHandler(this.fZPLEditor_Load); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton2; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.ToolStripButton toolStripButton4; private arCtl.LogTextBox logTextBox1; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; } }