프로젝트 구조 개선 및 README.md 추가
- 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>
This commit is contained in:
82
Handler/Sub/UIControl/fTestControl.Designer.cs
generated
Normal file
82
Handler/Sub/UIControl/fTestControl.Designer.cs
generated
Normal file
@@ -0,0 +1,82 @@
|
||||
namespace UIControl
|
||||
{
|
||||
partial class fTestControl
|
||||
{
|
||||
/// <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.printDirection1 = new UIControl.PrintDirection();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// printDirection1
|
||||
//
|
||||
this.printDirection1.BackColor = System.Drawing.Color.White;
|
||||
this.printDirection1.BorderColor = System.Drawing.Color.Black;
|
||||
this.printDirection1.colors = new System.Drawing.Color[] {
|
||||
System.Drawing.Color.Empty,
|
||||
System.Drawing.Color.Empty,
|
||||
System.Drawing.Color.Empty,
|
||||
System.Drawing.Color.Empty,
|
||||
System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))),
|
||||
System.Drawing.Color.Empty,
|
||||
System.Drawing.Color.Empty,
|
||||
System.Drawing.Color.Empty,
|
||||
System.Drawing.Color.Empty};
|
||||
this.printDirection1.Font = new System.Drawing.Font("맑은 고딕", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.printDirection1.Location = new System.Drawing.Point(62, 56);
|
||||
this.printDirection1.Margin = new System.Windows.Forms.Padding(7, 10, 7, 10);
|
||||
this.printDirection1.Name = "printDirection1";
|
||||
this.printDirection1.Size = new System.Drawing.Size(323, 283);
|
||||
this.printDirection1.TabIndex = 0;
|
||||
this.printDirection1.TitleFont = new System.Drawing.Font("궁서체", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.printDirection1.titles = new string[] {
|
||||
"↖",
|
||||
"↑",
|
||||
"↗",
|
||||
"←",
|
||||
"?",
|
||||
"→",
|
||||
"↙",
|
||||
"↓",
|
||||
"↘"};
|
||||
//
|
||||
// fTestControl
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(476, 453);
|
||||
this.Controls.Add(this.printDirection1);
|
||||
this.Name = "fTestControl";
|
||||
this.Text = "fTestControl";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private PrintDirection printDirection1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user