Ejemplo n.º 1
0
 public FormFriendList(FacebookObjectCollection <User> i_friends, MRG.Controls.UI.LoadingCircle i_LoadingCircleShowFriend)
 {
     r_Friends = i_friends;
     m_LoadingCircleShowFriend = i_LoadingCircleShowFriend;
     InitializeComponent();
     initializeComponent();
 }
Ejemplo n.º 2
0
        ///<summary>
        ///Required method for Designer support - do not modify
        ///the contents of this method with the code editor.
        ///</summary>
        private void InitializeComponent()
		{
        	this.lblTitle = new System.Windows.Forms.Label();
        	this.groupBox1 = new System.Windows.Forms.GroupBox();
        	this.progressBar1 = new System.Windows.Forms.ProgressBar();
        	this.lblSubTitle = new System.Windows.Forms.Label();
        	this.loadingCircle1 = new MRG.Controls.UI.LoadingCircle();
        	this.groupBox1.SuspendLayout();
        	this.SuspendLayout();
        	// 
        	// lblTitle
        	// 
        	this.lblTitle.BackColor = System.Drawing.Color.White;
        	this.lblTitle.Dock = System.Windows.Forms.DockStyle.Top;
        	this.lblTitle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
        	this.lblTitle.ForeColor = System.Drawing.Color.Black;
        	this.lblTitle.Location = new System.Drawing.Point(0, 0);
        	this.lblTitle.Name = "lblTitle";
        	this.lblTitle.Size = new System.Drawing.Size(424, 24);
        	this.lblTitle.TabIndex = 1;
        	this.lblTitle.Text = "    Beautifying code";
        	this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
        	this.lblTitle.Click += new System.EventHandler(this.lblSubTitle_Click);
        	// 
        	// groupBox1
        	// 
        	this.groupBox1.Controls.Add(this.progressBar1);
        	this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
        	this.groupBox1.Location = new System.Drawing.Point(0, 24);
        	this.groupBox1.Name = "groupBox1";
        	this.groupBox1.Size = new System.Drawing.Size(424, 64);
        	this.groupBox1.TabIndex = 2;
        	this.groupBox1.TabStop = false;
        	// 
        	// progressBar1
        	// 
        	this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
        	this.progressBar1.Location = new System.Drawing.Point(3, 41);
        	this.progressBar1.Name = "progressBar1";
        	this.progressBar1.Size = new System.Drawing.Size(418, 20);
        	this.progressBar1.TabIndex = 0;
        	// 
        	// lblSubTitle
        	// 
        	this.lblSubTitle.BackColor = System.Drawing.Color.White;
        	this.lblSubTitle.Dock = System.Windows.Forms.DockStyle.Top;
        	this.lblSubTitle.ForeColor = System.Drawing.Color.Black;
        	this.lblSubTitle.Location = new System.Drawing.Point(0, 24);
        	this.lblSubTitle.Name = "lblSubTitle";
        	this.lblSubTitle.Size = new System.Drawing.Size(424, 40);
        	this.lblSubTitle.TabIndex = 3;
        	this.lblSubTitle.Text = "               CBC is performing code formatting";
        	this.lblSubTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
        	this.lblSubTitle.Click += new System.EventHandler(this.lblSubTitle_Click);
        	// 
        	// loadingCircle1
        	// 
        	this.loadingCircle1.Active = false;
        	this.loadingCircle1.BackColor = System.Drawing.Color.White;
        	this.loadingCircle1.Color = System.Drawing.Color.Gray;
        	this.loadingCircle1.InnerCircleRadius = 6;
        	this.loadingCircle1.Location = new System.Drawing.Point(56, 32);
        	this.loadingCircle1.Name = "loadingCircle1";
        	this.loadingCircle1.NumberSpoke = 8;
        	this.loadingCircle1.OuterCircleRadius = 7;
        	this.loadingCircle1.RotationSpeed = 80;
        	this.loadingCircle1.Size = new System.Drawing.Size(32, 23);
        	this.loadingCircle1.SpokeThickness = 4;
        	this.loadingCircle1.TabIndex = 4;
        	this.loadingCircle1.Text = "loadingCircle1";
        	// 
        	// FormCodeBeautifiers
        	// 
        	this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
        	this.ClientSize = new System.Drawing.Size(424, 88);
        	this.Controls.Add(this.loadingCircle1);
        	this.Controls.Add(this.lblSubTitle);
        	this.Controls.Add(this.groupBox1);
        	this.Controls.Add(this.lblTitle);
        	this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
        	this.MaximizeBox = false;
        	this.MinimizeBox = false;
        	this.Name = "FormCodeBeautifiers";
        	this.ShowInTaskbar = false;
        	this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
        	this.Text = "Working...";
        	this.TopMost = true;
        	this.Load += new System.EventHandler(this.FormCodeBeautifiers_Load);
        	this.groupBox1.ResumeLayout(false);
        	this.ResumeLayout(false);
		}
Ejemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.refreshButton = new System.Windows.Forms.Button();
     this.closeButton = new System.Windows.Forms.Button();
     this.btnPrintLetters = new System.Windows.Forms.Button();
     this.btnPrintSelectedLetters = new System.Windows.Forms.Button();
     this.lblItemCountSelected = new System.Windows.Forms.Label();
     this.lblItemCountLetters = new System.Windows.Forms.Label();
     this.statusLabel = new System.Windows.Forms.Label();
     this.cancelButton = new System.Windows.Forms.Button();
     this.progressBar = new System.Windows.Forms.ProgressBar();
     this.includePrintedCheckBox = new System.Windows.Forms.CheckBox();
     this.populateBackgroundWorker = new System.ComponentModel.BackgroundWorker();
     this.loadingCircle1 = new MRG.Controls.UI.LoadingCircle();
     this.fastDataListView1 = new BrightIdeasSoftware.FastDataListView();
     this.mrnOlvColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.patientNameOlvColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.dobOlvColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.apptDateOlvColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.documentOlvColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.lastPrintedOlvColumn = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.printSelectedBackgroundWorker = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.fastDataListView1)).BeginInit();
     this.SuspendLayout();
     //
     // refreshButton
     //
     this.refreshButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.refreshButton.Location = new System.Drawing.Point(842, 483);
     this.refreshButton.Name = "refreshButton";
     this.refreshButton.Size = new System.Drawing.Size(75, 31);
     this.refreshButton.TabIndex = 0;
     this.refreshButton.Text = "Refresh";
     this.refreshButton.UseVisualStyleBackColor = true;
     this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
     //
     // closeButton
     //
     this.closeButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.closeButton.Location = new System.Drawing.Point(842, 521);
     this.closeButton.Name = "closeButton";
     this.closeButton.Size = new System.Drawing.Size(75, 31);
     this.closeButton.TabIndex = 1;
     this.closeButton.Text = "Close";
     this.closeButton.UseVisualStyleBackColor = true;
     this.closeButton.MouseClick += new System.Windows.Forms.MouseEventHandler(this.closeButton_MouseClick);
     //
     // btnPrintLetters
     //
     this.btnPrintLetters.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrintLetters.Location = new System.Drawing.Point(507, 483);
     this.btnPrintLetters.Name = "btnPrintLetters";
     this.btnPrintLetters.Size = new System.Drawing.Size(207, 31);
     this.btnPrintLetters.TabIndex = 17;
     this.btnPrintLetters.Text = "Print All Documents";
     this.btnPrintLetters.UseVisualStyleBackColor = true;
     this.btnPrintLetters.Click += new System.EventHandler(this.btnPrintLetters_Click);
     //
     // btnPrintSelectedLetters
     //
     this.btnPrintSelectedLetters.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrintSelectedLetters.Location = new System.Drawing.Point(294, 483);
     this.btnPrintSelectedLetters.Name = "btnPrintSelectedLetters";
     this.btnPrintSelectedLetters.Size = new System.Drawing.Size(207, 31);
     this.btnPrintSelectedLetters.TabIndex = 21;
     this.btnPrintSelectedLetters.Text = "Print Selected Documents";
     this.btnPrintSelectedLetters.UseVisualStyleBackColor = true;
     this.btnPrintSelectedLetters.Click += new System.EventHandler(this.btnPrintSelectedLetters_Click);
     //
     // lblItemCountSelected
     //
     this.lblItemCountSelected.AutoSize = true;
     this.lblItemCountSelected.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblItemCountSelected.Location = new System.Drawing.Point(30, 503);
     this.lblItemCountSelected.Name = "lblItemCountSelected";
     this.lblItemCountSelected.Size = new System.Drawing.Size(155, 15);
     this.lblItemCountSelected.TabIndex = 23;
     this.lblItemCountSelected.Text = "0 Documents Selected.";
     //
     // lblItemCountLetters
     //
     this.lblItemCountLetters.AutoSize = true;
     this.lblItemCountLetters.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblItemCountLetters.Location = new System.Drawing.Point(30, 483);
     this.lblItemCountLetters.Name = "lblItemCountLetters";
     this.lblItemCountLetters.Size = new System.Drawing.Size(138, 15);
     this.lblItemCountLetters.TabIndex = 22;
     this.lblItemCountLetters.Text = "0 Documents Listed.";
     //
     // statusLabel
     //
     this.statusLabel.AutoSize = true;
     this.statusLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.statusLabel.Location = new System.Drawing.Point(448, 530);
     this.statusLabel.MaximumSize = new System.Drawing.Size(380, 0);
     this.statusLabel.Name = "statusLabel";
     this.statusLabel.Size = new System.Drawing.Size(72, 13);
     this.statusLabel.TabIndex = 86;
     this.statusLabel.Text = "statusLabel";
     this.statusLabel.Visible = false;
     //
     // cancelButton
     //
     this.cancelButton.Location = new System.Drawing.Point(367, 521);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(75, 31);
     this.cancelButton.TabIndex = 85;
     this.cancelButton.Text = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Visible = false;
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // progressBar
     //
     this.progressBar.Location = new System.Drawing.Point(33, 521);
     this.progressBar.MarqueeAnimationSpeed = 40;
     this.progressBar.Name = "progressBar";
     this.progressBar.Size = new System.Drawing.Size(328, 31);
     this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.progressBar.TabIndex = 84;
     this.progressBar.Visible = false;
     //
     // includePrintedCheckBox
     //
     this.includePrintedCheckBox.AutoSize = true;
     this.includePrintedCheckBox.Location = new System.Drawing.Point(699, 14);
     this.includePrintedCheckBox.Name = "includePrintedCheckBox";
     this.includePrintedCheckBox.Size = new System.Drawing.Size(205, 17);
     this.includePrintedCheckBox.TabIndex = 87;
     this.includePrintedCheckBox.Text = "Include Previously Printed Documents";
     this.includePrintedCheckBox.UseVisualStyleBackColor = true;
     this.includePrintedCheckBox.CheckedChanged += new System.EventHandler(this.includePrintedCheckBox_CheckedChanged);
     //
     // populateBackgroundWorker
     //
     this.populateBackgroundWorker.WorkerReportsProgress = true;
     this.populateBackgroundWorker.WorkerSupportsCancellation = true;
     this.populateBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.populateBackgroundWorker_DoWork);
     this.populateBackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.populateBackgroundWorker_ProgressChanged);
     this.populateBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.populateBackgroundWorker_RunWorkerCompleted);
     //
     // loadingCircle1
     //
     this.loadingCircle1.Active = false;
     this.loadingCircle1.Color = System.Drawing.Color.DarkGray;
     this.loadingCircle1.InnerCircleRadius = 5;
     this.loadingCircle1.Location = new System.Drawing.Point(421, 194);
     this.loadingCircle1.Name = "loadingCircle1";
     this.loadingCircle1.NumberSpoke = 12;
     this.loadingCircle1.OuterCircleRadius = 11;
     this.loadingCircle1.RotationSpeed = 100;
     this.loadingCircle1.Size = new System.Drawing.Size(87, 62);
     this.loadingCircle1.SpokeThickness = 2;
     this.loadingCircle1.StylePreset = MRG.Controls.UI.LoadingCircle.StylePresets.MacOSX;
     this.loadingCircle1.TabIndex = 89;
     this.loadingCircle1.Text = "loadingCircle1";
     this.loadingCircle1.Visible = false;
     //
     // fastDataListView1
     //
     this.fastDataListView1.AllColumns.Add(this.mrnOlvColumn);
     this.fastDataListView1.AllColumns.Add(this.patientNameOlvColumn);
     this.fastDataListView1.AllColumns.Add(this.dobOlvColumn);
     this.fastDataListView1.AllColumns.Add(this.apptDateOlvColumn);
     this.fastDataListView1.AllColumns.Add(this.documentOlvColumn);
     this.fastDataListView1.AllColumns.Add(this.lastPrintedOlvColumn);
     this.fastDataListView1.AllowColumnReorder = true;
     this.fastDataListView1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.fastDataListView1.CheckBoxes = false;
     this.fastDataListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.mrnOlvColumn,
     this.patientNameOlvColumn,
     this.dobOlvColumn,
     this.apptDateOlvColumn,
     this.documentOlvColumn,
     this.lastPrintedOlvColumn});
     this.fastDataListView1.Cursor = System.Windows.Forms.Cursors.Default;
     this.fastDataListView1.DataSource = null;
     this.fastDataListView1.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fastDataListView1.FullRowSelect = true;
     this.fastDataListView1.GridLines = true;
     this.fastDataListView1.HeaderWordWrap = true;
     this.fastDataListView1.HideSelection = false;
     this.fastDataListView1.Location = new System.Drawing.Point(12, 40);
     this.fastDataListView1.Name = "fastDataListView1";
     this.fastDataListView1.OwnerDraw = true;
     this.fastDataListView1.SelectedColumnTint = System.Drawing.Color.Transparent;
     this.fastDataListView1.ShowCommandMenuOnRightClick = true;
     this.fastDataListView1.ShowGroups = false;
     this.fastDataListView1.ShowItemToolTips = true;
     this.fastDataListView1.Size = new System.Drawing.Size(904, 426);
     this.fastDataListView1.TabIndex = 88;
     this.fastDataListView1.UseCompatibleStateImageBehavior = false;
     this.fastDataListView1.UseHotItem = true;
     this.fastDataListView1.UseOverlays = false;
     this.fastDataListView1.UseTranslucentHotItem = true;
     this.fastDataListView1.View = System.Windows.Forms.View.Details;
     this.fastDataListView1.VirtualMode = true;
     this.fastDataListView1.SelectionChanged += new System.EventHandler(this.fastDataListView1_SelectionChanged);
     //
     // mrnOlvColumn
     //
     this.mrnOlvColumn.AspectName = "unitnum";
     this.mrnOlvColumn.HeaderTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.mrnOlvColumn.Text = "MRN";
     this.mrnOlvColumn.Width = 90;
     //
     // patientNameOlvColumn
     //
     this.patientNameOlvColumn.AspectName = "patientName";
     this.patientNameOlvColumn.HeaderTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.patientNameOlvColumn.Text = "Patient Name";
     this.patientNameOlvColumn.Width = 275;
     //
     // dobOlvColumn
     //
     this.dobOlvColumn.AspectName = "dob";
     this.dobOlvColumn.Text = "DOB";
     this.dobOlvColumn.Width = 80;
     //
     // apptDateOlvColumn
     //
     this.apptDateOlvColumn.AspectName = "apptDate";
     this.apptDateOlvColumn.HeaderTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.apptDateOlvColumn.Text = "Appt Date";
     this.apptDateOlvColumn.Width = 80;
     //
     // documentOlvColumn
     //
     this.documentOlvColumn.AspectName = "documentName";
     this.documentOlvColumn.HeaderTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.documentOlvColumn.Text = "Document Name";
     this.documentOlvColumn.Width = 275;
     //
     // lastPrintedOlvColumn
     //
     this.lastPrintedOlvColumn.AspectName = "lastPrinted";
     this.lastPrintedOlvColumn.HeaderTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.lastPrintedOlvColumn.Text = "Last Printed";
     this.lastPrintedOlvColumn.Width = 100;
     //
     // printSelectedBackgroundWorker
     //
     this.printSelectedBackgroundWorker.WorkerReportsProgress = true;
     this.printSelectedBackgroundWorker.WorkerSupportsCancellation = true;
     this.printSelectedBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.printSelectedBackgroundWorker_DoWork);
     this.printSelectedBackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.printSelectedBackgroundWorker_ProgressChanged);
     this.printSelectedBackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.printSelectedBackgroundWorker_RunWorkerCompleted);
     //
     // PrintQueueForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(929, 570);
     this.Controls.Add(this.loadingCircle1);
     this.Controls.Add(this.fastDataListView1);
     this.Controls.Add(this.includePrintedCheckBox);
     this.Controls.Add(this.statusLabel);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.progressBar);
     this.Controls.Add(this.lblItemCountSelected);
     this.Controls.Add(this.lblItemCountLetters);
     this.Controls.Add(this.btnPrintSelectedLetters);
     this.Controls.Add(this.btnPrintLetters);
     this.Controls.Add(this.closeButton);
     this.Controls.Add(this.refreshButton);
     this.Name = "PrintQueueForm";
     this.Text = "PrintQueueForm";
     this.Load += new System.EventHandler(this.PrintQueueForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.fastDataListView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(login));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.loginbtn = new System.Windows.Forms.Button();
     this.pwdtxt = new System.Windows.Forms.TextBox();
     this.unametxt = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape2 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.lineShape1 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.panel3 = new System.Windows.Forms.Panel();
     this.softlogiclink = new System.Windows.Forms.LinkLabel();
     this.userstatuspic = new System.Windows.Forms.PictureBox();
     this.loginloadingindicator = new MRG.Controls.UI.LoadingCircle();
     this.panel4 = new System.Windows.Forms.Panel();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.userstatuspic)).BeginInit();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.loginbtn);
     this.groupBox1.Controls.Add(this.pwdtxt);
     this.groupBox1.Controls.Add(this.unametxt);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.ForeColor = System.Drawing.Color.White;
     this.groupBox1.Location = new System.Drawing.Point(1, 54);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(412, 166);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Enter your credentials";
     //
     // loginbtn
     //
     this.loginbtn.BackColor = System.Drawing.Color.Gainsboro;
     this.loginbtn.ForeColor = System.Drawing.SystemColors.ControlText;
     this.loginbtn.Location = new System.Drawing.Point(151, 109);
     this.loginbtn.Name = "loginbtn";
     this.loginbtn.Size = new System.Drawing.Size(75, 23);
     this.loginbtn.TabIndex = 9;
     this.loginbtn.Text = "LOGIN";
     this.loginbtn.UseVisualStyleBackColor = false;
     this.loginbtn.Click += new System.EventHandler(this.loginbtn_Click);
     //
     // pwdtxt
     //
     this.pwdtxt.Location = new System.Drawing.Point(152, 71);
     this.pwdtxt.Name = "pwdtxt";
     this.pwdtxt.Size = new System.Drawing.Size(163, 20);
     this.pwdtxt.TabIndex = 8;
     this.pwdtxt.UseSystemPasswordChar = true;
     //
     // unametxt
     //
     this.unametxt.Location = new System.Drawing.Point(152, 40);
     this.unametxt.Name = "unametxt";
     this.unametxt.Size = new System.Drawing.Size(163, 20);
     this.unametxt.TabIndex = 7;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label6.Location = new System.Drawing.Point(67, 74);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(70, 13);
     this.label6.TabIndex = 6;
     this.label6.Text = "PASSWORD";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label7.Location = new System.Drawing.Point(67, 43);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(68, 13);
     this.label7.TabIndex = 5;
     this.label7.Text = "USERNAME";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Helvetica-Condensed", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.DimGray;
     this.label1.Location = new System.Drawing.Point(98, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(213, 36);
     this.label1.TabIndex = 4;
     this.label1.Text = "AUDIO GALLERY";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.LightSteelBlue;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(1, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(411, 52);
     this.panel1.TabIndex = 5;
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Image = global::audiogallery.Properties.Resources.sl_logo;
     this.pictureBox1.Location = new System.Drawing.Point(376, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(37, 32);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop = false;
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape2,
     this.lineShape1});
     this.shapeContainer1.Size = new System.Drawing.Size(413, 285);
     this.shapeContainer1.TabIndex = 6;
     this.shapeContainer1.TabStop = false;
     //
     // lineShape2
     //
     this.lineShape2.BorderColor = System.Drawing.Color.White;
     this.lineShape2.Name = "lineShape2";
     this.lineShape2.X1 = 1;
     this.lineShape2.X2 = 412;
     this.lineShape2.Y1 = 253;
     this.lineShape2.Y2 = 253;
     //
     // lineShape1
     //
     this.lineShape1.BorderColor = System.Drawing.Color.White;
     this.lineShape1.Name = "lineShape1";
     this.lineShape1.X1 = 0;
     this.lineShape1.X2 = 411;
     this.lineShape1.Y1 = 52;
     this.lineShape1.Y2 = 52;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.DimGray;
     this.panel3.Controls.Add(this.pictureBox1);
     this.panel3.Controls.Add(this.softlogiclink);
     this.panel3.Location = new System.Drawing.Point(0, 254);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(413, 32);
     this.panel3.TabIndex = 7;
     //
     // softlogiclink
     //
     this.softlogiclink.ActiveLinkColor = System.Drawing.Color.LightBlue;
     this.softlogiclink.AutoSize = true;
     this.softlogiclink.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.softlogiclink.Font = new System.Drawing.Font("Agency FB", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.softlogiclink.ForeColor = System.Drawing.SystemColors.ControlText;
     this.softlogiclink.LinkArea = new System.Windows.Forms.LinkArea(0, 0);
     this.softlogiclink.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.softlogiclink.LinkColor = System.Drawing.SystemColors.ControlText;
     this.softlogiclink.Location = new System.Drawing.Point(95, 1);
     this.softlogiclink.Name = "softlogiclink";
     this.softlogiclink.Size = new System.Drawing.Size(221, 28);
     this.softlogiclink.TabIndex = 1;
     this.softlogiclink.Text = " DEVELOPED BY ROBIN (SOFTLOGIC)";
     this.softlogiclink.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.softlogiclink.UseCompatibleTextRendering = true;
     this.softlogiclink.VisitedLinkColor = System.Drawing.SystemColors.ControlText;
     this.softlogiclink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.softlogiclink_LinkClicked);
     //
     // userstatuspic
     //
     this.userstatuspic.Image = global::audiogallery.Properties.Resources.user_remove;
     this.userstatuspic.Location = new System.Drawing.Point(168, 0);
     this.userstatuspic.Name = "userstatuspic";
     this.userstatuspic.Size = new System.Drawing.Size(37, 31);
     this.userstatuspic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.userstatuspic.TabIndex = 8;
     this.userstatuspic.TabStop = false;
     //
     // loginloadingindicator
     //
     this.loginloadingindicator.Active = false;
     this.loginloadingindicator.Color = System.Drawing.Color.DarkGray;
     this.loginloadingindicator.InnerCircleRadius = 5;
     this.loginloadingindicator.Location = new System.Drawing.Point(168, 1);
     this.loginloadingindicator.Name = "loginloadingindicator";
     this.loginloadingindicator.NumberSpoke = 12;
     this.loginloadingindicator.OuterCircleRadius = 11;
     this.loginloadingindicator.RotationSpeed = 100;
     this.loginloadingindicator.Size = new System.Drawing.Size(37, 31);
     this.loginloadingindicator.SpokeThickness = 2;
     this.loginloadingindicator.StylePreset = MRG.Controls.UI.LoadingCircle.StylePresets.MacOSX;
     this.loginloadingindicator.TabIndex = 9;
     this.loginloadingindicator.Text = "loadingCircle1";
     this.loginloadingindicator.Visible = false;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.DimGray;
     this.panel4.Controls.Add(this.loginloadingindicator);
     this.panel4.Controls.Add(this.userstatuspic);
     this.panel4.Location = new System.Drawing.Point(0, 221);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(413, 32);
     this.panel4.TabIndex = 8;
     //
     // login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.SlateGray;
     this.ClientSize = new System.Drawing.Size(413, 285);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.shapeContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "login";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Audio Gallery Management";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.userstatuspic)).EndInit();
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblText = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.panel = new System.Windows.Forms.Panel();
     this.loadingCircle1 = new MRG.Controls.UI.LoadingCircle();
     this.panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     this.SuspendLayout();
     //
     // lblText
     //
     this.lblText.AutoSize = true;
     this.lblText.Font = new System.Drawing.Font("B Nazanin", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.lblText.Location = new System.Drawing.Point(146, 96);
     this.lblText.Name = "lblText";
     this.lblText.Size = new System.Drawing.Size(101, 33);
     this.lblText.TabIndex = 0;
     this.lblText.Text = "یبلیبلیبلیبل";
     this.lblText.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // linkLabel1
     //
     this.linkLabel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.linkLabel1.Location = new System.Drawing.Point(0, 269);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(502, 88);
     this.linkLabel1.TabIndex = 1;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "خروج";
     this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // panel
     //
     this.panel.Controls.Add(this.lblText);
     this.panel.Controls.Add(this.loadingCircle1);
     this.panel.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel.Location = new System.Drawing.Point(0, 0);
     this.panel.Name = "panel";
     this.panel.Size = new System.Drawing.Size(502, 269);
     this.panel.TabIndex = 3;
     //
     // loadingCircle1
     //
     this.loadingCircle1.Active = true;
     this.loadingCircle1.Color = System.Drawing.Color.DimGray;
     this.loadingCircle1.InnerCircleRadius = 5;
     this.loadingCircle1.Location = new System.Drawing.Point(253, 101);
     this.loadingCircle1.Name = "loadingCircle1";
     this.loadingCircle1.NumberSpoke = 12;
     this.loadingCircle1.OuterCircleRadius = 11;
     this.loadingCircle1.RotationSpeed = 100;
     this.loadingCircle1.Size = new System.Drawing.Size(35, 28);
     this.loadingCircle1.SpokeThickness = 2;
     this.loadingCircle1.StylePreset = MRG.Controls.UI.LoadingCircle.StylePresets.MacOSX;
     this.loadingCircle1.TabIndex = 2;
     this.loadingCircle1.Text = "loadingCircle1";
     //
     // loadingForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.CancelButton = this.linkLabel1;
     this.ClientSize = new System.Drawing.Size(502, 357);
     this.Controls.Add(this.panel);
     this.Controls.Add(this.linkLabel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "loadingForm";
     this.Opacity = 0.7D;
     //
     //
     //
     this.RootElement.ApplyShapeToControl = true;
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "loadingForm";
     this.ThemeName = "ControlDefault";
     this.TopMost = true;
     this.panel.ResumeLayout(false);
     this.panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(main));
     this.headerpanel = new System.Windows.Forms.Panel();
     this.manageuserbtn = new System.Windows.Forms.Button();
     this.changepwdbtn = new System.Windows.Forms.Button();
     this.label5 = new System.Windows.Forms.Label();
     this.footerpanel = new System.Windows.Forms.Panel();
     this.playlistview = new System.Windows.Forms.ListView();
     this.playlistimagelist = new System.Windows.Forms.ImageList(this.components);
     this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape6 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.lineShape3 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.lineShape2 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.lineShape1 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.toolbarpanel = new System.Windows.Forms.Panel();
     this.addaudiobtn = new System.Windows.Forms.Button();
     this.deleteaudiobtn = new System.Windows.Forms.Button();
     this.editaudiobtn = new System.Windows.Forms.Button();
     this.addplaylistbtn = new System.Windows.Forms.Button();
     this.deleteplaylistbtn = new System.Windows.Forms.Button();
     this.editplaylistbtn = new System.Windows.Forms.Button();
     this.shapeContainer2 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape4 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.panel1 = new System.Windows.Forms.Panel();
     this.audioloadingindicator = new MRG.Controls.UI.LoadingCircle();
     this.playlistloadingindicator = new MRG.Controls.UI.LoadingCircle();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.shapeContainer3 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape5 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.audiolistview = new System.Windows.Forms.ListView();
     this.audioimagelist = new System.Windows.Forms.ImageList(this.components);
     this.softlogiclink = new System.Windows.Forms.LinkLabel();
     this.headerpanel.SuspendLayout();
     this.footerpanel.SuspendLayout();
     this.toolbarpanel.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // headerpanel
     //
     this.headerpanel.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.headerpanel.BackColor = System.Drawing.Color.DimGray;
     this.headerpanel.Controls.Add(this.manageuserbtn);
     this.headerpanel.Controls.Add(this.changepwdbtn);
     this.headerpanel.Controls.Add(this.label5);
     this.headerpanel.Location = new System.Drawing.Point(0, 0);
     this.headerpanel.Name = "headerpanel";
     this.headerpanel.Size = new System.Drawing.Size(1008, 45);
     this.headerpanel.TabIndex = 8;
     //
     // manageuserbtn
     //
     this.manageuserbtn.AutoSize = true;
     this.manageuserbtn.BackColor = System.Drawing.Color.Gainsboro;
     this.manageuserbtn.ForeColor = System.Drawing.SystemColors.ControlText;
     this.manageuserbtn.Location = new System.Drawing.Point(796, 22);
     this.manageuserbtn.Name = "manageuserbtn";
     this.manageuserbtn.Size = new System.Drawing.Size(103, 23);
     this.manageuserbtn.TabIndex = 11;
     this.manageuserbtn.Text = "Manage Users";
     this.manageuserbtn.UseVisualStyleBackColor = false;
     this.manageuserbtn.Visible = false;
     this.manageuserbtn.Click += new System.EventHandler(this.manageuserbtn_Click);
     //
     // changepwdbtn
     //
     this.changepwdbtn.AutoSize = true;
     this.changepwdbtn.BackColor = System.Drawing.Color.Gainsboro;
     this.changepwdbtn.ForeColor = System.Drawing.SystemColors.ControlText;
     this.changepwdbtn.Location = new System.Drawing.Point(905, 22);
     this.changepwdbtn.Name = "changepwdbtn";
     this.changepwdbtn.Size = new System.Drawing.Size(103, 23);
     this.changepwdbtn.TabIndex = 10;
     this.changepwdbtn.Text = "Change Password";
     this.changepwdbtn.UseVisualStyleBackColor = false;
     this.changepwdbtn.Click += new System.EventHandler(this.changepwdbtn_Click);
     //
     // label5
     //
     this.label5.Dock = System.Windows.Forms.DockStyle.Top;
     this.label5.Font = new System.Drawing.Font("Agency FB", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location = new System.Drawing.Point(0, 0);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(1008, 40);
     this.label5.TabIndex = 0;
     this.label5.Text = "AUDIO GALLERY MANAGEMENT";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // footerpanel
     //
     this.footerpanel.BackColor = System.Drawing.Color.Gray;
     this.footerpanel.Controls.Add(this.softlogiclink);
     this.footerpanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.footerpanel.Location = new System.Drawing.Point(0, 630);
     this.footerpanel.Name = "footerpanel";
     this.footerpanel.Size = new System.Drawing.Size(1008, 32);
     this.footerpanel.TabIndex = 9;
     //
     // playlistview
     //
     this.playlistview.BackColor = System.Drawing.Color.DimGray;
     this.playlistview.ForeColor = System.Drawing.Color.White;
     this.playlistview.LargeImageList = this.playlistimagelist;
     this.playlistview.Location = new System.Drawing.Point(0, 79);
     this.playlistview.MultiSelect = false;
     this.playlistview.Name = "playlistview";
     this.playlistview.Size = new System.Drawing.Size(219, 517);
     this.playlistview.SmallImageList = this.playlistimagelist;
     this.playlistview.TabIndex = 10;
     this.playlistview.UseCompatibleStateImageBehavior = false;
     this.playlistview.Click += new System.EventHandler(this.playlistlistview_Click);
     //
     // playlistimagelist
     //
     this.playlistimagelist.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.playlistimagelist.ImageSize = new System.Drawing.Size(150, 150);
     this.playlistimagelist.TransparentColor = System.Drawing.Color.Transparent;
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape6,
     this.lineShape3,
     this.lineShape2,
     this.lineShape1});
     this.shapeContainer1.Size = new System.Drawing.Size(1008, 662);
     this.shapeContainer1.TabIndex = 13;
     this.shapeContainer1.TabStop = false;
     //
     // lineShape6
     //
     this.lineShape6.BorderColor = System.Drawing.Color.White;
     this.lineShape6.Name = "lineShape6";
     this.lineShape6.X1 = 2;
     this.lineShape6.X2 = 1006;
     this.lineShape6.Y1 = 78;
     this.lineShape6.Y2 = 78;
     //
     // lineShape3
     //
     this.lineShape3.BorderColor = System.Drawing.Color.White;
     this.lineShape3.Name = "lineShape3";
     this.lineShape3.X1 = 2;
     this.lineShape3.X2 = 1006;
     this.lineShape3.Y1 = 596;
     this.lineShape3.Y2 = 596;
     //
     // lineShape2
     //
     this.lineShape2.BorderColor = System.Drawing.Color.White;
     this.lineShape2.Name = "lineShape2";
     this.lineShape2.X1 = 2;
     this.lineShape2.X2 = 1006;
     this.lineShape2.Y1 = 629;
     this.lineShape2.Y2 = 629;
     //
     // lineShape1
     //
     this.lineShape1.BorderColor = System.Drawing.Color.White;
     this.lineShape1.Name = "lineShape1";
     this.lineShape1.X1 = 1;
     this.lineShape1.X2 = 1005;
     this.lineShape1.Y1 = 45;
     this.lineShape1.Y2 = 45;
     //
     // toolbarpanel
     //
     this.toolbarpanel.BackColor = System.Drawing.Color.Gray;
     this.toolbarpanel.Controls.Add(this.addaudiobtn);
     this.toolbarpanel.Controls.Add(this.deleteaudiobtn);
     this.toolbarpanel.Controls.Add(this.editaudiobtn);
     this.toolbarpanel.Controls.Add(this.addplaylistbtn);
     this.toolbarpanel.Controls.Add(this.deleteplaylistbtn);
     this.toolbarpanel.Controls.Add(this.editplaylistbtn);
     this.toolbarpanel.Controls.Add(this.shapeContainer2);
     this.toolbarpanel.Location = new System.Drawing.Point(0, 597);
     this.toolbarpanel.Name = "toolbarpanel";
     this.toolbarpanel.Size = new System.Drawing.Size(1008, 32);
     this.toolbarpanel.TabIndex = 10;
     //
     // addaudiobtn
     //
     this.addaudiobtn.AutoSize = true;
     this.addaudiobtn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.addaudiobtn.BackColor = System.Drawing.Color.Gainsboro;
     this.addaudiobtn.ForeColor = System.Drawing.SystemColors.ControlText;
     this.addaudiobtn.Location = new System.Drawing.Point(962, 5);
     this.addaudiobtn.Name = "addaudiobtn";
     this.addaudiobtn.Size = new System.Drawing.Size(40, 23);
     this.addaudiobtn.TabIndex = 25;
     this.addaudiobtn.Text = "ADD";
     this.addaudiobtn.UseVisualStyleBackColor = false;
     this.addaudiobtn.Click += new System.EventHandler(this.addaudioebtn_Click);
     //
     // deleteaudiobtn
     //
     this.deleteaudiobtn.AutoSize = true;
     this.deleteaudiobtn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.deleteaudiobtn.BackColor = System.Drawing.Color.Gainsboro;
     this.deleteaudiobtn.ForeColor = System.Drawing.SystemColors.ControlText;
     this.deleteaudiobtn.Location = new System.Drawing.Point(897, 5);
     this.deleteaudiobtn.Name = "deleteaudiobtn";
     this.deleteaudiobtn.Size = new System.Drawing.Size(59, 23);
     this.deleteaudiobtn.TabIndex = 24;
     this.deleteaudiobtn.Text = "DELETE";
     this.deleteaudiobtn.UseVisualStyleBackColor = false;
     this.deleteaudiobtn.Click += new System.EventHandler(this.deleteaudiobtn_Click);
     //
     // editaudiobtn
     //
     this.editaudiobtn.AutoSize = true;
     this.editaudiobtn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.editaudiobtn.BackColor = System.Drawing.Color.Gainsboro;
     this.editaudiobtn.ForeColor = System.Drawing.SystemColors.ControlText;
     this.editaudiobtn.Location = new System.Drawing.Point(849, 5);
     this.editaudiobtn.Name = "editaudiobtn";
     this.editaudiobtn.Size = new System.Drawing.Size(42, 23);
     this.editaudiobtn.TabIndex = 23;
     this.editaudiobtn.Text = "EDIT";
     this.editaudiobtn.UseVisualStyleBackColor = false;
     this.editaudiobtn.Click += new System.EventHandler(this.editaudiobtn_Click);
     //
     // addplaylistbtn
     //
     this.addplaylistbtn.AutoSize = true;
     this.addplaylistbtn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.addplaylistbtn.BackColor = System.Drawing.Color.Gainsboro;
     this.addplaylistbtn.ForeColor = System.Drawing.SystemColors.ControlText;
     this.addplaylistbtn.Location = new System.Drawing.Point(172, 5);
     this.addplaylistbtn.Name = "addplaylistbtn";
     this.addplaylistbtn.Size = new System.Drawing.Size(40, 23);
     this.addplaylistbtn.TabIndex = 22;
     this.addplaylistbtn.Text = "ADD";
     this.addplaylistbtn.UseVisualStyleBackColor = false;
     this.addplaylistbtn.Click += new System.EventHandler(this.addplaylistbtn_Click);
     //
     // deleteplaylistbtn
     //
     this.deleteplaylistbtn.AutoSize = true;
     this.deleteplaylistbtn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.deleteplaylistbtn.BackColor = System.Drawing.Color.Gainsboro;
     this.deleteplaylistbtn.ForeColor = System.Drawing.SystemColors.ControlText;
     this.deleteplaylistbtn.Location = new System.Drawing.Point(79, 5);
     this.deleteplaylistbtn.Name = "deleteplaylistbtn";
     this.deleteplaylistbtn.Size = new System.Drawing.Size(59, 23);
     this.deleteplaylistbtn.TabIndex = 21;
     this.deleteplaylistbtn.Text = "DELETE";
     this.deleteplaylistbtn.UseVisualStyleBackColor = false;
     this.deleteplaylistbtn.Click += new System.EventHandler(this.deleteplaylistbtn_Click);
     //
     // editplaylistbtn
     //
     this.editplaylistbtn.AutoSize = true;
     this.editplaylistbtn.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.editplaylistbtn.BackColor = System.Drawing.Color.Gainsboro;
     this.editplaylistbtn.ForeColor = System.Drawing.SystemColors.ControlText;
     this.editplaylistbtn.Location = new System.Drawing.Point(2, 5);
     this.editplaylistbtn.Name = "editplaylistbtn";
     this.editplaylistbtn.Size = new System.Drawing.Size(42, 23);
     this.editplaylistbtn.TabIndex = 20;
     this.editplaylistbtn.Text = "EDIT";
     this.editplaylistbtn.UseVisualStyleBackColor = false;
     this.editplaylistbtn.Click += new System.EventHandler(this.editplaylistbtn_Click);
     //
     // shapeContainer2
     //
     this.shapeContainer2.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer2.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer2.Name = "shapeContainer2";
     this.shapeContainer2.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape4});
     this.shapeContainer2.Size = new System.Drawing.Size(1008, 32);
     this.shapeContainer2.TabIndex = 0;
     this.shapeContainer2.TabStop = false;
     //
     // lineShape4
     //
     this.lineShape4.BorderColor = System.Drawing.Color.White;
     this.lineShape4.Name = "lineShape4";
     this.lineShape4.X1 = 215;
     this.lineShape4.X2 = 215;
     this.lineShape4.Y1 = 0;
     this.lineShape4.Y2 = 32;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Gray;
     this.panel1.Controls.Add(this.audioloadingindicator);
     this.panel1.Controls.Add(this.playlistloadingindicator);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.shapeContainer3);
     this.panel1.Location = new System.Drawing.Point(-1, 46);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1008, 31);
     this.panel1.TabIndex = 20;
     //
     // audioloadingindicator
     //
     this.audioloadingindicator.Active = false;
     this.audioloadingindicator.Color = System.Drawing.Color.Red;
     this.audioloadingindicator.InnerCircleRadius = 5;
     this.audioloadingindicator.Location = new System.Drawing.Point(978, 6);
     this.audioloadingindicator.Name = "audioloadingindicator";
     this.audioloadingindicator.NumberSpoke = 12;
     this.audioloadingindicator.OuterCircleRadius = 11;
     this.audioloadingindicator.RotationSpeed = 100;
     this.audioloadingindicator.Size = new System.Drawing.Size(25, 23);
     this.audioloadingindicator.SpokeThickness = 2;
     this.audioloadingindicator.StylePreset = MRG.Controls.UI.LoadingCircle.StylePresets.MacOSX;
     this.audioloadingindicator.TabIndex = 26;
     this.audioloadingindicator.Text = "loadingCircle2";
     this.audioloadingindicator.UseWaitCursor = true;
     this.audioloadingindicator.Visible = false;
     //
     // playlistloadingindicator
     //
     this.playlistloadingindicator.Active = false;
     this.playlistloadingindicator.Color = System.Drawing.Color.Red;
     this.playlistloadingindicator.InnerCircleRadius = 5;
     this.playlistloadingindicator.Location = new System.Drawing.Point(184, 6);
     this.playlistloadingindicator.Name = "playlistloadingindicator";
     this.playlistloadingindicator.NumberSpoke = 12;
     this.playlistloadingindicator.OuterCircleRadius = 11;
     this.playlistloadingindicator.RotationSpeed = 100;
     this.playlistloadingindicator.Size = new System.Drawing.Size(25, 23);
     this.playlistloadingindicator.SpokeThickness = 2;
     this.playlistloadingindicator.StylePreset = MRG.Controls.UI.LoadingCircle.StylePresets.MacOSX;
     this.playlistloadingindicator.TabIndex = 24;
     this.playlistloadingindicator.Text = "loadingCircle1";
     this.playlistloadingindicator.UseWaitCursor = true;
     this.playlistloadingindicator.Visible = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location = new System.Drawing.Point(585, 6);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(64, 18);
     this.label3.TabIndex = 2;
     this.label3.Text = "AUDIOS";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location = new System.Drawing.Point(51, 6);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(84, 18);
     this.label2.TabIndex = 1;
     this.label2.Text = "PLAYLISTS";
     //
     // shapeContainer3
     //
     this.shapeContainer3.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer3.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer3.Name = "shapeContainer3";
     this.shapeContainer3.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape5});
     this.shapeContainer3.Size = new System.Drawing.Size(1008, 31);
     this.shapeContainer3.TabIndex = 0;
     this.shapeContainer3.TabStop = false;
     //
     // lineShape5
     //
     this.lineShape5.BorderColor = System.Drawing.Color.White;
     this.lineShape5.Name = "lineShape4";
     this.lineShape5.X1 = 215;
     this.lineShape5.X2 = 215;
     this.lineShape5.Y1 = 0;
     this.lineShape5.Y2 = 32;
     //
     // audiolistview
     //
     this.audiolistview.BackColor = System.Drawing.Color.DimGray;
     this.audiolistview.ForeColor = System.Drawing.Color.White;
     this.audiolistview.LargeImageList = this.audioimagelist;
     this.audiolistview.Location = new System.Drawing.Point(215, 79);
     this.audiolistview.Name = "audiolistview";
     this.audiolistview.Size = new System.Drawing.Size(793, 517);
     this.audiolistview.SmallImageList = this.audioimagelist;
     this.audiolistview.TabIndex = 14;
     this.audiolistview.UseCompatibleStateImageBehavior = false;
     //
     // audioimagelist
     //
     this.audioimagelist.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.audioimagelist.ImageSize = new System.Drawing.Size(145, 91);
     this.audioimagelist.TransparentColor = System.Drawing.Color.Transparent;
     //
     // softlogiclink
     //
     this.softlogiclink.ActiveLinkColor = System.Drawing.Color.LightBlue;
     this.softlogiclink.AutoSize = true;
     this.softlogiclink.DisabledLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(35)))), ((int)(((byte)(35)))));
     this.softlogiclink.Font = new System.Drawing.Font("Agency FB", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.softlogiclink.ForeColor = System.Drawing.SystemColors.ControlText;
     this.softlogiclink.LinkArea = new System.Windows.Forms.LinkArea(0, 0);
     this.softlogiclink.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.softlogiclink.LinkColor = System.Drawing.SystemColors.ControlText;
     this.softlogiclink.Location = new System.Drawing.Point(403, 2);
     this.softlogiclink.Name = "softlogiclink";
     this.softlogiclink.Size = new System.Drawing.Size(221, 28);
     this.softlogiclink.TabIndex = 2;
     this.softlogiclink.Text = " DEVELOPED BY ROBIN (SOFTLOGIC)";
     this.softlogiclink.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.softlogiclink.UseCompatibleTextRendering = true;
     this.softlogiclink.VisitedLinkColor = System.Drawing.SystemColors.ControlText;
     //
     // main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.LightSlateGray;
     this.ClientSize = new System.Drawing.Size(1008, 662);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolbarpanel);
     this.Controls.Add(this.footerpanel);
     this.Controls.Add(this.headerpanel);
     this.Controls.Add(this.audiolistview);
     this.Controls.Add(this.playlistview);
     this.Controls.Add(this.shapeContainer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Audio Gallery Management";
     this.Shown += new System.EventHandler(this.main_Shown);
     this.headerpanel.ResumeLayout(false);
     this.headerpanel.PerformLayout();
     this.footerpanel.ResumeLayout(false);
     this.footerpanel.PerformLayout();
     this.toolbarpanel.ResumeLayout(false);
     this.toolbarpanel.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }