2014-11-14 18:34:03 +00:00
namespace Saviour_Backup_System
{
partial class addBackupWizard
{
/// <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 ( )
{
2014-11-14 21:02:55 +00:00
this . textBox2 = new System . Windows . Forms . TextBox ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . drivesDropdown = new System . Windows . Forms . ComboBox ( ) ;
2014-11-16 17:14:52 +00:00
this . title = new System . Windows . Forms . Label ( ) ;
2014-11-15 13:43:19 +00:00
this . label5 = new System . Windows . Forms . Label ( ) ;
2014-11-16 17:14:52 +00:00
this . folderPath = new System . Windows . Forms . TextBox ( ) ;
2014-11-15 13:43:19 +00:00
this . directoryBrowseButton = new System . Windows . Forms . Button ( ) ;
2014-11-16 17:14:52 +00:00
this . introTextBox = new System . Windows . Forms . RichTextBox ( ) ;
this . switchButton1 = new DevComponents . DotNetBar . Controls . SwitchButton ( ) ;
this . switchButton3 = new DevComponents . DotNetBar . Controls . SwitchButton ( ) ;
this . label6 = new System . Windows . Forms . Label ( ) ;
this . label8 = new System . Windows . Forms . Label ( ) ;
this . label9 = new System . Windows . Forms . Label ( ) ;
this . compressionTypeDropdown = new System . Windows . Forms . ComboBox ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . integerInput1 = new DevComponents . Editors . IntegerInput ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . integerInput1 ) ) . BeginInit ( ) ;
2014-11-14 18:34:03 +00:00
this . SuspendLayout ( ) ;
//
2014-11-14 21:02:55 +00:00
// textBox2
//
2014-11-15 13:43:19 +00:00
this . textBox2 . Font = new System . Drawing . Font ( "Lucida Sans Unicode" , 10F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . textBox2 . Location = new System . Drawing . Point ( 302 , 42 ) ;
2014-11-14 21:02:55 +00:00
this . textBox2 . MaxLength = 30 ;
this . textBox2 . Name = "textBox2" ;
2014-11-15 13:43:19 +00:00
this . textBox2 . Size = new System . Drawing . Size ( 249 , 28 ) ;
2014-11-14 21:02:55 +00:00
this . textBox2 . TabIndex = 1 ;
//
// label1
//
this . label1 . AutoSize = true ;
2014-11-15 13:43:19 +00:00
this . label1 . Font = new System . Drawing . Font ( "Lucida Sans Unicode" , 11F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label1 . Location = new System . Drawing . Point ( 183 , 43 ) ;
2014-11-14 21:02:55 +00:00
this . label1 . Name = "label1" ;
2014-11-15 13:43:19 +00:00
this . label1 . Size = new System . Drawing . Size ( 113 , 18 ) ;
2014-11-14 21:02:55 +00:00
this . label1 . TabIndex = 2 ;
this . label1 . Text = "Backup Name:" ;
//
// label2
//
this . label2 . AutoSize = true ;
2014-11-15 13:43:19 +00:00
this . label2 . Font = new System . Drawing . Font ( "Lucida Sans Unicode" , 11F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2014-11-16 17:14:52 +00:00
this . label2 . Location = new System . Drawing . Point ( 245 , 77 ) ;
2014-11-14 21:02:55 +00:00
this . label2 . Name = "label2" ;
2014-11-15 13:43:19 +00:00
this . label2 . Size = new System . Drawing . Size ( 51 , 18 ) ;
2014-11-14 21:02:55 +00:00
this . label2 . TabIndex = 4 ;
this . label2 . Text = "Drive:" ;
//
// drivesDropdown
//
2014-11-15 13:43:19 +00:00
this . drivesDropdown . Font = new System . Drawing . Font ( "Lucida Sans Unicode" , 10F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2014-11-14 21:02:55 +00:00
this . drivesDropdown . FormattingEnabled = true ;
2014-11-16 17:14:52 +00:00
this . drivesDropdown . Location = new System . Drawing . Point ( 302 , 76 ) ;
2014-11-14 21:02:55 +00:00
this . drivesDropdown . MaxDropDownItems = 26 ;
this . drivesDropdown . Name = "drivesDropdown" ;
2014-11-15 13:43:19 +00:00
this . drivesDropdown . Size = new System . Drawing . Size ( 249 , 24 ) ;
2014-11-14 21:02:55 +00:00
this . drivesDropdown . Sorted = true ;
this . drivesDropdown . TabIndex = 5 ;
//
2014-11-16 17:14:52 +00:00
// title
2014-11-14 21:02:55 +00:00
//
2014-11-16 17:14:52 +00:00
this . title . AutoSize = true ;
this . title . Font = new System . Drawing . Font ( "Lucida Sans Unicode" , 17F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . title . Location = new System . Drawing . Point ( 12 , 9 ) ;
this . title . Name = "title" ;
this . title . Size = new System . Drawing . Size ( 162 , 28 ) ;
this . title . TabIndex = 8 ;
this . title . Text = "Add a Backup" ;
2014-11-14 21:02:55 +00:00
//
2014-11-15 13:43:19 +00:00
// label5
//
this . label5 . AutoSize = true ;
this . label5 . Font = new System . Drawing . Font ( "Lucida Sans Unicode" , 11F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2014-11-16 17:14:52 +00:00
this . label5 . Location = new System . Drawing . Point ( 12 , 243 ) ;
2014-11-15 13:43:19 +00:00
this . label5 . Name = "label5" ;
this . label5 . Size = new System . Drawing . Size ( 81 , 18 ) ;
this . label5 . TabIndex = 10 ;
this . label5 . Text = "Directory:" ;
//
2014-11-16 17:14:52 +00:00
// folderPath
2014-11-15 13:43:19 +00:00
//
2014-11-16 17:14:52 +00:00
this . folderPath . Font = new System . Drawing . Font ( "Lucida Sans Unicode" , 10F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . folderPath . Location = new System . Drawing . Point ( 99 , 239 ) ;
this . folderPath . MaxLength = 30 ;
this . folderPath . Name = "folderPath" ;
this . folderPath . Size = new System . Drawing . Size ( 376 , 28 ) ;
this . folderPath . TabIndex = 9 ;
2014-11-15 13:43:19 +00:00
//
// directoryBrowseButton
//
this . directoryBrowseButton . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 10F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2014-11-16 17:14:52 +00:00
this . directoryBrowseButton . Location = new System . Drawing . Point ( 476 , 239 ) ;
2014-11-15 13:43:19 +00:00
this . directoryBrowseButton . Name = "directoryBrowseButton" ;
this . directoryBrowseButton . Size = new System . Drawing . Size ( 75 , 28 ) ;
this . directoryBrowseButton . TabIndex = 11 ;
this . directoryBrowseButton . Text = "Browse" ;
this . directoryBrowseButton . UseVisualStyleBackColor = true ;
this . directoryBrowseButton . Click + = new System . EventHandler ( this . directoryBrowseButton_Click ) ;
//
2014-11-16 17:14:52 +00:00
// introTextBox
//
this . introTextBox . BackColor = System . Drawing . SystemColors . Control ;
this . introTextBox . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . introTextBox . Location = new System . Drawing . Point ( 2 , 45 ) ;
this . introTextBox . Name = "introTextBox" ;
this . introTextBox . ReadOnly = true ;
this . introTextBox . Size = new System . Drawing . Size ( 175 , 176 ) ;
this . introTextBox . TabIndex = 12 ;
this . introTextBox . TabStop = false ;
this . introTextBox . Text = "In order for Saviour Backup System to backup your device, you need to add a backu" +
"p record.\n\nBe careful when filling in the details, they may not be able to be ch" +
"anged later." ;
//
// switchButton1
//
this . switchButton1 . BackColor = System . Drawing . SystemColors . ControlDark ;
//
//
//
this . switchButton1 . BackgroundStyle . Class = "" ;
this . switchButton1 . BackgroundStyle . CornerType = DevComponents . DotNetBar . eCornerType . Square ;
this . switchButton1 . Font = new System . Drawing . Font ( "Lucida Sans Typewriter" , 11F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . switchButton1 . Location = new System . Drawing . Point ( 487 , 181 ) ;
this . switchButton1 . Name = "switchButton1" ;
this . switchButton1 . OffBackColor = System . Drawing . Color . DarkRed ;
this . switchButton1 . OffTextColor = System . Drawing . Color . White ;
this . switchButton1 . OnBackColor = System . Drawing . Color . LimeGreen ;
this . switchButton1 . OnTextColor = System . Drawing . Color . Black ;
this . switchButton1 . Size = new System . Drawing . Size ( 64 , 23 ) ;
this . switchButton1 . Style = DevComponents . DotNetBar . eDotNetBarStyle . StyleManagerControlled ;
this . switchButton1 . TabIndex = 13 ;
//
// switchButton3
//
this . switchButton3 . BackColor = System . Drawing . SystemColors . ControlDark ;
//
//
//
this . switchButton3 . BackgroundStyle . Class = "" ;
this . switchButton3 . BackgroundStyle . CornerType = DevComponents . DotNetBar . eCornerType . Square ;
this . switchButton3 . Font = new System . Drawing . Font ( "Lucida Sans Typewriter" , 11F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . switchButton3 . Location = new System . Drawing . Point ( 487 , 210 ) ;
this . switchButton3 . Name = "switchButton3" ;
this . switchButton3 . OffBackColor = System . Drawing . Color . DarkRed ;
this . switchButton3 . OffTextColor = System . Drawing . Color . White ;
this . switchButton3 . OnBackColor = System . Drawing . Color . LimeGreen ;
this . switchButton3 . OnTextColor = System . Drawing . Color . Black ;
this . switchButton3 . Size = new System . Drawing . Size ( 64 , 23 ) ;
this . switchButton3 . Style = DevComponents . DotNetBar . eDotNetBarStyle . StyleManagerControlled ;
this . switchButton3 . TabIndex = 15 ;
//
// label6
//
this . label6 . AutoSize = true ;
this . label6 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 11F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label6 . Location = new System . Drawing . Point ( 343 , 184 ) ;
this . label6 . Name = "label6" ;
this . label6 . Size = new System . Drawing . Size ( 139 , 18 ) ;
this . label6 . TabIndex = 16 ;
this . label6 . Text = "Backup on Insertion" ;
//
// label8
//
this . label8 . AutoSize = true ;
this . label8 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 11F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label8 . Location = new System . Drawing . Point ( 347 , 212 ) ;
this . label8 . Name = "label8" ;
this . label8 . Size = new System . Drawing . Size ( 134 , 18 ) ;
this . label8 . TabIndex = 18 ;
this . label8 . Text = "Unified Backup File" ;
//
// label9
//
this . label9 . AutoSize = true ;
this . label9 . Font = new System . Drawing . Font ( "Lucida Sans Unicode" , 11F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label9 . Location = new System . Drawing . Point ( 186 , 107 ) ;
this . label9 . Name = "label9" ;
this . label9 . Size = new System . Drawing . Size ( 110 , 18 ) ;
this . label9 . TabIndex = 20 ;
this . label9 . Text = "Compression:" ;
//
// compressionTypeDropdown
//
this . compressionTypeDropdown . Font = new System . Drawing . Font ( "Lucida Sans Unicode" , 10F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . compressionTypeDropdown . FormattingEnabled = true ;
this . compressionTypeDropdown . Items . AddRange ( new object [ ] {
"None" ,
"ZIP Archive (*.zip)" } ) ;
this . compressionTypeDropdown . Location = new System . Drawing . Point ( 302 , 106 ) ;
this . compressionTypeDropdown . MaxDropDownItems = 26 ;
this . compressionTypeDropdown . Name = "compressionTypeDropdown" ;
this . compressionTypeDropdown . Size = new System . Drawing . Size ( 249 , 24 ) ;
this . compressionTypeDropdown . Sorted = true ;
this . compressionTypeDropdown . TabIndex = 21 ;
//
// label3
//
this . label3 . AutoSize = true ;
this . label3 . Font = new System . Drawing . Font ( "Lucida Sans Unicode" , 11F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label3 . Location = new System . Drawing . Point ( 325 , 139 ) ;
this . label3 . Name = "label3" ;
this . label3 . Size = new System . Drawing . Size ( 140 , 18 ) ;
this . label3 . TabIndex = 23 ;
this . label3 . Text = "Previous Backups:" ;
//
// integerInput1
//
//
//
//
this . integerInput1 . BackgroundStyle . Class = "DateTimeInputBackground" ;
this . integerInput1 . BackgroundStyle . CornerType = DevComponents . DotNetBar . eCornerType . Square ;
this . integerInput1 . ButtonFreeText . Shortcut = DevComponents . DotNetBar . eShortcut . F2 ;
this . integerInput1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 11F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . integerInput1 . Location = new System . Drawing . Point ( 471 , 136 ) ;
this . integerInput1 . MinValue = - 1 ;
this . integerInput1 . Name = "integerInput1" ;
this . integerInput1 . ShowUpDown = true ;
this . integerInput1 . Size = new System . Drawing . Size ( 80 , 24 ) ;
this . integerInput1 . TabIndex = 25 ;
//
2014-11-14 18:34:03 +00:00
// addBackupWizard
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . ClientSize = new System . Drawing . Size ( 563 , 436 ) ;
2014-11-16 17:14:52 +00:00
this . Controls . Add ( this . integerInput1 ) ;
this . Controls . Add ( this . label3 ) ;
this . Controls . Add ( this . compressionTypeDropdown ) ;
this . Controls . Add ( this . label9 ) ;
this . Controls . Add ( this . label8 ) ;
this . Controls . Add ( this . label6 ) ;
this . Controls . Add ( this . switchButton3 ) ;
this . Controls . Add ( this . switchButton1 ) ;
this . Controls . Add ( this . introTextBox ) ;
2014-11-15 13:43:19 +00:00
this . Controls . Add ( this . directoryBrowseButton ) ;
this . Controls . Add ( this . label5 ) ;
2014-11-16 17:14:52 +00:00
this . Controls . Add ( this . folderPath ) ;
this . Controls . Add ( this . title ) ;
2014-11-14 21:02:55 +00:00
this . Controls . Add ( this . drivesDropdown ) ;
this . Controls . Add ( this . label2 ) ;
this . Controls . Add ( this . label1 ) ;
this . Controls . Add ( this . textBox2 ) ;
2014-11-14 18:34:03 +00:00
this . Name = "addBackupWizard" ;
this . Text = "addBackupWizard" ;
2014-11-16 17:14:52 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . integerInput1 ) ) . EndInit ( ) ;
2014-11-14 18:34:03 +00:00
this . ResumeLayout ( false ) ;
2014-11-14 21:02:55 +00:00
this . PerformLayout ( ) ;
2014-11-14 18:34:03 +00:00
}
#endregion
2014-11-14 21:02:55 +00:00
private System . Windows . Forms . TextBox textBox2 ;
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . Label label2 ;
private System . Windows . Forms . ComboBox drivesDropdown ;
2014-11-16 17:14:52 +00:00
private System . Windows . Forms . Label title ;
2014-11-15 13:43:19 +00:00
private System . Windows . Forms . Label label5 ;
2014-11-16 17:14:52 +00:00
private System . Windows . Forms . TextBox folderPath ;
2014-11-15 13:43:19 +00:00
private System . Windows . Forms . Button directoryBrowseButton ;
2014-11-16 17:14:52 +00:00
private System . Windows . Forms . RichTextBox introTextBox ;
private DevComponents . DotNetBar . Controls . SwitchButton switchButton1 ;
private DevComponents . DotNetBar . Controls . SwitchButton switchButton3 ;
private System . Windows . Forms . Label label6 ;
private System . Windows . Forms . Label label8 ;
private System . Windows . Forms . Label label9 ;
private System . Windows . Forms . ComboBox compressionTypeDropdown ;
private System . Windows . Forms . Label label3 ;
private DevComponents . Editors . IntegerInput integerInput1 ;
2014-11-14 18:34:03 +00:00
}
}