- UIControl 프로젝트 구조 변경 (CapCleaningControl → Sub/UIControl) - arAjinextek 라이브러리 통합 및 구조 개선 - 새로운 arAjinextek_Union 프로젝트 추가 - 솔루션 파일에 README.md 추가 - QR 모드에서 WMS RCV 태그 인식 기능 강화 - 데이터베이스 스키마 업데이트 및 관련 클래스 수정 - 프린터 및 바코드 장치 연동 로직 개선 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
176 lines
8.3 KiB
C#
176 lines
8.3 KiB
C#
|
|
namespace Project.Dialog
|
|
{
|
|
partial class fZPLEditor
|
|
{
|
|
/// <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.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;
|
|
}
|
|
} |