namespace CHOVY_TRANSFER { partial class CHOVYTRANSFER { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CHOVYTRANSFER)); this.driveLetterSrc = new System.Windows.Forms.ComboBox(); this.pspFolder = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cmaDir = new System.Windows.Forms.TextBox(); this.driveLetterDst = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.pspGames = new System.Windows.Forms.ListBox(); this.label3 = new System.Windows.Forms.Label(); this.transVita = new System.Windows.Forms.Button(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.progressStatus = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.dexToggle = new System.Windows.Forms.PictureBox(); this.currentFile = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dexToggle)).BeginInit(); this.SuspendLayout(); // // driveLetterSrc // this.driveLetterSrc.BackColor = System.Drawing.Color.DimGray; this.driveLetterSrc.DisplayMember = "1"; this.driveLetterSrc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.driveLetterSrc.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.driveLetterSrc.ForeColor = System.Drawing.Color.Lime; this.driveLetterSrc.FormattingEnabled = true; this.driveLetterSrc.Items.AddRange(new object[] { "A:\\", "B:\\", "C:\\", "D:\\", "E:\\", "F:\\", "G:\\", "H:\\", "I:\\", "J:\\", "K:\\", "L:\\", "M:\\", "N:\\", "O:\\", "P:\\", "Q:\\", "R:\\", "S:\\", "T:\\", "U:\\", "V:\\", "W:\\", "X:\\", "Y:\\", "Z:\\"}); this.driveLetterSrc.Location = new System.Drawing.Point(86, 14); this.driveLetterSrc.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.driveLetterSrc.Name = "driveLetterSrc"; this.driveLetterSrc.Size = new System.Drawing.Size(47, 23); this.driveLetterSrc.TabIndex = 1; this.driveLetterSrc.SelectedIndexChanged += new System.EventHandler(this.driveLetterSrc_SelectedIndexChanged); // // pspFolder // this.pspFolder.BackColor = System.Drawing.Color.DimGray; this.pspFolder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pspFolder.ForeColor = System.Drawing.Color.Lime; this.pspFolder.Location = new System.Drawing.Point(141, 15); this.pspFolder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.pspFolder.Name = "pspFolder"; this.pspFolder.Size = new System.Drawing.Size(226, 23); this.pspFolder.TabIndex = 2; this.pspFolder.Text = "PSP"; this.pspFolder.TextChanged += new System.EventHandler(this.pspFolder_TextChanged); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.BackColor = System.Drawing.Color.Black; this.groupBox1.Controls.Add(this.cmaDir); this.groupBox1.Controls.Add(this.driveLetterDst); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.driveLetterSrc); this.groupBox1.Controls.Add(this.pspFolder); this.groupBox1.ForeColor = System.Drawing.Color.Lime; this.groupBox1.Location = new System.Drawing.Point(189, 14); this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); this.groupBox1.Size = new System.Drawing.Size(726, 47); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Directories"; // // cmaDir // this.cmaDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmaDir.BackColor = System.Drawing.Color.DimGray; this.cmaDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.cmaDir.ForeColor = System.Drawing.Color.Lime; this.cmaDir.Location = new System.Drawing.Point(512, 14); this.cmaDir.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.cmaDir.Name = "cmaDir"; this.cmaDir.Size = new System.Drawing.Size(206, 23); this.cmaDir.TabIndex = 6; this.cmaDir.Text = "Users\\XXX\\Documents\\PS Vita"; this.cmaDir.TextChanged += new System.EventHandler(this.cmaDir_TextChanged); // // driveLetterDst // this.driveLetterDst.BackColor = System.Drawing.Color.DimGray; this.driveLetterDst.DisplayMember = "1"; this.driveLetterDst.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.driveLetterDst.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.driveLetterDst.ForeColor = System.Drawing.Color.Lime; this.driveLetterDst.FormattingEnabled = true; this.driveLetterDst.Items.AddRange(new object[] { "A:\\", "B:\\", "C:\\", "D:\\", "E:\\", "F:\\", "G:\\", "H:\\", "I:\\", "J:\\", "K:\\", "L:\\", "M:\\", "N:\\", "O:\\", "P:\\", "Q:\\", "R:\\", "S:\\", "T:\\", "U:\\", "V:\\", "W:\\", "X:\\", "Y:\\", "Z:\\"}); this.driveLetterDst.Location = new System.Drawing.Point(457, 13); this.driveLetterDst.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.driveLetterDst.Name = "driveLetterDst"; this.driveLetterDst.Size = new System.Drawing.Size(47, 23); this.driveLetterDst.TabIndex = 5; this.driveLetterDst.SelectedIndexChanged += new System.EventHandler(this.driveLetterDst_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(376, 17); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(73, 15); this.label2.TabIndex = 4; this.label2.Text = "CMA Folder:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 18); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(66, 15); this.label1.TabIndex = 3; this.label1.Text = "PSP Folder:"; // // pspGames // this.pspGames.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pspGames.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.pspGames.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pspGames.ForeColor = System.Drawing.Color.Lime; this.pspGames.FormattingEnabled = true; this.pspGames.ItemHeight = 15; this.pspGames.Location = new System.Drawing.Point(189, 84); this.pspGames.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.pspGames.Name = "pspGames"; this.pspGames.Size = new System.Drawing.Size(725, 257); this.pspGames.TabIndex = 4; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.Lime; this.label3.Location = new System.Drawing.Point(186, 65); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(86, 15); this.label3.TabIndex = 5; this.label3.Text = "Games on PSP:"; // // transVita // this.transVita.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.transVita.BackColor = System.Drawing.Color.Black; this.transVita.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.transVita.ForeColor = System.Drawing.Color.Red; this.transVita.Location = new System.Drawing.Point(757, 348); this.transVita.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.transVita.Name = "transVita"; this.transVita.Size = new System.Drawing.Size(158, 27); this.transVita.TabIndex = 6; this.transVita.Text = "MOV 1, PSVITA"; this.transVita.UseVisualStyleBackColor = false; this.transVita.EnabledChanged += new System.EventHandler(this.transVita_EnabledChanged); this.transVita.Click += new System.EventHandler(this.transVita_Click); // // progressBar // this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressBar.Location = new System.Drawing.Point(236, 348); this.progressBar.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(514, 27); this.progressBar.TabIndex = 7; // // progressStatus // this.progressStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.progressStatus.ForeColor = System.Drawing.Color.Lime; this.progressStatus.Location = new System.Drawing.Point(186, 354); this.progressStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.progressStatus.Name = "progressStatus"; this.progressStatus.Size = new System.Drawing.Size(42, 17); this.progressStatus.TabIndex = 8; this.progressStatus.Text = "0%"; this.progressStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // pictureBox1 // this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.pictureBox1.BackgroundImage = global::CHOVY_TRANSFER.Properties.Resources.chovytrans; this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox1.Location = new System.Drawing.Point(10, 9); this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(168, 381); this.pictureBox1.TabIndex = 9; this.pictureBox1.TabStop = false; // // dexToggle // this.dexToggle.Location = new System.Drawing.Point(911, 0); this.dexToggle.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.dexToggle.Name = "dexToggle"; this.dexToggle.Size = new System.Drawing.Size(19, 18); this.dexToggle.TabIndex = 10; this.dexToggle.TabStop = false; this.dexToggle.Click += new System.EventHandler(this.dexToggle_Click); // // currentFile // this.currentFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.currentFile.ForeColor = System.Drawing.Color.Lime; this.currentFile.Location = new System.Drawing.Point(186, 378); this.currentFile.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.currentFile.Name = "currentFile"; this.currentFile.Size = new System.Drawing.Size(728, 17); this.currentFile.TabIndex = 11; this.currentFile.Text = "Waiting ..."; this.currentFile.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // CHOVYTRANSFER // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(929, 404); this.Controls.Add(this.currentFile); this.Controls.Add(this.dexToggle); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.progressStatus); this.Controls.Add(this.progressBar); this.Controls.Add(this.transVita); this.Controls.Add(this.label3); this.Controls.Add(this.pspGames); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.Name = "CHOVYTRANSFER"; this.Text = "Chovy-Transfer"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CHOVYTRANSFER_FormClosing); this.Load += new System.EventHandler(this.CHOVYTRANSFER_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dexToggle)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox driveLetterSrc; private System.Windows.Forms.TextBox pspFolder; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox cmaDir; private System.Windows.Forms.ComboBox driveLetterDst; private System.Windows.Forms.ListBox pspGames; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button transVita; private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.Label progressStatus; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox dexToggle; private System.Windows.Forms.Label currentFile; } }