1075 lines
52 KiB
C#
1075 lines
52 KiB
C#
|
|
namespace KMBIM
|
|
{
|
|
partial class Form_settings
|
|
{
|
|
/// <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_settings));
|
|
this.tabSettings = new System.Windows.Forms.TabControl();
|
|
this.tab_util = new System.Windows.Forms.TabPage();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox9 = new System.Windows.Forms.GroupBox();
|
|
this.Setting_numericUpDownAngle = new System.Windows.Forms.NumericUpDown();
|
|
this.Setting_numericUpDownFreeSpaceHeight = new System.Windows.Forms.NumericUpDown();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tab_pipe = new System.Windows.Forms.TabPage();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox11 = new System.Windows.Forms.GroupBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.txt_cuttingDIst = new System.Windows.Forms.TextBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.groupBox10 = new System.Windows.Forms.GroupBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txt_IntervalDist = new System.Windows.Forms.TextBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.tab_install = new System.Windows.Forms.TabPage();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox13 = new System.Windows.Forms.GroupBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.txt_JointDist = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txt_HangerDist = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.groupBox12 = new System.Windows.Forms.GroupBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txt_RackMarginDist = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.tab_edit = new System.Windows.Forms.TabPage();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox14 = new System.Windows.Forms.GroupBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.txt_partsDist = new System.Windows.Forms.TextBox();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.tab_fire = new System.Windows.Forms.TabPage();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.tab_sleeve = new System.Windows.Forms.TabPage();
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox15 = new System.Windows.Forms.GroupBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.txt_SleeveDuctFreeSpace = new System.Windows.Forms.TextBox();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.txt_SleevePipeFreeSpace = new System.Windows.Forms.TextBox();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.tab_document = new System.Windows.Forms.TabPage();
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox16 = new System.Windows.Forms.GroupBox();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.txt_MtagHorizontal = new System.Windows.Forms.TextBox();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.txt_MtagVertical = new System.Windows.Forms.TextBox();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.tab_duct = new System.Windows.Forms.TabPage();
|
|
this.groupBox8 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox17 = new System.Windows.Forms.GroupBox();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.txt_FlangeCutDist = new System.Windows.Forms.TextBox();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
|
|
this.btn_Util = new System.Windows.Forms.Button();
|
|
this.btn_Pipe = new System.Windows.Forms.Button();
|
|
this.btn_Install = new System.Windows.Forms.Button();
|
|
this.btn_Edit = new System.Windows.Forms.Button();
|
|
this.btn_Fire = new System.Windows.Forms.Button();
|
|
this.btn_Sleeve = new System.Windows.Forms.Button();
|
|
this.btn_Document = new System.Windows.Forms.Button();
|
|
this.btn_Duct = new System.Windows.Forms.Button();
|
|
this.btn_Confirm = new System.Windows.Forms.Button();
|
|
this.btn_Close = new System.Windows.Forms.Button();
|
|
this.tabSettings.SuspendLayout();
|
|
this.tab_util.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox9.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Setting_numericUpDownAngle)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Setting_numericUpDownFreeSpaceHeight)).BeginInit();
|
|
this.tab_pipe.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox11.SuspendLayout();
|
|
this.groupBox10.SuspendLayout();
|
|
this.tab_install.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox13.SuspendLayout();
|
|
this.groupBox12.SuspendLayout();
|
|
this.tab_edit.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox14.SuspendLayout();
|
|
this.tab_fire.SuspendLayout();
|
|
this.tab_sleeve.SuspendLayout();
|
|
this.groupBox6.SuspendLayout();
|
|
this.groupBox15.SuspendLayout();
|
|
this.tab_document.SuspendLayout();
|
|
this.groupBox7.SuspendLayout();
|
|
this.groupBox16.SuspendLayout();
|
|
this.tab_duct.SuspendLayout();
|
|
this.groupBox8.SuspendLayout();
|
|
this.groupBox17.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabSettings
|
|
//
|
|
this.tabSettings.Controls.Add(this.tab_util);
|
|
this.tabSettings.Controls.Add(this.tab_pipe);
|
|
this.tabSettings.Controls.Add(this.tab_install);
|
|
this.tabSettings.Controls.Add(this.tab_edit);
|
|
this.tabSettings.Controls.Add(this.tab_fire);
|
|
this.tabSettings.Controls.Add(this.tab_sleeve);
|
|
this.tabSettings.Controls.Add(this.tab_document);
|
|
this.tabSettings.Controls.Add(this.tab_duct);
|
|
this.tabSettings.ItemSize = new System.Drawing.Size(0, 1);
|
|
this.tabSettings.Location = new System.Drawing.Point(104, 12);
|
|
this.tabSettings.Name = "tabSettings";
|
|
this.tabSettings.SelectedIndex = 0;
|
|
this.tabSettings.Size = new System.Drawing.Size(346, 320);
|
|
this.tabSettings.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
this.tabSettings.TabIndex = 0;
|
|
//
|
|
// tab_util
|
|
//
|
|
this.tab_util.Controls.Add(this.groupBox1);
|
|
this.tab_util.Location = new System.Drawing.Point(4, 5);
|
|
this.tab_util.Name = "tab_util";
|
|
this.tab_util.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tab_util.Size = new System.Drawing.Size(338, 311);
|
|
this.tab_util.TabIndex = 0;
|
|
this.tab_util.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.groupBox9);
|
|
this.groupBox1.Location = new System.Drawing.Point(5, 1);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(326, 303);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "유틸리티";
|
|
//
|
|
// groupBox9
|
|
//
|
|
this.groupBox9.Controls.Add(this.Setting_numericUpDownAngle);
|
|
this.groupBox9.Controls.Add(this.Setting_numericUpDownFreeSpaceHeight);
|
|
this.groupBox9.Controls.Add(this.label2);
|
|
this.groupBox9.Controls.Add(this.label1);
|
|
this.groupBox9.Location = new System.Drawing.Point(13, 20);
|
|
this.groupBox9.Name = "groupBox9";
|
|
this.groupBox9.Size = new System.Drawing.Size(300, 81);
|
|
this.groupBox9.TabIndex = 0;
|
|
this.groupBox9.TabStop = false;
|
|
this.groupBox9.Text = "간섭회피";
|
|
//
|
|
// Setting_numericUpDownAngle
|
|
//
|
|
this.Setting_numericUpDownAngle.Location = new System.Drawing.Point(154, 46);
|
|
this.Setting_numericUpDownAngle.Maximum = new decimal(new int[] {
|
|
90,
|
|
0,
|
|
0,
|
|
0});
|
|
this.Setting_numericUpDownAngle.Minimum = new decimal(new int[] {
|
|
15,
|
|
0,
|
|
0,
|
|
0});
|
|
this.Setting_numericUpDownAngle.Name = "Setting_numericUpDownAngle";
|
|
this.Setting_numericUpDownAngle.Size = new System.Drawing.Size(120, 21);
|
|
this.Setting_numericUpDownAngle.TabIndex = 21;
|
|
this.Setting_numericUpDownAngle.Value = new decimal(new int[] {
|
|
45,
|
|
0,
|
|
0,
|
|
0});
|
|
this.Setting_numericUpDownAngle.ValueChanged += new System.EventHandler(this.Setting_numericUpDownAngle_ValueChanged);
|
|
this.Setting_numericUpDownAngle.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Setting_numericUpDownAngle_KeyPress);
|
|
//
|
|
// Setting_numericUpDownFreeSpaceHeight
|
|
//
|
|
this.Setting_numericUpDownFreeSpaceHeight.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.Setting_numericUpDownFreeSpaceHeight.Location = new System.Drawing.Point(154, 19);
|
|
this.Setting_numericUpDownFreeSpaceHeight.Maximum = new decimal(new int[] {
|
|
5000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.Setting_numericUpDownFreeSpaceHeight.Minimum = new decimal(new int[] {
|
|
5000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.Setting_numericUpDownFreeSpaceHeight.Name = "Setting_numericUpDownFreeSpaceHeight";
|
|
this.Setting_numericUpDownFreeSpaceHeight.Size = new System.Drawing.Size(120, 21);
|
|
this.Setting_numericUpDownFreeSpaceHeight.TabIndex = 22;
|
|
this.Setting_numericUpDownFreeSpaceHeight.Value = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
this.Setting_numericUpDownFreeSpaceHeight.ValueChanged += new System.EventHandler(this.Setting_numericUpDownFreeSpaceHeight_ValueChanged);
|
|
this.Setting_numericUpDownFreeSpaceHeight.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Setting_numericUpDownFreeSpaceHeight_KeyPress);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(24, 53);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(43, 12);
|
|
this.label2.TabIndex = 19;
|
|
this.label2.Text = "각도(°)";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(24, 28);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(113, 12);
|
|
this.label1.TabIndex = 20;
|
|
this.label1.Text = "여유공간 높이(mm)";
|
|
//
|
|
// tab_pipe
|
|
//
|
|
this.tab_pipe.Controls.Add(this.groupBox2);
|
|
this.tab_pipe.Location = new System.Drawing.Point(4, 5);
|
|
this.tab_pipe.Name = "tab_pipe";
|
|
this.tab_pipe.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tab_pipe.Size = new System.Drawing.Size(338, 311);
|
|
this.tab_pipe.TabIndex = 1;
|
|
this.tab_pipe.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.groupBox11);
|
|
this.groupBox2.Controls.Add(this.groupBox10);
|
|
this.groupBox2.Location = new System.Drawing.Point(5, 1);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(326, 303);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "배관";
|
|
//
|
|
// groupBox11
|
|
//
|
|
this.groupBox11.Controls.Add(this.label12);
|
|
this.groupBox11.Controls.Add(this.txt_cuttingDIst);
|
|
this.groupBox11.Controls.Add(this.label13);
|
|
this.groupBox11.Location = new System.Drawing.Point(13, 90);
|
|
this.groupBox11.Name = "groupBox11";
|
|
this.groupBox11.Size = new System.Drawing.Size(300, 64);
|
|
this.groupBox11.TabIndex = 26;
|
|
this.groupBox11.TabStop = false;
|
|
this.groupBox11.Text = "한본";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(252, 36);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(16, 12);
|
|
this.label12.TabIndex = 32;
|
|
this.label12.Text = "m";
|
|
//
|
|
// txt_cuttingDIst
|
|
//
|
|
this.txt_cuttingDIst.Location = new System.Drawing.Point(146, 27);
|
|
this.txt_cuttingDIst.Name = "txt_cuttingDIst";
|
|
this.txt_cuttingDIst.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_cuttingDIst.TabIndex = 31;
|
|
this.txt_cuttingDIst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_cuttingDIst.TextChanged += new System.EventHandler(this.txt_cuttingDIst_TextChanged);
|
|
this.txt_cuttingDIst.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_cuttingDIst_KeyPress);
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(25, 30);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(57, 12);
|
|
this.label13.TabIndex = 30;
|
|
this.label13.Text = "절단 길이";
|
|
//
|
|
// groupBox10
|
|
//
|
|
this.groupBox10.Controls.Add(this.label3);
|
|
this.groupBox10.Controls.Add(this.txt_IntervalDist);
|
|
this.groupBox10.Controls.Add(this.label11);
|
|
this.groupBox10.Location = new System.Drawing.Point(13, 20);
|
|
this.groupBox10.Name = "groupBox10";
|
|
this.groupBox10.Size = new System.Drawing.Size(300, 64);
|
|
this.groupBox10.TabIndex = 1;
|
|
this.groupBox10.TabStop = false;
|
|
this.groupBox10.Text = "간격조정";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(252, 36);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(27, 12);
|
|
this.label3.TabIndex = 29;
|
|
this.label3.Text = "mm";
|
|
//
|
|
// txt_IntervalDist
|
|
//
|
|
this.txt_IntervalDist.Location = new System.Drawing.Point(146, 27);
|
|
this.txt_IntervalDist.Name = "txt_IntervalDist";
|
|
this.txt_IntervalDist.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_IntervalDist.TabIndex = 28;
|
|
this.txt_IntervalDist.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_IntervalDist.TextChanged += new System.EventHandler(this.txt_IntervalDist_TextChanged);
|
|
this.txt_IntervalDist.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_IntervalDist_KeyPress);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(25, 30);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(57, 12);
|
|
this.label11.TabIndex = 27;
|
|
this.label11.Text = "간격 입력";
|
|
//
|
|
// tab_install
|
|
//
|
|
this.tab_install.Controls.Add(this.groupBox3);
|
|
this.tab_install.Location = new System.Drawing.Point(4, 5);
|
|
this.tab_install.Name = "tab_install";
|
|
this.tab_install.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tab_install.Size = new System.Drawing.Size(338, 311);
|
|
this.tab_install.TabIndex = 2;
|
|
this.tab_install.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.groupBox13);
|
|
this.groupBox3.Controls.Add(this.groupBox12);
|
|
this.groupBox3.Location = new System.Drawing.Point(5, 1);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(326, 303);
|
|
this.groupBox3.TabIndex = 1;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "설치";
|
|
//
|
|
// groupBox13
|
|
//
|
|
this.groupBox13.Controls.Add(this.label10);
|
|
this.groupBox13.Controls.Add(this.label6);
|
|
this.groupBox13.Controls.Add(this.txt_JointDist);
|
|
this.groupBox13.Controls.Add(this.label7);
|
|
this.groupBox13.Controls.Add(this.txt_HangerDist);
|
|
this.groupBox13.Controls.Add(this.label8);
|
|
this.groupBox13.Location = new System.Drawing.Point(13, 90);
|
|
this.groupBox13.Name = "groupBox13";
|
|
this.groupBox13.Size = new System.Drawing.Size(300, 95);
|
|
this.groupBox13.TabIndex = 26;
|
|
this.groupBox13.TabStop = false;
|
|
this.groupBox13.Text = "행거";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(252, 63);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(27, 12);
|
|
this.label10.TabIndex = 30;
|
|
this.label10.Text = "mm";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(252, 36);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(27, 12);
|
|
this.label6.TabIndex = 27;
|
|
this.label6.Text = "mm";
|
|
//
|
|
// txt_JointDist
|
|
//
|
|
this.txt_JointDist.Location = new System.Drawing.Point(146, 54);
|
|
this.txt_JointDist.Name = "txt_JointDist";
|
|
this.txt_JointDist.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_JointDist.TabIndex = 29;
|
|
this.txt_JointDist.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_JointDist.TextChanged += new System.EventHandler(this.txt_JointDist_TextChanged);
|
|
this.txt_JointDist.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_JointDist_KeyPress);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(27, 57);
|
|
this.label7.Name = "label7";
|
|
this.label7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.label7.Size = new System.Drawing.Size(105, 12);
|
|
this.label7.TabIndex = 28;
|
|
this.label7.Text = "조인트로부터 거리";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// txt_HangerDist
|
|
//
|
|
this.txt_HangerDist.Location = new System.Drawing.Point(146, 27);
|
|
this.txt_HangerDist.Name = "txt_HangerDist";
|
|
this.txt_HangerDist.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_HangerDist.TabIndex = 27;
|
|
this.txt_HangerDist.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_HangerDist.TextChanged += new System.EventHandler(this.txt_HangerDist_TextChanged);
|
|
this.txt_HangerDist.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_HangerDist_KeyPress);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(25, 30);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(57, 12);
|
|
this.label8.TabIndex = 26;
|
|
this.label8.Text = "행거 간격";
|
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// groupBox12
|
|
//
|
|
this.groupBox12.Controls.Add(this.label9);
|
|
this.groupBox12.Controls.Add(this.txt_RackMarginDist);
|
|
this.groupBox12.Controls.Add(this.label5);
|
|
this.groupBox12.Location = new System.Drawing.Point(13, 20);
|
|
this.groupBox12.Name = "groupBox12";
|
|
this.groupBox12.Size = new System.Drawing.Size(300, 64);
|
|
this.groupBox12.TabIndex = 2;
|
|
this.groupBox12.TabStop = false;
|
|
this.groupBox12.Text = "하단가대";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(252, 36);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(27, 12);
|
|
this.label9.TabIndex = 26;
|
|
this.label9.Text = "mm";
|
|
//
|
|
// txt_RackMarginDist
|
|
//
|
|
this.txt_RackMarginDist.Location = new System.Drawing.Point(146, 27);
|
|
this.txt_RackMarginDist.Name = "txt_RackMarginDist";
|
|
this.txt_RackMarginDist.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_RackMarginDist.TabIndex = 25;
|
|
this.txt_RackMarginDist.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_RackMarginDist.TextChanged += new System.EventHandler(this.txt_RackMarginDist_TextChanged);
|
|
this.txt_RackMarginDist.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_RackMarginDist_KeyPress);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(25, 30);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(85, 12);
|
|
this.label5.TabIndex = 23;
|
|
this.label5.Text = "가대 말단 거리";
|
|
//
|
|
// tab_edit
|
|
//
|
|
this.tab_edit.Controls.Add(this.groupBox4);
|
|
this.tab_edit.Location = new System.Drawing.Point(4, 5);
|
|
this.tab_edit.Name = "tab_edit";
|
|
this.tab_edit.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tab_edit.Size = new System.Drawing.Size(338, 311);
|
|
this.tab_edit.TabIndex = 3;
|
|
this.tab_edit.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.groupBox14);
|
|
this.groupBox4.Location = new System.Drawing.Point(5, 1);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(326, 303);
|
|
this.groupBox4.TabIndex = 1;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "편집";
|
|
//
|
|
// groupBox14
|
|
//
|
|
this.groupBox14.Controls.Add(this.label4);
|
|
this.groupBox14.Controls.Add(this.txt_partsDist);
|
|
this.groupBox14.Controls.Add(this.label14);
|
|
this.groupBox14.Location = new System.Drawing.Point(13, 20);
|
|
this.groupBox14.Name = "groupBox14";
|
|
this.groupBox14.Size = new System.Drawing.Size(300, 64);
|
|
this.groupBox14.TabIndex = 3;
|
|
this.groupBox14.TabStop = false;
|
|
this.groupBox14.Text = "부품간격";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(252, 36);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(27, 12);
|
|
this.label4.TabIndex = 26;
|
|
this.label4.Text = "mm";
|
|
//
|
|
// txt_partsDist
|
|
//
|
|
this.txt_partsDist.Location = new System.Drawing.Point(146, 27);
|
|
this.txt_partsDist.Name = "txt_partsDist";
|
|
this.txt_partsDist.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_partsDist.TabIndex = 25;
|
|
this.txt_partsDist.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_partsDist.TextChanged += new System.EventHandler(this.txt_partsDist_TextChanged);
|
|
this.txt_partsDist.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_partsDist_KeyPress);
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(25, 30);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(29, 12);
|
|
this.label14.TabIndex = 23;
|
|
this.label14.Text = "거리";
|
|
//
|
|
// tab_fire
|
|
//
|
|
this.tab_fire.Controls.Add(this.groupBox5);
|
|
this.tab_fire.Location = new System.Drawing.Point(4, 5);
|
|
this.tab_fire.Name = "tab_fire";
|
|
this.tab_fire.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tab_fire.Size = new System.Drawing.Size(338, 311);
|
|
this.tab_fire.TabIndex = 4;
|
|
this.tab_fire.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Location = new System.Drawing.Point(5, 1);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(326, 303);
|
|
this.groupBox5.TabIndex = 2;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "소방";
|
|
//
|
|
// tab_sleeve
|
|
//
|
|
this.tab_sleeve.Controls.Add(this.groupBox6);
|
|
this.tab_sleeve.Location = new System.Drawing.Point(4, 5);
|
|
this.tab_sleeve.Name = "tab_sleeve";
|
|
this.tab_sleeve.Size = new System.Drawing.Size(338, 311);
|
|
this.tab_sleeve.TabIndex = 5;
|
|
this.tab_sleeve.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.groupBox15);
|
|
this.groupBox6.Location = new System.Drawing.Point(5, 1);
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.Size = new System.Drawing.Size(326, 303);
|
|
this.groupBox6.TabIndex = 2;
|
|
this.groupBox6.TabStop = false;
|
|
this.groupBox6.Text = "단열 슬리브";
|
|
//
|
|
// groupBox15
|
|
//
|
|
this.groupBox15.Controls.Add(this.label15);
|
|
this.groupBox15.Controls.Add(this.label16);
|
|
this.groupBox15.Controls.Add(this.txt_SleeveDuctFreeSpace);
|
|
this.groupBox15.Controls.Add(this.label17);
|
|
this.groupBox15.Controls.Add(this.txt_SleevePipeFreeSpace);
|
|
this.groupBox15.Controls.Add(this.label18);
|
|
this.groupBox15.Location = new System.Drawing.Point(14, 20);
|
|
this.groupBox15.Name = "groupBox15";
|
|
this.groupBox15.Size = new System.Drawing.Size(300, 95);
|
|
this.groupBox15.TabIndex = 27;
|
|
this.groupBox15.TabStop = false;
|
|
this.groupBox15.Text = "슬리브";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(252, 63);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(27, 12);
|
|
this.label15.TabIndex = 30;
|
|
this.label15.Text = "mm";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(252, 36);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(27, 12);
|
|
this.label16.TabIndex = 27;
|
|
this.label16.Text = "mm";
|
|
//
|
|
// txt_SleeveDuctFreeSpace
|
|
//
|
|
this.txt_SleeveDuctFreeSpace.Location = new System.Drawing.Point(146, 54);
|
|
this.txt_SleeveDuctFreeSpace.Name = "txt_SleeveDuctFreeSpace";
|
|
this.txt_SleeveDuctFreeSpace.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_SleeveDuctFreeSpace.TabIndex = 29;
|
|
this.txt_SleeveDuctFreeSpace.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_SleeveDuctFreeSpace.TextChanged += new System.EventHandler(this.txt_SleeveDuctFreeSpace_TextChanged);
|
|
this.txt_SleeveDuctFreeSpace.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_SleeveDuctFreeSpace_KeyPress);
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(27, 57);
|
|
this.label17.Name = "label17";
|
|
this.label17.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.label17.Size = new System.Drawing.Size(81, 12);
|
|
this.label17.TabIndex = 28;
|
|
this.label17.Text = "덕트 여유공간";
|
|
this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// txt_SleevePipeFreeSpace
|
|
//
|
|
this.txt_SleevePipeFreeSpace.Location = new System.Drawing.Point(146, 27);
|
|
this.txt_SleevePipeFreeSpace.Name = "txt_SleevePipeFreeSpace";
|
|
this.txt_SleevePipeFreeSpace.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_SleevePipeFreeSpace.TabIndex = 27;
|
|
this.txt_SleevePipeFreeSpace.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_SleevePipeFreeSpace.TextChanged += new System.EventHandler(this.txt_SleevePipeFreeSpace_TextChanged);
|
|
this.txt_SleevePipeFreeSpace.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_SleevePipeFreeSpace_KeyPress);
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(25, 30);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(81, 12);
|
|
this.label18.TabIndex = 26;
|
|
this.label18.Text = "배관 여유공간";
|
|
this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// tab_document
|
|
//
|
|
this.tab_document.Controls.Add(this.groupBox7);
|
|
this.tab_document.Location = new System.Drawing.Point(4, 5);
|
|
this.tab_document.Name = "tab_document";
|
|
this.tab_document.Size = new System.Drawing.Size(338, 311);
|
|
this.tab_document.TabIndex = 6;
|
|
this.tab_document.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox7
|
|
//
|
|
this.groupBox7.Controls.Add(this.groupBox16);
|
|
this.groupBox7.Location = new System.Drawing.Point(5, 1);
|
|
this.groupBox7.Name = "groupBox7";
|
|
this.groupBox7.Size = new System.Drawing.Size(326, 303);
|
|
this.groupBox7.TabIndex = 2;
|
|
this.groupBox7.TabStop = false;
|
|
this.groupBox7.Text = "문서화";
|
|
//
|
|
// groupBox16
|
|
//
|
|
this.groupBox16.Controls.Add(this.label19);
|
|
this.groupBox16.Controls.Add(this.label20);
|
|
this.groupBox16.Controls.Add(this.txt_MtagHorizontal);
|
|
this.groupBox16.Controls.Add(this.label21);
|
|
this.groupBox16.Controls.Add(this.txt_MtagVertical);
|
|
this.groupBox16.Controls.Add(this.label22);
|
|
this.groupBox16.Location = new System.Drawing.Point(14, 20);
|
|
this.groupBox16.Name = "groupBox16";
|
|
this.groupBox16.Size = new System.Drawing.Size(300, 95);
|
|
this.groupBox16.TabIndex = 28;
|
|
this.groupBox16.TabStop = false;
|
|
this.groupBox16.Text = "일괄치수";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Location = new System.Drawing.Point(252, 63);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(27, 12);
|
|
this.label19.TabIndex = 30;
|
|
this.label19.Text = "mm";
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Location = new System.Drawing.Point(252, 36);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(27, 12);
|
|
this.label20.TabIndex = 27;
|
|
this.label20.Text = "mm";
|
|
//
|
|
// txt_MtagHorizontal
|
|
//
|
|
this.txt_MtagHorizontal.Location = new System.Drawing.Point(146, 54);
|
|
this.txt_MtagHorizontal.Name = "txt_MtagHorizontal";
|
|
this.txt_MtagHorizontal.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_MtagHorizontal.TabIndex = 29;
|
|
this.txt_MtagHorizontal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_MtagHorizontal.TextChanged += new System.EventHandler(this.txt_MtagHorizontal_TextChanged);
|
|
this.txt_MtagHorizontal.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_MtagHorizontal_KeyPress);
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(27, 57);
|
|
this.label21.Name = "label21";
|
|
this.label21.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.label21.Size = new System.Drawing.Size(57, 12);
|
|
this.label21.TabIndex = 28;
|
|
this.label21.Text = "수평 간격";
|
|
this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// txt_MtagVertical
|
|
//
|
|
this.txt_MtagVertical.Location = new System.Drawing.Point(146, 27);
|
|
this.txt_MtagVertical.Name = "txt_MtagVertical";
|
|
this.txt_MtagVertical.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_MtagVertical.TabIndex = 27;
|
|
this.txt_MtagVertical.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_MtagVertical.TextChanged += new System.EventHandler(this.txt_MtagVertical_TextChanged);
|
|
this.txt_MtagVertical.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_MtagVertical_KeyPress);
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.AutoSize = true;
|
|
this.label22.Location = new System.Drawing.Point(25, 30);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(57, 12);
|
|
this.label22.TabIndex = 26;
|
|
this.label22.Text = "수직 간격";
|
|
this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// tab_duct
|
|
//
|
|
this.tab_duct.Controls.Add(this.groupBox8);
|
|
this.tab_duct.Location = new System.Drawing.Point(4, 5);
|
|
this.tab_duct.Name = "tab_duct";
|
|
this.tab_duct.Size = new System.Drawing.Size(338, 311);
|
|
this.tab_duct.TabIndex = 7;
|
|
this.tab_duct.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox8
|
|
//
|
|
this.groupBox8.Controls.Add(this.groupBox17);
|
|
this.groupBox8.Location = new System.Drawing.Point(5, 1);
|
|
this.groupBox8.Name = "groupBox8";
|
|
this.groupBox8.Size = new System.Drawing.Size(326, 303);
|
|
this.groupBox8.TabIndex = 2;
|
|
this.groupBox8.TabStop = false;
|
|
this.groupBox8.Text = "덕트";
|
|
//
|
|
// groupBox17
|
|
//
|
|
this.groupBox17.Controls.Add(this.label23);
|
|
this.groupBox17.Controls.Add(this.txt_FlangeCutDist);
|
|
this.groupBox17.Controls.Add(this.label24);
|
|
this.groupBox17.Location = new System.Drawing.Point(14, 20);
|
|
this.groupBox17.Name = "groupBox17";
|
|
this.groupBox17.Size = new System.Drawing.Size(300, 64);
|
|
this.groupBox17.TabIndex = 4;
|
|
this.groupBox17.TabStop = false;
|
|
this.groupBox17.Text = "플랜지";
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.AutoSize = true;
|
|
this.label23.Location = new System.Drawing.Point(252, 36);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(27, 12);
|
|
this.label23.TabIndex = 26;
|
|
this.label23.Text = "mm";
|
|
//
|
|
// txt_FlangeCutDist
|
|
//
|
|
this.txt_FlangeCutDist.Location = new System.Drawing.Point(146, 27);
|
|
this.txt_FlangeCutDist.Name = "txt_FlangeCutDist";
|
|
this.txt_FlangeCutDist.Size = new System.Drawing.Size(100, 21);
|
|
this.txt_FlangeCutDist.TabIndex = 25;
|
|
this.txt_FlangeCutDist.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txt_FlangeCutDist.TextChanged += new System.EventHandler(this.txt_FlangeCutDist_TextChanged);
|
|
this.txt_FlangeCutDist.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_FlangeCutDist_KeyPress);
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.AutoSize = true;
|
|
this.label24.Location = new System.Drawing.Point(25, 30);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(57, 12);
|
|
this.label24.TabIndex = 23;
|
|
this.label24.Text = "절단 길이";
|
|
//
|
|
// fileSystemWatcher1
|
|
//
|
|
this.fileSystemWatcher1.EnableRaisingEvents = true;
|
|
this.fileSystemWatcher1.SynchronizingObject = this;
|
|
//
|
|
// btn_Util
|
|
//
|
|
this.btn_Util.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Util.Location = new System.Drawing.Point(12, 17);
|
|
this.btn_Util.Name = "btn_Util";
|
|
this.btn_Util.Size = new System.Drawing.Size(86, 39);
|
|
this.btn_Util.TabIndex = 1;
|
|
this.btn_Util.Text = "유틸리티";
|
|
this.btn_Util.UseVisualStyleBackColor = true;
|
|
this.btn_Util.Click += new System.EventHandler(this.btn_Util_Click);
|
|
//
|
|
// btn_Pipe
|
|
//
|
|
this.btn_Pipe.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Pipe.Location = new System.Drawing.Point(12, 62);
|
|
this.btn_Pipe.Name = "btn_Pipe";
|
|
this.btn_Pipe.Size = new System.Drawing.Size(86, 39);
|
|
this.btn_Pipe.TabIndex = 2;
|
|
this.btn_Pipe.Text = "배관";
|
|
this.btn_Pipe.UseVisualStyleBackColor = true;
|
|
this.btn_Pipe.Click += new System.EventHandler(this.btn_Pipe_Click);
|
|
//
|
|
// btn_Install
|
|
//
|
|
this.btn_Install.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Install.Location = new System.Drawing.Point(12, 107);
|
|
this.btn_Install.Name = "btn_Install";
|
|
this.btn_Install.Size = new System.Drawing.Size(86, 39);
|
|
this.btn_Install.TabIndex = 3;
|
|
this.btn_Install.Text = "설치";
|
|
this.btn_Install.UseVisualStyleBackColor = true;
|
|
this.btn_Install.Click += new System.EventHandler(this.btn_Install_Click);
|
|
//
|
|
// btn_Edit
|
|
//
|
|
this.btn_Edit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Edit.Location = new System.Drawing.Point(12, 152);
|
|
this.btn_Edit.Name = "btn_Edit";
|
|
this.btn_Edit.Size = new System.Drawing.Size(86, 39);
|
|
this.btn_Edit.TabIndex = 4;
|
|
this.btn_Edit.Text = "편집";
|
|
this.btn_Edit.UseVisualStyleBackColor = true;
|
|
this.btn_Edit.Click += new System.EventHandler(this.btn_Edit_Click);
|
|
//
|
|
// btn_Fire
|
|
//
|
|
this.btn_Fire.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Fire.Location = new System.Drawing.Point(12, 332);
|
|
this.btn_Fire.Name = "btn_Fire";
|
|
this.btn_Fire.Size = new System.Drawing.Size(86, 39);
|
|
this.btn_Fire.TabIndex = 5;
|
|
this.btn_Fire.Text = "소방";
|
|
this.btn_Fire.UseVisualStyleBackColor = true;
|
|
this.btn_Fire.Click += new System.EventHandler(this.btn_Fire_Click);
|
|
//
|
|
// btn_Sleeve
|
|
//
|
|
this.btn_Sleeve.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Sleeve.Location = new System.Drawing.Point(12, 197);
|
|
this.btn_Sleeve.Name = "btn_Sleeve";
|
|
this.btn_Sleeve.Size = new System.Drawing.Size(86, 39);
|
|
this.btn_Sleeve.TabIndex = 6;
|
|
this.btn_Sleeve.Text = "단열 슬리브";
|
|
this.btn_Sleeve.UseVisualStyleBackColor = true;
|
|
this.btn_Sleeve.Click += new System.EventHandler(this.btn_Sleeve_Click);
|
|
//
|
|
// btn_Document
|
|
//
|
|
this.btn_Document.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Document.Location = new System.Drawing.Point(12, 242);
|
|
this.btn_Document.Name = "btn_Document";
|
|
this.btn_Document.Size = new System.Drawing.Size(86, 39);
|
|
this.btn_Document.TabIndex = 7;
|
|
this.btn_Document.Text = "문서화";
|
|
this.btn_Document.UseVisualStyleBackColor = true;
|
|
this.btn_Document.Click += new System.EventHandler(this.btn_Document_Click);
|
|
//
|
|
// btn_Duct
|
|
//
|
|
this.btn_Duct.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_Duct.Location = new System.Drawing.Point(12, 287);
|
|
this.btn_Duct.Name = "btn_Duct";
|
|
this.btn_Duct.Size = new System.Drawing.Size(86, 39);
|
|
this.btn_Duct.TabIndex = 8;
|
|
this.btn_Duct.Text = "덕트";
|
|
this.btn_Duct.UseVisualStyleBackColor = true;
|
|
this.btn_Duct.Click += new System.EventHandler(this.btn_Duct_Click);
|
|
//
|
|
// btn_Confirm
|
|
//
|
|
this.btn_Confirm.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btn_Confirm.Location = new System.Drawing.Point(165, 340);
|
|
this.btn_Confirm.Name = "btn_Confirm";
|
|
this.btn_Confirm.Size = new System.Drawing.Size(110, 29);
|
|
this.btn_Confirm.TabIndex = 10;
|
|
this.btn_Confirm.Text = "확인";
|
|
this.btn_Confirm.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn_Close
|
|
//
|
|
this.btn_Close.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btn_Close.Location = new System.Drawing.Point(281, 340);
|
|
this.btn_Close.Name = "btn_Close";
|
|
this.btn_Close.Size = new System.Drawing.Size(110, 29);
|
|
this.btn_Close.TabIndex = 9;
|
|
this.btn_Close.Text = "취소";
|
|
this.btn_Close.UseVisualStyleBackColor = true;
|
|
//
|
|
// Form_settings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(462, 382);
|
|
this.Controls.Add(this.btn_Confirm);
|
|
this.Controls.Add(this.btn_Close);
|
|
this.Controls.Add(this.btn_Duct);
|
|
this.Controls.Add(this.btn_Document);
|
|
this.Controls.Add(this.btn_Sleeve);
|
|
this.Controls.Add(this.btn_Fire);
|
|
this.Controls.Add(this.btn_Edit);
|
|
this.Controls.Add(this.btn_Install);
|
|
this.Controls.Add(this.btn_Pipe);
|
|
this.Controls.Add(this.btn_Util);
|
|
this.Controls.Add(this.tabSettings);
|
|
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_settings";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "환경설정";
|
|
this.Load += new System.EventHandler(this.settings_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form_settings_KeyDown);
|
|
this.tabSettings.ResumeLayout(false);
|
|
this.tab_util.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox9.ResumeLayout(false);
|
|
this.groupBox9.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Setting_numericUpDownAngle)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Setting_numericUpDownFreeSpaceHeight)).EndInit();
|
|
this.tab_pipe.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox11.ResumeLayout(false);
|
|
this.groupBox11.PerformLayout();
|
|
this.groupBox10.ResumeLayout(false);
|
|
this.groupBox10.PerformLayout();
|
|
this.tab_install.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox13.ResumeLayout(false);
|
|
this.groupBox13.PerformLayout();
|
|
this.groupBox12.ResumeLayout(false);
|
|
this.groupBox12.PerformLayout();
|
|
this.tab_edit.ResumeLayout(false);
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox14.ResumeLayout(false);
|
|
this.groupBox14.PerformLayout();
|
|
this.tab_fire.ResumeLayout(false);
|
|
this.tab_sleeve.ResumeLayout(false);
|
|
this.groupBox6.ResumeLayout(false);
|
|
this.groupBox15.ResumeLayout(false);
|
|
this.groupBox15.PerformLayout();
|
|
this.tab_document.ResumeLayout(false);
|
|
this.groupBox7.ResumeLayout(false);
|
|
this.groupBox16.ResumeLayout(false);
|
|
this.groupBox16.PerformLayout();
|
|
this.tab_duct.ResumeLayout(false);
|
|
this.groupBox8.ResumeLayout(false);
|
|
this.groupBox17.ResumeLayout(false);
|
|
this.groupBox17.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabSettings;
|
|
private System.Windows.Forms.TabPage tab_util;
|
|
private System.Windows.Forms.TabPage tab_pipe;
|
|
private System.Windows.Forms.TabPage tab_install;
|
|
private System.Windows.Forms.TabPage tab_edit;
|
|
private System.IO.FileSystemWatcher fileSystemWatcher1;
|
|
private System.Windows.Forms.TabPage tab_fire;
|
|
private System.Windows.Forms.TabPage tab_sleeve;
|
|
private System.Windows.Forms.TabPage tab_document;
|
|
private System.Windows.Forms.TabPage tab_duct;
|
|
private System.Windows.Forms.Button btn_Duct;
|
|
private System.Windows.Forms.Button btn_Document;
|
|
private System.Windows.Forms.Button btn_Sleeve;
|
|
private System.Windows.Forms.Button btn_Fire;
|
|
private System.Windows.Forms.Button btn_Edit;
|
|
private System.Windows.Forms.Button btn_Install;
|
|
private System.Windows.Forms.Button btn_Pipe;
|
|
private System.Windows.Forms.Button btn_Util;
|
|
private System.Windows.Forms.Button btn_Confirm;
|
|
private System.Windows.Forms.Button btn_Close;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.GroupBox groupBox6;
|
|
private System.Windows.Forms.GroupBox groupBox7;
|
|
private System.Windows.Forms.GroupBox groupBox8;
|
|
private System.Windows.Forms.GroupBox groupBox9;
|
|
private System.Windows.Forms.GroupBox groupBox10;
|
|
private System.Windows.Forms.NumericUpDown Setting_numericUpDownAngle;
|
|
private System.Windows.Forms.NumericUpDown Setting_numericUpDownFreeSpaceHeight;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.GroupBox groupBox11;
|
|
private System.Windows.Forms.GroupBox groupBox12;
|
|
private System.Windows.Forms.TextBox txt_RackMarginDist;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.GroupBox groupBox13;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.TextBox txt_cuttingDIst;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txt_IntervalDist;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox txt_JointDist;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txt_HangerDist;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.GroupBox groupBox14;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txt_partsDist;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.GroupBox groupBox15;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.TextBox txt_SleeveDuctFreeSpace;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.TextBox txt_SleevePipeFreeSpace;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.GroupBox groupBox16;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.TextBox txt_MtagHorizontal;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.TextBox txt_MtagVertical;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.GroupBox groupBox17;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.TextBox txt_FlangeCutDist;
|
|
private System.Windows.Forms.Label label24;
|
|
}
|
|
} |