namespace DataOrganizer { partial class ProfileManager { /// /// 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() { this.MainLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.MainPanel = new System.Windows.Forms.Panel(); this.ProfilesComboBox = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.ProfileInfoPanel = new System.Windows.Forms.Panel(); this.ProfileInfoGroupBox = new System.Windows.Forms.GroupBox(); this.MachineNameTextBox = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.ProfileNameTextBox = new System.Windows.Forms.TextBox(); this.MachineNameLabel = new System.Windows.Forms.Label(); this.AddOrUpdateProfileButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.SelectNewContentLocationButton = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.NewContentLocationTextBox = new System.Windows.Forms.TextBox(); this.DeleteProfileButton = new System.Windows.Forms.Button(); this.MainLayoutPanel.SuspendLayout(); this.MainPanel.SuspendLayout(); this.ProfileInfoPanel.SuspendLayout(); this.ProfileInfoGroupBox.SuspendLayout(); this.SuspendLayout(); // // MainLayoutPanel // this.MainLayoutPanel.ColumnCount = 1; this.MainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.MainLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.MainLayoutPanel.Controls.Add(this.MainPanel, 0, 0); this.MainLayoutPanel.Controls.Add(this.ProfileInfoPanel, 0, 1); this.MainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.MainLayoutPanel.Location = new System.Drawing.Point(0, 0); this.MainLayoutPanel.Name = "MainLayoutPanel"; this.MainLayoutPanel.RowCount = 2; this.MainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.MainLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 75F)); this.MainLayoutPanel.Size = new System.Drawing.Size(718, 383); this.MainLayoutPanel.TabIndex = 0; // // MainPanel // this.MainPanel.Controls.Add(this.ProfilesComboBox); this.MainPanel.Controls.Add(this.label3); this.MainPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.MainPanel.Location = new System.Drawing.Point(3, 3); this.MainPanel.Name = "MainPanel"; this.MainPanel.Size = new System.Drawing.Size(712, 89); this.MainPanel.TabIndex = 0; // // ProfilesComboBox // this.ProfilesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ProfilesComboBox.FormattingEnabled = true; this.ProfilesComboBox.Location = new System.Drawing.Point(190, 24); this.ProfilesComboBox.Name = "ProfilesComboBox"; this.ProfilesComboBox.Size = new System.Drawing.Size(311, 28); this.ProfilesComboBox.TabIndex = 0; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(19, 24); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 20); this.label3.TabIndex = 7; this.label3.Text = "Profiles:"; // // ProfileInfoPanel // this.ProfileInfoPanel.Controls.Add(this.ProfileInfoGroupBox); this.ProfileInfoPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.ProfileInfoPanel.Location = new System.Drawing.Point(3, 98); this.ProfileInfoPanel.Name = "ProfileInfoPanel"; this.ProfileInfoPanel.Size = new System.Drawing.Size(712, 282); this.ProfileInfoPanel.TabIndex = 1; // // ProfileInfoGroupBox // this.ProfileInfoGroupBox.Controls.Add(this.DeleteProfileButton); this.ProfileInfoGroupBox.Controls.Add(this.MachineNameTextBox); this.ProfileInfoGroupBox.Controls.Add(this.label4); this.ProfileInfoGroupBox.Controls.Add(this.ProfileNameTextBox); this.ProfileInfoGroupBox.Controls.Add(this.MachineNameLabel); this.ProfileInfoGroupBox.Controls.Add(this.AddOrUpdateProfileButton); this.ProfileInfoGroupBox.Controls.Add(this.label1); this.ProfileInfoGroupBox.Controls.Add(this.SelectNewContentLocationButton); this.ProfileInfoGroupBox.Controls.Add(this.label2); this.ProfileInfoGroupBox.Controls.Add(this.NewContentLocationTextBox); this.ProfileInfoGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.ProfileInfoGroupBox.Location = new System.Drawing.Point(0, 0); this.ProfileInfoGroupBox.Name = "ProfileInfoGroupBox"; this.ProfileInfoGroupBox.Size = new System.Drawing.Size(712, 282); this.ProfileInfoGroupBox.TabIndex = 0; this.ProfileInfoGroupBox.TabStop = false; this.ProfileInfoGroupBox.Text = "Profile Information"; // // MachineNameTextBox // this.MachineNameTextBox.Location = new System.Drawing.Point(190, 127); this.MachineNameTextBox.Name = "MachineNameTextBox"; this.MachineNameTextBox.Size = new System.Drawing.Size(311, 26); this.MachineNameTextBox.TabIndex = 4; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(17, 130); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(119, 20); this.label4.TabIndex = 7; this.label4.Text = "Machine Name:"; // // ProfileNameTextBox // this.ProfileNameTextBox.Location = new System.Drawing.Point(190, 41); this.ProfileNameTextBox.Name = "ProfileNameTextBox"; this.ProfileNameTextBox.Size = new System.Drawing.Size(311, 26); this.ProfileNameTextBox.TabIndex = 1; // // MachineNameLabel // this.MachineNameLabel.AutoSize = true; this.MachineNameLabel.Location = new System.Drawing.Point(17, 178); this.MachineNameLabel.Name = "MachineNameLabel"; this.MachineNameLabel.Size = new System.Drawing.Size(472, 20); this.MachineNameLabel.TabIndex = 5; this.MachineNameLabel.Text = "This prfile will be automatically loaded when ran on the machine ...."; // // AddOrUpdateProfileButton // this.AddOrUpdateProfileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.AddOrUpdateProfileButton.Location = new System.Drawing.Point(625, 233); this.AddOrUpdateProfileButton.Name = "AddOrUpdateProfileButton"; this.AddOrUpdateProfileButton.Size = new System.Drawing.Size(81, 40); this.AddOrUpdateProfileButton.TabIndex = 5; this.AddOrUpdateProfileButton.Text = "button1"; this.AddOrUpdateProfileButton.UseVisualStyleBackColor = true; this.AddOrUpdateProfileButton.Click += new System.EventHandler(this.AddOrUpdateProfileButton_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(103, 20); this.label1.TabIndex = 0; this.label1.Text = "Profile Name:"; // // SelectNewContentLocationButton // this.SelectNewContentLocationButton.Location = new System.Drawing.Point(507, 82); this.SelectNewContentLocationButton.Name = "SelectNewContentLocationButton"; this.SelectNewContentLocationButton.Size = new System.Drawing.Size(50, 30); this.SelectNewContentLocationButton.TabIndex = 3; this.SelectNewContentLocationButton.Text = "..."; this.SelectNewContentLocationButton.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(17, 85); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(170, 20); this.label2.TabIndex = 2; this.label2.Text = "New Content Location:"; // // NewContentLocationTextBox // this.NewContentLocationTextBox.Location = new System.Drawing.Point(190, 82); this.NewContentLocationTextBox.Name = "NewContentLocationTextBox"; this.NewContentLocationTextBox.Size = new System.Drawing.Size(311, 26); this.NewContentLocationTextBox.TabIndex = 2; // // DeleteProfileButton // this.DeleteProfileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.DeleteProfileButton.Enabled = false; this.DeleteProfileButton.Location = new System.Drawing.Point(9, 233); this.DeleteProfileButton.Name = "DeleteProfileButton"; this.DeleteProfileButton.Size = new System.Drawing.Size(75, 40); this.DeleteProfileButton.TabIndex = 8; this.DeleteProfileButton.Text = "Delete"; this.DeleteProfileButton.UseVisualStyleBackColor = true; // // ProfileManager // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(718, 383); this.Controls.Add(this.MainLayoutPanel); this.MaximizeBox = false; this.Name = "ProfileManager"; this.Text = "ProfileManager"; this.MainLayoutPanel.ResumeLayout(false); this.MainPanel.ResumeLayout(false); this.MainPanel.PerformLayout(); this.ProfileInfoPanel.ResumeLayout(false); this.ProfileInfoGroupBox.ResumeLayout(false); this.ProfileInfoGroupBox.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel MainLayoutPanel; private System.Windows.Forms.Panel MainPanel; private System.Windows.Forms.ComboBox ProfilesComboBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.Panel ProfileInfoPanel; private System.Windows.Forms.GroupBox ProfileInfoGroupBox; private System.Windows.Forms.TextBox ProfileNameTextBox; private System.Windows.Forms.Label MachineNameLabel; private System.Windows.Forms.Button AddOrUpdateProfileButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button SelectNewContentLocationButton; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox NewContentLocationTextBox; private System.Windows.Forms.TextBox MachineNameTextBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button DeleteProfileButton; } }