From 96dcdafebaeaafbe7fcc4aa678b9ebe0c1138239 Mon Sep 17 00:00:00 2001
From: 김세진 <kimseijin@diteam.co.kr>
Date: 수, 24 5월 2023 14:14:58 +0900
Subject: [PATCH] no message

---
 SA_LTT_UI/SA_LTT_UI/Screen/ScreenMain.Designer.cs  |   58 ++++++++++++++--------------
 SA_LTT_UI/SA_LTT_UI/Screen/AnimationEquipment.xaml |   31 ++++++++-------
 2 files changed, 46 insertions(+), 43 deletions(-)

diff --git a/SA_LTT_UI/SA_LTT_UI/Screen/AnimationEquipment.xaml b/SA_LTT_UI/SA_LTT_UI/Screen/AnimationEquipment.xaml
index 0b7fae9..8621446 100644
--- a/SA_LTT_UI/SA_LTT_UI/Screen/AnimationEquipment.xaml
+++ b/SA_LTT_UI/SA_LTT_UI/Screen/AnimationEquipment.xaml
@@ -4,15 +4,15 @@
              xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
              xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
              xmlns:local="clr-namespace:SA_LTT_UI.Screen"
-             mc:Ignorable="d" Height="407" Width="726">
+             mc:Ignorable="d" Height="407" Width="735">
 
     <Canvas Name="MainFrame" Background="#E4E4E5">
-        <Canvas Height="407" Canvas.Left="200" Width="525" >
-            <Image x:Name="Status_PMC_Complete" Source="/Resources/Wafer_Legend/Wafer_Legend_Complete.png" Width="525" Canvas.Left="1"  Visibility="Visible"/>
-            <Image x:Name="Status_PMC_Empty" Source="/Resources/Wafer_Legend/Wafer_Legend_Empty.png" Width="525" Canvas.Left="1"   Visibility="Collapsed"/>
-            <Image x:Name="Status_PMC_Exist" Source="/Resources/Wafer_Legend/Wafer_Legend_Exist.png" Width="525" Canvas.Left="1"  Visibility="Collapsed"/>
-            <Image x:Name="Status_PMC_Leaning" Source="/Resources/Wafer_Legend/Wafer_Legend_Leaning.png" Width="525" Canvas.Left="1"  Visibility="Collapsed"/>
-            <Image x:Name="Status_PMC_NotInit" Source="/Resources/Wafer_Legend/Wafer_Legend_Overlap.png" Width="525" Canvas.Left="1"  Visibility="Collapsed"/>
+        <Canvas Height="407" Canvas.Left="210" Width="511" >
+            <Image x:Name="Status_PMC_Complete" Source="/Resources/Wafer_Legend/Wafer_Legend_Complete.png" Width="525"  Visibility="Visible"/>
+            <Image x:Name="Status_PMC_Empty" Source="/Resources/Wafer_Legend/Wafer_Legend_Empty.png" Width="525"   Visibility="Collapsed"/>
+            <Image x:Name="Status_PMC_Exist" Source="/Resources/Wafer_Legend/Wafer_Legend_Exist.png" Width="525"  Visibility="Collapsed"/>
+            <Image x:Name="Status_PMC_Leaning" Source="/Resources/Wafer_Legend/Wafer_Legend_Leaning.png" Width="525"   Visibility="Collapsed"/>
+            <Image x:Name="Status_PMC_NotInit" Source="/Resources/Wafer_Legend/Wafer_Legend_Overlap.png" Width="525"   Visibility="Collapsed"/>
         </Canvas>
 
         <Grid Background="#E4E4E5" Width="200" Height="67" VerticalAlignment="Top" HorizontalAlignment="Left" >
@@ -27,9 +27,9 @@
             </Border>
         </Grid>
 
-        <Canvas Height="14" Canvas.Left="230" Canvas.Top="197" Width="466" VerticalAlignment="Center">
+        <Canvas Height="14" Canvas.Left="244" Canvas.Top="182" Width="457" VerticalAlignment="Center">
             <TextBlock Text="X : mm" FontSize="12" Margin="0,20,0,0" FontFamily="Roboto"/>
-            <Border Background="Silver" Height="14"  Width="466" VerticalAlignment="Center" BorderBrush="Black" BorderThickness="2" CornerRadius="7">
+            <Border Background="Silver" Height="14"  Width="457" VerticalAlignment="Center" BorderBrush="Black" BorderThickness="2" CornerRadius="7">
                 <StackPanel Orientation="Horizontal" Margin="5,0,0,0">
                     <Ellipse Fill="Black" Height="8" Width="8" Margin="35,0,0,0" VerticalAlignment="Center"/>
                     <Ellipse Fill="Black" Height="8" Width="8" Margin="40,0" VerticalAlignment="Center"/>
@@ -39,10 +39,10 @@
                     <Ellipse Fill="Black" Height="8" Width="8" Margin="40,0" VerticalAlignment="Center"/>
                     <Ellipse Fill="Black" Height="8" Width="8" Margin="0,0" VerticalAlignment="Center"/>
                     <Ellipse Fill="Black" Height="8" Width="8" Margin="40,0" VerticalAlignment="Center"/>
-                   
+
                 </StackPanel>
             </Border>
-            <Canvas x:Name="Motor_Y" Height="346" Canvas.Left="409" Canvas.Top="-165" Width="14">
+            <Canvas x:Name="Motor_Y" Height="346" Canvas.Left="409" Canvas.Top="-153" Width="14">
                 <Canvas>
                     <TextBlock Text="Y : mm" Margin="23,0,0,0" FontFamily="Roboto"/>
                     <Border  Height="345" Width="14" BorderBrush="Black" Background="Silver" BorderThickness="2" CornerRadius="7" Canvas.Top="1">
@@ -58,12 +58,14 @@
                     </Border>
                 </Canvas>
 
-                <Canvas x:Name="Chamber" Height="100" Canvas.Left="-43" Canvas.Bottom="0" Width="100" Canvas.Top="246" RenderTransformOrigin="0.545,0.503" Cursor="Hand">
+                <Canvas x:Name="Chamber" Height="100" Canvas.Left="-43" Canvas.Bottom="0" Width="100" Canvas.Top="252" RenderTransformOrigin="0.545,0.503" Cursor="Hand">
                     <Canvas.Background>
                         <ImageBrush ImageSource="../Resources/Chamber_SA.png"/>
                     </Canvas.Background>
                     <!--door-->
-                    <Rectangle x:Name="ChamberGate" Fill="Black" Height="72" Width="14" Canvas.Left="-14" Canvas.Top="14" Visibility="Visible"/>
+                    <Rectangle x:Name="ChamberGate" Fill="Black" Height="72" Width="10" Canvas.Left="-10" Canvas.Top="14" Visibility="Visible"/>
+                    <Rectangle Fill="White" Height="72" Width="10" Canvas.Left="-10" Canvas.Top="14" Visibility="Collapsed"/>
+
                     <Canvas x:Name="ChamberWafer" Height="71" Width="71" Canvas.Top="14" RenderTransformOrigin="0.5,0.5" Canvas.Left="15">
                         <Ellipse x:Name="ChamberWaferStatus" Fill="#00D1DF" Height="71" Stroke="Black" Width="71"/>
                         <TextBlock x:Name="ChamberWaferSourceName" Canvas.Left="24" TextWrapping="Wrap" Text="A1" Canvas.Top="24" Height="30" TextAlignment="Center" FontSize="20" FontFamily="Roboto" FontWeight="Bold" LineHeight="22" RenderTransformOrigin="-0.714,0.367"/>
@@ -89,7 +91,8 @@
             <Image x:Name="Status_TMC_Leaning" Source="../Resources/Wafer_Legend/Wafer_Legend_Leaning2.png"  Visibility="Collapsed" Width="310" Height="462" />
             <Image x:Name="Status_TMC_Overlap" Source="../Resources/Wafer_Legend/Wafer_Legend_Overlap2.png" Visibility="Collapsed" Width="310" Height="462" />
             <!--door-->
-            <Rectangle Height="120" Width="14" Fill="Black" Canvas.Left="186" Canvas.Top="76" Visibility="Visible"/>
+            <Rectangle Height="160" Width="10" Fill="Black" Canvas.Left="200" Canvas.Top="40" Visibility="Visible"/>
+            <Rectangle Height="160" Width="10" Fill="White" Canvas.Left="200" Canvas.Top="40" Visibility="Collapsed"/>
         </Canvas>
 
 
diff --git a/SA_LTT_UI/SA_LTT_UI/Screen/ScreenMain.Designer.cs b/SA_LTT_UI/SA_LTT_UI/Screen/ScreenMain.Designer.cs
index dfa5cad..e615639 100644
--- a/SA_LTT_UI/SA_LTT_UI/Screen/ScreenMain.Designer.cs
+++ b/SA_LTT_UI/SA_LTT_UI/Screen/ScreenMain.Designer.cs
@@ -78,6 +78,7 @@
             this.label44 = new System.Windows.Forms.Label();
             this.label5 = new System.Windows.Forms.Label();
             this.panel6 = new System.Windows.Forms.Panel();
+            this.tb_Port1Status = new DevExpress.XtraEditors.LabelControl();
             this.btn_Port1RecipeSet = new DevExpress.XtraEditors.SimpleButton();
             this.label9 = new System.Windows.Forms.Label();
             this.WorkingArea = new System.Windows.Forms.Panel();
@@ -184,7 +185,6 @@
             this.svgImageBox2 = new DevExpress.XtraEditors.SvgImageBox();
             this.DDDDDDDD = new DevExpress.XtraEditors.TextEdit();
             this.DDDDDDDDDDDDDDDDDDDDD = new DevExpress.XtraEditors.TextEdit();
-            this.tb_Port1Status = new DevExpress.XtraEditors.LabelControl();
             this.panel2.SuspendLayout();
             this.panel4.SuspendLayout();
             this.panel13.SuspendLayout();
@@ -251,9 +251,9 @@
             // 
             this.elementHost2.BackColor = System.Drawing.Color.Transparent;
             this.elementHost2.BackColorTransparent = true;
-            this.elementHost2.Location = new System.Drawing.Point(524, 320);
+            this.elementHost2.Location = new System.Drawing.Point(519, 320);
             this.elementHost2.Name = "elementHost2";
-            this.elementHost2.Size = new System.Drawing.Size(726, 407);
+            this.elementHost2.Size = new System.Drawing.Size(735, 407);
             this.elementHost2.TabIndex = 4;
             this.elementHost2.Text = "elementHost2";
             this.elementHost2.Child = null;
@@ -582,9 +582,9 @@
             // 
             this.cb_AutoRun_X.Appearance = System.Windows.Forms.Appearance.Button;
             this.cb_AutoRun_X.Font = new System.Drawing.Font("援대┝", 10F, System.Drawing.FontStyle.Bold);
-            this.cb_AutoRun_X.Location = new System.Drawing.Point(353, 26);
+            this.cb_AutoRun_X.Location = new System.Drawing.Point(354, 36);
             this.cb_AutoRun_X.Name = "cb_AutoRun_X";
-            this.cb_AutoRun_X.Size = new System.Drawing.Size(100, 50);
+            this.cb_AutoRun_X.Size = new System.Drawing.Size(81, 50);
             this.cb_AutoRun_X.TabIndex = 470;
             this.cb_AutoRun_X.Text = "AutoRun";
             this.cb_AutoRun_X.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -647,7 +647,7 @@
             this.panel13.Controls.Add(this.label24);
             this.panel13.Controls.Add(this.label27);
             this.panel13.Controls.Add(this.label34);
-            this.panel13.Location = new System.Drawing.Point(535, 143);
+            this.panel13.Location = new System.Drawing.Point(530, 143);
             this.panel13.Name = "panel13";
             this.panel13.Size = new System.Drawing.Size(148, 123);
             this.panel13.TabIndex = 493;
@@ -753,7 +753,7 @@
             this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(92)))), ((int)(((byte)(123)))));
             this.label2.Font = new System.Drawing.Font("Roboto", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.label2.ForeColor = System.Drawing.Color.White;
-            this.label2.Location = new System.Drawing.Point(557, 113);
+            this.label2.Location = new System.Drawing.Point(552, 113);
             this.label2.Name = "label2";
             this.label2.Size = new System.Drawing.Size(87, 15);
             this.label2.TabIndex = 497;
@@ -856,6 +856,23 @@
             this.panel6.Name = "panel6";
             this.panel6.Size = new System.Drawing.Size(300, 51);
             this.panel6.TabIndex = 522;
+            // 
+            // tb_Port1Status
+            // 
+            this.tb_Port1Status.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(205)))), ((int)(((byte)(217)))));
+            this.tb_Port1Status.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(57)))), ((int)(((byte)(94)))));
+            this.tb_Port1Status.Appearance.Font = new System.Drawing.Font("Roboto", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.tb_Port1Status.Appearance.Options.UseBackColor = true;
+            this.tb_Port1Status.Appearance.Options.UseBorderColor = true;
+            this.tb_Port1Status.Appearance.Options.UseFont = true;
+            this.tb_Port1Status.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
+            this.tb_Port1Status.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
+            this.tb_Port1Status.Location = new System.Drawing.Point(105, 1);
+            this.tb_Port1Status.Name = "tb_Port1Status";
+            this.tb_Port1Status.Size = new System.Drawing.Size(195, 20);
+            this.tb_Port1Status.TabIndex = 565;
+            this.tb_Port1Status.Text = "Empty";
+            this.tb_Port1Status.DoubleClick += new System.EventHandler(this.tb_Port1Status_DoubleClick);
             // 
             // btn_Port1RecipeSet
             // 
@@ -1673,7 +1690,7 @@
             this.panel11.Controls.Add(this.svgImageBox27);
             this.panel11.Controls.Add(this.label26);
             this.panel11.Controls.Add(this.svgImageBox28);
-            this.panel11.Location = new System.Drawing.Point(744, 127);
+            this.panel11.Location = new System.Drawing.Point(748, 127);
             this.panel11.Name = "panel11";
             this.panel11.Size = new System.Drawing.Size(488, 173);
             this.panel11.TabIndex = 561;
@@ -1882,7 +1899,7 @@
             // 
             this.pictureBox1.BackgroundImage = global::SA_LTT_UI.Properties.Resources.Wafer_Legend_Complete3;
             this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
-            this.pictureBox1.Location = new System.Drawing.Point(725, 108);
+            this.pictureBox1.Location = new System.Drawing.Point(729, 108);
             this.pictureBox1.Name = "pictureBox1";
             this.pictureBox1.Size = new System.Drawing.Size(525, 210);
             this.pictureBox1.TabIndex = 552;
@@ -2078,7 +2095,7 @@
             // svgImageBox9
             // 
             this.svgImageBox9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(74)))), ((int)(((byte)(92)))), ((int)(((byte)(123)))));
-            this.svgImageBox9.Location = new System.Drawing.Point(529, 109);
+            this.svgImageBox9.Location = new System.Drawing.Point(524, 109);
             this.svgImageBox9.Name = "svgImageBox9";
             this.svgImageBox9.Size = new System.Drawing.Size(24, 24);
             this.svgImageBox9.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Stretch;
@@ -2089,7 +2106,7 @@
             // svgImageBox10
             // 
             this.svgImageBox10.BackColor = System.Drawing.Color.Transparent;
-            this.svgImageBox10.Location = new System.Drawing.Point(525, 108);
+            this.svgImageBox10.Location = new System.Drawing.Point(520, 108);
             this.svgImageBox10.Name = "svgImageBox10";
             this.svgImageBox10.Size = new System.Drawing.Size(170, 26);
             this.svgImageBox10.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Stretch;
@@ -2100,7 +2117,7 @@
             // svgImageBox8
             // 
             this.svgImageBox8.BackColor = System.Drawing.Color.Transparent;
-            this.svgImageBox8.Location = new System.Drawing.Point(525, 134);
+            this.svgImageBox8.Location = new System.Drawing.Point(520, 134);
             this.svgImageBox8.Name = "svgImageBox8";
             this.svgImageBox8.Size = new System.Drawing.Size(170, 141);
             this.svgImageBox8.SizeMode = DevExpress.XtraEditors.SvgImageSizeMode.Stretch;
@@ -2199,23 +2216,6 @@
             this.DDDDDDDDDDDDDDDDDDDDD.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
             this.DDDDDDDDDDDDDDDDDDDDD.Size = new System.Drawing.Size(195, 20);
             this.DDDDDDDDDDDDDDDDDDDDD.TabIndex = 528;
-            // 
-            // tb_Port1Status
-            // 
-            this.tb_Port1Status.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(205)))), ((int)(((byte)(217)))));
-            this.tb_Port1Status.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(57)))), ((int)(((byte)(94)))));
-            this.tb_Port1Status.Appearance.Font = new System.Drawing.Font("Roboto", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-            this.tb_Port1Status.Appearance.Options.UseBackColor = true;
-            this.tb_Port1Status.Appearance.Options.UseBorderColor = true;
-            this.tb_Port1Status.Appearance.Options.UseFont = true;
-            this.tb_Port1Status.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
-            this.tb_Port1Status.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
-            this.tb_Port1Status.Location = new System.Drawing.Point(105, 1);
-            this.tb_Port1Status.Name = "tb_Port1Status";
-            this.tb_Port1Status.Size = new System.Drawing.Size(195, 20);
-            this.tb_Port1Status.TabIndex = 565;
-            this.tb_Port1Status.Text = "Empty";
-            this.tb_Port1Status.DoubleClick += new System.EventHandler(this.tb_Port1Status_DoubleClick);
             // 
             // ScreenMain
             // 

--
Gitblit v1.9.3