コード例 #1
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(MainScreen));
     this.m_Text.Text = resources.GetText("MainScreen.Text.Text", "HIGH RANGE");
     this.m_Button6.Text = resources.GetText("MainScreen.Button6.Text", "Test\r\nPressure");
     this.m_Button7.Text = resources.GetText("MainScreen.Button7.Text", "AUTO");
     this.m_Button1.Text = resources.GetText("MainScreen.Button1.Text", "Record");
     this.m_Button9.Text = resources.GetText("MainScreen.Button9.Text", "QUICK FILL");
     this.m_Text1.Text = resources.GetText("MainScreen.Text1.Text", "SWITCHING");
     this.m_Text3.Text = resources.GetText("MainScreen.Text3.Text", "OVER RANGE");
     this.m_Text4.Text = resources.GetText("MainScreen.Text4.Text", "Under Range, Switch to LOW");
     this.m_Text8.Text = resources.GetText("MainScreen.Text8.Text", "Inlet Pressure");
     this.m_Button10.Text = resources.GetText("MainScreen.Button10.Text", "STOP");
     this.m_rcrdMsg.Text = resources.GetText("MainScreen.rcrdMsg.Text", "Recording every 1 seconds");
     this.m_Text10.Text = resources.GetText("MainScreen.Text10.Text", "0");
     this.m_Text11.Text = resources.GetText("MainScreen.Text11.Text", "500");
     this.m_Text12.Text = resources.GetText("MainScreen.Text12.Text", "1000");
     this.m_Text9.Text = resources.GetText("MainScreen.Text9.Text", "Quick Fill reached 500 psig at 8/5/2015 12:22:22");
     this.ApplyResourcesOnForm();
 }
コード例 #2
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(scren1));
     this.m_AnalogNumeric13.Suffix            = resources.GetText("scren1.AnalogNumeric13.Suffix", "%");
     this.m_AnalogNumeric14.Suffix            = resources.GetText("scren1.AnalogNumeric14.Suffix", "°C");
     this.m_AnalogNumeric.Suffix              = resources.GetText("scren1.AnalogNumeric.Suffix", "°C");
     this.m_Button29.Text                     = resources.GetText("scren1.Button29.Text", "Up");
     this.m_Button30.Text                     = resources.GetText("scren1.Button30.Text", "Down");
     this.m_AnalogNumeric1.Suffix             = resources.GetText("scren1.AnalogNumeric1.Suffix", "%");
     this.m_Button.Text                       = resources.GetText("scren1.Button.Text", "Up");
     this.m_Button1.Text                      = resources.GetText("scren1.Button1.Text", "Down");
     this.m_TrendViewer.Curves[0].DisplayName = resources.GetText("scren1.TrendViewer.Curves[0].DisplayName", "Curve");
     this.m_TrendViewer.Curves[1].DisplayName = resources.GetText("scren1.TrendViewer.Curves[1].DisplayName", "Curve1");
     this.ApplyResourcesOnForm();
 }
コード例 #3
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(CalAdjust));
     this.m_btnZero.Text = resources.GetText("CalAdjust.btnZero.Text", "ZERO");
     this.m_btnToggle.Text = resources.GetText("CalAdjust.btnToggle.Text", "TOGGLE\r\nSPAN/OFFSET");
     this.m_btnUnit.Text = resources.GetText("CalAdjust.btnUnit.Text", "sccm");
     this.m_lblTitle.Text = resources.GetText("CalAdjust.lblTitle.Text", "Adjust Meter");
     this.m_btnGasType.Text = resources.GetText("CalAdjust.btnGasType.Text", "NITROGEN");
     this.m_Text.Text = resources.GetText("CalAdjust.Text.Text", "Meter Reading");
     this.m_lblPara.Text = resources.GetText("CalAdjust.lblPara.Text", "SPAN");
     this.m_lblValue.Text = resources.GetText("CalAdjust.lblValue.Text", "10232");
     this.ApplyResourcesOnForm();
 }
コード例 #4
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(FilterSettingMid));
 }
コード例 #5
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(DisplaySystemDate));
     this.m_Text.Text = resources.GetText("DisplaySystemDate.Text.Text", "System Date");
     this.m_Text1.Text = resources.GetText("DisplaySystemDate.Text1.Text", "Month");
     this.m_Text2.Text = resources.GetText("DisplaySystemDate.Text2.Text", "Day");
     this.m_Text3.Text = resources.GetText("DisplaySystemDate.Text3.Text", "Year");
     this.ApplyResourcesOnForm();
 }
コード例 #6
0
ファイル: AlarmServer.cs プロジェクト: tesamedikal/ekran
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(AlarmServer));
     this.m_Default.Text = resources.GetText("AlarmServer.Default.Text", "Default");
     this.m_Default_AlarmItem0.StaticText = resources.GetText("AlarmServer.Default_AlarmItem0.StaticText", "LUTFEN YETKİLİ SERVİS İLE İRTİBATA GEÇİNİZ");
     this.m_Default_AlarmItem1.StaticText = resources.GetText("AlarmServer.Default_AlarmItem1.StaticText", "SAFLIK  ORANI DÜŞÜK");
 }
コード例 #7
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(AutomaticWashingScript));
 }
コード例 #8
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(TextLibrary));
     this.m_Group1_MessageItem0.Message = resources.GetText("TextLibrary.Group1_MessageItem0.Message", "ASD");
 }
コード例 #9
0
ファイル: REALALARM.cs プロジェクト: FankBaoHan/Filter
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(REALALARM));
     this.m_Text.Text   = resources.GetText("REALALARM.Text.Text", "历史报警");
     this.m_Button.Text = resources.GetText("REALALARM.Button.Text", "清除");
     resources.ApplyTexts(this.m_Button, "Texts", "REALALARM.Button.Texts[0]", "清除", "REALALARM.Button.Texts[1]", "Clear");
     resources.ApplyTexts(this.m_Text, "Texts", "REALALARM.Text.Texts[0]", "历史报警", "REALALARM.Text.Texts[1]", "History alarms");
     this.ApplyResourcesOnForm();
 }
コード例 #10
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(SIFRE));
     this.m_Button14.Text = resources.GetText("SIFRE.Button14.Text", "SİFRE");
     this.m_Button.Text   = resources.GetText("SIFRE.Button.Text", "MENU");
     this.ApplyResourcesOnForm();
 }
コード例 #11
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(Alarm_Screen));
     this.m_Drying_Button.Text = resources.GetText("Alarm_Screen.Drying_Button.Text", "Drying");
     this.m_Manuel_Button.Text = resources.GetText("Alarm_Screen.Manuel_Button.Text", "Manuel\r\nWashing");
     this.m_Alarm_button.Text  = resources.GetText("Alarm_Screen.Alarm_button.Text", "Alarm\r\nScreen");
     this.m_Test_Nav.Text      = resources.GetText("Alarm_Screen.Test_Nav.Text", "Test");
     this.m_Auto_Button.Text   = resources.GetText("Alarm_Screen.Auto_Button.Text", "Automatic\r\nWashing");
     this.m_Button.Text        = resources.GetText("Alarm_Screen.Button.Text", "Components");
     this.ApplyResourcesOnForm();
 }
コード例 #12
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(BASINC_GRAFIGI));
     this.m_TrendViewer.Curves[0].DisplayName = resources.GetText("BASINC_GRAFIGI.TrendViewer.Curves[0].DisplayName", "Curve");
     this.m_TrendViewer.Curves[1].DisplayName = resources.GetText("BASINC_GRAFIGI.TrendViewer.Curves[1].DisplayName", "Curve1");
     this.m_TrendViewer.Curves[2].DisplayName = resources.GetText("BASINC_GRAFIGI.TrendViewer.Curves[2].DisplayName", "Curve2");
     this.m_Text.Text  = resources.GetText("BASINC_GRAFIGI.Text.Text", "KOLON 1 BASINC");
     this.m_Text1.Text = resources.GetText("BASINC_GRAFIGI.Text1.Text", "KOLON 2 BASINC");
     this.m_Text2.Text = resources.GetText("BASINC_GRAFIGI.Text2.Text", "OKSIJEN TANKI BASINC");
     this.ApplyResourcesOnForm();
 }
コード例 #13
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(AlarmServer));
     this.m_Default.Text = resources.GetText("AlarmServer.Default.Text", "Default");
     this.m_Default_Emergency_Stop.StaticText            = resources.GetText("AlarmServer.Default_Emergency_Stop.StaticText", "Emergency Stop is Pressed");
     this.m_Default_Phase_Sequence.StaticText            = resources.GetText("AlarmServer.Default_Phase_Sequence.StaticText", "Phase Sequence is Wrong");
     this.m_Default_Washing_Pump_Error.StaticText        = resources.GetText("AlarmServer.Default_Washing_Pump_Error.StaticText", "Washing Pump Error");
     this.m_Default_Manuel_Washing_Pump_Error.StaticText = resources.GetText("AlarmServer.Default_Manuel_Washing_Pump_Error.StaticText", "High Pressure (Manuel) Washing Pump Error");
     this.m_Default_Blower_Error.StaticText = resources.GetText("AlarmServer.Default_Blower_Error.StaticText", "Dryer Blower Error");
 }
コード例 #14
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(popConfirm));
     this.m_btnYes.Text = resources.GetText("popConfirm.btnYes.Text", "Yes");
     this.m_btnNo.Text = resources.GetText("popConfirm.btnNo.Text", "No");
     this.ApplyResourcesOnForm();
 }
コード例 #15
0
ファイル: SIFRE2.cs プロジェクト: tesamedikal/ekran
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(SIFRE2));
     this.m_Button14.Text = resources.GetText("SIFRE2.Button14.Text", "TEKNİK SERVİS GİRİŞ");
     this.m_Button.Text   = resources.GetText("SIFRE2.Button.Text", "AYARLAR");
     this.ApplyResourcesOnForm();
 }
コード例 #16
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(StabBack));
     this.m_Button21.Text = resources.GetText("StabBack.Button21.Text", "OK");
     this.m_Text.Text = resources.GetText("StabBack.Text.Text", "STABILITY SETTINGS");
     this.m_Button.Text = resources.GetText("StabBack.Button.Text", "LOW");
     this.m_Button1.Text = resources.GetText("StabBack.Button1.Text", "HIGH");
     this.m_btnON.Text = resources.GetText("StabBack.btnON.Text", "ON");
     resources.ApplyTexts(this.m_btnON, "Texts", "StabBack.btnON.Texts[0]", "ON", "StabBack.btnON.Texts[1]", "OFF");
     this.ApplyResourcesOnForm();
 }
コード例 #17
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(O2_AKIS_GIRAFIGI));
     this.m_Text.Text = resources.GetText("O2_AKIS_GIRAFIGI.Text.Text", "OKSİJEN AKIŞ");
     this.m_TrendViewer.Curves[0].DisplayName = resources.GetText("O2_AKIS_GIRAFIGI.TrendViewer.Curves[0].DisplayName", "Curve");
     this.ApplyResourcesOnForm();
 }
コード例 #18
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(AlarmServer));
     this.m_Default.Text = resources.GetText("AlarmServer.Default.Text", "Default");
 }
コード例 #19
0
ファイル: AYARLAR_3.cs プロジェクト: tesamedikal/ekran
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(AYARLAR_3));
     this.m_Text3.Text = resources.GetText("AYARLAR_3.Text3.Text", "SERVİS BAKIM SAATİ");
     this.m_Text.Text  = resources.GetText("AYARLAR_3.Text.Text", "AKIŞ BASINC ÜST DEĞERİ");
     this.m_Text1.Text = resources.GetText("AYARLAR_3.Text1.Text", "AKIŞ BASINC ALT DEĞERİ");
     this.m_Text2.Text = resources.GetText("AYARLAR_3.Text2.Text", "AKIŞ ÜST DEĞERİ");
     this.m_Text4.Text = resources.GetText("AYARLAR_3.Text4.Text", "AKIŞ ALT DEĞERİ");
     this.ApplyResourcesOnForm();
 }
コード例 #20
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(FilterBack));
     this.m_Button21.Text = resources.GetText("FilterBack.Button21.Text", "OK");
     this.m_Text.Text = resources.GetText("FilterBack.Text.Text", "DIGITAL FILTER SETTINGS");
     this.m_Button.Text = resources.GetText("FilterBack.Button.Text", "LOW");
     this.m_Button1.Text = resources.GetText("FilterBack.Button1.Text", "HIGH");
     this.ApplyResourcesOnForm();
 }
コード例 #21
0
ファイル: Screen1.cs プロジェクト: WGQTHXXXXM/electrospinning
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(Screen1));
     this.m_Button1.Text = resources.GetText("Screen1.Button1.Text", "1107");
     this.m_Button2.Text = resources.GetText("Screen1.Button2.Text", "1616");
     this.m_Button3.Text = resources.GetText("Screen1.Button3.Text", "1593");
     this.m_Button4.Text = resources.GetText("Screen1.Button4.Text", "Button");
     this.ApplyResourcesOnForm();
 }
コード例 #22
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(TestingFilterScript));
 }
コード例 #23
0
ファイル: StabLow.cs プロジェクト: xukangmin/Graftel_LRM_1402
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(StabLow));
     this.m_Text5.Text = resources.GetText("StabLow.Text5.Text", "DARK\nRED");
     this.m_Text7.Text = resources.GetText("StabLow.Text7.Text", "GREEN");
     this.m_Text8.Text = resources.GetText("StabLow.Text8.Text", "RED");
     this.m_Text9.Text = resources.GetText("StabLow.Text9.Text", "ORANGE");
     this.m_Text2.Text = resources.GetText("StabLow.Text2.Text", "Low Range (% FSR)");
     this.m_Button8.Text = resources.GetText("StabLow.Button8.Text", "RESTORE\nDEFAULT");
     this.ApplyResourcesOnForm();
 }
コード例 #24
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(DiagPreCheck));
     this.m_lblMsg.Text = resources.GetText("DiagPreCheck.lblMsg.Text", "Checking valves and meters...\r\nPlease wait...");
     this.m_lblPrg.Text = resources.GetText("DiagPreCheck.lblPrg.Text", "0 %");
     this.m_btnContinue.Text = resources.GetText("DiagPreCheck.btnContinue.Text", "Continue");
     this.m_btnBack.Text = resources.GetText("DiagPreCheck.btnBack.Text", "EXIT");
     this.ApplyResourcesOnForm();
 }
コード例 #25
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(screen2));
     this.m_Text2.Text  = resources.GetText("screen2.Text2.Text", "Temp ++");
     this.m_Text5.Text  = resources.GetText("screen2.Text5.Text", "Purge");
     this.m_Text10.Text = resources.GetText("screen2.Text10.Text", "Humidity --");
     this.m_Text25.Text = resources.GetText("screen2.Text25.Text", "Fill water tank");
     this.m_Text26.Text = resources.GetText("screen2.Text26.Text", "Humidity ++");
     this.m_Text27.Text = resources.GetText("screen2.Text27.Text", "Temp --");
     this.ApplyResourcesOnForm();
 }
コード例 #26
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(ProjectConfiguration));
 }
コード例 #27
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(StabilityScreen));
     this.m_Text.Text = resources.GetText("StabilityScreen.Text.Text", "STABILITY");
     this.m_Button.Text = resources.GetText("StabilityScreen.Button.Text", "ON");
     this.m_Text1.Text = resources.GetText("StabilityScreen.Text1.Text", "%FSR");
     this.m_Text2.Text = resources.GetText("StabilityScreen.Text2.Text", "LOW");
     this.m_Text3.Text = resources.GetText("StabilityScreen.Text3.Text", "MID");
     this.m_Text4.Text = resources.GetText("StabilityScreen.Text4.Text", "HI");
     this.m_Text5.Text = resources.GetText("StabilityScreen.Text5.Text", "DARK RED");
     this.m_Button11.Text = resources.GetText("StabilityScreen.Button11.Text", "OK");
     this.m_Text7.Text = resources.GetText("StabilityScreen.Text7.Text", "GREEN");
     this.m_Text8.Text = resources.GetText("StabilityScreen.Text8.Text", "RED");
     this.m_Text9.Text = resources.GetText("StabilityScreen.Text9.Text", "ORANGE");
     this.m_Button7.Text = resources.GetText("StabilityScreen.Button7.Text", "RESTORE");
     this.m_Button8.Text = resources.GetText("StabilityScreen.Button8.Text", "SAVE");
     this.ApplyResourcesOnForm();
 }
コード例 #28
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(CalSelectMeter));
     this.m_Text.Text = resources.GetText("CalSelectMeter.Text.Text", "Serial Number");
     this.m_Text1.Text = resources.GetText("CalSelectMeter.Text1.Text", "Select Meter For Calibration");
     this.m_btnSelectMeter.Text = resources.GetText("CalSelectMeter.btnSelectMeter.Text", "LOW RANGE FLOW METER");
     this.m_Text3.Text = resources.GetText("CalSelectMeter.Text3.Text", "Press to toggle between meters");
     this.m_lblSerialNum.Text = resources.GetText("CalSelectMeter.lblSerialNum.Text", "1417337");
     this.ApplyResourcesOnForm();
 }
コード例 #29
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(PressureCalibrationScript));
 }
コード例 #30
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(GeneralMsgBox));
     this.m_Button.Text = resources.GetText("GeneralMsgBox.Button.Text", "OK");
     this.m_lblMsg.Text = resources.GetText("GeneralMsgBox.lblMsg.Text", "aaaa");
     this.ApplyResourcesOnForm();
 }
コード例 #31
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(AYARLAR_5));
     this.m_Text3.Text            = resources.GetText("AYARLAR_5.Text3.Text", "O2 SAFLIK AKIM GİRİŞİ ÜST DEĞERİ");
     this.m_Text.Text             = resources.GetText("AYARLAR_5.Text.Text", "O2 SAFLIK AKIM GİRİŞİ ALT DEĞERİ");
     this.m_Text1.Text            = resources.GetText("AYARLAR_5.Text1.Text", "O2 SAFLIK ÜST DEĞERİ");
     this.m_Text2.Text            = resources.GetText("AYARLAR_5.Text2.Text", "O2 SAFLIK ALT DEĞERİ");
     this.m_AnalogNumeric4.Prefix = resources.GetText("AYARLAR_5.AnalogNumeric4.Prefix", "% ");
     this.m_Text4.Text            = resources.GetText("AYARLAR_5.Text4.Text", "O2 SAFLIK");
     this.ApplyResourcesOnForm();
 }
コード例 #32
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(QucikFillScreen0));
     this.m_lblTitle.Text = resources.GetText("QucikFillScreen0.lblTitle.Text", "Zero Pressure Regulator, close V2(black) and open V1(red)");
     this.m_Button.Text = resources.GetText("QucikFillScreen0.Button.Text", "NEXT");
     this.m_Text.Text = resources.GetText("QucikFillScreen0.Text.Text", "Regulator");
     this.m_Text3.Text = resources.GetText("QucikFillScreen0.Text3.Text", "V1");
     this.m_Text7.Text = resources.GetText("QucikFillScreen0.Text7.Text", "Supply");
     this.m_Button1.Text = resources.GetText("QucikFillScreen0.Button1.Text", "EXIT");
     this.m_Text11.Text = resources.GetText("QucikFillScreen0.Text11.Text", "Flow\nMeters");
     this.m_Text13.Text = resources.GetText("QucikFillScreen0.Text13.Text", "V2");
     this.m_Text14.Text = resources.GetText("QucikFillScreen0.Text14.Text", "To Test Volume");
     this.m_Text15.Text = resources.GetText("QucikFillScreen0.Text15.Text", "Cal Port");
     this.m_Text1.Text = resources.GetText("QucikFillScreen0.Text1.Text", "Quick Fill\nValve");
     this.ApplyResourcesOnForm();
 }
コード例 #33
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(DisplayBacklight));
     this.m_CheckBox.Text = resources.GetText("DisplayBacklight.CheckBox.Text", "Automatically turn off backlight");
     this.m_Text.Text = resources.GetText("DisplayBacklight.Text.Text", "Adjust Brightness (1-100)");
     this.m_Text1.Text = resources.GetText("DisplayBacklight.Text1.Text", "Idle timeout(minutes)");
     this.ApplyResourcesOnForm();
 }
コード例 #34
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(popWrongPasscode));
     this.m_Text.Text = resources.GetText("popWrongPasscode.Text.Text", "Incorrect Passcode, please try again!");
     this.m_Button.Text = resources.GetText("popWrongPasscode.Button.Text", "OK");
     this.ApplyResourcesOnForm();
 }
コード例 #35
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(DisplayBack));
     this.m_Button21.Text = resources.GetText("DisplayBack.Button21.Text", "OK");
     this.m_Text.Text = resources.GetText("DisplayBack.Text.Text", "DISPLAY SETTINGS");
     this.m_Button.Text = resources.GetText("DisplayBack.Button.Text", "System Date");
     this.m_Button1.Text = resources.GetText("DisplayBack.Button1.Text", "System Time");
     this.m_Button2.Text = resources.GetText("DisplayBack.Button2.Text", "Backlight");
     this.m_Button3.Text = resources.GetText("DisplayBack.Button3.Text", "Decimals");
     this.ApplyResourcesOnForm();
 }
コード例 #36
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(AYARLAR_4));
     this.m_Button.Text = resources.GetText("AYARLAR_4.Button.Text", "TARIH SAAT AYARLA");
     this.m_Text1.Text  = resources.GetText("AYARLAR_4.Text1.Text", "OKSİJEN TANKI DURMA SAFLIĞI");
     this.m_Text2.Text  = resources.GetText("AYARLAR_4.Text2.Text", "OKSİJEN TANKI UYARI SAFLIĞI");
     this.ApplyResourcesOnForm();
 }
コード例 #37
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(StartScreen));
     this.m_Text1.Text = resources.GetText("StartScreen.Text1.Text", "GRAFTEL MODEL 1402 ");
     this.m_Text3.Text = resources.GetText("StartScreen.Text3.Text", "LEAKAGE RATE MONITOR ");
     this.m_btnStart.Text = resources.GetText("StartScreen.btnStart.Text", "START");
     this.m_Text4.Text = resources.GetText("StartScreen.Text4.Text", "CALIBRATION DUE DATE");
     this.m_Text2.Text = resources.GetText("StartScreen.Text2.Text", "Error! Solenoid Valves Malfunction");
     this.m_Text6.Text = resources.GetText("StartScreen.Text6.Text", "LaSalle County Nuclear Generating Station");
     this.ApplyResourcesOnForm();
 }
コード例 #38
0
ファイル: SUPERCUNIT.cs プロジェクト: FankBaoHan/Filter
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(SUPERCUNIT));
     this.m_Button.Text  = resources.GetText("SUPERCUNIT.Button.Text", "1");
     this.m_Button1.Text = resources.GetText("SUPERCUNIT.Button1.Text", "1");
     this.m_Button2.Text = resources.GetText("SUPERCUNIT.Button2.Text", "1");
     this.m_Button3.Text = resources.GetText("SUPERCUNIT.Button3.Text", "1");
     this.m_Button4.Text = resources.GetText("SUPERCUNIT.Button4.Text", "1");
     this.m_Text.Text    = resources.GetText("SUPERCUNIT.Text.Text", "请选择待设置模块");
     resources.ApplyTexts(this.m_Button, "Texts", "SUPERCUNIT.Button.Texts[0]", "模块1", "SUPERCUNIT.Button.Texts[1]", "Unit1");
     resources.ApplyTexts(this.m_Button1, "Texts", "SUPERCUNIT.Button1.Texts[0]", "模块2", "SUPERCUNIT.Button1.Texts[1]", "Unit2");
     resources.ApplyTexts(this.m_Button2, "Texts", "SUPERCUNIT.Button2.Texts[0]", "模块3", "SUPERCUNIT.Button2.Texts[1]", "Unit3");
     resources.ApplyTexts(this.m_Button3, "Texts", "SUPERCUNIT.Button3.Texts[0]", "模块4", "SUPERCUNIT.Button3.Texts[1]", "Unit4");
     resources.ApplyTexts(this.m_Button4, "Texts", "SUPERCUNIT.Button4.Texts[0]", "模块5", "SUPERCUNIT.Button4.Texts[1]", "Unit5");
     resources.ApplyTexts(this.m_Text, "Texts", "SUPERCUNIT.Text.Texts[0]", "请选择待设置模块", "SUPERCUNIT.Text.Texts[1]", "Please select a unit");
     this.ApplyResourcesOnForm();
 }
コード例 #39
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(SntpClientRootComponent));
 }
コード例 #40
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(DiagReportSolenoid));
     this.m_Text.Text = resources.GetText("DiagReportSolenoid.Text.Text", "SOLENOID VALVES INFO");
     this.m_Button21.Text = resources.GetText("DiagReportSolenoid.Button21.Text", "OK");
     this.m_Button.Text = resources.GetText("DiagReportSolenoid.Button.Text", "LOW");
     this.m_Button1.Text = resources.GetText("DiagReportSolenoid.Button1.Text", "HIGH");
     this.m_Button2.Text = resources.GetText("DiagReportSolenoid.Button2.Text", "QUICK FILL");
     this.m_Text1.Text = resources.GetText("DiagReportSolenoid.Text1.Text", "Status");
     this.m_Text2.Text = resources.GetText("DiagReportSolenoid.Text2.Text", "Open Voltage");
     this.m_Text3.Text = resources.GetText("DiagReportSolenoid.Text3.Text", "Close Voltage");
     this.ApplyResourcesOnForm();
 }
コード例 #41
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(StabHigh));
     this.m_Text5.Text = resources.GetText("StabHigh.Text5.Text", "DARK\r\nRED");
     this.m_Text7.Text = resources.GetText("StabHigh.Text7.Text", "GREEN");
     this.m_Text8.Text = resources.GetText("StabHigh.Text8.Text", "RED");
     this.m_Text9.Text = resources.GetText("StabHigh.Text9.Text", "ORANGE");
     this.m_Button7.Text = resources.GetText("StabHigh.Button7.Text", "RESTORE");
     this.m_Text2.Text = resources.GetText("StabHigh.Text2.Text", "High Range");
     this.ApplyResourcesOnForm();
 }
コード例 #42
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(DiagScreen1));
     this.m_lblTitle.Text = resources.GetText("DiagScreen1.lblTitle.Text", "Zero Regulator, open V1(red) and V2(black)");
     this.m_Button.Text = resources.GetText("DiagScreen1.Button.Text", "NEXT");
     this.m_Text.Text = resources.GetText("DiagScreen1.Text.Text", "Regulator");
     this.m_Text1.Text = resources.GetText("DiagScreen1.Text1.Text", "Quick Fill\nValve");
     this.m_Text2.Text = resources.GetText("DiagScreen1.Text2.Text", "Flow\nMeters");
     this.m_Text3.Text = resources.GetText("DiagScreen1.Text3.Text", "V1");
     this.m_Text4.Text = resources.GetText("DiagScreen1.Text4.Text", "V2");
     this.m_Text5.Text = resources.GetText("DiagScreen1.Text5.Text", "To Atmosphere");
     this.m_Text6.Text = resources.GetText("DiagScreen1.Text6.Text", "Cal Port");
     this.m_Text7.Text = resources.GetText("DiagScreen1.Text7.Text", "Supply");
     this.m_Button1.Text = resources.GetText("DiagScreen1.Button1.Text", "EXIT");
     this.ApplyResourcesOnForm();
 }
コード例 #43
0
ファイル: AYARLAR_2.cs プロジェクト: tesamedikal/ekran
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(AYARLAR_2));
     this.m_Text3.Text  = resources.GetText("AYARLAR_2.Text3.Text", "BEKLEME SÜRESİ");
     this.m_Text4.Text  = resources.GetText("AYARLAR_2.Text4.Text", "PSA HAZIRLIK DÖNGÜSÜ");
     this.m_Text.Text   = resources.GetText("AYARLAR_2.Text.Text", "SU ATIK KAPALI ZAMANI (DK)");
     this.m_Text1.Text  = resources.GetText("AYARLAR_2.Text1.Text", "SU ATIK AÇIK ZAMANI (SN)");
     this.m_Text2.Text  = resources.GetText("AYARLAR_2.Text2.Text", "SİSTEM RESET");
     this.m_Button.Text = resources.GetText("AYARLAR_2.Button.Text", "RESETLE");
     this.ApplyResourcesOnForm();
 }
コード例 #44
0
ファイル: RUNSTOP.cs プロジェクト: FankBaoHan/Filter
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(RUNSTOP));
     this.m_Button.Text  = resources.GetText("RUNSTOP.Button.Text", "RUN");
     this.m_Button1.Text = resources.GetText("RUNSTOP.Button1.Text", "STOP");
     this.m_Button2.Text = resources.GetText("RUNSTOP.Button2.Text", "CANCEL");
     resources.ApplyTexts(this.m_Button, "Texts", "RUNSTOP.Button.Texts[0]", "运行", "RUNSTOP.Button.Texts[1]", "RUN");
     resources.ApplyTexts(this.m_Button1, "Texts", "RUNSTOP.Button1.Texts[0]", "停止", "RUNSTOP.Button1.Texts[1]", "STOP");
     resources.ApplyTexts(this.m_Button2, "Texts", "RUNSTOP.Button2.Texts[0]", "取消", "RUNSTOP.Button2.Texts[1]", "CANCEL");
     this.ApplyResourcesOnForm();
 }
コード例 #45
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(FlowRateDisplay));
     this.m_Button.Text = resources.GetText("FlowRateDisplay.Button.Text", "Back");
     this.m_Text.Text = resources.GetText("FlowRateDisplay.Text.Text", "Leak Rate Data ");
     this.m_Header4.Text = resources.GetText("FlowRateDisplay.Header4.Text", "Flow Rate (sccm)");
     this.m_Header5.Text = resources.GetText("FlowRateDisplay.Header5.Text", "Meter");
     this.m_Header1.Text = resources.GetText("FlowRateDisplay.Header1.Text", "Time");
     this.m_btnPrev.Text = resources.GetText("FlowRateDisplay.btnPrev.Text", "Prev");
     this.m_btnNext.Text = resources.GetText("FlowRateDisplay.btnNext.Text", "Next");
     this.m_lblPage.Text = resources.GetText("FlowRateDisplay.lblPage.Text", "Page 1/12");
     this.m_Header3.Text = resources.GetText("FlowRateDisplay.Header3.Text", "Test P(psig)");
     this.m_Header2.Text = resources.GetText("FlowRateDisplay.Header2.Text", "Inlet P(psig)");
     this.m_lblDate.Text = resources.GetText("FlowRateDisplay.lblDate.Text", "Date: 07/01/2015");
     this.m_lblGasType.Text = resources.GetText("FlowRateDisplay.lblGasType.Text", "Gas type: nitrogen");
     this.ApplyResourcesOnForm();
 }
コード例 #46
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(PressDecayScreen));
     this.m_Button21.Text = resources.GetText("PressDecayScreen.Button21.Text", "BACK");
     this.m_Text.Text = resources.GetText("PressDecayScreen.Text.Text", "PRESSURE DECAY");
     this.m_Button.Text = resources.GetText("PressDecayScreen.Button.Text", "CONFIG");
     this.m_Button1.Text = resources.GetText("PressDecayScreen.Button1.Text", "sccm");
     this.m_Text2.Text = resources.GetText("PressDecayScreen.Text2.Text", "AVG LEAKAGE RATE");
     this.m_Text3.Text = resources.GetText("PressDecayScreen.Text3.Text", "PRESSURE");
     this.m_Button2.Text = resources.GetText("PressDecayScreen.Button2.Text", "psi");
     this.m_Text5.Text = resources.GetText("PressDecayScreen.Text5.Text", "TEMPERATURE");
     this.m_Button3.Text = resources.GetText("PressDecayScreen.Button3.Text", "F");
     this.m_Text7.Text = resources.GetText("PressDecayScreen.Text7.Text", "INST LEAKAGE RATE");
     this.m_Button4.Text = resources.GetText("PressDecayScreen.Button4.Text", "sccm");
     this.m_Text9.Text = resources.GetText("PressDecayScreen.Text9.Text", "TEST VOLUME");
     this.m_Button5.Text = resources.GetText("PressDecayScreen.Button5.Text", "ft3");
     this.m_Text11.Text = resources.GetText("PressDecayScreen.Text11.Text", "TEST TIME");
     this.m_Button6.Text = resources.GetText("PressDecayScreen.Button6.Text", "mins");
     this.m_Button7.Text = resources.GetText("PressDecayScreen.Button7.Text", "START");
     this.m_Button8.Text = resources.GetText("PressDecayScreen.Button8.Text", "STOP");
     this.m_Button9.Text = resources.GetText("PressDecayScreen.Button9.Text", "RESET");
     this.m_Button10.Text = resources.GetText("PressDecayScreen.Button10.Text", "Show Data");
     this.m_Button11.Text = resources.GetText("PressDecayScreen.Button11.Text", "Save to USB");
     this.m_Text13.Text = resources.GetText("PressDecayScreen.Text13.Text", "582");
     this.m_Text14.Text = resources.GetText("PressDecayScreen.Text14.Text", "123.5");
     this.m_Text15.Text = resources.GetText("PressDecayScreen.Text15.Text", "23");
     this.m_Text16.Text = resources.GetText("PressDecayScreen.Text16.Text", "2323");
     this.m_Text17.Text = resources.GetText("PressDecayScreen.Text17.Text", "60.32");
     this.m_Text18.Text = resources.GetText("PressDecayScreen.Text18.Text", "68");
     this.m_Button12.Text = resources.GetText("PressDecayScreen.Button12.Text", "psi");
     this.m_Button13.Text = resources.GetText("PressDecayScreen.Button13.Text", "F");
     this.m_Button14.Text = resources.GetText("PressDecayScreen.Button14.Text", "sccm");
     this.m_Button15.Text = resources.GetText("PressDecayScreen.Button15.Text", "mins");
     this.m_Button16.Text = resources.GetText("PressDecayScreen.Button16.Text", "ft3");
     this.m_Button17.Text = resources.GetText("PressDecayScreen.Button17.Text", "sccm");
     this.ApplyResourcesOnForm();
 }
コード例 #47
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(RcrdInterval));
     this.m_Text2.Text = resources.GetText("RcrdInterval.Text2.Text", "Recording Interval");
     this.m_Text15.Text = resources.GetText("RcrdInterval.Text15.Text", "MINUTES");
     this.m_Text.Text = resources.GetText("RcrdInterval.Text.Text", "SECONDS");
     this.ApplyResourcesOnForm();
 }
コード例 #48
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(DIL));
     this.m_Button.Text = resources.GetText("DIL.Button.Text", "DILLER");
     this.ApplyResourcesOnForm();
 }
コード例 #49
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(ImportData));
     this.m_btnCancel.Text = resources.GetText("ImportData.btnCancel.Text", "CLOSE");
     this.m_btnOK.Text = resources.GetText("ImportData.btnOK.Text", "OK");
     this.m_btnPrev.Text = resources.GetText("ImportData.btnPrev.Text", "Prev");
     this.m_btnNext.Text = resources.GetText("ImportData.btnNext.Text", "Next");
     this.m_lblPage.Text = resources.GetText("ImportData.lblPage.Text", "Page 1/1");
     this.m_tbName1.Text = resources.GetText("ImportData.tbName1.Text", "Text");
     this.m_tbName2.Text = resources.GetText("ImportData.tbName2.Text", "Text");
     this.m_tbName3.Text = resources.GetText("ImportData.tbName3.Text", "Text");
     this.m_tbName4.Text = resources.GetText("ImportData.tbName4.Text", "Text");
     this.m_tbName5.Text = resources.GetText("ImportData.tbName5.Text", "Text");
     this.m_tbName6.Text = resources.GetText("ImportData.tbName6.Text", "Text");
     this.m_tbName7.Text = resources.GetText("ImportData.tbName7.Text", "Text");
     this.ApplyResourcesOnForm();
 }
コード例 #50
0
ファイル: ALARM.cs プロジェクト: tesamedikal/ekran
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(ALARM));
     this.ApplyResourcesOnForm();
 }
コード例 #51
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(CalDueDateSetting));
     this.m_Text1.Text = resources.GetText("CalDueDateSetting.Text1.Text", "Month");
     this.m_Text2.Text = resources.GetText("CalDueDateSetting.Text2.Text", "Day");
     this.m_Text3.Text = resources.GetText("CalDueDateSetting.Text3.Text", "Year");
     this.m_Button21.Text = resources.GetText("CalDueDateSetting.Button21.Text", "OK");
     this.m_Text.Text = resources.GetText("CalDueDateSetting.Text.Text", "Set Up Calibration Due Date");
     this.m_Text4.Text = resources.GetText("CalDueDateSetting.Text4.Text", "Display Cal Due Date on Home Screen");
     this.m_Button5.Text = resources.GetText("CalDueDateSetting.Button5.Text", "ON");
     resources.ApplyTexts(this.m_Button5, "Texts", "CalDueDateSetting.Button5.Texts[0]", "OFF", "CalDueDateSetting.Button5.Texts[1]", "ON");
     this.ApplyResourcesOnForm();
 }
コード例 #52
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(AlarmServer));
     this.m_Default.Text = resources.GetText("AlarmServer.Default.Text", "Default");
 }
コード例 #53
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(RcrdDate));
     this.m_Text2.Text = resources.GetText("RcrdDate.Text2.Text", "Date Format");
     this.m_lblFormat.Text = resources.GetText("RcrdDate.lblFormat.Text", "MM/DD/YYYY");
     this.m_Text5.Text = resources.GetText("RcrdDate.Text5.Text", "Format");
     this.m_lblCurrentDate.Text = resources.GetText("RcrdDate.lblCurrentDate.Text", "06/09/2015");
     this.m_Text20.Text = resources.GetText("RcrdDate.Text20.Text", "Today\'s\nDate");
     this.m_btnClear.Text = resources.GetText("RcrdDate.btnClear.Text", "Clear");
     this.m_btnBack.Text = resources.GetText("RcrdDate.btnBack.Text", "Back");
     this.m_btnDash.Text = resources.GetText("RcrdDate.btnDash.Text", "-");
     this.m_btnSlash.Text = resources.GetText("RcrdDate.btnSlash.Text", "/");
     this.m_btnY.Text = resources.GetText("RcrdDate.btnY.Text", "Y");
     this.m_btnD.Text = resources.GetText("RcrdDate.btnD.Text", "D");
     this.m_btnM.Text = resources.GetText("RcrdDate.btnM.Text", "M");
     this.ApplyResourcesOnForm();
 }
コード例 #54
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(ScriptModule1));
 }
コード例 #55
0
ファイル: ANA_SAYFA.cs プロジェクト: tesamedikal/ekran
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(ANA_SAYFA));
     this.m_Button.Text   = resources.GetText("ANA_SAYFA.Button.Text", "MENU");
     this.m_Button11.Text = resources.GetText("ANA_SAYFA.Button11.Text", "DIL");
     this.m_Text.Text     = resources.GetText("ANA_SAYFA.Text.Text", "Dogayı Size Getiriyoruz....");
     this.m_Text1.Text    = resources.GetText("ANA_SAYFA.Text1.Text", ":");
     this.m_Text2.Text    = resources.GetText("ANA_SAYFA.Text2.Text", ":");
     this.m_Text3.Text    = resources.GetText("ANA_SAYFA.Text3.Text", "TOPLAM ÇALIŞMA SAATİ");
     this.ApplyResourcesOnForm();
 }
コード例 #56
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(SntpClientRootComponent));
 }
コード例 #57
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(BackRcrd));
     this.m_Button21.Text = resources.GetText("BackRcrd.Button21.Text", "OK");
     this.m_Text.Text = resources.GetText("BackRcrd.Text.Text", "RECORDING CONFIG");
     this.m_Button.Text = resources.GetText("BackRcrd.Button.Text", "Date Format");
     this.m_Button1.Text = resources.GetText("BackRcrd.Button1.Text", "Time Format");
     this.m_Button2.Text = resources.GetText("BackRcrd.Button2.Text", "Record Interval");
     this.m_Button3.Text = resources.GetText("BackRcrd.Button3.Text", "File and Data");
     this.ApplyResourcesOnForm();
 }
コード例 #58
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(Database));
 }
コード例 #59
0
 private void ApplyLanguageInternal()
 {
     Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager resources = new Neo.ApplicationFramework.Tools.MultiLanguage.MultiLanguageResourceManager(typeof(LoginScreen));
     this.m_Text.Text         = resources.GetText("LoginScreen.Text.Text", "Administrator Login");
     this.m_CancelButton.Text = resources.GetText("LoginScreen.CancelButton.Text", "CANCEL");
     this.m_LoginButton.Text  = resources.GetText("LoginScreen.LoginButton.Text", "LOGIN");
     this.m_Text1.Text        = resources.GetText("LoginScreen.Text1.Text", "Warning!");
     this.m_Text2.Text        = resources.GetText("LoginScreen.Text2.Text", "Wrong Password!");
     this.ApplyResourcesOnForm();
 }