| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- namespace MusicPlayer
- {
- partial class MainForm
- {
- /// <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()
- {
- this.SongsTableView = new System.Windows.Forms.DataGridView();
- this.GenreListBox = new System.Windows.Forms.ListBox();
- this.AlbumListView = new System.Windows.Forms.ListView();
- this.ArtistListBox = new System.Windows.Forms.ListBox();
- this.MainPanel = new System.Windows.Forms.Panel();
- this.MenuStrip = new System.Windows.Forms.MenuStrip();
- this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- ((System.ComponentModel.ISupportInitialize)(this.SongsTableView)).BeginInit();
- this.MainPanel.SuspendLayout();
- this.MenuStrip.SuspendLayout();
- this.SuspendLayout();
- //
- // SongsTableView
- //
- this.SongsTableView.AllowUserToAddRows = false;
- this.SongsTableView.AllowUserToDeleteRows = false;
- this.SongsTableView.AllowUserToResizeRows = false;
- this.SongsTableView.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.SongsTableView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.SongsTableView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.SongsTableView.Location = new System.Drawing.Point(12, 153);
- this.SongsTableView.MultiSelect = false;
- this.SongsTableView.Name = "SongsTableView";
- this.SongsTableView.ReadOnly = true;
- this.SongsTableView.RowHeadersVisible = false;
- this.SongsTableView.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.SongsTableView.Size = new System.Drawing.Size(760, 172);
- this.SongsTableView.TabIndex = 0;
- //
- // GenreListBox
- //
- this.GenreListBox.FormattingEnabled = true;
- this.GenreListBox.Location = new System.Drawing.Point(12, 12);
- this.GenreListBox.Name = "GenreListBox";
- this.GenreListBox.Size = new System.Drawing.Size(124, 134);
- this.GenreListBox.Sorted = true;
- this.GenreListBox.TabIndex = 1;
- //
- // AlbumListView
- //
- this.AlbumListView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.AlbumListView.Location = new System.Drawing.Point(272, 12);
- this.AlbumListView.Name = "AlbumListView";
- this.AlbumListView.Size = new System.Drawing.Size(500, 134);
- this.AlbumListView.Sorting = System.Windows.Forms.SortOrder.Ascending;
- this.AlbumListView.TabIndex = 2;
- this.AlbumListView.UseCompatibleStateImageBehavior = false;
- //
- // ArtistListBox
- //
- this.ArtistListBox.FormattingEnabled = true;
- this.ArtistListBox.Location = new System.Drawing.Point(142, 12);
- this.ArtistListBox.Name = "ArtistListBox";
- this.ArtistListBox.Size = new System.Drawing.Size(124, 134);
- this.ArtistListBox.Sorted = true;
- this.ArtistListBox.TabIndex = 3;
- //
- // MainPanel
- //
- this.MainPanel.Controls.Add(this.GenreListBox);
- this.MainPanel.Controls.Add(this.ArtistListBox);
- this.MainPanel.Controls.Add(this.AlbumListView);
- this.MainPanel.Controls.Add(this.SongsTableView);
- this.MainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.MainPanel.Location = new System.Drawing.Point(0, 24);
- this.MainPanel.Name = "MainPanel";
- this.MainPanel.Size = new System.Drawing.Size(784, 337);
- this.MainPanel.TabIndex = 5;
- //
- // MenuStrip
- //
- this.MenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.fileToolStripMenuItem});
- this.MenuStrip.Location = new System.Drawing.Point(0, 0);
- this.MenuStrip.Name = "MenuStrip";
- this.MenuStrip.Size = new System.Drawing.Size(784, 24);
- this.MenuStrip.TabIndex = 6;
- this.MenuStrip.Text = "Menu";
- //
- // fileToolStripMenuItem
- //
- this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.openToolStripMenuItem,
- this.saveToolStripMenuItem});
- this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
- this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
- this.fileToolStripMenuItem.Text = "File";
- //
- // openToolStripMenuItem
- //
- this.openToolStripMenuItem.Name = "openToolStripMenuItem";
- this.openToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
- this.openToolStripMenuItem.Text = "Open";
- //
- // saveToolStripMenuItem
- //
- this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
- this.saveToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
- this.saveToolStripMenuItem.Text = "Save";
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(784, 361);
- this.Controls.Add(this.MainPanel);
- this.Controls.Add(this.MenuStrip);
- this.MainMenuStrip = this.MenuStrip;
- this.MinimumSize = new System.Drawing.Size(800, 400);
- this.Name = "MainForm";
- this.Text = "YJMPD Music Player";
- ((System.ComponentModel.ISupportInitialize)(this.SongsTableView)).EndInit();
- this.MainPanel.ResumeLayout(false);
- this.MenuStrip.ResumeLayout(false);
- this.MenuStrip.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView SongsTableView;
- private System.Windows.Forms.ListBox GenreListBox;
- private System.Windows.Forms.ListView AlbumListView;
- private System.Windows.Forms.ListBox ArtistListBox;
- private System.Windows.Forms.Panel MainPanel;
- private System.Windows.Forms.MenuStrip MenuStrip;
- private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
- }
- }
|