Beispiel #1
0
 private void InitializeComponent()
 {
     this.comboFields      = new Atiran.UI.WindowsForms.Controls.ComboBoxes.ComboBox();
     this.flowLayoutPanel1 = new Atiran.UI.WindowsForms.Controls.FlowLayoutPanel();
     this.rbnozuli         = new Atiran.UI.WindowsForms.Controls.RadioButton();
     this.rbsoudi          = new Atiran.UI.WindowsForms.Controls.RadioButton();
     this.label1           = new Atiran.UI.WindowsForms.Controls.Label();
     this.label2           = new Atiran.UI.WindowsForms.Controls.Label();
     this.pictureBox1      = new Atiran.UI.WindowsForms.Controls.pictureBox();
     this.gradientPanel1   = new Atiran.UI.WindowsForms.UIElements.GradientPanel();
     this.lblSort          = new Atiran.UI.WindowsForms.Controls.Label();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.gradientPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // comboFields
     //
     this.comboFields.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.comboFields.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboFields.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboFields.FormattingEnabled  = true;
     this.comboFields.Location           = new System.Drawing.Point(17, 7);
     this.comboFields.Margin             = new System.Windows.Forms.Padding(10);
     this.comboFields.Name        = "comboFields";
     this.comboFields.NextControl = null;
     this.comboFields.Size        = new System.Drawing.Size(142, 30);
     this.comboFields.TabIndex    = 0;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.flowLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
     this.flowLayoutPanel1.Controls.Add(this.rbnozuli);
     this.flowLayoutPanel1.Controls.Add(this.rbsoudi);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(20, 38);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(139, 29);
     this.flowLayoutPanel1.TabIndex = 100;
     //
     // rbnozuli
     //
     this.rbnozuli.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.rbnozuli.AutoSize                = true;
     this.rbnozuli.Location                = new System.Drawing.Point(3, 3);
     this.rbnozuli.Name                    = "rbnozuli";
     this.rbnozuli.NextControl             = null;
     this.rbnozuli.Size                    = new System.Drawing.Size(56, 26);
     this.rbnozuli.TabIndex                = 3;
     this.rbnozuli.Text                    = "نزولي";
     this.rbnozuli.UseVisualStyleBackColor = true;
     //
     // rbsoudi
     //
     this.rbsoudi.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.rbsoudi.AutoSize                = true;
     this.rbsoudi.Checked                 = true;
     this.rbsoudi.Location                = new System.Drawing.Point(65, 3);
     this.rbsoudi.Name                    = "rbsoudi";
     this.rbsoudi.NextControl             = null;
     this.rbsoudi.Size                    = new System.Drawing.Size(67, 26);
     this.rbsoudi.TabIndex                = 4;
     this.rbsoudi.TabStop                 = true;
     this.rbsoudi.Text                    = "صعودي";
     this.rbsoudi.UseVisualStyleBackColor = true;
     this.rbsoudi.CheckedChanged         += new System.EventHandler(this.rbsoudi_CheckedChanged);
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("IRANSans(FaNum)", 9.5F);
     this.label1.Location  = new System.Drawing.Point(162, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(50, 22);
     this.label1.TabIndex  = 101;
     this.label1.Text      = "براساس";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("IRANSans(FaNum)", 9.5F);
     this.label2.Location  = new System.Drawing.Point(163, 42);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(56, 22);
     this.label2.TabIndex  = 101;
     this.label2.Text      = "به صورت";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::Atiran.UI.WindowsForms.Resources.Sort;
     this.pictureBox1.Location = new System.Drawing.Point(0, 2);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(34, 33);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 102;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Click   += new System.EventHandler(this.pictureBox1_Click);
     //
     // gradientPanel1
     //
     this.gradientPanel1.BackColor   = System.Drawing.SystemColors.GradientInactiveCaption;
     this.gradientPanel1.BorderColor = System.Drawing.Color.LightGoldenrodYellow;
     this.gradientPanel1.Controls.Add(this.lblSort);
     this.gradientPanel1.Controls.Add(this.label1);
     this.gradientPanel1.Controls.Add(this.comboFields);
     this.gradientPanel1.Controls.Add(this.flowLayoutPanel1);
     this.gradientPanel1.Controls.Add(this.label2);
     this.gradientPanel1.Dock               = System.Windows.Forms.DockStyle.Right;
     this.gradientPanel1.Font               = new System.Drawing.Font("IRANSans(FaNum)", 9.5F);
     this.gradientPanel1.GradientEndColor   = System.Drawing.Color.LightCyan;
     this.gradientPanel1.GradientStartColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(227)))), ((int)(((byte)(241)))));
     this.gradientPanel1.Image              = null;
     this.gradientPanel1.ImageLocation      = new System.Drawing.Point(4, 4);
     this.gradientPanel1.Location           = new System.Drawing.Point(45, 0);
     this.gradientPanel1.Margin             = new System.Windows.Forms.Padding(0);
     this.gradientPanel1.Name               = "gradientPanel1";
     this.gradientPanel1.Size               = new System.Drawing.Size(226, 99);
     this.gradientPanel1.TabIndex           = 104;
     //
     // lblSort
     //
     this.lblSort.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblSort.AutoSize  = true;
     this.lblSort.BackColor = System.Drawing.Color.Transparent;
     this.lblSort.Font      = new System.Drawing.Font("IRANSans(FaNum)", 9.5F);
     this.lblSort.Location  = new System.Drawing.Point(6, 67);
     this.lblSort.Name      = "lblSort";
     this.lblSort.Size      = new System.Drawing.Size(108, 22);
     this.lblSort.TabIndex  = 102;
     this.lblSort.Text      = "Alt+S:مرتب سازي";
     this.lblSort.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // SortControl
     //
     this.BackColor = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.gradientPanel1);
     this.Controls.Add(this.pictureBox1);
     this.Name  = "SortControl";
     this.Size  = new System.Drawing.Size(271, 99);
     this.Load += new System.EventHandler(this.SortControl_Load);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.gradientPanel1.ResumeLayout(false);
     this.gradientPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #2
0
 private void InitializeComponent()
 {
     this.panel1      = new Atiran.UI.WindowsForms.UIElements.Panel();
     this.label1      = new Atiran.UI.WindowsForms.Controls.Label();
     this.pictureBox1 = new Atiran.UI.WindowsForms.Controls.pictureBox();
     this.pnlBack     = new Atiran.UI.WindowsForms.UIElements.Panel();
     this.panel2      = new Atiran.UI.WindowsForms.UIElements.Panel();
     this.pnlResult   = new Atiran.UI.WindowsForms.Controls.FlowLayoutPanel();
     this.panel4      = new Atiran.UI.WindowsForms.UIElements.Panel();
     this.panel3      = new Atiran.UI.WindowsForms.UIElements.Panel();
     this.pnlTextbox  = new Atiran.UI.WindowsForms.UIElements.Panel();
     this.txtSerach   = new Atiran.UI.WindowsForms.Controls.TextBoxes.TextBox();
     this.pictureBox2 = new Atiran.UI.WindowsForms.Controls.pictureBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pnlBack.SuspendLayout();
     this.panel2.SuspendLayout();
     this.pnlTextbox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Font     = new System.Drawing.Font("IRANSans(FaNum)", 9.5F);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(674, 35);
     this.panel1.TabIndex = 0;
     //
     // label1
     //
     this.label1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.label1.Font      = new System.Drawing.Font("IRANSans(FaNum)", 9.5F);
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(33, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(109, 35);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Atiran Spotlight";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pictureBox1.Image    = global::Atiran.UI.WindowsForms.Resources.Atiran_Spotlight_Icon;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(33, 35);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // pnlBack
     //
     this.pnlBack.Controls.Add(this.panel2);
     this.pnlBack.Controls.Add(this.pictureBox2);
     this.pnlBack.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlBack.Font     = new System.Drawing.Font("IRANSans(FaNum)", 9.5F);
     this.pnlBack.Location = new System.Drawing.Point(0, 35);
     this.pnlBack.Name     = "pnlBack";
     this.pnlBack.Size     = new System.Drawing.Size(674, 333);
     this.pnlBack.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.pnlResult);
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.pnlTextbox);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Font     = new System.Drawing.Font("IRANSans(FaNum)", 9.5F);
     this.panel2.Location = new System.Drawing.Point(0, 166);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(674, 167);
     this.panel2.TabIndex = 1;
     //
     // pnlResult
     //
     this.pnlResult.AutoScroll = true;
     this.pnlResult.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
     this.pnlResult.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.pnlResult.Location   = new System.Drawing.Point(100, 32);
     this.pnlResult.Name       = "pnlResult";
     this.pnlResult.Padding    = new System.Windows.Forms.Padding(0, 0, 10, 0);
     this.pnlResult.Size       = new System.Drawing.Size(463, 135);
     this.pnlResult.TabIndex   = 3;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
     this.panel4.Dock      = System.Windows.Forms.DockStyle.Right;
     this.panel4.Font      = new System.Drawing.Font("IRANSans(FaNum)", 9.5F);
     this.panel4.Location  = new System.Drawing.Point(563, 32);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new System.Drawing.Size(111, 135);
     this.panel4.TabIndex  = 2;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Left;
     this.panel3.Font      = new System.Drawing.Font("IRANSans(FaNum)", 9.5F);
     this.panel3.Location  = new System.Drawing.Point(0, 32);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(100, 135);
     this.panel3.TabIndex  = 1;
     //
     // pnlTextbox
     //
     this.pnlTextbox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
     this.pnlTextbox.Controls.Add(this.txtSerach);
     this.pnlTextbox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTextbox.Font     = new System.Drawing.Font("IRANSans(FaNum)", 9.5F);
     this.pnlTextbox.Location = new System.Drawing.Point(0, 0);
     this.pnlTextbox.Name     = "pnlTextbox";
     this.pnlTextbox.Size     = new System.Drawing.Size(674, 32);
     this.pnlTextbox.TabIndex = 0;
     //
     // txtSerach
     //
     this.txtSerach.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSerach.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSerach.Font         = new System.Drawing.Font("IRANSans(FaNum)", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSerach.Location     = new System.Drawing.Point(100, -1);
     this.txtSerach.Margin       = new System.Windows.Forms.Padding(10);
     this.txtSerach.Name         = "txtSerach";
     this.txtSerach.NextControl  = null;
     this.txtSerach.Size         = new System.Drawing.Size(463, 33);
     this.txtSerach.TabIndex     = 0;
     this.txtSerach.TextAlign    = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtSerach.TextChanged += new System.EventHandler(this.TxtSerach_TextChanged);
     this.txtSerach.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.TxtSerach_KeyDown);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(238)))), ((int)(((byte)(238)))));
     this.pictureBox2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox2.Image     = global::Atiran.UI.WindowsForms.Resources.Atiran_Spotlight_Background;
     this.pictureBox2.Location  = new System.Drawing.Point(0, 0);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(674, 333);
     this.pictureBox2.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox2.TabIndex  = 0;
     this.pictureBox2.TabStop   = false;
     //
     // AtiranSpotlight
     //
     this.Controls.Add(this.pnlBack);
     this.Controls.Add(this.panel1);
     this.Name = "AtiranSpotlight";
     this.Size = new System.Drawing.Size(674, 368);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pnlBack.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.pnlTextbox.ResumeLayout(false);
     this.pnlTextbox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
 }