버그수정
							parent
							
								
									c0eca15c47
								
							
						
					
					
						commit
						4bf4acce91
					
				| 
						 | 
				
			
			@ -482,9 +482,12 @@ namespace INT99DC_7C.Forms
 | 
			
		|||
                    this.button1LaneSend.Visible = true;
 | 
			
		||||
                    this.button10LaneSend.Visible = true;
 | 
			
		||||
 | 
			
		||||
                    this.labelTitleStartAddress.Visible = true;
 | 
			
		||||
                    this.labelStartAddress.Visible = true;
 | 
			
		||||
                    this.labelStartAddress.Text = this.ParentForm.SystemConfig.ModbusTcpStartAddress.ToString();
 | 
			
		||||
                    if (this.ParentForm.SystemConfig.EthernetOperationMode == 2) // Client일 때만 Start Address 사용
 | 
			
		||||
                    {
 | 
			
		||||
                        this.labelTitleStartAddress.Visible = true;
 | 
			
		||||
                        this.labelStartAddress.Visible = true;
 | 
			
		||||
                        this.labelStartAddress.Text = this.ParentForm.SystemConfig.ModbusTcpStartAddress.ToString();
 | 
			
		||||
                    }
 | 
			
		||||
                    break;
 | 
			
		||||
                default:
 | 
			
		||||
                    this.buttonDataSend.Visible = false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue