voile/Voile/FirstRunWizard.Designer.cs
2026-01-12 22:51:27 +01:00

186 lines
5.3 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Voile
{
partial class FirstRunWizard
{
/// <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(FirstRunWizard));
pictureBox1 = new PictureBox();
tabControl1 = new TabControl();
tabPage1 = new TabPage();
label2 = new Label();
label1 = new Label();
radioButton2 = new RadioButton();
radioButton1 = new RadioButton();
tabPage2 = new TabPage();
button1 = new Button();
button2 = new Button();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
tabControl1.SuspendLayout();
tabPage1.SuspendLayout();
SuspendLayout();
//
// pictureBox1
//
pictureBox1.Image = Properties.Resources.technlgy;
pictureBox1.Location = new Point(12, 12);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(120, 90);
pictureBox1.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox1.TabIndex = 0;
pictureBox1.TabStop = false;
//
// tabControl1
//
tabControl1.Controls.Add(tabPage1);
tabControl1.Controls.Add(tabPage2);
tabControl1.Location = new Point(138, 12);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new Size(356, 412);
tabControl1.TabIndex = 1;
//
// tabPage1
//
tabPage1.Controls.Add(label2);
tabPage1.Controls.Add(label1);
tabPage1.Controls.Add(radioButton2);
tabPage1.Controls.Add(radioButton1);
tabPage1.Location = new Point(4, 24);
tabPage1.Name = "tabPage1";
tabPage1.Padding = new Padding(3);
tabPage1.Size = new Size(348, 384);
tabPage1.TabIndex = 0;
tabPage1.Text = "Welcome!";
tabPage1.UseVisualStyleBackColor = true;
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(6, 3);
label2.Name = "label2";
label2.Size = new Size(328, 240);
label2.TabIndex = 3;
label2.Text = resources.GetString("label2.Text");
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(6, 308);
label1.Name = "label1";
label1.Size = new Size(202, 15);
label1.TabIndex = 2;
label1.Text = "(You can change these options later!)";
//
// radioButton2
//
radioButton2.AutoSize = true;
radioButton2.Location = new Point(6, 271);
radioButton2.Name = "radioButton2";
radioButton2.Size = new Size(299, 34);
radioButton2.TabIndex = 1;
radioButton2.TabStop = true;
radioButton2.Text = "Im an expert. Let me choose my own database and \r\nstorage options.";
radioButton2.UseVisualStyleBackColor = true;
//
// radioButton1
//
radioButton1.AutoSize = true;
radioButton1.Checked = true;
radioButton1.Location = new Point(6, 246);
radioButton1.Name = "radioButton1";
radioButton1.Size = new Size(298, 19);
radioButton1.TabIndex = 0;
radioButton1.TabStop = true;
radioButton1.Text = "Im a beginner. Set things up for me automatically. ";
radioButton1.UseVisualStyleBackColor = true;
//
// tabPage2
//
tabPage2.Location = new Point(4, 24);
tabPage2.Name = "tabPage2";
tabPage2.Padding = new Padding(3);
tabPage2.Size = new Size(348, 384);
tabPage2.TabIndex = 1;
tabPage2.Text = "tabPage2";
tabPage2.UseVisualStyleBackColor = true;
//
// button1
//
button1.Location = new Point(419, 430);
button1.Name = "button1";
button1.Size = new Size(75, 23);
button1.TabIndex = 2;
button1.Text = "Next >";
button1.UseVisualStyleBackColor = true;
//
// button2
//
button2.Enabled = false;
button2.Location = new Point(338, 430);
button2.Name = "button2";
button2.Size = new Size(75, 23);
button2.TabIndex = 3;
button2.Text = "< Back";
button2.UseVisualStyleBackColor = true;
//
// FirstRunWizard
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(502, 465);
Controls.Add(button2);
Controls.Add(button1);
Controls.Add(tabControl1);
Controls.Add(pictureBox1);
FormBorderStyle = FormBorderStyle.FixedSingle;
MaximizeBox = false;
MinimizeBox = false;
Name = "FirstRunWizard";
ShowIcon = false;
Text = "Voile - First Run Wizard";
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
tabControl1.ResumeLayout(false);
tabPage1.ResumeLayout(false);
tabPage1.PerformLayout();
ResumeLayout(false);
}
#endregion
private PictureBox pictureBox1;
private TabControl tabControl1;
private TabPage tabPage1;
private TabPage tabPage2;
private Button button1;
private Button button2;
private RadioButton radioButton1;
private RadioButton radioButton2;
private Label label1;
private Label label2;
}
}