Ejemplo n.º 1
0
        public bool isRequired(Bunifu.Framework.UI.BunifuTextbox controls)
        {
            var text = controls.text;

            if (string.IsNullOrWhiteSpace(text))
            {
                return(false);
            }
            else
            {
                return(true);
            }
        }
Ejemplo n.º 2
0
        private void btn_AramaKriteri_onItemSelected_2(object sender, EventArgs e)//ARAMA KRİTERİ SEÇİLİRKEN TÜM DEMİRBAŞLAR GÖRÜNSÜN.
        {
            panel_fiyat.Visible = false;
            panel_arama.Visible = true;
            dataGridView1.Rows.Clear();
            FillGrid(data);

            if (btn_AramaKriteri.selectedIndex == 0)//DROPDOWN DEMİRBAS ADINA GÖRE ARAMA
            {
                bt_arama      = new Bunifu.Framework.UI.BunifuTextbox();
                bt_arama.text = "";
                bt_arama.Size = new Size(185, 42);
                panel_arama.Controls.Clear();
                panel_arama.Controls.Add(bt_arama);
                bt_arama.OnTextChange += new EventHandler(DemirbasAdArama);
            }
            else if (btn_AramaKriteri.selectedIndex == 1)//DROPDOWN DEMİRBAS TURUNE GÖRE ARAMA
            {
                bt_arama      = new Bunifu.Framework.UI.BunifuTextbox();
                bt_arama.text = "";
                bt_arama.Size = new Size(185, 42);
                panel_arama.Controls.Clear();
                panel_arama.Controls.Add(bt_arama);
                bt_arama.OnTextChange += new EventHandler(DemirbasTurArama);
            }
            else if (btn_AramaKriteri.selectedIndex == 2)//DROPDOWN MAX-MİN FİYATA GÖRE ARAMA
            {
                panel_arama.Controls.Clear();
                panel_arama.Controls.Add(panel_fiyat);
                panel_fiyat.Visible       = true;
                txt_minFiyat.TextChanged += new EventHandler(FiyatArama);
                txt_maxFiyat.TextChanged += new EventHandler(FiyatArama);
            }
            else if (btn_AramaKriteri.selectedIndex == 3)//DROPDOWN ALIM TARİHİNE GÖRE ARAMA
            {
                bd_arama                 = new Bunifu.Framework.UI.BunifuDatepicker();
                bd_arama.Format          = DateTimePickerFormat.Custom;
                bd_arama.FormatCustom    = "dd-MM-yyyy";
                bd_arama.onValueChanged += new EventHandler(alimTarihArama);
                panel_arama.Controls.Clear();
                panel_arama.Controls.Add(bd_arama);
            }
        }
Ejemplo n.º 3
0
        public OrderedDictionary getgymsnamesAndid(int managerid, Panel panel, Bunifu.Framework.UI.BunifuSeparator memeber_line, Bunifu.Framework.UI.BunifuTextbox txt_search)
        {
            hshTable         = new OrderedDictionary();
            this.line_member = memeber_line;
            this.txt_search  = txt_search;
            try
            {
                com.CommandText = "exec getgymsnames @manager_id";
                com.Parameters.Clear();
                com.Parameters.Add("@manager_id", SqlDbType.NVarChar, 50).Value = managerid;


                com.Connection.Open();
                SqlDataReader reader = com.ExecuteReader();
                while (reader.Read())
                {
                    hshTable.Add(reader[1].ToString(), (int)reader[0]);
                    l1[i] = new Label();

                    l1[i].Location = new System.Drawing.Point(x, 0);
                    l1[i].Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
                    l1[i].Text     = reader[1].ToString();
                    l1[i].Click   += new EventHandler(button_Click);
                    panel.Controls.Add(l1[i]);
                    panel.AutoSize = true;
                    l1[i].AutoSize = true;
                    panel.Show();
                    panel.Refresh();


                    i++;
                    x = x + 200;
                    noofcontrols++;
                }
                //dataGridView1.DataSource = sequence;
            }
            finally
            {
                com.Connection.Close();
            }
            return(hshTable);
        }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Emp_CustomerInfo));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2  = new System.Windows.Forms.TableLayoutPanel();
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.label1             = new System.Windows.Forms.Label();
     this.tableLayoutPanel3  = new System.Windows.Forms.TableLayoutPanel();
     this.dgvCustomerInfo    = new Bunifu.Framework.UI.BunifuCustomDataGrid();
     this.tableLayoutPanel4  = new System.Windows.Forms.TableLayoutPanel();
     this.btnSearch          = new Bunifu.Framework.UI.BunifuThinButton2();
     this.txtSearch          = new Bunifu.Framework.UI.BunifuTextbox();
     this.bunifuImageButton2 = new Bunifu.Framework.UI.BunifuImageButton();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.tableLayoutPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCustomerInfo)).BeginInit();
     this.tableLayoutPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.13616F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 89.86385F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1184, 661);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Controls.Add(this.bunifuImageButton1, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.label1, 1, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(1178, 61);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.Anchor      = System.Windows.Forms.AnchorStyles.Right;
     this.bunifuImageButton1.BackColor   = System.Drawing.Color.Transparent;
     this.bunifuImageButton1.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton1.Image")));
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(515, 5);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(71, 50);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 2;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Sitka Small", 14.25F, ((System.Drawing.FontStyle)(((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)
                                                                                                        | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(592, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(239, 28);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Customer Information";
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel3.Controls.Add(this.dgvCustomerInfo, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.tableLayoutPanel4, 0, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 70);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 2;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 13.58234F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 86.41766F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(1178, 588);
     this.tableLayoutPanel3.TabIndex = 1;
     //
     // dgvCustomerInfo
     //
     this.dgvCustomerInfo.AllowUserToAddRows              = false;
     this.dgvCustomerInfo.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.dgvCustomerInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvCustomerInfo.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvCustomerInfo.BackgroundColor                 = System.Drawing.Color.White;
     this.dgvCustomerInfo.BorderStyle                     = System.Windows.Forms.BorderStyle.None;
     this.dgvCustomerInfo.CellBorderStyle                 = System.Windows.Forms.DataGridViewCellBorderStyle.RaisedHorizontal;
     this.dgvCustomerInfo.ColumnHeadersBorderStyle        = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle2.Alignment                     = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor                     = System.Drawing.Color.DarkSlateGray;
     dataGridViewCellStyle2.Font                        = new System.Drawing.Font("Segoe Print", 11F);
     dataGridViewCellStyle2.ForeColor                   = System.Drawing.Color.White;
     dataGridViewCellStyle2.SelectionBackColor          = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor          = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                    = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvCustomerInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvCustomerInfo.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvCustomerInfo.Dock                      = System.Windows.Forms.DockStyle.Fill;
     this.dgvCustomerInfo.DoubleBuffered            = true;
     this.dgvCustomerInfo.EnableHeadersVisualStyles = false;
     this.dgvCustomerInfo.GridColor                 = System.Drawing.SystemColors.ActiveCaption;
     this.dgvCustomerInfo.HeaderBgColor             = System.Drawing.Color.DarkSlateGray;
     this.dgvCustomerInfo.HeaderForeColor           = System.Drawing.Color.White;
     this.dgvCustomerInfo.Location                  = new System.Drawing.Point(3, 82);
     this.dgvCustomerInfo.Name                      = "dgvCustomerInfo";
     this.dgvCustomerInfo.ReadOnly                  = true;
     this.dgvCustomerInfo.RowHeadersBorderStyle     = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.dgvCustomerInfo.RowHeadersWidth           = 48;
     dataGridViewCellStyle3.Alignment               = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.Font                    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.SelectionBackColor      = System.Drawing.Color.Blue;
     dataGridViewCellStyle3.SelectionForeColor      = System.Drawing.Color.White;
     this.dgvCustomerInfo.RowsDefaultCellStyle      = dataGridViewCellStyle3;
     this.dgvCustomerInfo.Size                      = new System.Drawing.Size(1172, 503);
     this.dgvCustomerInfo.TabIndex                  = 1;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 3;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.82935F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.12628F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.12969F));
     this.tableLayoutPanel4.Controls.Add(this.btnSearch, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.txtSearch, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.bunifuImageButton2, 2, 0);
     this.tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 1;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(1172, 73);
     this.tableLayoutPanel4.TabIndex = 2;
     //
     // btnSearch
     //
     this.btnSearch.ActiveBorderThickness = 1;
     this.btnSearch.ActiveCornerRadius    = 20;
     this.btnSearch.ActiveFillColor       = System.Drawing.Color.SeaGreen;
     this.btnSearch.ActiveForecolor       = System.Drawing.Color.White;
     this.btnSearch.ActiveLineColor       = System.Drawing.Color.SeaGreen;
     this.btnSearch.Anchor              = System.Windows.Forms.AnchorStyles.Left;
     this.btnSearch.BackColor           = System.Drawing.SystemColors.Control;
     this.btnSearch.BackgroundImage     = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
     this.btnSearch.ButtonText          = "Search";
     this.btnSearch.Cursor              = System.Windows.Forms.Cursors.Hand;
     this.btnSearch.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearch.ForeColor           = System.Drawing.Color.SeaGreen;
     this.btnSearch.IdleBorderThickness = 1;
     this.btnSearch.IdleCornerRadius    = 20;
     this.btnSearch.IdleFillColor       = System.Drawing.Color.White;
     this.btnSearch.IdleForecolor       = System.Drawing.Color.SeaGreen;
     this.btnSearch.IdleLineColor       = System.Drawing.Color.SeaGreen;
     this.btnSearch.Location            = new System.Drawing.Point(588, 6);
     this.btnSearch.Margin              = new System.Windows.Forms.Padding(5);
     this.btnSearch.Name                = "btnSearch";
     this.btnSearch.Size                = new System.Drawing.Size(178, 60);
     this.btnSearch.TabIndex            = 6;
     this.btnSearch.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSearch.Click              += new System.EventHandler(this.btnSearch_Click);
     //
     // txtSearch
     //
     this.txtSearch.Anchor                = System.Windows.Forms.AnchorStyles.Right;
     this.txtSearch.BackColor             = System.Drawing.Color.White;
     this.txtSearch.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("txtSearch.BackgroundImage")));
     this.txtSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.txtSearch.ForeColor             = System.Drawing.Color.SeaGreen;
     this.txtSearch.Icon     = ((System.Drawing.Image)(resources.GetObject("txtSearch.Icon")));
     this.txtSearch.Location = new System.Drawing.Point(133, 15);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(447, 42);
     this.txtSearch.TabIndex = 4;
     this.txtSearch.text     = "";
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.Anchor      = System.Windows.Forms.AnchorStyles.Left;
     this.bunifuImageButton2.BackColor   = System.Drawing.Color.Transparent;
     this.bunifuImageButton2.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(774, 14);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(48, 45);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton2.TabIndex    = 7;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     this.bunifuImageButton2.Click      += new System.EventHandler(this.bunifuImageButton2_Click);
     //
     // Emp_CustomerInfo
     //
     this.ClientSize = new System.Drawing.Size(1184, 661);
     this.Controls.Add(this.tableLayoutPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Emp_CustomerInfo";
     this.Load           += new System.EventHandler(this.Emp_CustomerInfo_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.tableLayoutPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvCustomerInfo)).EndInit();
     this.tableLayoutPanel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     this.ResumeLayout(false);
 }
		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PlaylistMnmtForm));
			this.bunifuCircleProgressbar1 = new Bunifu.Framework.UI.BunifuCircleProgressbar();
			this.bunifuGauge1 = new Bunifu.Framework.UI.BunifuGauge();
			this.bunifuTextbox1 = new Bunifu.Framework.UI.BunifuTextbox();
			this.SuspendLayout();
			// 
			// bunifuCircleProgressbar1
			// 
			this.bunifuCircleProgressbar1.animated = false;
			this.bunifuCircleProgressbar1.animationIterval = 5;
			this.bunifuCircleProgressbar1.animationSpeed = 300;
			this.bunifuCircleProgressbar1.BackColor = System.Drawing.Color.DimGray;
			this.bunifuCircleProgressbar1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuCircleProgressbar1.BackgroundImage")));
			this.bunifuCircleProgressbar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.bunifuCircleProgressbar1.ForeColor = System.Drawing.Color.SeaGreen;
			this.bunifuCircleProgressbar1.LabelVisible = true;
			this.bunifuCircleProgressbar1.LineProgressThickness = 8;
			this.bunifuCircleProgressbar1.LineThickness = 5;
			this.bunifuCircleProgressbar1.Location = new System.Drawing.Point(212, 108);
			this.bunifuCircleProgressbar1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
			this.bunifuCircleProgressbar1.MaxValue = 100;
			this.bunifuCircleProgressbar1.Name = "bunifuCircleProgressbar1";
			this.bunifuCircleProgressbar1.ProgressBackColor = System.Drawing.Color.Maroon;
			this.bunifuCircleProgressbar1.ProgressColor = System.Drawing.Color.LawnGreen;
			this.bunifuCircleProgressbar1.Size = new System.Drawing.Size(173, 173);
			this.bunifuCircleProgressbar1.TabIndex = 0;
			this.bunifuCircleProgressbar1.Value = 40;
			// 
			// bunifuGauge1
			// 
			this.bunifuGauge1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuGauge1.BackgroundImage")));
			this.bunifuGauge1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F);
			this.bunifuGauge1.Location = new System.Drawing.Point(491, 85);
			this.bunifuGauge1.Margin = new System.Windows.Forms.Padding(6);
			this.bunifuGauge1.Name = "bunifuGauge1";
			this.bunifuGauge1.ProgressBgColor = System.Drawing.Color.Gray;
			this.bunifuGauge1.ProgressColor1 = System.Drawing.Color.SeaGreen;
			this.bunifuGauge1.ProgressColor2 = System.Drawing.Color.Tomato;
			this.bunifuGauge1.Size = new System.Drawing.Size(174, 117);
			this.bunifuGauge1.TabIndex = 1;
			this.bunifuGauge1.Thickness = 20;
			this.bunifuGauge1.Value = 40;
			// 
			// bunifuTextbox1
			// 
			this.bunifuTextbox1.BackColor = System.Drawing.Color.Silver;
			this.bunifuTextbox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("bunifuTextbox1.BackgroundImage")));
			this.bunifuTextbox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
			this.bunifuTextbox1.ForeColor = System.Drawing.Color.SeaGreen;
			this.bunifuTextbox1.Icon = ((System.Drawing.Image)(resources.GetObject("bunifuTextbox1.Icon")));
			this.bunifuTextbox1.Location = new System.Drawing.Point(466, 222);
			this.bunifuTextbox1.Name = "bunifuTextbox1";
			this.bunifuTextbox1.Size = new System.Drawing.Size(250, 42);
			this.bunifuTextbox1.TabIndex = 2;
			this.bunifuTextbox1.text = "Bunifu TextBox";
			// 
			// PlaylistMnmtForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(798, 314);
			this.Controls.Add(this.bunifuTextbox1);
			this.Controls.Add(this.bunifuGauge1);
			this.Controls.Add(this.bunifuCircleProgressbar1);
			this.Name = "PlaylistMnmtForm";
			this.Text = "PlaylistMnmtForm";
			this.ResumeLayout(false);

		}