private void RenderResources() { Text = LocRm.GetString("Configuration"); LocRm.SetString(label1, "DefaultCamera"); LocRm.SetString(label2, "RemoveDelay"); LocRm.SetString(label3, "MaxItems"); LocRm.SetString(button1, "OK"); }
private void RenderResources() { LocRm.SetString(this, "AddObjectToGrid"); LocRm.SetString(label1, "SelectOneOrMoreObjects"); LocRm.SetString(label2, "CycleDelay"); LocRm.SetString(button1, "ClearAll"); LocRm.SetString(btnOK, "OK"); }
private void RenderResources() { LocRm.SetString(button8, "Delete All"); LocRm.SetString(button7, "Repeat"); LocRm.SetString(chkSuspendOnMovement, "SuspendOnMovement"); button6.Text = LocRm.GetString("Add"); btnDeletePTZ.Text = LocRm.GetString("Delete"); chkSchedulePTZ.Text = LocRm.GetString("Scheduler"); Text = LocRm.GetString("Scheduler"); }
private void RenderResources() { Text = LocRm.GetString("FTPEditor"); LocRm.SetString(label64, "Name"); LocRm.SetString(label62, "Server"); LocRm.SetString(label66, "Port"); LocRm.SetString(label63, "Username"); LocRm.SetString(label65, "Password"); LocRm.SetString(chkUsePassive, "PassiveMode"); LocRm.SetString(chkFTPRename, "UploadTempFileRename"); LocRm.SetString(btnSaveFTP, "OK"); LocRm.SetString(btnTest, "Test"); }
private void RenderResources() { LocRm.SetString(this, "CustomiseGrid"); LocRm.SetString(label3, "Name"); LocRm.SetString(label1, "Mode"); LocRm.SetString(label6, "Columns"); LocRm.SetString(label2, "Rows"); LocRm.SetString(chkFullScreen, "FullScreen"); LocRm.SetString(chkAlwaysOnTop, "AlwaysOnTop"); LocRm.SetString(chkFill, "FillArea"); LocRm.SetString(label5, "Framerate"); LocRm.SetString(label4, "Display"); LocRm.SetString(chkShowOnLoad, "ShowOnLoad"); LocRm.SetString(chkOverlays, "Overlays"); LocRm.SetString(button1, "OK"); }
private void button1_Click(object sender, EventArgs e) { if (_input) { ID = 0; Reset(); GetInput(null, EventArgs.Empty); return; } if (GetInput != null) { GetInput(this, EventArgs.Empty); } LocRm.SetString(lblButton, "PressButton"); LocRm.SetString(button1, "Clear"); _input = true; }
private void jaxis_Load(object sender, EventArgs e) { LocRm.SetString(chkInvert, "Invert"); }