Exemple #1
0
 private void LoadLanguageStrings()
 {
     if (tclm != null)
     {
         lbHeader.Text = tclm.GetString("TeachIn.lbHeader", "Teach In", true);
         //lbActive.Text = tclm.GetString("TeachIn.lbActive", "Aktiv", true);
         //btStart.Text = tclm.GetString("TeachIn.btStart", "Aktiv", true);
         //btStop.Text = tclm.GetString("TeachIn.btStop", "Stopp", true);
     }
 }
 private void LoadLanguageStrings()
 {
     if (tclm != null)
     {
         lbHeader.Text      = tclm.GetString("SyntaxCheck.lbHeader", "Syntax Check", true);
         lbActive.Text      = tclm.GetString("SyntaxCheck.lbActive", "Aktive", true);
         btStart.Text       = tclm.GetString("SyntaxCheck.btStart", "Aktive", true);
         btStop.Text        = tclm.GetString("SyntaxCheck.btStop", "Stop", true);
         rbSyntaxCheck.Text = tclm.GetString("SyntaxCheck.rbSyntaxCheck", "Syntax Check", true);
         rbDryRun.Text      = tclm.GetString("SyntaxCheck.rbDryRun", "Dry Run (without axis movement)", true);
     }
 }
        private void LoadLanguageStrings()
        {
            if (tclm != null)
            {
                lbHeader.Text          = tclm.GetString("BlockSearch.lbHeader", "Satz Suchlauf", true);
                lbActive.Text          = tclm.GetString("BlockSearch.lbActive", "Aktiv", true);
                btStart.Text           = tclm.GetString("BlockSearch.btStart", "Aktiv", true);
                btStop.Text            = tclm.GetString("BlockSearch.btStop", "Stopp", true);
                btStop.Text            = tclm.GetString("BlockSearch.btStop", "Stopp", true);
                lbBlockCount.Text      = tclm.GetString("BlockSearch.lbBlockCount", "Satzzähler:", true);
                lbActDistance.Text     = tclm.GetString("BlockSearch.lbActDistance", "Weg:", true);
                rbStartBreakPoint.Text = tclm.GetString("BlockSearch.rbStartBreakPoint", "Start an Unterbrechungsstelle", true);

                rbStartBlockNr.Text = tclm.GetString("BlockSearch.rbStartBlockNr", "Fortsetzung über Satznummer", true);
                rbBlockCount.Text   = tclm.GetString("BlockSearch.rbBlockCount", "Fortsetzung über Satzzähler", true);
                lbDistance.Text     = tclm.GetString("BlockSearch.lbDistance", "Zurückgelegter Weg", true);

                tclm.GetString("BlockSearch.MessageString", "Satzvorlaufmodus oder Parameter fehlerhaft!", true);
                tclm.GetString("BlockSearch.MessageHeader", "Satzsuchlauf", true);
            }
        }
        private void LoadLanguageStrings()
        {
            this.tabPage1.Text                 = tclm["FormSettings.tabPage1"];         //"General";
            this.labelStartUpScreen.Text       = tclm.GetString("FormSettings.checkBoxStartupCNCScreen", "Startup screen", true);
            this.checkBoxStartMax.Text         = tclm.GetString("FormSettings.checkBoxStartMax", "Start Maximized", true);
            this.checkBoxViewStatusBar.Text    = tclm.GetString("FormSettings.checkBoxViewStatusBar", "View Status Bar", true);
            this.checkBoxApplicationFrame.Text = tclm.GetString("FormSettings.checkBoxApplicationFrame", "Show Application Frame", true);
            this.groupBoxTargetSystem.Text     = tclm["FormSettings.groupBoxTargetSystem"];
            this.groupBoxGeneralSettings.Text  = tclm["FormSettings.groupBoxGeneralSettings"];
            this.checkBoxManualTreeView.Text   = tclm.GetString("FormSettings.checkBoxManualTreeView", "FormManual Tree view", true);

            this.labelBatch1.Text = tclm["FormSettings.labelBatch1"];                   //"Batch Datei PCAW Host";
            this.labelBatch2.Text = tclm["FormSettings.labelBatch2"];                   //"Batch Datei PCAW Remote";
            this.labelBatch3.Text = tclm["FormSettings.labelBatch3"];                   //"Batch Datei Backup";
            this.labelBatch4.Text = tclm["FormSettings.labelBatch4"];                   //"Externe Werkzeugverwaltung";
            this.labelBatch5.Text = tclm["FormSettings.labelBatch5"];                   //"CNC Programm-Editor";
            this.tabPage2.Text    = tclm["FormSettings.tabPage2"];                      //"Path";

            this.labelPath1.Text = tclm["FormSettings.labelPath1"];
            this.labelPath2.Text = tclm["FormSettings.labelPath2"];
            this.labelPath3.Text = tclm["FormSettings.labelPath3"];
            this.labelPath4.Text = tclm["FormSettings.labelPath4"];
            this.labelPath5.Text = tclm["FormSettings.labelPath5"];
            this.labelPath6.Text = tclm["FormSettings.labelPath6"];
            this.labelPath7.Text = tclm["FormSettings.labelPath7"];
            this.labelPath8.Text = tclm["FormSettings.labelPath8"];

            this.tabPage3.Text            = tclm.GetString("FormSettings.tabPage3", "Eventlog", true);
            this.label10.Text             = tclm.GetString("FormSettings.label10", "Refresh Time", true);
            this.labelEvtLog.Text         = tclm.GetString("FormSettings.labelEvtLog", "Settings Eventlogger", true);
            this.labelEvtLogLanguage.Text = tclm.GetString("FormSettings.labelEvtLogLanguage", "Language", true);

            this.label12.Text      = tclm.GetString("FormSettings.label12", "ms", true);
            this.buttonSave.Text   = tclm.GetString("FormSettings.buttonSave", "Save", true);
            this.buttonCancel.Text = tclm.GetString("FormSettings.buttonCancel", "Cancel", true);
            this.labelTitle.Text   = tclm.GetString("FormSettings.labelTitle", "Application Settings", true);

            this.Text = tclm.GetString("FormSettings", "Settings", true);
        }
Exemple #5
0
 private void LoadLanguageStrings()
 {
     label1.Text = tclm.GetString("UserHeader.Label1", "Application", true);
     label2.Text = tclm.GetString("UserHeader.Label2", "Running", true);
 }
Exemple #6
0
 private void LoadLanguageStrings()
 {
     this.Text = tclm.GetString("x", "TcHmiPro Application");
     AppHeader.LabelChannelText = tclm.GetString("MainApp.labelChannelNr", "Channel");
 }