133 lines
5.7 KiB
C#
133 lines
5.7 KiB
C#
namespace KMBIM
|
|
{
|
|
partial class Form_TrimSpacing
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_TrimSpacing));
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txt_TS_trim = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(134, 22);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(27, 12);
|
|
this.label2.TabIndex = 36;
|
|
this.label2.Text = "mm";
|
|
//
|
|
// txt_TS_trim
|
|
//
|
|
this.txt_TS_trim.Location = new System.Drawing.Point(76, 15);
|
|
this.txt_TS_trim.Name = "txt_TS_trim";
|
|
this.txt_TS_trim.Size = new System.Drawing.Size(52, 21);
|
|
this.txt_TS_trim.TabIndex = 35;
|
|
this.txt_TS_trim.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_TS_trim.TextChanged += new System.EventHandler(this.txt_TS_trim_TextChanged);
|
|
this.txt_TS_trim.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_TS_trim_KeyPress);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 18);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
this.label1.TabIndex = 34;
|
|
this.label1.Text = "절단 길이 :";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.txt_TS_trim);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 7);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(167, 43);
|
|
this.groupBox1.TabIndex = 37;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.button2.Location = new System.Drawing.Point(99, 56);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(77, 23);
|
|
this.button2.TabIndex = 39;
|
|
this.button2.Text = "취소";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.button1.Location = new System.Drawing.Point(17, 56);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(77, 23);
|
|
this.button1.TabIndex = 38;
|
|
this.button1.Text = "확인";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// Form_TrimSpacing
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.ClientSize = new System.Drawing.Size(189, 87);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Form_TrimSpacing";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "일정 간격 자르기";
|
|
this.Load += new System.EventHandler(this.Form_TrimSpacing_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_TrimSpacing_KeyDown);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txt_TS_trim;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
}
|
|
} |