namespace Percent___Qualification_work.userControls { partial class gList { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.prevButton = new System.Windows.Forms.Button(); this.nextButton = new System.Windows.Forms.Button(); this.pageLabel = new System.Windows.Forms.Label(); this.SuspendLayout(); // // flowLayoutPanel1 // this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(631, 332); this.flowLayoutPanel1.TabIndex = 0; // // prevButton // this.prevButton.Cursor = System.Windows.Forms.Cursors.Hand; this.prevButton.FlatAppearance.BorderSize = 0; this.prevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.prevButton.Image = global::Percent___Qualification_work.Properties.Resources.arrowLeft; this.prevButton.Location = new System.Drawing.Point(278, 341); this.prevButton.Name = "prevButton"; this.prevButton.Size = new System.Drawing.Size(31, 31); this.prevButton.TabIndex = 6; this.prevButton.UseVisualStyleBackColor = true; this.prevButton.Click += new System.EventHandler(this.prevButton_Click); // // nextButton // this.nextButton.Cursor = System.Windows.Forms.Cursors.Hand; this.nextButton.FlatAppearance.BorderSize = 0; this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.nextButton.Image = global::Percent___Qualification_work.Properties.Resources.arrowRight; this.nextButton.Location = new System.Drawing.Point(340, 341); this.nextButton.Name = "nextButton"; this.nextButton.Size = new System.Drawing.Size(31, 31); this.nextButton.TabIndex = 7; this.nextButton.UseVisualStyleBackColor = true; this.nextButton.Click += new System.EventHandler(this.nextButton_Click); // // pageLabel // this.pageLabel.AutoSize = true; this.pageLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.pageLabel.Location = new System.Drawing.Point(419, 350); this.pageLabel.Name = "pageLabel"; this.pageLabel.Size = new System.Drawing.Size(0, 13); this.pageLabel.TabIndex = 9; // // gList // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.pageLabel); this.Controls.Add(this.prevButton); this.Controls.Add(this.nextButton); this.Controls.Add(this.flowLayoutPanel1); this.Name = "gList"; this.Size = new System.Drawing.Size(637, 377); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button prevButton; private System.Windows.Forms.Button nextButton; private System.Windows.Forms.Label pageLabel; } }