Import des bestehenden Projektstands in Git. - .NET 10 WinForms Anwendung (Multi-Agent / Tool-System) - .gitignore fuer Build-Artefakte, Secrets und Runtime-Daten ergaenzt Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1452 lines
68 KiB
C#
1452 lines
68 KiB
C#
namespace ClawdDotNet
|
||
{
|
||
partial class frm_main
|
||
{
|
||
/// <summary>
|
||
/// Required designer variable.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Clean up any resources being used.
|
||
/// </summary>
|
||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows Form Designer generated code
|
||
|
||
/// <summary>
|
||
/// Required method for Designer support - do not modify
|
||
/// the contents of this method with the code editor.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
|
||
DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
|
||
DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
|
||
DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
|
||
DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle();
|
||
DataGridViewCellStyle dataGridViewCellStyle6 = new DataGridViewCellStyle();
|
||
DataGridViewCellStyle dataGridViewCellStyle7 = new DataGridViewCellStyle();
|
||
DataGridViewCellStyle dataGridViewCellStyle8 = new DataGridViewCellStyle();
|
||
DataGridViewCellStyle dataGridViewCellStyle9 = new DataGridViewCellStyle();
|
||
DataGridViewCellStyle dataGridViewCellStyle10 = new DataGridViewCellStyle();
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_main));
|
||
menuStrip1 = new MenuStrip();
|
||
fileToolStripMenuItem = new ToolStripMenuItem();
|
||
editToolStripMenuItem = new ToolStripMenuItem();
|
||
btn_showInstanceFolder = new ToolStripMenuItem();
|
||
btn_ShowLogFolder2 = new ToolStripMenuItem();
|
||
instanceToolStripMenuItem = new ToolStripMenuItem();
|
||
btn_showInstanceManager_menu = new ToolStripMenuItem();
|
||
toolStrip1 = new ToolStrip();
|
||
btn_showInstanceManager = new ToolStripButton();
|
||
statusStrip1 = new StatusStrip();
|
||
label_openRouterStatus = new ToolStripStatusLabel();
|
||
toolStripStatusLabel1 = new ToolStripStatusLabel();
|
||
label_openRouterCredits = new ToolStripStatusLabel();
|
||
tabControl1 = new TabControl();
|
||
tabPage_Chat = new TabPage();
|
||
webView_chat = new Microsoft.Web.WebView2.WinForms.WebView2();
|
||
tabPage_Log = new TabPage();
|
||
rtb_log = new RichTextBox();
|
||
toolStrip3 = new ToolStrip();
|
||
label_InfoLogModule = new ToolStripLabel();
|
||
cb_LogModule = new ToolStripComboBox();
|
||
toolStripSeparator1 = new ToolStripSeparator();
|
||
label_InfoLogLevel = new ToolStripLabel();
|
||
cb_LogLevel = new ToolStripComboBox();
|
||
toolStripSeparator2 = new ToolStripSeparator();
|
||
btn_logfolder = new ToolStripButton();
|
||
tabPage_GeneralSettings = new TabPage();
|
||
tabControl2 = new TabControl();
|
||
tabPage_appsettings = new TabPage();
|
||
pg_appsettings = new PropertyGrid();
|
||
tabPage_instancesettings = new TabPage();
|
||
pg_instancesettings = new PropertyGrid();
|
||
tabPage_AgentSettings = new TabPage();
|
||
splitContainer2 = new SplitContainer();
|
||
splitContainer1 = new SplitContainer();
|
||
dgv_agentlist = new DataGridView();
|
||
col_AgentDisplayName = new DataGridViewTextBoxColumn();
|
||
col_AgentModel = new DataGridViewTextBoxColumn();
|
||
col_AgentToolCount = new DataGridViewTextBoxColumn();
|
||
col_AgentHasIdentity = new DataGridViewTextBoxColumn();
|
||
col_AgentHasSoul = new DataGridViewTextBoxColumn();
|
||
col_AgentStatus = new DataGridViewTextBoxColumn();
|
||
toolStrip_agentSettings = new ToolStrip();
|
||
btn_addAgent = new ToolStripButton();
|
||
btn_removeAgent = new ToolStripButton();
|
||
toolStripSeparator3 = new ToolStripSeparator();
|
||
btn_runAgentNow = new ToolStripButton();
|
||
toolStripSeparator4 = new ToolStripSeparator();
|
||
btn_editIdentity = new ToolStripButton();
|
||
btn_editSoul = new ToolStripButton();
|
||
toolStripSeparator5 = new ToolStripSeparator();
|
||
btn_openAgentFolder = new ToolStripButton();
|
||
pg_agentsettings = new PropertyGrid();
|
||
splitContainer3 = new SplitContainer();
|
||
dgv_agentTools = new DataGridView();
|
||
col_ToolAssigned2 = new DataGridViewCheckBoxColumn();
|
||
col_ToolName2 = new DataGridViewTextBoxColumn();
|
||
col_ToolDescription2 = new DataGridViewTextBoxColumn();
|
||
pg_agentToolSettings = new PropertyGrid();
|
||
tabPage_Worker = new TabPage();
|
||
tabControl3 = new TabControl();
|
||
tabPage_jobs = new TabPage();
|
||
dgv_Jobs = new DataGridView();
|
||
col_JobType = new DataGridViewTextBoxColumn();
|
||
col_JobAgentName = new DataGridViewTextBoxColumn();
|
||
col_JobToolName = new DataGridViewTextBoxColumn();
|
||
col_JobCron = new DataGridViewTextBoxColumn();
|
||
col_JobTask = new DataGridViewTextBoxColumn();
|
||
col_JobNextRun = new DataGridViewTextBoxColumn();
|
||
col_JobLastRun = new DataGridViewTextBoxColumn();
|
||
col_JobLastStatus = new DataGridViewTextBoxColumn();
|
||
col_JobAutostart = new DataGridViewCheckBoxColumn();
|
||
col_JobStatus = new DataGridViewTextBoxColumn();
|
||
toolStrip_jobs = new ToolStrip();
|
||
btn_addJob = new ToolStripButton();
|
||
btn_editJob = new ToolStripButton();
|
||
btn_removeJob = new ToolStripButton();
|
||
btn_runJob = new ToolStripButton();
|
||
btn_refreshJobs = new ToolStripButton();
|
||
tabPage_services = new TabPage();
|
||
dgv_services = new DataGridView();
|
||
col_SvcName = new DataGridViewTextBoxColumn();
|
||
col_SvcType = new DataGridViewTextBoxColumn();
|
||
col_SvcPort = new DataGridViewTextBoxColumn();
|
||
col_SvcStatus = new DataGridViewTextBoxColumn();
|
||
col_SvcStartedAt = new DataGridViewTextBoxColumn();
|
||
col_SvcDescription = new DataGridViewTextBoxColumn();
|
||
col_SvcBuiltIn = new DataGridViewCheckBoxColumn();
|
||
toolStrip_services = new ToolStrip();
|
||
btn_addService = new ToolStripButton();
|
||
btn_removeService = new ToolStripButton();
|
||
toolStripSeparator6 = new ToolStripSeparator();
|
||
btn_startService = new ToolStripButton();
|
||
btn_stopService = new ToolStripButton();
|
||
tabPage_Info = new TabPage();
|
||
label2 = new Label();
|
||
label_Softwareinfo = new Label();
|
||
tabPage_jobHistory = new TabPage();
|
||
dgv_jobhistory = new DataGridView();
|
||
col_HistJobName = new DataGridViewTextBoxColumn();
|
||
col_HistAgent = new DataGridViewTextBoxColumn();
|
||
col_HistTime = new DataGridViewTextBoxColumn();
|
||
col_HistDescription = new DataGridViewTextBoxColumn();
|
||
col_HistInfo = new DataGridViewTextBoxColumn();
|
||
col_HistStatus = new DataGridViewTextBoxColumn();
|
||
toolStripStatusLabel2 = new ToolStripStatusLabel();
|
||
label_openRouterCreditBalance = new ToolStripStatusLabel();
|
||
menuStrip1.SuspendLayout();
|
||
toolStrip1.SuspendLayout();
|
||
statusStrip1.SuspendLayout();
|
||
tabControl1.SuspendLayout();
|
||
tabPage_Chat.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)webView_chat).BeginInit();
|
||
tabPage_Log.SuspendLayout();
|
||
toolStrip3.SuspendLayout();
|
||
tabPage_GeneralSettings.SuspendLayout();
|
||
tabControl2.SuspendLayout();
|
||
tabPage_appsettings.SuspendLayout();
|
||
tabPage_instancesettings.SuspendLayout();
|
||
tabPage_AgentSettings.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit();
|
||
splitContainer2.Panel1.SuspendLayout();
|
||
splitContainer2.Panel2.SuspendLayout();
|
||
splitContainer2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
|
||
splitContainer1.Panel1.SuspendLayout();
|
||
splitContainer1.Panel2.SuspendLayout();
|
||
splitContainer1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)dgv_agentlist).BeginInit();
|
||
toolStrip_agentSettings.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)splitContainer3).BeginInit();
|
||
splitContainer3.Panel1.SuspendLayout();
|
||
splitContainer3.Panel2.SuspendLayout();
|
||
splitContainer3.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)dgv_agentTools).BeginInit();
|
||
tabPage_Worker.SuspendLayout();
|
||
tabControl3.SuspendLayout();
|
||
tabPage_jobs.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)dgv_Jobs).BeginInit();
|
||
toolStrip_jobs.SuspendLayout();
|
||
tabPage_services.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)dgv_services).BeginInit();
|
||
toolStrip_services.SuspendLayout();
|
||
tabPage_Info.SuspendLayout();
|
||
tabPage_jobHistory.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)dgv_jobhistory).BeginInit();
|
||
SuspendLayout();
|
||
//
|
||
// menuStrip1
|
||
//
|
||
menuStrip1.ImageScalingSize = new Size(24, 24);
|
||
menuStrip1.Items.AddRange(new ToolStripItem[] { fileToolStripMenuItem, editToolStripMenuItem, instanceToolStripMenuItem });
|
||
menuStrip1.Location = new Point(0, 0);
|
||
menuStrip1.Name = "menuStrip1";
|
||
menuStrip1.Size = new Size(1898, 33);
|
||
menuStrip1.TabIndex = 3;
|
||
//
|
||
// fileToolStripMenuItem
|
||
//
|
||
fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
||
fileToolStripMenuItem.Size = new Size(54, 29);
|
||
fileToolStripMenuItem.Text = "File";
|
||
//
|
||
// editToolStripMenuItem
|
||
//
|
||
editToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { btn_showInstanceFolder, btn_ShowLogFolder2 });
|
||
editToolStripMenuItem.Name = "editToolStripMenuItem";
|
||
editToolStripMenuItem.Size = new Size(58, 29);
|
||
editToolStripMenuItem.Text = "Edit";
|
||
//
|
||
// btn_showInstanceFolder
|
||
//
|
||
btn_showInstanceFolder.Name = "btn_showInstanceFolder";
|
||
btn_showInstanceFolder.Size = new Size(283, 34);
|
||
btn_showInstanceFolder.Text = "Show Instance Folder";
|
||
btn_showInstanceFolder.Click += btn_showInstanceFolder_Click;
|
||
//
|
||
// btn_ShowLogFolder2
|
||
//
|
||
btn_ShowLogFolder2.Name = "btn_ShowLogFolder2";
|
||
btn_ShowLogFolder2.Size = new Size(283, 34);
|
||
btn_ShowLogFolder2.Text = "Show Log Folder";
|
||
btn_ShowLogFolder2.Click += btn_ShowLogFolder2_Click;
|
||
//
|
||
// instanceToolStripMenuItem
|
||
//
|
||
instanceToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { btn_showInstanceManager_menu });
|
||
instanceToolStripMenuItem.Name = "instanceToolStripMenuItem";
|
||
instanceToolStripMenuItem.Size = new Size(93, 29);
|
||
instanceToolStripMenuItem.Text = "Instance";
|
||
//
|
||
// btn_showInstanceManager_menu
|
||
//
|
||
btn_showInstanceManager_menu.Name = "btn_showInstanceManager_menu";
|
||
btn_showInstanceManager_menu.Size = new Size(329, 34);
|
||
btn_showInstanceManager_menu.Text = "Instance Manager anzeigen";
|
||
//
|
||
// toolStrip1
|
||
//
|
||
toolStrip1.ImageScalingSize = new Size(24, 24);
|
||
toolStrip1.Items.AddRange(new ToolStripItem[] { btn_showInstanceManager });
|
||
toolStrip1.LayoutStyle = ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
||
toolStrip1.Location = new Point(0, 33);
|
||
toolStrip1.Name = "toolStrip1";
|
||
toolStrip1.RenderMode = ToolStripRenderMode.Professional;
|
||
toolStrip1.Size = new Size(1898, 34);
|
||
toolStrip1.TabIndex = 2;
|
||
//
|
||
// btn_showInstanceManager
|
||
//
|
||
btn_showInstanceManager.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_showInstanceManager.Name = "btn_showInstanceManager";
|
||
btn_showInstanceManager.Size = new Size(156, 29);
|
||
btn_showInstanceManager.Text = "Instance Manager";
|
||
btn_showInstanceManager.ToolTipText = "Instance Manager öffnen";
|
||
//
|
||
// statusStrip1
|
||
//
|
||
statusStrip1.ImageScalingSize = new Size(24, 24);
|
||
statusStrip1.Items.AddRange(new ToolStripItem[] { label_openRouterStatus, toolStripStatusLabel1, label_openRouterCredits, toolStripStatusLabel2, label_openRouterCreditBalance });
|
||
statusStrip1.Location = new Point(0, 992);
|
||
statusStrip1.Name = "statusStrip1";
|
||
statusStrip1.RenderMode = ToolStripRenderMode.Professional;
|
||
statusStrip1.Size = new Size(1898, 32);
|
||
statusStrip1.TabIndex = 1;
|
||
//
|
||
// label_openRouterStatus
|
||
//
|
||
label_openRouterStatus.Name = "label_openRouterStatus";
|
||
label_openRouterStatus.Size = new Size(103, 25);
|
||
label_openRouterStatus.Text = "| API-Status";
|
||
//
|
||
// toolStripStatusLabel1
|
||
//
|
||
toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
||
toolStripStatusLabel1.Size = new Size(26, 25);
|
||
toolStripStatusLabel1.Text = " | ";
|
||
//
|
||
// label_openRouterCredits
|
||
//
|
||
label_openRouterCredits.Name = "label_openRouterCredits";
|
||
label_openRouterCredits.Size = new Size(97, 25);
|
||
label_openRouterCredits.Text = "Credits: ---";
|
||
//
|
||
// tabControl1
|
||
//
|
||
tabControl1.Controls.Add(tabPage_Chat);
|
||
tabControl1.Controls.Add(tabPage_Log);
|
||
tabControl1.Controls.Add(tabPage_GeneralSettings);
|
||
tabControl1.Controls.Add(tabPage_AgentSettings);
|
||
tabControl1.Controls.Add(tabPage_Worker);
|
||
tabControl1.Controls.Add(tabPage_Info);
|
||
tabControl1.Dock = DockStyle.Fill;
|
||
tabControl1.Location = new Point(0, 67);
|
||
tabControl1.Name = "tabControl1";
|
||
tabControl1.SelectedIndex = 0;
|
||
tabControl1.Size = new Size(1898, 925);
|
||
tabControl1.TabIndex = 0;
|
||
//
|
||
// tabPage_Chat
|
||
//
|
||
tabPage_Chat.Controls.Add(webView_chat);
|
||
tabPage_Chat.Location = new Point(4, 34);
|
||
tabPage_Chat.Name = "tabPage_Chat";
|
||
tabPage_Chat.Padding = new Padding(3);
|
||
tabPage_Chat.Size = new Size(1890, 887);
|
||
tabPage_Chat.TabIndex = 0;
|
||
tabPage_Chat.Text = "Chat";
|
||
tabPage_Chat.UseVisualStyleBackColor = true;
|
||
//
|
||
// webView_chat
|
||
//
|
||
webView_chat.AllowExternalDrop = true;
|
||
webView_chat.CreationProperties = null;
|
||
webView_chat.DefaultBackgroundColor = Color.White;
|
||
webView_chat.Dock = DockStyle.Fill;
|
||
webView_chat.Location = new Point(3, 3);
|
||
webView_chat.Name = "webView_chat";
|
||
webView_chat.Size = new Size(1884, 881);
|
||
webView_chat.TabIndex = 0;
|
||
webView_chat.ZoomFactor = 1D;
|
||
//
|
||
// tabPage_Log
|
||
//
|
||
tabPage_Log.Controls.Add(rtb_log);
|
||
tabPage_Log.Controls.Add(toolStrip3);
|
||
tabPage_Log.Location = new Point(4, 34);
|
||
tabPage_Log.Name = "tabPage_Log";
|
||
tabPage_Log.Padding = new Padding(3);
|
||
tabPage_Log.Size = new Size(1890, 887);
|
||
tabPage_Log.TabIndex = 1;
|
||
tabPage_Log.Text = "Logs";
|
||
tabPage_Log.UseVisualStyleBackColor = true;
|
||
//
|
||
// rtb_log
|
||
//
|
||
rtb_log.Dock = DockStyle.Fill;
|
||
rtb_log.Location = new Point(3, 37);
|
||
rtb_log.Name = "rtb_log";
|
||
rtb_log.Size = new Size(1884, 847);
|
||
rtb_log.TabIndex = 0;
|
||
rtb_log.Text = "";
|
||
//
|
||
// toolStrip3
|
||
//
|
||
toolStrip3.ImageScalingSize = new Size(24, 24);
|
||
toolStrip3.Items.AddRange(new ToolStripItem[] { label_InfoLogModule, cb_LogModule, toolStripSeparator1, label_InfoLogLevel, cb_LogLevel, toolStripSeparator2, btn_logfolder });
|
||
toolStrip3.Location = new Point(3, 3);
|
||
toolStrip3.Name = "toolStrip3";
|
||
toolStrip3.Size = new Size(1884, 34);
|
||
toolStrip3.TabIndex = 1;
|
||
//
|
||
// label_InfoLogModule
|
||
//
|
||
label_InfoLogModule.Name = "label_InfoLogModule";
|
||
label_InfoLogModule.Size = new Size(68, 29);
|
||
label_InfoLogModule.Text = "Modul:";
|
||
//
|
||
// cb_LogModule
|
||
//
|
||
cb_LogModule.Name = "cb_LogModule";
|
||
cb_LogModule.Size = new Size(200, 34);
|
||
//
|
||
// toolStripSeparator1
|
||
//
|
||
toolStripSeparator1.Name = "toolStripSeparator1";
|
||
toolStripSeparator1.Size = new Size(6, 34);
|
||
//
|
||
// label_InfoLogLevel
|
||
//
|
||
label_InfoLogLevel.Name = "label_InfoLogLevel";
|
||
label_InfoLogLevel.Size = new Size(92, 29);
|
||
label_InfoLogLevel.Text = "Log-Level:";
|
||
//
|
||
// cb_LogLevel
|
||
//
|
||
cb_LogLevel.Name = "cb_LogLevel";
|
||
cb_LogLevel.Size = new Size(200, 34);
|
||
//
|
||
// toolStripSeparator2
|
||
//
|
||
toolStripSeparator2.Name = "toolStripSeparator2";
|
||
toolStripSeparator2.Size = new Size(6, 34);
|
||
//
|
||
// btn_logfolder
|
||
//
|
||
btn_logfolder.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_logfolder.Name = "btn_logfolder";
|
||
btn_logfolder.Size = new Size(166, 29);
|
||
btn_logfolder.Text = "Log-Ordner öffnen";
|
||
//
|
||
// tabPage_GeneralSettings
|
||
//
|
||
tabPage_GeneralSettings.Controls.Add(tabControl2);
|
||
tabPage_GeneralSettings.Location = new Point(4, 34);
|
||
tabPage_GeneralSettings.Name = "tabPage_GeneralSettings";
|
||
tabPage_GeneralSettings.Padding = new Padding(3);
|
||
tabPage_GeneralSettings.Size = new Size(1890, 887);
|
||
tabPage_GeneralSettings.TabIndex = 2;
|
||
tabPage_GeneralSettings.Text = "Settings";
|
||
tabPage_GeneralSettings.UseVisualStyleBackColor = true;
|
||
//
|
||
// tabControl2
|
||
//
|
||
tabControl2.Controls.Add(tabPage_appsettings);
|
||
tabControl2.Controls.Add(tabPage_instancesettings);
|
||
tabControl2.Dock = DockStyle.Fill;
|
||
tabControl2.Location = new Point(3, 3);
|
||
tabControl2.Name = "tabControl2";
|
||
tabControl2.SelectedIndex = 0;
|
||
tabControl2.Size = new Size(1884, 881);
|
||
tabControl2.TabIndex = 0;
|
||
//
|
||
// tabPage_appsettings
|
||
//
|
||
tabPage_appsettings.Controls.Add(pg_appsettings);
|
||
tabPage_appsettings.Location = new Point(4, 34);
|
||
tabPage_appsettings.Name = "tabPage_appsettings";
|
||
tabPage_appsettings.Padding = new Padding(3);
|
||
tabPage_appsettings.Size = new Size(1876, 843);
|
||
tabPage_appsettings.TabIndex = 0;
|
||
tabPage_appsettings.Text = "App-Settings";
|
||
tabPage_appsettings.UseVisualStyleBackColor = true;
|
||
//
|
||
// pg_appsettings
|
||
//
|
||
pg_appsettings.BackColor = SystemColors.Control;
|
||
pg_appsettings.Dock = DockStyle.Fill;
|
||
pg_appsettings.Location = new Point(3, 3);
|
||
pg_appsettings.Name = "pg_appsettings";
|
||
pg_appsettings.Size = new Size(1870, 837);
|
||
pg_appsettings.TabIndex = 0;
|
||
//
|
||
// tabPage_instancesettings
|
||
//
|
||
tabPage_instancesettings.Controls.Add(pg_instancesettings);
|
||
tabPage_instancesettings.Location = new Point(4, 34);
|
||
tabPage_instancesettings.Name = "tabPage_instancesettings";
|
||
tabPage_instancesettings.Padding = new Padding(3);
|
||
tabPage_instancesettings.Size = new Size(1876, 843);
|
||
tabPage_instancesettings.TabIndex = 1;
|
||
tabPage_instancesettings.Text = "Instance-Settings";
|
||
tabPage_instancesettings.UseVisualStyleBackColor = true;
|
||
//
|
||
// pg_instancesettings
|
||
//
|
||
pg_instancesettings.BackColor = SystemColors.Control;
|
||
pg_instancesettings.Dock = DockStyle.Fill;
|
||
pg_instancesettings.Location = new Point(3, 3);
|
||
pg_instancesettings.Name = "pg_instancesettings";
|
||
pg_instancesettings.Size = new Size(1870, 837);
|
||
pg_instancesettings.TabIndex = 0;
|
||
//
|
||
// tabPage_AgentSettings
|
||
//
|
||
tabPage_AgentSettings.Controls.Add(splitContainer2);
|
||
tabPage_AgentSettings.Location = new Point(4, 34);
|
||
tabPage_AgentSettings.Name = "tabPage_AgentSettings";
|
||
tabPage_AgentSettings.Padding = new Padding(3);
|
||
tabPage_AgentSettings.Size = new Size(1890, 887);
|
||
tabPage_AgentSettings.TabIndex = 3;
|
||
tabPage_AgentSettings.Text = "Agent Settings";
|
||
tabPage_AgentSettings.UseVisualStyleBackColor = true;
|
||
//
|
||
// splitContainer2
|
||
//
|
||
splitContainer2.BackColor = SystemColors.Info;
|
||
splitContainer2.Dock = DockStyle.Fill;
|
||
splitContainer2.Location = new Point(3, 3);
|
||
splitContainer2.Name = "splitContainer2";
|
||
splitContainer2.Orientation = Orientation.Horizontal;
|
||
//
|
||
// splitContainer2.Panel1
|
||
//
|
||
splitContainer2.Panel1.Controls.Add(splitContainer1);
|
||
//
|
||
// splitContainer2.Panel2
|
||
//
|
||
splitContainer2.Panel2.Controls.Add(splitContainer3);
|
||
splitContainer2.Size = new Size(1884, 881);
|
||
splitContainer2.SplitterDistance = 539;
|
||
splitContainer2.SplitterWidth = 8;
|
||
splitContainer2.TabIndex = 1;
|
||
//
|
||
// splitContainer1
|
||
//
|
||
splitContainer1.BackColor = SystemColors.Info;
|
||
splitContainer1.Dock = DockStyle.Fill;
|
||
splitContainer1.Location = new Point(0, 0);
|
||
splitContainer1.Name = "splitContainer1";
|
||
//
|
||
// splitContainer1.Panel1
|
||
//
|
||
splitContainer1.Panel1.Controls.Add(dgv_agentlist);
|
||
splitContainer1.Panel1.Controls.Add(toolStrip_agentSettings);
|
||
//
|
||
// splitContainer1.Panel2
|
||
//
|
||
splitContainer1.Panel2.Controls.Add(pg_agentsettings);
|
||
splitContainer1.Size = new Size(1884, 539);
|
||
splitContainer1.SplitterDistance = 1519;
|
||
splitContainer1.SplitterWidth = 8;
|
||
splitContainer1.TabIndex = 0;
|
||
//
|
||
// dgv_agentlist
|
||
//
|
||
dgv_agentlist.AllowUserToAddRows = false;
|
||
dgv_agentlist.AllowUserToDeleteRows = false;
|
||
dgv_agentlist.AutoGenerateColumns = false;
|
||
dgv_agentlist.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells;
|
||
dgv_agentlist.BackgroundColor = Color.FromArgb(45, 45, 45);
|
||
dataGridViewCellStyle1.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle1.BackColor = Color.FromArgb(35, 35, 35);
|
||
dataGridViewCellStyle1.Font = new Font("Segoe UI", 9F);
|
||
dataGridViewCellStyle1.ForeColor = Color.White;
|
||
dataGridViewCellStyle1.SelectionBackColor = SystemColors.Highlight;
|
||
dataGridViewCellStyle1.SelectionForeColor = SystemColors.HighlightText;
|
||
dataGridViewCellStyle1.WrapMode = DataGridViewTriState.True;
|
||
dgv_agentlist.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||
dgv_agentlist.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
dgv_agentlist.Columns.AddRange(new DataGridViewColumn[] { col_AgentDisplayName, col_AgentModel, col_AgentToolCount, col_AgentHasIdentity, col_AgentHasSoul, col_AgentStatus });
|
||
dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle2.BackColor = Color.FromArgb(55, 55, 55);
|
||
dataGridViewCellStyle2.Font = new Font("Segoe UI", 9F);
|
||
dataGridViewCellStyle2.ForeColor = Color.White;
|
||
dataGridViewCellStyle2.SelectionBackColor = Color.FromArgb(80, 120, 200);
|
||
dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
|
||
dataGridViewCellStyle2.WrapMode = DataGridViewTriState.False;
|
||
dgv_agentlist.DefaultCellStyle = dataGridViewCellStyle2;
|
||
dgv_agentlist.Dock = DockStyle.Fill;
|
||
dgv_agentlist.EnableHeadersVisualStyles = false;
|
||
dgv_agentlist.Location = new Point(0, 34);
|
||
dgv_agentlist.MultiSelect = false;
|
||
dgv_agentlist.Name = "dgv_agentlist";
|
||
dgv_agentlist.ReadOnly = true;
|
||
dgv_agentlist.RowHeadersVisible = false;
|
||
dgv_agentlist.RowHeadersWidth = 62;
|
||
dgv_agentlist.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
||
dgv_agentlist.Size = new Size(1519, 505);
|
||
dgv_agentlist.TabIndex = 0;
|
||
//
|
||
// col_AgentDisplayName
|
||
//
|
||
col_AgentDisplayName.DataPropertyName = "DisplayName";
|
||
col_AgentDisplayName.HeaderText = "Name";
|
||
col_AgentDisplayName.MinimumWidth = 8;
|
||
col_AgentDisplayName.Name = "col_AgentDisplayName";
|
||
col_AgentDisplayName.ReadOnly = true;
|
||
//
|
||
// col_AgentModel
|
||
//
|
||
col_AgentModel.DataPropertyName = "Model";
|
||
col_AgentModel.HeaderText = "Modell";
|
||
col_AgentModel.MinimumWidth = 8;
|
||
col_AgentModel.Name = "col_AgentModel";
|
||
col_AgentModel.ReadOnly = true;
|
||
//
|
||
// col_AgentToolCount
|
||
//
|
||
col_AgentToolCount.DataPropertyName = "ToolCount";
|
||
col_AgentToolCount.HeaderText = "Tools";
|
||
col_AgentToolCount.MinimumWidth = 8;
|
||
col_AgentToolCount.Name = "col_AgentToolCount";
|
||
col_AgentToolCount.ReadOnly = true;
|
||
//
|
||
// col_AgentHasIdentity
|
||
//
|
||
col_AgentHasIdentity.DataPropertyName = "HasIdentity";
|
||
col_AgentHasIdentity.HeaderText = "Identity";
|
||
col_AgentHasIdentity.MinimumWidth = 8;
|
||
col_AgentHasIdentity.Name = "col_AgentHasIdentity";
|
||
col_AgentHasIdentity.ReadOnly = true;
|
||
//
|
||
// col_AgentHasSoul
|
||
//
|
||
col_AgentHasSoul.DataPropertyName = "HasSoul";
|
||
col_AgentHasSoul.HeaderText = "Soul";
|
||
col_AgentHasSoul.MinimumWidth = 8;
|
||
col_AgentHasSoul.Name = "col_AgentHasSoul";
|
||
col_AgentHasSoul.ReadOnly = true;
|
||
//
|
||
// col_AgentStatus
|
||
//
|
||
col_AgentStatus.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
|
||
col_AgentStatus.DataPropertyName = "Status";
|
||
col_AgentStatus.HeaderText = "Status";
|
||
col_AgentStatus.MinimumWidth = 8;
|
||
col_AgentStatus.Name = "col_AgentStatus";
|
||
col_AgentStatus.ReadOnly = true;
|
||
//
|
||
// toolStrip_agentSettings
|
||
//
|
||
toolStrip_agentSettings.ImageScalingSize = new Size(24, 24);
|
||
toolStrip_agentSettings.Items.AddRange(new ToolStripItem[] { btn_addAgent, btn_removeAgent, toolStripSeparator3, btn_runAgentNow, toolStripSeparator4, btn_editIdentity, btn_editSoul, toolStripSeparator5, btn_openAgentFolder });
|
||
toolStrip_agentSettings.Location = new Point(0, 0);
|
||
toolStrip_agentSettings.Name = "toolStrip_agentSettings";
|
||
toolStrip_agentSettings.Size = new Size(1519, 34);
|
||
toolStrip_agentSettings.TabIndex = 1;
|
||
//
|
||
// btn_addAgent
|
||
//
|
||
btn_addAgent.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_addAgent.Name = "btn_addAgent";
|
||
btn_addAgent.Size = new Size(81, 29);
|
||
btn_addAgent.Text = "+ Agent";
|
||
//
|
||
// btn_removeAgent
|
||
//
|
||
btn_removeAgent.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_removeAgent.Name = "btn_removeAgent";
|
||
btn_removeAgent.Size = new Size(76, 29);
|
||
btn_removeAgent.Text = "- Agent";
|
||
//
|
||
// toolStripSeparator3
|
||
//
|
||
toolStripSeparator3.Name = "toolStripSeparator3";
|
||
toolStripSeparator3.Size = new Size(6, 34);
|
||
//
|
||
// btn_runAgentNow
|
||
//
|
||
btn_runAgentNow.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_runAgentNow.Name = "btn_runAgentNow";
|
||
btn_runAgentNow.Size = new Size(110, 29);
|
||
btn_runAgentNow.Text = "> Jetzt ausf.";
|
||
//
|
||
// toolStripSeparator4
|
||
//
|
||
toolStripSeparator4.Name = "toolStripSeparator4";
|
||
toolStripSeparator4.Size = new Size(6, 34);
|
||
//
|
||
// btn_editIdentity
|
||
//
|
||
btn_editIdentity.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_editIdentity.Name = "btn_editIdentity";
|
||
btn_editIdentity.Size = new Size(165, 29);
|
||
btn_editIdentity.Text = "Identity bearbeiten";
|
||
//
|
||
// btn_editSoul
|
||
//
|
||
btn_editSoul.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_editSoul.Name = "btn_editSoul";
|
||
btn_editSoul.Size = new Size(140, 29);
|
||
btn_editSoul.Text = "Soul bearbeiten";
|
||
//
|
||
// toolStripSeparator5
|
||
//
|
||
toolStripSeparator5.Name = "toolStripSeparator5";
|
||
toolStripSeparator5.Size = new Size(6, 34);
|
||
//
|
||
// btn_openAgentFolder
|
||
//
|
||
btn_openAgentFolder.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_openAgentFolder.Name = "btn_openAgentFolder";
|
||
btn_openAgentFolder.Size = new Size(72, 29);
|
||
btn_openAgentFolder.Text = "Ordner";
|
||
btn_openAgentFolder.Click += btn_openAgentFolder_Click;
|
||
//
|
||
// pg_agentsettings
|
||
//
|
||
pg_agentsettings.BackColor = SystemColors.Control;
|
||
pg_agentsettings.Dock = DockStyle.Fill;
|
||
pg_agentsettings.Location = new Point(0, 0);
|
||
pg_agentsettings.Name = "pg_agentsettings";
|
||
pg_agentsettings.Size = new Size(357, 539);
|
||
pg_agentsettings.TabIndex = 0;
|
||
//
|
||
// splitContainer3
|
||
//
|
||
splitContainer3.Dock = DockStyle.Fill;
|
||
splitContainer3.Location = new Point(0, 0);
|
||
splitContainer3.Name = "splitContainer3";
|
||
//
|
||
// splitContainer3.Panel1
|
||
//
|
||
splitContainer3.Panel1.Controls.Add(dgv_agentTools);
|
||
//
|
||
// splitContainer3.Panel2
|
||
//
|
||
splitContainer3.Panel2.Controls.Add(pg_agentToolSettings);
|
||
splitContainer3.Size = new Size(1884, 334);
|
||
splitContainer3.SplitterDistance = 984;
|
||
splitContainer3.SplitterWidth = 8;
|
||
splitContainer3.TabIndex = 0;
|
||
//
|
||
// dgv_agentTools
|
||
//
|
||
dgv_agentTools.AllowUserToAddRows = false;
|
||
dgv_agentTools.AllowUserToDeleteRows = false;
|
||
dgv_agentTools.AutoGenerateColumns = false;
|
||
dgv_agentTools.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells;
|
||
dgv_agentTools.BackgroundColor = Color.FromArgb(45, 45, 45);
|
||
dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle3.BackColor = Color.FromArgb(35, 35, 35);
|
||
dataGridViewCellStyle3.Font = new Font("Segoe UI", 9F);
|
||
dataGridViewCellStyle3.ForeColor = Color.White;
|
||
dataGridViewCellStyle3.SelectionBackColor = SystemColors.Highlight;
|
||
dataGridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText;
|
||
dataGridViewCellStyle3.WrapMode = DataGridViewTriState.True;
|
||
dgv_agentTools.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
||
dgv_agentTools.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
dgv_agentTools.Columns.AddRange(new DataGridViewColumn[] { col_ToolAssigned2, col_ToolName2, col_ToolDescription2 });
|
||
dataGridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle4.BackColor = Color.FromArgb(55, 55, 55);
|
||
dataGridViewCellStyle4.Font = new Font("Segoe UI", 9F);
|
||
dataGridViewCellStyle4.ForeColor = Color.White;
|
||
dataGridViewCellStyle4.SelectionBackColor = Color.FromArgb(80, 120, 200);
|
||
dataGridViewCellStyle4.SelectionForeColor = SystemColors.HighlightText;
|
||
dataGridViewCellStyle4.WrapMode = DataGridViewTriState.False;
|
||
dgv_agentTools.DefaultCellStyle = dataGridViewCellStyle4;
|
||
dgv_agentTools.Dock = DockStyle.Fill;
|
||
dgv_agentTools.EnableHeadersVisualStyles = false;
|
||
dgv_agentTools.Location = new Point(0, 0);
|
||
dgv_agentTools.MultiSelect = false;
|
||
dgv_agentTools.Name = "dgv_agentTools";
|
||
dgv_agentTools.RowHeadersVisible = false;
|
||
dgv_agentTools.RowHeadersWidth = 62;
|
||
dgv_agentTools.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
||
dgv_agentTools.Size = new Size(984, 334);
|
||
dgv_agentTools.TabIndex = 0;
|
||
//
|
||
// col_ToolAssigned2
|
||
//
|
||
col_ToolAssigned2.DataPropertyName = "Assigned";
|
||
col_ToolAssigned2.HeaderText = "Aktiv";
|
||
col_ToolAssigned2.MinimumWidth = 8;
|
||
col_ToolAssigned2.Name = "col_ToolAssigned2";
|
||
col_ToolAssigned2.Width = 60;
|
||
//
|
||
// col_ToolName2
|
||
//
|
||
col_ToolName2.DataPropertyName = "ToolName";
|
||
col_ToolName2.HeaderText = "Tool";
|
||
col_ToolName2.MinimumWidth = 8;
|
||
col_ToolName2.Name = "col_ToolName2";
|
||
col_ToolName2.ReadOnly = true;
|
||
//
|
||
// col_ToolDescription2
|
||
//
|
||
col_ToolDescription2.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
|
||
col_ToolDescription2.DataPropertyName = "Description";
|
||
col_ToolDescription2.HeaderText = "Beschreibung";
|
||
col_ToolDescription2.MinimumWidth = 8;
|
||
col_ToolDescription2.Name = "col_ToolDescription2";
|
||
col_ToolDescription2.ReadOnly = true;
|
||
//
|
||
// pg_agentToolSettings
|
||
//
|
||
pg_agentToolSettings.BackColor = SystemColors.Control;
|
||
pg_agentToolSettings.Dock = DockStyle.Fill;
|
||
pg_agentToolSettings.Location = new Point(0, 0);
|
||
pg_agentToolSettings.Name = "pg_agentToolSettings";
|
||
pg_agentToolSettings.Size = new Size(892, 334);
|
||
pg_agentToolSettings.TabIndex = 0;
|
||
//
|
||
// tabPage_Worker
|
||
//
|
||
tabPage_Worker.Controls.Add(tabControl3);
|
||
tabPage_Worker.Location = new Point(4, 34);
|
||
tabPage_Worker.Name = "tabPage_Worker";
|
||
tabPage_Worker.Padding = new Padding(3);
|
||
tabPage_Worker.Size = new Size(1890, 887);
|
||
tabPage_Worker.TabIndex = 4;
|
||
tabPage_Worker.Text = "Jobs / Services";
|
||
tabPage_Worker.UseVisualStyleBackColor = true;
|
||
//
|
||
// tabControl3
|
||
//
|
||
tabControl3.Controls.Add(tabPage_jobs);
|
||
tabControl3.Controls.Add(tabPage_services);
|
||
tabControl3.Controls.Add(tabPage_jobHistory);
|
||
tabControl3.Dock = DockStyle.Fill;
|
||
tabControl3.Location = new Point(3, 3);
|
||
tabControl3.Name = "tabControl3";
|
||
tabControl3.SelectedIndex = 0;
|
||
tabControl3.Size = new Size(1884, 881);
|
||
tabControl3.TabIndex = 0;
|
||
//
|
||
// tabPage_jobs
|
||
//
|
||
tabPage_jobs.Controls.Add(dgv_Jobs);
|
||
tabPage_jobs.Controls.Add(toolStrip_jobs);
|
||
tabPage_jobs.Location = new Point(4, 34);
|
||
tabPage_jobs.Name = "tabPage_jobs";
|
||
tabPage_jobs.Padding = new Padding(3);
|
||
tabPage_jobs.Size = new Size(1876, 843);
|
||
tabPage_jobs.TabIndex = 0;
|
||
tabPage_jobs.Text = "Jobs";
|
||
tabPage_jobs.UseVisualStyleBackColor = true;
|
||
//
|
||
// dgv_Jobs
|
||
//
|
||
dgv_Jobs.AllowUserToAddRows = false;
|
||
dgv_Jobs.AllowUserToDeleteRows = false;
|
||
dgv_Jobs.AutoGenerateColumns = false;
|
||
dgv_Jobs.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells;
|
||
dgv_Jobs.BackgroundColor = Color.FromArgb(45, 45, 45);
|
||
dataGridViewCellStyle5.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle5.BackColor = Color.FromArgb(35, 35, 35);
|
||
dataGridViewCellStyle5.Font = new Font("Segoe UI", 9F);
|
||
dataGridViewCellStyle5.ForeColor = Color.White;
|
||
dataGridViewCellStyle5.SelectionBackColor = SystemColors.Highlight;
|
||
dataGridViewCellStyle5.SelectionForeColor = SystemColors.HighlightText;
|
||
dataGridViewCellStyle5.WrapMode = DataGridViewTriState.True;
|
||
dgv_Jobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
||
dgv_Jobs.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
dgv_Jobs.Columns.AddRange(new DataGridViewColumn[] { col_JobType, col_JobAgentName, col_JobToolName, col_JobCron, col_JobTask, col_JobNextRun, col_JobLastRun, col_JobLastStatus, col_JobAutostart, col_JobStatus });
|
||
dataGridViewCellStyle6.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle6.BackColor = Color.FromArgb(55, 55, 55);
|
||
dataGridViewCellStyle6.Font = new Font("Segoe UI", 9F);
|
||
dataGridViewCellStyle6.ForeColor = Color.White;
|
||
dataGridViewCellStyle6.SelectionBackColor = Color.FromArgb(80, 120, 200);
|
||
dataGridViewCellStyle6.SelectionForeColor = SystemColors.HighlightText;
|
||
dataGridViewCellStyle6.WrapMode = DataGridViewTriState.False;
|
||
dgv_Jobs.DefaultCellStyle = dataGridViewCellStyle6;
|
||
dgv_Jobs.Dock = DockStyle.Fill;
|
||
dgv_Jobs.EnableHeadersVisualStyles = false;
|
||
dgv_Jobs.Location = new Point(3, 37);
|
||
dgv_Jobs.MultiSelect = false;
|
||
dgv_Jobs.Name = "dgv_Jobs";
|
||
dgv_Jobs.ReadOnly = true;
|
||
dgv_Jobs.RowHeadersVisible = false;
|
||
dgv_Jobs.RowHeadersWidth = 62;
|
||
dgv_Jobs.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
||
dgv_Jobs.Size = new Size(1870, 803);
|
||
dgv_Jobs.TabIndex = 1;
|
||
dgv_Jobs.CellContentClick += dgv_Jobs_CellContentClick;
|
||
//
|
||
// col_JobType
|
||
//
|
||
col_JobType.DataPropertyName = "JobType";
|
||
col_JobType.HeaderText = "Typ";
|
||
col_JobType.MinimumWidth = 8;
|
||
col_JobType.Name = "col_JobType";
|
||
col_JobType.ReadOnly = true;
|
||
//
|
||
// col_JobAgentName
|
||
//
|
||
col_JobAgentName.DataPropertyName = "AgentName";
|
||
col_JobAgentName.HeaderText = "Agent";
|
||
col_JobAgentName.MinimumWidth = 8;
|
||
col_JobAgentName.Name = "col_JobAgentName";
|
||
col_JobAgentName.ReadOnly = true;
|
||
//
|
||
// col_JobToolName
|
||
//
|
||
col_JobToolName.DataPropertyName = "ToolName";
|
||
col_JobToolName.HeaderText = "Tool";
|
||
col_JobToolName.MinimumWidth = 8;
|
||
col_JobToolName.Name = "col_JobToolName";
|
||
col_JobToolName.ReadOnly = true;
|
||
//
|
||
// col_JobCron
|
||
//
|
||
col_JobCron.DataPropertyName = "CronExpression";
|
||
col_JobCron.HeaderText = "Zeitplan";
|
||
col_JobCron.MinimumWidth = 8;
|
||
col_JobCron.Name = "col_JobCron";
|
||
col_JobCron.ReadOnly = true;
|
||
//
|
||
// col_JobTask
|
||
//
|
||
col_JobTask.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
|
||
col_JobTask.DataPropertyName = "TaskMessage";
|
||
col_JobTask.HeaderText = "Aufgabe";
|
||
col_JobTask.MinimumWidth = 8;
|
||
col_JobTask.Name = "col_JobTask";
|
||
col_JobTask.ReadOnly = true;
|
||
//
|
||
// col_JobNextRun
|
||
//
|
||
col_JobNextRun.DataPropertyName = "NextRun";
|
||
col_JobNextRun.HeaderText = "Naechste Ausf.";
|
||
col_JobNextRun.MinimumWidth = 8;
|
||
col_JobNextRun.Name = "col_JobNextRun";
|
||
col_JobNextRun.ReadOnly = true;
|
||
//
|
||
// col_JobLastRun
|
||
//
|
||
col_JobLastRun.DataPropertyName = "LastRun";
|
||
col_JobLastRun.HeaderText = "Letzte Ausf.";
|
||
col_JobLastRun.MinimumWidth = 8;
|
||
col_JobLastRun.Name = "col_JobLastRun";
|
||
col_JobLastRun.ReadOnly = true;
|
||
//
|
||
// col_JobLastStatus
|
||
//
|
||
col_JobLastStatus.DataPropertyName = "LastStatus";
|
||
col_JobLastStatus.HeaderText = "Letzter Status";
|
||
col_JobLastStatus.MinimumWidth = 8;
|
||
col_JobLastStatus.Name = "col_JobLastStatus";
|
||
col_JobLastStatus.ReadOnly = true;
|
||
//
|
||
// col_JobAutostart
|
||
//
|
||
col_JobAutostart.DataPropertyName = "RunOnStart";
|
||
col_JobAutostart.HeaderText = "Autostart";
|
||
col_JobAutostart.MinimumWidth = 8;
|
||
col_JobAutostart.Name = "col_JobAutostart";
|
||
col_JobAutostart.ReadOnly = true;
|
||
//
|
||
// col_JobStatus
|
||
//
|
||
col_JobStatus.DataPropertyName = "Status";
|
||
col_JobStatus.HeaderText = "Status";
|
||
col_JobStatus.MinimumWidth = 8;
|
||
col_JobStatus.Name = "col_JobStatus";
|
||
col_JobStatus.ReadOnly = true;
|
||
//
|
||
// toolStrip_jobs
|
||
//
|
||
toolStrip_jobs.ImageScalingSize = new Size(24, 24);
|
||
toolStrip_jobs.Items.AddRange(new ToolStripItem[] { btn_addJob, btn_editJob, btn_removeJob, btn_runJob, btn_refreshJobs });
|
||
toolStrip_jobs.Location = new Point(3, 3);
|
||
toolStrip_jobs.Name = "toolStrip_jobs";
|
||
toolStrip_jobs.Size = new Size(1870, 34);
|
||
toolStrip_jobs.TabIndex = 0;
|
||
//
|
||
// btn_addJob
|
||
//
|
||
btn_addJob.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_addJob.Name = "btn_addJob";
|
||
btn_addJob.Size = new Size(137, 29);
|
||
btn_addJob.Text = "➕ Hinzufügen";
|
||
//
|
||
// btn_editJob
|
||
//
|
||
btn_editJob.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_editJob.Name = "btn_editJob";
|
||
btn_editJob.Size = new Size(129, 29);
|
||
btn_editJob.Text = "🔨 Bearbeiten";
|
||
//
|
||
// btn_removeJob
|
||
//
|
||
btn_removeJob.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_removeJob.Name = "btn_removeJob";
|
||
btn_removeJob.Size = new Size(121, 29);
|
||
btn_removeJob.Text = "➖ Entfernen";
|
||
//
|
||
// btn_runJob
|
||
//
|
||
btn_runJob.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_runJob.Name = "btn_runJob";
|
||
btn_runJob.Size = new Size(155, 29);
|
||
btn_runJob.Text = "▶ Jetzt ausführen";
|
||
//
|
||
// btn_refreshJobs
|
||
//
|
||
btn_refreshJobs.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_refreshJobs.Name = "btn_refreshJobs";
|
||
btn_refreshJobs.Size = new Size(146, 29);
|
||
btn_refreshJobs.Text = "♻ Aktualisieren";
|
||
//
|
||
// tabPage_services
|
||
//
|
||
tabPage_services.Controls.Add(dgv_services);
|
||
tabPage_services.Controls.Add(toolStrip_services);
|
||
tabPage_services.Location = new Point(4, 34);
|
||
tabPage_services.Name = "tabPage_services";
|
||
tabPage_services.Padding = new Padding(3);
|
||
tabPage_services.Size = new Size(1876, 843);
|
||
tabPage_services.TabIndex = 1;
|
||
tabPage_services.Text = "Services";
|
||
tabPage_services.UseVisualStyleBackColor = true;
|
||
//
|
||
// dgv_services
|
||
//
|
||
dgv_services.AllowUserToAddRows = false;
|
||
dgv_services.AllowUserToDeleteRows = false;
|
||
dgv_services.AutoGenerateColumns = false;
|
||
dgv_services.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells;
|
||
dgv_services.BackgroundColor = Color.FromArgb(45, 45, 45);
|
||
dataGridViewCellStyle7.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle7.BackColor = Color.FromArgb(35, 35, 35);
|
||
dataGridViewCellStyle7.Font = new Font("Segoe UI", 9F);
|
||
dataGridViewCellStyle7.ForeColor = Color.White;
|
||
dataGridViewCellStyle7.SelectionBackColor = SystemColors.Highlight;
|
||
dataGridViewCellStyle7.SelectionForeColor = SystemColors.HighlightText;
|
||
dataGridViewCellStyle7.WrapMode = DataGridViewTriState.True;
|
||
dgv_services.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
||
dgv_services.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
dgv_services.Columns.AddRange(new DataGridViewColumn[] { col_SvcName, col_SvcType, col_SvcPort, col_SvcStatus, col_SvcStartedAt, col_SvcDescription, col_SvcBuiltIn });
|
||
dataGridViewCellStyle8.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle8.BackColor = Color.FromArgb(55, 55, 55);
|
||
dataGridViewCellStyle8.Font = new Font("Segoe UI", 9F);
|
||
dataGridViewCellStyle8.ForeColor = Color.White;
|
||
dataGridViewCellStyle8.SelectionBackColor = Color.FromArgb(80, 120, 200);
|
||
dataGridViewCellStyle8.SelectionForeColor = SystemColors.HighlightText;
|
||
dataGridViewCellStyle8.WrapMode = DataGridViewTriState.False;
|
||
dgv_services.DefaultCellStyle = dataGridViewCellStyle8;
|
||
dgv_services.Dock = DockStyle.Fill;
|
||
dgv_services.EnableHeadersVisualStyles = false;
|
||
dgv_services.Location = new Point(3, 37);
|
||
dgv_services.MultiSelect = false;
|
||
dgv_services.Name = "dgv_services";
|
||
dgv_services.ReadOnly = true;
|
||
dgv_services.RowHeadersVisible = false;
|
||
dgv_services.RowHeadersWidth = 62;
|
||
dgv_services.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
||
dgv_services.Size = new Size(1870, 803);
|
||
dgv_services.TabIndex = 1;
|
||
//
|
||
// col_SvcName
|
||
//
|
||
col_SvcName.DataPropertyName = "Name";
|
||
col_SvcName.HeaderText = "Name";
|
||
col_SvcName.MinimumWidth = 8;
|
||
col_SvcName.Name = "col_SvcName";
|
||
col_SvcName.ReadOnly = true;
|
||
//
|
||
// col_SvcType
|
||
//
|
||
col_SvcType.DataPropertyName = "Type";
|
||
col_SvcType.HeaderText = "Typ";
|
||
col_SvcType.MinimumWidth = 8;
|
||
col_SvcType.Name = "col_SvcType";
|
||
col_SvcType.ReadOnly = true;
|
||
//
|
||
// col_SvcPort
|
||
//
|
||
col_SvcPort.DataPropertyName = "Port";
|
||
col_SvcPort.HeaderText = "Port";
|
||
col_SvcPort.MinimumWidth = 8;
|
||
col_SvcPort.Name = "col_SvcPort";
|
||
col_SvcPort.ReadOnly = true;
|
||
//
|
||
// col_SvcStatus
|
||
//
|
||
col_SvcStatus.DataPropertyName = "Status";
|
||
col_SvcStatus.HeaderText = "Status";
|
||
col_SvcStatus.MinimumWidth = 8;
|
||
col_SvcStatus.Name = "col_SvcStatus";
|
||
col_SvcStatus.ReadOnly = true;
|
||
//
|
||
// col_SvcStartedAt
|
||
//
|
||
col_SvcStartedAt.DataPropertyName = "StartedAt";
|
||
col_SvcStartedAt.HeaderText = "Gestartet";
|
||
col_SvcStartedAt.MinimumWidth = 8;
|
||
col_SvcStartedAt.Name = "col_SvcStartedAt";
|
||
col_SvcStartedAt.ReadOnly = true;
|
||
//
|
||
// col_SvcDescription
|
||
//
|
||
col_SvcDescription.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
|
||
col_SvcDescription.DataPropertyName = "Description";
|
||
col_SvcDescription.HeaderText = "Beschreibung";
|
||
col_SvcDescription.MinimumWidth = 8;
|
||
col_SvcDescription.Name = "col_SvcDescription";
|
||
col_SvcDescription.ReadOnly = true;
|
||
//
|
||
// col_SvcBuiltIn
|
||
//
|
||
col_SvcBuiltIn.DataPropertyName = "BuiltIn";
|
||
col_SvcBuiltIn.HeaderText = "Integriert";
|
||
col_SvcBuiltIn.MinimumWidth = 8;
|
||
col_SvcBuiltIn.Name = "col_SvcBuiltIn";
|
||
col_SvcBuiltIn.ReadOnly = true;
|
||
//
|
||
// toolStrip_services
|
||
//
|
||
toolStrip_services.ImageScalingSize = new Size(24, 24);
|
||
toolStrip_services.Items.AddRange(new ToolStripItem[] { btn_addService, btn_removeService, toolStripSeparator6, btn_startService, btn_stopService });
|
||
toolStrip_services.Location = new Point(3, 3);
|
||
toolStrip_services.Name = "toolStrip_services";
|
||
toolStrip_services.Size = new Size(1870, 34);
|
||
toolStrip_services.TabIndex = 0;
|
||
//
|
||
// btn_addService
|
||
//
|
||
btn_addService.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_addService.Name = "btn_addService";
|
||
btn_addService.Size = new Size(88, 29);
|
||
btn_addService.Text = "+ Service";
|
||
//
|
||
// btn_removeService
|
||
//
|
||
btn_removeService.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_removeService.Name = "btn_removeService";
|
||
btn_removeService.Size = new Size(83, 29);
|
||
btn_removeService.Text = "- Service";
|
||
//
|
||
// toolStripSeparator6
|
||
//
|
||
toolStripSeparator6.Name = "toolStripSeparator6";
|
||
toolStripSeparator6.Size = new Size(6, 34);
|
||
//
|
||
// btn_startService
|
||
//
|
||
btn_startService.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_startService.Name = "btn_startService";
|
||
btn_startService.Size = new Size(71, 29);
|
||
btn_startService.Text = "Starten";
|
||
//
|
||
// btn_stopService
|
||
//
|
||
btn_stopService.DisplayStyle = ToolStripItemDisplayStyle.Text;
|
||
btn_stopService.Name = "btn_stopService";
|
||
btn_stopService.Size = new Size(83, 29);
|
||
btn_stopService.Text = "Stoppen";
|
||
//
|
||
// tabPage_Info
|
||
//
|
||
tabPage_Info.Controls.Add(label2);
|
||
tabPage_Info.Controls.Add(label_Softwareinfo);
|
||
tabPage_Info.Location = new Point(4, 34);
|
||
tabPage_Info.Name = "tabPage_Info";
|
||
tabPage_Info.Padding = new Padding(3);
|
||
tabPage_Info.Size = new Size(1890, 887);
|
||
tabPage_Info.TabIndex = 5;
|
||
tabPage_Info.Text = "Info";
|
||
tabPage_Info.UseVisualStyleBackColor = true;
|
||
//
|
||
// label2
|
||
//
|
||
label2.AutoSize = true;
|
||
label2.Location = new Point(8, 37);
|
||
label2.Name = "label2";
|
||
label2.Size = new Size(123, 25);
|
||
label2.TabIndex = 1;
|
||
label2.Text = "Software Info:";
|
||
//
|
||
// label_Softwareinfo
|
||
//
|
||
label_Softwareinfo.AutoSize = true;
|
||
label_Softwareinfo.Location = new Point(8, 75);
|
||
label_Softwareinfo.Name = "label_Softwareinfo";
|
||
label_Softwareinfo.Size = new Size(59, 25);
|
||
label_Softwareinfo.TabIndex = 0;
|
||
label_Softwareinfo.Text = "label1";
|
||
//
|
||
// tabPage_jobHistory
|
||
//
|
||
tabPage_jobHistory.Controls.Add(dgv_jobhistory);
|
||
tabPage_jobHistory.Location = new Point(4, 34);
|
||
tabPage_jobHistory.Name = "tabPage_jobHistory";
|
||
tabPage_jobHistory.Padding = new Padding(3);
|
||
tabPage_jobHistory.Size = new Size(1876, 843);
|
||
tabPage_jobHistory.TabIndex = 2;
|
||
tabPage_jobHistory.Text = "Job History";
|
||
tabPage_jobHistory.UseVisualStyleBackColor = true;
|
||
//
|
||
// dgv_jobhistory
|
||
//
|
||
dgv_jobhistory.AllowUserToAddRows = false;
|
||
dgv_jobhistory.AllowUserToDeleteRows = false;
|
||
dgv_jobhistory.AutoGenerateColumns = false;
|
||
dgv_jobhistory.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells;
|
||
dgv_jobhistory.BackgroundColor = Color.FromArgb(45, 45, 45);
|
||
dataGridViewCellStyle9.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle9.BackColor = Color.FromArgb(35, 35, 35);
|
||
dataGridViewCellStyle9.Font = new Font("Segoe UI", 9F);
|
||
dataGridViewCellStyle9.ForeColor = Color.White;
|
||
dataGridViewCellStyle9.SelectionBackColor = SystemColors.Highlight;
|
||
dataGridViewCellStyle9.SelectionForeColor = SystemColors.HighlightText;
|
||
dataGridViewCellStyle9.WrapMode = DataGridViewTriState.True;
|
||
dgv_jobhistory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
||
dgv_jobhistory.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
dgv_jobhistory.Columns.AddRange(new DataGridViewColumn[] { col_HistJobName, col_HistAgent, col_HistTime, col_HistDescription, col_HistInfo, col_HistStatus });
|
||
dataGridViewCellStyle10.Alignment = DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle10.BackColor = Color.FromArgb(55, 55, 55);
|
||
dataGridViewCellStyle10.Font = new Font("Segoe UI", 9F);
|
||
dataGridViewCellStyle10.ForeColor = Color.White;
|
||
dataGridViewCellStyle10.SelectionBackColor = Color.FromArgb(80, 120, 200);
|
||
dataGridViewCellStyle10.SelectionForeColor = SystemColors.HighlightText;
|
||
dataGridViewCellStyle10.WrapMode = DataGridViewTriState.False;
|
||
dgv_jobhistory.DefaultCellStyle = dataGridViewCellStyle10;
|
||
dgv_jobhistory.Dock = DockStyle.Fill;
|
||
dgv_jobhistory.EnableHeadersVisualStyles = false;
|
||
dgv_jobhistory.Location = new Point(3, 3);
|
||
dgv_jobhistory.MultiSelect = false;
|
||
dgv_jobhistory.Name = "dgv_jobhistory";
|
||
dgv_jobhistory.ReadOnly = true;
|
||
dgv_jobhistory.RowHeadersVisible = false;
|
||
dgv_jobhistory.RowHeadersWidth = 62;
|
||
dgv_jobhistory.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
||
dgv_jobhistory.Size = new Size(1870, 837);
|
||
dgv_jobhistory.TabIndex = 0;
|
||
//
|
||
// col_HistJobName
|
||
//
|
||
col_HistJobName.DataPropertyName = "JobName";
|
||
col_HistJobName.HeaderText = "Job";
|
||
col_HistJobName.MinimumWidth = 8;
|
||
col_HistJobName.Name = "col_HistJobName";
|
||
col_HistJobName.ReadOnly = true;
|
||
//
|
||
// col_HistAgent
|
||
//
|
||
col_HistAgent.DataPropertyName = "Agent";
|
||
col_HistAgent.HeaderText = "Agent";
|
||
col_HistAgent.MinimumWidth = 8;
|
||
col_HistAgent.Name = "col_HistAgent";
|
||
col_HistAgent.ReadOnly = true;
|
||
//
|
||
// col_HistTime
|
||
//
|
||
col_HistTime.DataPropertyName = "Time";
|
||
col_HistTime.HeaderText = "Zeit";
|
||
col_HistTime.MinimumWidth = 8;
|
||
col_HistTime.Name = "col_HistTime";
|
||
col_HistTime.ReadOnly = true;
|
||
col_HistTime.DefaultCellStyle = new DataGridViewCellStyle { Format = "yyyy-MM-dd HH:mm:ss", BackColor = Color.FromArgb(55, 55, 55), ForeColor = Color.White, SelectionBackColor = Color.FromArgb(80, 120, 200), SelectionForeColor = SystemColors.HighlightText };
|
||
//
|
||
// col_HistDescription
|
||
//
|
||
col_HistDescription.DataPropertyName = "JobDescription";
|
||
col_HistDescription.HeaderText = "Beschreibung";
|
||
col_HistDescription.MinimumWidth = 8;
|
||
col_HistDescription.Name = "col_HistDescription";
|
||
col_HistDescription.ReadOnly = true;
|
||
//
|
||
// col_HistInfo
|
||
//
|
||
col_HistInfo.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
|
||
col_HistInfo.DataPropertyName = "Info";
|
||
col_HistInfo.HeaderText = "Info";
|
||
col_HistInfo.MinimumWidth = 8;
|
||
col_HistInfo.Name = "col_HistInfo";
|
||
col_HistInfo.ReadOnly = true;
|
||
//
|
||
// col_HistStatus
|
||
//
|
||
col_HistStatus.DataPropertyName = "Status";
|
||
col_HistStatus.HeaderText = "Status";
|
||
col_HistStatus.MinimumWidth = 8;
|
||
col_HistStatus.Name = "col_HistStatus";
|
||
col_HistStatus.ReadOnly = true;
|
||
//
|
||
// toolStripStatusLabel2
|
||
//
|
||
toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
||
toolStripStatusLabel2.Size = new Size(16, 25);
|
||
toolStripStatusLabel2.Text = "|";
|
||
//
|
||
// label_openRouterCreditBalance
|
||
//
|
||
label_openRouterCreditBalance.Name = "label_openRouterCreditBalance";
|
||
label_openRouterCreditBalance.Size = new Size(179, 25);
|
||
label_openRouterCreditBalance.Text = "toolStripStatusLabel3";
|
||
//
|
||
// frm_main
|
||
//
|
||
AutoScaleDimensions = new SizeF(10F, 25F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
BackColor = SystemColors.Info;
|
||
CausesValidation = false;
|
||
ClientSize = new Size(1898, 1024);
|
||
Controls.Add(tabControl1);
|
||
Controls.Add(statusStrip1);
|
||
Controls.Add(toolStrip1);
|
||
Controls.Add(menuStrip1);
|
||
Icon = (Icon)resources.GetObject("$this.Icon");
|
||
MainMenuStrip = menuStrip1;
|
||
Name = "frm_main";
|
||
Text = "ClawdDotNet";
|
||
menuStrip1.ResumeLayout(false);
|
||
menuStrip1.PerformLayout();
|
||
toolStrip1.ResumeLayout(false);
|
||
toolStrip1.PerformLayout();
|
||
statusStrip1.ResumeLayout(false);
|
||
statusStrip1.PerformLayout();
|
||
tabControl1.ResumeLayout(false);
|
||
tabPage_Chat.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)webView_chat).EndInit();
|
||
tabPage_Log.ResumeLayout(false);
|
||
tabPage_Log.PerformLayout();
|
||
toolStrip3.ResumeLayout(false);
|
||
toolStrip3.PerformLayout();
|
||
tabPage_GeneralSettings.ResumeLayout(false);
|
||
tabControl2.ResumeLayout(false);
|
||
tabPage_appsettings.ResumeLayout(false);
|
||
tabPage_instancesettings.ResumeLayout(false);
|
||
tabPage_AgentSettings.ResumeLayout(false);
|
||
splitContainer2.Panel1.ResumeLayout(false);
|
||
splitContainer2.Panel2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit();
|
||
splitContainer2.ResumeLayout(false);
|
||
splitContainer1.Panel1.ResumeLayout(false);
|
||
splitContainer1.Panel1.PerformLayout();
|
||
splitContainer1.Panel2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
|
||
splitContainer1.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)dgv_agentlist).EndInit();
|
||
toolStrip_agentSettings.ResumeLayout(false);
|
||
toolStrip_agentSettings.PerformLayout();
|
||
splitContainer3.Panel1.ResumeLayout(false);
|
||
splitContainer3.Panel2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)splitContainer3).EndInit();
|
||
splitContainer3.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)dgv_agentTools).EndInit();
|
||
tabPage_Worker.ResumeLayout(false);
|
||
tabControl3.ResumeLayout(false);
|
||
tabPage_jobs.ResumeLayout(false);
|
||
tabPage_jobs.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)dgv_Jobs).EndInit();
|
||
toolStrip_jobs.ResumeLayout(false);
|
||
toolStrip_jobs.PerformLayout();
|
||
tabPage_services.ResumeLayout(false);
|
||
tabPage_services.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)dgv_services).EndInit();
|
||
toolStrip_services.ResumeLayout(false);
|
||
toolStrip_services.PerformLayout();
|
||
tabPage_Info.ResumeLayout(false);
|
||
tabPage_Info.PerformLayout();
|
||
tabPage_jobHistory.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)dgv_jobhistory).EndInit();
|
||
ResumeLayout(false);
|
||
PerformLayout();
|
||
}
|
||
|
||
#endregion
|
||
|
||
// ─── MenuStrip ───
|
||
private MenuStrip menuStrip1;
|
||
private ToolStripMenuItem fileToolStripMenuItem;
|
||
private ToolStripMenuItem editToolStripMenuItem;
|
||
private ToolStripMenuItem instanceToolStripMenuItem;
|
||
private ToolStripMenuItem btn_showInstanceManager_menu;
|
||
|
||
// ─── ToolStrip (Haupt-Toolbar) ───
|
||
private ToolStrip toolStrip1;
|
||
private ToolStripButton btn_showInstanceManager;
|
||
|
||
// ─── StatusStrip ───
|
||
private StatusStrip statusStrip1;
|
||
private ToolStripStatusLabel label_openRouterStatus;
|
||
private ToolStripStatusLabel toolStripStatusLabel1;
|
||
private ToolStripStatusLabel label_openRouterCredits;
|
||
|
||
// ─── TabControl1 ───
|
||
private TabControl tabControl1;
|
||
|
||
// Chat Tab
|
||
private TabPage tabPage_Chat;
|
||
private Microsoft.Web.WebView2.WinForms.WebView2 webView_chat;
|
||
|
||
// Log Tab
|
||
private TabPage tabPage_Log;
|
||
private ToolStrip toolStrip3;
|
||
private ToolStripLabel label_InfoLogModule;
|
||
private ToolStripComboBox cb_LogModule;
|
||
private ToolStripSeparator toolStripSeparator1;
|
||
private ToolStripLabel label_InfoLogLevel;
|
||
private ToolStripComboBox cb_LogLevel;
|
||
private ToolStripSeparator toolStripSeparator2;
|
||
private ToolStripButton btn_logfolder;
|
||
private RichTextBox rtb_log;
|
||
|
||
// Settings Tab
|
||
private TabPage tabPage_GeneralSettings;
|
||
private TabControl tabControl2;
|
||
private TabPage tabPage_appsettings;
|
||
private PropertyGrid pg_appsettings;
|
||
private TabPage tabPage_instancesettings;
|
||
private PropertyGrid pg_instancesettings;
|
||
|
||
// Agent Settings Tab
|
||
private TabPage tabPage_AgentSettings;
|
||
private SplitContainer splitContainer1;
|
||
private ToolStrip toolStrip_agentSettings;
|
||
private ToolStripButton btn_addAgent;
|
||
private ToolStripButton btn_removeAgent;
|
||
private ToolStripSeparator toolStripSeparator3;
|
||
private ToolStripButton btn_runAgentNow;
|
||
private ToolStripSeparator toolStripSeparator4;
|
||
private ToolStripButton btn_editIdentity;
|
||
private ToolStripButton btn_editSoul;
|
||
private ToolStripSeparator toolStripSeparator5;
|
||
private ToolStripButton btn_openAgentFolder;
|
||
private DataGridView dgv_agentlist;
|
||
private DataGridViewTextBoxColumn col_AgentDisplayName;
|
||
private DataGridViewTextBoxColumn col_AgentModel;
|
||
private DataGridViewTextBoxColumn col_AgentToolCount;
|
||
private DataGridViewTextBoxColumn col_AgentHasIdentity;
|
||
private DataGridViewTextBoxColumn col_AgentHasSoul;
|
||
private DataGridViewTextBoxColumn col_AgentStatus;
|
||
private PropertyGrid pg_agentsettings;
|
||
private ToolStripMenuItem btn_showInstanceFolder;
|
||
private ToolStripMenuItem btn_ShowLogFolder2;
|
||
// Worker Tab (Jobs / Services)
|
||
private TabPage tabPage_Worker;
|
||
private TabControl tabControl3;
|
||
|
||
// Jobs Sub-Tab
|
||
private TabPage tabPage_jobs;
|
||
private DataGridView dgv_Jobs;
|
||
private ToolStrip toolStrip_jobs;
|
||
private ToolStripButton btn_refreshJobs;
|
||
private ToolStripButton btn_addJob;
|
||
private ToolStripButton btn_editJob;
|
||
private ToolStripButton btn_removeJob;
|
||
private ToolStripButton btn_runJob;
|
||
|
||
// Services Sub-Tab
|
||
private TabPage tabPage_services;
|
||
private DataGridView dgv_services;
|
||
private ToolStrip toolStrip_services;
|
||
private ToolStripButton btn_addService;
|
||
private ToolStripButton btn_removeService;
|
||
private ToolStripSeparator toolStripSeparator6;
|
||
private ToolStripButton btn_startService;
|
||
private ToolStripButton btn_stopService;
|
||
private SplitContainer splitContainer2;
|
||
private SplitContainer splitContainer3;
|
||
private DataGridView dgv_agentTools;
|
||
private DataGridViewCheckBoxColumn col_ToolAssigned2;
|
||
private DataGridViewTextBoxColumn col_ToolName2;
|
||
private DataGridViewTextBoxColumn col_ToolDescription2;
|
||
private PropertyGrid pg_agentToolSettings;
|
||
|
||
// Jobs columns
|
||
private DataGridViewTextBoxColumn col_JobType;
|
||
private DataGridViewTextBoxColumn col_JobAgentName;
|
||
private DataGridViewTextBoxColumn col_JobToolName;
|
||
private DataGridViewTextBoxColumn col_JobCron;
|
||
private DataGridViewTextBoxColumn col_JobTask;
|
||
private DataGridViewTextBoxColumn col_JobNextRun;
|
||
private DataGridViewTextBoxColumn col_JobLastRun;
|
||
private DataGridViewTextBoxColumn col_JobLastStatus;
|
||
private DataGridViewCheckBoxColumn col_JobAutostart;
|
||
private DataGridViewTextBoxColumn col_JobStatus;
|
||
|
||
// Services columns
|
||
private DataGridViewTextBoxColumn col_SvcName;
|
||
private DataGridViewTextBoxColumn col_SvcType;
|
||
private DataGridViewTextBoxColumn col_SvcPort;
|
||
private DataGridViewTextBoxColumn col_SvcStatus;
|
||
private DataGridViewTextBoxColumn col_SvcStartedAt;
|
||
private DataGridViewTextBoxColumn col_SvcDescription;
|
||
private DataGridViewCheckBoxColumn col_SvcBuiltIn;
|
||
|
||
// Info Tab
|
||
private TabPage tabPage_Info;
|
||
private Label label2;
|
||
private Label label_Softwareinfo;
|
||
|
||
// Job History Tab
|
||
private TabPage tabPage_jobHistory;
|
||
private DataGridView dgv_jobhistory;
|
||
private DataGridViewTextBoxColumn col_HistJobName;
|
||
private DataGridViewTextBoxColumn col_HistAgent;
|
||
private DataGridViewTextBoxColumn col_HistTime;
|
||
private DataGridViewTextBoxColumn col_HistDescription;
|
||
private DataGridViewTextBoxColumn col_HistInfo;
|
||
private DataGridViewTextBoxColumn col_HistStatus;
|
||
|
||
private ToolStripStatusLabel toolStripStatusLabel2;
|
||
private ToolStripStatusLabel label_openRouterCreditBalance;
|
||
}
|
||
}
|