Erster Commit des bestehenden monolithischen WinForms-Copytraders, inklusive der Alt-Backups (*.bak), damit diese dauerhaft in der Historie rekonstruierbar bleiben. Threema-Lib unter libs/ wurde vendored (nested .git entfernt). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
112 lines
3.7 KiB
C#
112 lines
3.7 KiB
C#
namespace PolyTraderSharp
|
|
{
|
|
partial class frm_analytics
|
|
{
|
|
/// <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()
|
|
{
|
|
menuStrip1 = new MenuStrip();
|
|
toolStrip1 = new ToolStrip();
|
|
tabControl1 = new TabControl();
|
|
tabPage1 = new TabPage();
|
|
tabPage2 = new TabPage();
|
|
tabControl1.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// menuStrip1
|
|
//
|
|
menuStrip1.ImageScalingSize = new Size(24, 24);
|
|
menuStrip1.Location = new Point(0, 0);
|
|
menuStrip1.Name = "menuStrip1";
|
|
menuStrip1.Size = new Size(2229, 24);
|
|
menuStrip1.TabIndex = 0;
|
|
menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// toolStrip1
|
|
//
|
|
toolStrip1.ImageScalingSize = new Size(24, 24);
|
|
toolStrip1.Location = new Point(0, 24);
|
|
toolStrip1.Name = "toolStrip1";
|
|
toolStrip1.Size = new Size(2229, 25);
|
|
toolStrip1.TabIndex = 1;
|
|
toolStrip1.Text = "toolStrip1";
|
|
//
|
|
// tabControl1
|
|
//
|
|
tabControl1.Controls.Add(tabPage1);
|
|
tabControl1.Controls.Add(tabPage2);
|
|
tabControl1.Location = new Point(0, 52);
|
|
tabControl1.Name = "tabControl1";
|
|
tabControl1.SelectedIndex = 0;
|
|
tabControl1.Size = new Size(2229, 1115);
|
|
tabControl1.TabIndex = 2;
|
|
//
|
|
// tabPage1
|
|
//
|
|
tabPage1.Location = new Point(4, 34);
|
|
tabPage1.Name = "tabPage1";
|
|
tabPage1.Padding = new Padding(3);
|
|
tabPage1.Size = new Size(2221, 1077);
|
|
tabPage1.TabIndex = 0;
|
|
tabPage1.Text = "tabPage1";
|
|
tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage2
|
|
//
|
|
tabPage2.Location = new Point(4, 34);
|
|
tabPage2.Name = "tabPage2";
|
|
tabPage2.Padding = new Padding(3);
|
|
tabPage2.Size = new Size(2221, 1077);
|
|
tabPage2.TabIndex = 1;
|
|
tabPage2.Text = "tabPage2";
|
|
tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// frm_analytics
|
|
//
|
|
AutoScaleDimensions = new SizeF(10F, 25F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(2229, 1169);
|
|
Controls.Add(tabControl1);
|
|
Controls.Add(toolStrip1);
|
|
Controls.Add(menuStrip1);
|
|
MainMenuStrip = menuStrip1;
|
|
Name = "frm_analytics";
|
|
Text = "Analyse";
|
|
tabControl1.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MenuStrip menuStrip1;
|
|
private ToolStrip toolStrip1;
|
|
private TabControl tabControl1;
|
|
private TabPage tabPage1;
|
|
private TabPage tabPage2;
|
|
}
|
|
}
|