namespace CarManagerV3 { partial class MainForm { /// /// 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() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); tlpWrapper = new System.Windows.Forms.TableLayoutPanel(); flpCars = new System.Windows.Forms.FlowLayoutPanel(); tlpControls = new System.Windows.Forms.TableLayoutPanel(); btnNewCar = new System.Windows.Forms.Button(); tlpSearch = new System.Windows.Forms.TableLayoutPanel(); tbxSearch = new System.Windows.Forms.TextBox(); pbxSearch = new System.Windows.Forms.PictureBox(); menuStrip1 = new System.Windows.Forms.MenuStrip(); fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); recentFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); revealInFileExplorerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); addCarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); clearSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); openWelcomeScreenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); clearRecentFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); gitRepositoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); lblFileInfo = new System.Windows.Forms.Label(); imageList1 = new System.Windows.Forms.ImageList(components); tlpWrapper.SuspendLayout(); tlpControls.SuspendLayout(); tlpSearch.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pbxSearch).BeginInit(); menuStrip1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); SuspendLayout(); // // tlpWrapper // tlpWrapper.ColumnCount = 1; tlpWrapper.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tlpWrapper.Controls.Add(flpCars, 0, 2); tlpWrapper.Controls.Add(tlpControls, 0, 1); tlpWrapper.Controls.Add(menuStrip1, 0, 0); tlpWrapper.Controls.Add(tableLayoutPanel2, 0, 3); tlpWrapper.Dock = System.Windows.Forms.DockStyle.Fill; tlpWrapper.Location = new System.Drawing.Point(0, 0); tlpWrapper.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); tlpWrapper.Name = "tlpWrapper"; tlpWrapper.RowCount = 4; tlpWrapper.RowStyles.Add(new System.Windows.Forms.RowStyle()); tlpWrapper.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F)); tlpWrapper.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tlpWrapper.RowStyles.Add(new System.Windows.Forms.RowStyle()); tlpWrapper.Size = new System.Drawing.Size(902, 653); tlpWrapper.TabIndex = 0; tlpWrapper.Paint += tableLayoutPanel1_Paint; // // flpCars // flpCars.AutoScroll = true; flpCars.AutoScrollMargin = new System.Drawing.Size(0, 200); flpCars.Dock = System.Windows.Forms.DockStyle.Fill; flpCars.Location = new System.Drawing.Point(3, 82); flpCars.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); flpCars.Name = "flpCars"; flpCars.Size = new System.Drawing.Size(896, 541); flpCars.TabIndex = 1; // // tlpControls // tlpControls.ColumnCount = 2; tlpControls.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tlpControls.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); tlpControls.Controls.Add(btnNewCar, 1, 0); tlpControls.Controls.Add(tlpSearch, 0, 0); tlpControls.Dock = System.Windows.Forms.DockStyle.Fill; tlpControls.Location = new System.Drawing.Point(0, 28); tlpControls.Margin = new System.Windows.Forms.Padding(0); tlpControls.Name = "tlpControls"; tlpControls.RowCount = 1; tlpControls.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tlpControls.Size = new System.Drawing.Size(902, 50); tlpControls.TabIndex = 2; // // btnNewCar // btnNewCar.BackColor = System.Drawing.SystemColors.MenuHighlight; btnNewCar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; btnNewCar.Cursor = System.Windows.Forms.Cursors.Hand; btnNewCar.Dock = System.Windows.Forms.DockStyle.Fill; btnNewCar.FlatAppearance.BorderSize = 0; btnNewCar.FlatStyle = System.Windows.Forms.FlatStyle.Flat; btnNewCar.Image = (System.Drawing.Image)resources.GetObject("btnNewCar.Image"); btnNewCar.Location = new System.Drawing.Point(822, 0); btnNewCar.Margin = new System.Windows.Forms.Padding(0); btnNewCar.Name = "btnNewCar"; btnNewCar.Size = new System.Drawing.Size(80, 50); btnNewCar.TabIndex = 4; btnNewCar.UseVisualStyleBackColor = false; btnNewCar.Click += btnNewCar_Click; // // tlpSearch // tlpSearch.BackColor = System.Drawing.SystemColors.Window; tlpSearch.ColumnCount = 2; tlpSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F)); tlpSearch.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tlpSearch.Controls.Add(tbxSearch, 1, 0); tlpSearch.Controls.Add(pbxSearch, 0, 0); tlpSearch.Dock = System.Windows.Forms.DockStyle.Fill; tlpSearch.Location = new System.Drawing.Point(0, 0); tlpSearch.Margin = new System.Windows.Forms.Padding(0); tlpSearch.Name = "tlpSearch"; tlpSearch.RowCount = 1; tlpSearch.RowStyles.Add(new System.Windows.Forms.RowStyle()); tlpSearch.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tlpSearch.Size = new System.Drawing.Size(822, 50); tlpSearch.TabIndex = 5; // // tbxSearch // tbxSearch.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right; tbxSearch.BackColor = System.Drawing.SystemColors.Window; tbxSearch.BorderStyle = System.Windows.Forms.BorderStyle.None; tbxSearch.Font = new System.Drawing.Font("Segoe UI", 9F); tbxSearch.Location = new System.Drawing.Point(53, 15); tbxSearch.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); tbxSearch.Name = "tbxSearch"; tbxSearch.Size = new System.Drawing.Size(766, 20); tbxSearch.TabIndex = 3; tbxSearch.TextChanged += tbxSearch_TextChanged; // // pbxSearch // pbxSearch.Dock = System.Windows.Forms.DockStyle.Fill; pbxSearch.Image = (System.Drawing.Image)resources.GetObject("pbxSearch.Image"); pbxSearch.Location = new System.Drawing.Point(0, 0); pbxSearch.Margin = new System.Windows.Forms.Padding(0); pbxSearch.Name = "pbxSearch"; pbxSearch.Size = new System.Drawing.Size(50, 50); pbxSearch.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; pbxSearch.TabIndex = 0; pbxSearch.TabStop = false; // // menuStrip1 // menuStrip1.BackColor = System.Drawing.SystemColors.ButtonFace; menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { fileToolStripMenuItem, editToolStripMenuItem, toolsToolStripMenuItem, aboutToolStripMenuItem }); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(902, 28); menuStrip1.TabIndex = 3; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { openToolStripMenuItem, saveToolStripMenuItem, saveAsToolStripMenuItem, recentFilesToolStripMenuItem, revealInFileExplorerToolStripMenuItem, exitToolStripMenuItem }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new System.Drawing.Size(46, 24); fileToolStripMenuItem.Text = "File"; // // openToolStripMenuItem // openToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; openToolStripMenuItem.Name = "openToolStripMenuItem"; openToolStripMenuItem.Size = new System.Drawing.Size(238, 26); openToolStripMenuItem.Text = "Open"; openToolStripMenuItem.Click += openToolStripMenuItem_Click; // // saveToolStripMenuItem // saveToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; saveToolStripMenuItem.Name = "saveToolStripMenuItem"; saveToolStripMenuItem.Size = new System.Drawing.Size(238, 26); saveToolStripMenuItem.Text = "Save"; saveToolStripMenuItem.Click += saveToolStripMenuItem_Click; // // saveAsToolStripMenuItem // saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem"; saveAsToolStripMenuItem.Size = new System.Drawing.Size(238, 26); saveAsToolStripMenuItem.Text = "Save as"; saveAsToolStripMenuItem.Click += saveAsToolStripMenuItem_Click; // // recentFilesToolStripMenuItem // recentFilesToolStripMenuItem.Name = "recentFilesToolStripMenuItem"; recentFilesToolStripMenuItem.Size = new System.Drawing.Size(238, 26); recentFilesToolStripMenuItem.Text = "Recent Files"; recentFilesToolStripMenuItem.Click += recentFilesToolStripMenuItem_Click; // // revealInFileExplorerToolStripMenuItem // revealInFileExplorerToolStripMenuItem.Name = "revealInFileExplorerToolStripMenuItem"; revealInFileExplorerToolStripMenuItem.Size = new System.Drawing.Size(238, 26); revealInFileExplorerToolStripMenuItem.Text = "Reveal in File Explorer"; revealInFileExplorerToolStripMenuItem.Click += revealInFileExplorerToolStripMenuItem_Click; // // exitToolStripMenuItem // exitToolStripMenuItem.Name = "exitToolStripMenuItem"; exitToolStripMenuItem.Size = new System.Drawing.Size(238, 26); exitToolStripMenuItem.Text = "Save and Exit"; exitToolStripMenuItem.Click += exitToolStripMenuItem_Click; // // editToolStripMenuItem // editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { addCarToolStripMenuItem, importToolStripMenuItem, clearSearchToolStripMenuItem, settingsToolStripMenuItem }); editToolStripMenuItem.Name = "editToolStripMenuItem"; editToolStripMenuItem.Size = new System.Drawing.Size(49, 24); editToolStripMenuItem.Text = "Edit"; // // addCarToolStripMenuItem // addCarToolStripMenuItem.Name = "addCarToolStripMenuItem"; addCarToolStripMenuItem.Size = new System.Drawing.Size(174, 26); addCarToolStripMenuItem.Text = "Add Car"; addCarToolStripMenuItem.Click += addCarToolStripMenuItem_Click; // // importToolStripMenuItem // importToolStripMenuItem.Name = "importToolStripMenuItem"; importToolStripMenuItem.Size = new System.Drawing.Size(174, 26); importToolStripMenuItem.Text = "Import"; importToolStripMenuItem.Click += importToolStripMenuItem_Click; // // clearSearchToolStripMenuItem // clearSearchToolStripMenuItem.Name = "clearSearchToolStripMenuItem"; clearSearchToolStripMenuItem.Size = new System.Drawing.Size(174, 26); clearSearchToolStripMenuItem.Text = "Clear Search"; clearSearchToolStripMenuItem.Click += clearSearchToolStripMenuItem_Click; // // settingsToolStripMenuItem // settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; settingsToolStripMenuItem.Size = new System.Drawing.Size(174, 26); settingsToolStripMenuItem.Text = "Settings"; settingsToolStripMenuItem.Click += settingsToolStripMenuItem_Click; // // toolsToolStripMenuItem // toolsToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { openWelcomeScreenToolStripMenuItem, clearRecentFilesToolStripMenuItem }); toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; toolsToolStripMenuItem.Size = new System.Drawing.Size(58, 24); toolsToolStripMenuItem.Text = "Tools"; // // openWelcomeScreenToolStripMenuItem // openWelcomeScreenToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; openWelcomeScreenToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; openWelcomeScreenToolStripMenuItem.Name = "openWelcomeScreenToolStripMenuItem"; openWelcomeScreenToolStripMenuItem.Size = new System.Drawing.Size(238, 26); openWelcomeScreenToolStripMenuItem.Text = "Open welcome screen"; openWelcomeScreenToolStripMenuItem.Click += openWelcomeScreenToolStripMenuItem_Click; // // clearRecentFilesToolStripMenuItem // clearRecentFilesToolStripMenuItem.Name = "clearRecentFilesToolStripMenuItem"; clearRecentFilesToolStripMenuItem.Size = new System.Drawing.Size(238, 26); clearRecentFilesToolStripMenuItem.Text = "Clear recent files"; clearRecentFilesToolStripMenuItem.Click += clearRecentFilesToolStripMenuItem_Click; // // aboutToolStripMenuItem // aboutToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { checkForUpdatesToolStripMenuItem, gitRepositoryToolStripMenuItem }); aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; aboutToolStripMenuItem.Size = new System.Drawing.Size(64, 24); aboutToolStripMenuItem.Text = "About"; // // checkForUpdatesToolStripMenuItem // checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem"; checkForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(213, 26); checkForUpdatesToolStripMenuItem.Text = "Check for Updates"; checkForUpdatesToolStripMenuItem.Click += checkForUpdatesToolStripMenuItem_Click; // // gitRepositoryToolStripMenuItem // gitRepositoryToolStripMenuItem.Name = "gitRepositoryToolStripMenuItem"; gitRepositoryToolStripMenuItem.Size = new System.Drawing.Size(213, 26); gitRepositoryToolStripMenuItem.Text = "Git Repository"; gitRepositoryToolStripMenuItem.Click += gitRepositoryToolStripMenuItem_Click; // // tableLayoutPanel2 // tableLayoutPanel2.AutoSize = true; tableLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; tableLayoutPanel2.ColumnCount = 2; tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel2.Controls.Add(lblFileInfo, 0, 0); tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Bottom; tableLayoutPanel2.Location = new System.Drawing.Point(3, 630); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 1; tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel2.Size = new System.Drawing.Size(896, 20); tableLayoutPanel2.TabIndex = 4; // // lblFileInfo // lblFileInfo.AutoSize = true; lblFileInfo.ForeColor = System.Drawing.SystemColors.ActiveBorder; lblFileInfo.Location = new System.Drawing.Point(3, 0); lblFileInfo.Name = "lblFileInfo"; lblFileInfo.Size = new System.Drawing.Size(150, 20); lblFileInfo.TabIndex = 0; lblFileInfo.Text = "No File info available"; // // imageList1 // imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; imageList1.ImageStream = (System.Windows.Forms.ImageListStreamer)resources.GetObject("imageList1.ImageStream"); imageList1.TransparentColor = System.Drawing.Color.Transparent; imageList1.Images.SetKeyName(0, "Icon_Search.png"); imageList1.Images.SetKeyName(1, "Icon_Add.png"); // // MainForm // AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; ClientSize = new System.Drawing.Size(902, 653); Controls.Add(tlpWrapper); Icon = (System.Drawing.Icon)resources.GetObject("$this.Icon"); MainMenuStrip = menuStrip1; Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); MinimumSize = new System.Drawing.Size(920, 700); Name = "MainForm"; StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; Text = "Carmanager 3"; tlpWrapper.ResumeLayout(false); tlpWrapper.PerformLayout(); tlpControls.ResumeLayout(false); tlpSearch.ResumeLayout(false); tlpSearch.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pbxSearch).EndInit(); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel2.PerformLayout(); ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tlpWrapper; private System.Windows.Forms.FlowLayoutPanel flpCars; private System.Windows.Forms.TableLayoutPanel tlpControls; private System.Windows.Forms.TextBox tbxSearch; private System.Windows.Forms.Button btnNewCar; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem recentFilesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem revealInFileExplorerToolStripMenuItem; private System.Windows.Forms.TableLayoutPanel tlpSearch; private System.Windows.Forms.PictureBox pbxSearch; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem openWelcomeScreenToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem addCarToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem clearSearchToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem clearRecentFilesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem checkForUpdatesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem gitRepositoryToolStripMenuItem; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Label lblFileInfo; } }