-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrethinForm.Designer.cs
More file actions
149 lines (144 loc) · 5.72 KB
/
Copy pathBrethinForm.Designer.cs
File metadata and controls
149 lines (144 loc) · 5.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
namespace Narthalas
{
partial class BrethinForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BrethinForm));
toolStripContainer = new ToolStripContainer();
kryptonStatusStrip = new Krypton.Toolkit.KryptonStatusStrip();
toolStripStatusLabelInfo = new ToolStripStatusLabel();
toolStripProgressBar = new ToolStripProgressBar();
kryptonPanel = new Krypton.Toolkit.KryptonPanel();
toolStripContainer.BottomToolStripPanel.SuspendLayout();
toolStripContainer.ContentPanel.SuspendLayout();
toolStripContainer.SuspendLayout();
kryptonStatusStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)kryptonPanel).BeginInit();
SuspendLayout();
//
// toolStripContainer
//
//
// toolStripContainer.BottomToolStripPanel
//
toolStripContainer.BottomToolStripPanel.Controls.Add(kryptonStatusStrip);
//
// toolStripContainer.ContentPanel
//
toolStripContainer.ContentPanel.Controls.Add(kryptonPanel);
toolStripContainer.ContentPanel.Size = new Size(344, 177);
toolStripContainer.Dock = DockStyle.Fill;
toolStripContainer.Location = new Point(0, 0);
toolStripContainer.Name = "toolStripContainer";
toolStripContainer.Size = new Size(344, 201);
toolStripContainer.TabIndex = 4;
toolStripContainer.Text = "toolStripContainer";
toolStripContainer.TopToolStripPanelVisible = false;
//
// kryptonStatusStrip
//
kryptonStatusStrip.AccessibleDescription = "Hält wichtige Elemente wie Infotext bereit";
kryptonStatusStrip.AccessibleName = "Statusleiste";
kryptonStatusStrip.AccessibleRole = AccessibleRole.StatusBar;
kryptonStatusStrip.AllowClickThrough = true;
kryptonStatusStrip.AllowItemReorder = true;
kryptonStatusStrip.Dock = DockStyle.None;
kryptonStatusStrip.Font = new Font("Segoe UI", 9F);
kryptonStatusStrip.Items.AddRange(new ToolStripItem[] { toolStripStatusLabelInfo, toolStripProgressBar });
kryptonStatusStrip.Location = new Point(0, 0);
kryptonStatusStrip.Name = "kryptonStatusStrip";
kryptonStatusStrip.ProgressBars = null;
kryptonStatusStrip.RenderMode = ToolStripRenderMode.ManagerRenderMode;
kryptonStatusStrip.ShowItemToolTips = true;
kryptonStatusStrip.Size = new Size(344, 24);
kryptonStatusStrip.SizingGrip = false;
kryptonStatusStrip.TabIndex = 3;
kryptonStatusStrip.TabStop = true;
kryptonStatusStrip.Text = "kryptonStatusStrip";
//
// toolStripStatusLabelInfo
//
toolStripStatusLabelInfo.AccessibleDescription = "Zeigt erklärende Informationen an";
toolStripStatusLabelInfo.AccessibleName = "Information";
toolStripStatusLabelInfo.AccessibleRole = AccessibleRole.StaticText;
toolStripStatusLabelInfo.AutoToolTip = true;
toolStripStatusLabelInfo.Name = "toolStripStatusLabelInfo";
toolStripStatusLabelInfo.Size = new Size(227, 19);
toolStripStatusLabelInfo.Spring = true;
toolStripStatusLabelInfo.Text = "info";
toolStripStatusLabelInfo.TextAlign = ContentAlignment.MiddleLeft;
//
// toolStripProgressBar
//
toolStripProgressBar.Name = "toolStripProgressBar";
toolStripProgressBar.Size = new Size(100, 18);
toolStripProgressBar.Step = 1;
toolStripProgressBar.Style = ProgressBarStyle.Continuous;
//
// kryptonPanel
//
kryptonPanel.AccessibleDescription = "Just a Panel";
kryptonPanel.AccessibleName = "Panel";
kryptonPanel.AccessibleRole = AccessibleRole.Grouping;
kryptonPanel.Dock = DockStyle.Fill;
kryptonPanel.Location = new Point(0, 0);
kryptonPanel.Name = "kryptonPanel";
kryptonPanel.Size = new Size(344, 177);
kryptonPanel.TabIndex = 2;
kryptonPanel.TabStop = true;
//
// BrethinForm
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(344, 201);
Controls.Add(toolStripContainer);
FormBorderStyle = FormBorderStyle.FixedSingle;
Icon = (Icon)resources.GetObject("$this.Icon");
KeyPreview = true;
MaximizeBox = false;
Name = "BrethinForm";
ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterParent;
Text = "Brethin - Entwicklung unbekannter Lebensformen";
KeyDown += BrethinForm_KeyDown;
toolStripContainer.BottomToolStripPanel.ResumeLayout(false);
toolStripContainer.BottomToolStripPanel.PerformLayout();
toolStripContainer.ContentPanel.ResumeLayout(false);
toolStripContainer.ResumeLayout(false);
toolStripContainer.PerformLayout();
kryptonStatusStrip.ResumeLayout(false);
kryptonStatusStrip.PerformLayout();
((System.ComponentModel.ISupportInitialize)kryptonPanel).EndInit();
ResumeLayout(false);
}
#endregion
private ToolStripContainer toolStripContainer;
private Krypton.Toolkit.KryptonStatusStrip kryptonStatusStrip;
private ToolStripStatusLabel toolStripStatusLabelInfo;
private ToolStripProgressBar toolStripProgressBar;
private Krypton.Toolkit.KryptonPanel kryptonPanel;
}
}