123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- using UAS_LabelMachine;
- namespace UAS_LabelMachine.CustomControl
- {
- partial class Pagination
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- this.panel1 = new System.Windows.Forms.Panel();
- this.ShowItemsNum = new System.Windows.Forms.ComboBox();
- this.UpLoadData = new System.Windows.Forms.PictureBox();
- this.DownLoadTemplet = new System.Windows.Forms.PictureBox();
- this.Delete = new System.Windows.Forms.PictureBox();
- this.ExportExcel = new System.Windows.Forms.PictureBox();
- this.label2 = new System.Windows.Forms.Label();
- this.TotalPage = new System.Windows.Forms.Label();
- this.CurrentPage = new System.Windows.Forms.TextBox();
- this.PreviousPage = new System.Windows.Forms.PictureBox();
- this.LastPage = new System.Windows.Forms.PictureBox();
- this.NextPage = new System.Windows.Forms.PictureBox();
- this.FirstPage = new System.Windows.Forms.PictureBox();
- this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.UpLoadData)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DownLoadTemplet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Delete)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ExportExcel)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PreviousPage)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.LastPage)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.NextPage)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.panel1.BackColor = System.Drawing.SystemColors.Control;
- this.panel1.Controls.Add(this.ShowItemsNum);
- this.panel1.Controls.Add(this.UpLoadData);
- this.panel1.Controls.Add(this.DownLoadTemplet);
- this.panel1.Controls.Add(this.Delete);
- this.panel1.Controls.Add(this.ExportExcel);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.TotalPage);
- this.panel1.Controls.Add(this.CurrentPage);
- this.panel1.Controls.Add(this.PreviousPage);
- this.panel1.Controls.Add(this.LastPage);
- this.panel1.Controls.Add(this.NextPage);
- this.panel1.Controls.Add(this.FirstPage);
- this.panel1.Cursor = System.Windows.Forms.Cursors.Default;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(543, 32);
- this.panel1.TabIndex = 0;
- //
- // ShowItemsNum
- //
- this.ShowItemsNum.FormattingEnabled = true;
- this.ShowItemsNum.Items.AddRange(new object[] {
- "40",
- "35",
- "30",
- "25",
- "20",
- "15",
- "10",
- "5"});
- this.ShowItemsNum.Location = new System.Drawing.Point(246, 6);
- this.ShowItemsNum.Name = "ShowItemsNum";
- this.ShowItemsNum.Size = new System.Drawing.Size(36, 20);
- this.ShowItemsNum.TabIndex = 13;
- this.ShowItemsNum.Text = "20";
- this.ShowItemsNum.SelectedValueChanged += new System.EventHandler(this.ShowItemsNum_SelectedValueChanged);
- this.ShowItemsNum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ShowItemsNum_KeyDown);
- //
- // UpLoadData
- //
- this.UpLoadData.Cursor = System.Windows.Forms.Cursors.Hand;
- this.UpLoadData.Location = new System.Drawing.Point(385, 9);
- this.UpLoadData.Name = "UpLoadData";
- this.UpLoadData.Size = new System.Drawing.Size(16, 16);
- this.UpLoadData.TabIndex = 12;
- this.UpLoadData.TabStop = false;
- this.UpLoadData.Click += new System.EventHandler(this.UpLoadData_Click);
- //
- // DownLoadTemplet
- //
- this.DownLoadTemplet.Cursor = System.Windows.Forms.Cursors.Hand;
- this.DownLoadTemplet.Image = global::UAS_LabelMachine.Properties.Resources.download_17_519713261649px_1200629_easyicon_net__1_;
- this.DownLoadTemplet.Location = new System.Drawing.Point(352, 9);
- this.DownLoadTemplet.Name = "DownLoadTemplet";
- this.DownLoadTemplet.Size = new System.Drawing.Size(16, 16);
- this.DownLoadTemplet.TabIndex = 11;
- this.DownLoadTemplet.TabStop = false;
- this.DownLoadTemplet.Visible = false;
- this.DownLoadTemplet.Click += new System.EventHandler(this.DownLoadTemplet_Click);
- //
- // Delete
- //
- this.Delete.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Delete.Image = global::UAS_LabelMachine.Properties.Resources.bindingNavigatorDeleteItem_Image;
- this.Delete.Location = new System.Drawing.Point(292, 8);
- this.Delete.Name = "Delete";
- this.Delete.Size = new System.Drawing.Size(16, 18);
- this.Delete.TabIndex = 9;
- this.Delete.TabStop = false;
- this.Delete.Tag = "IfDelete";
- this.Delete.Click += new System.EventHandler(this.Delete_Click);
- //
- // ExportExcel
- //
- this.ExportExcel.Cursor = System.Windows.Forms.Cursors.Hand;
- this.ExportExcel.Image = global::UAS_LabelMachine.Properties.Resources.Excel_2010_16px_1180011_easyicon_net;
- this.ExportExcel.Location = new System.Drawing.Point(320, 8);
- this.ExportExcel.Name = "ExportExcel";
- this.ExportExcel.Size = new System.Drawing.Size(16, 18);
- this.ExportExcel.TabIndex = 8;
- this.ExportExcel.TabStop = false;
- this.ExportExcel.Click += new System.EventHandler(this.ExportExcel_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Cursor = System.Windows.Forms.Cursors.Default;
- this.label2.Location = new System.Drawing.Point(185, 10);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(65, 12);
- this.label2.TabIndex = 6;
- this.label2.Text = "显示数量:";
- //
- // TotalPage
- //
- this.TotalPage.AutoSize = true;
- this.TotalPage.Cursor = System.Windows.Forms.Cursors.Default;
- this.TotalPage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.TotalPage.Location = new System.Drawing.Point(87, 5);
- this.TotalPage.Name = "TotalPage";
- this.TotalPage.Size = new System.Drawing.Size(0, 20);
- this.TotalPage.TabIndex = 5;
- //
- // CurrentPage
- //
- this.CurrentPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.CurrentPage.Location = new System.Drawing.Point(56, 4);
- this.CurrentPage.Name = "CurrentPage";
- this.CurrentPage.Size = new System.Drawing.Size(24, 23);
- this.CurrentPage.TabIndex = 4;
- this.CurrentPage.Text = "1";
- this.CurrentPage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.CurrentPage.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CurrentPage_KeyDown);
- //
- // PreviousPage
- //
- this.PreviousPage.Cursor = System.Windows.Forms.Cursors.Hand;
- this.PreviousPage.Image = global::UAS_LabelMachine.Properties.Resources.bindingNavigatorMovePreviousItem_Image;
- this.PreviousPage.Location = new System.Drawing.Point(37, 8);
- this.PreviousPage.Name = "PreviousPage";
- this.PreviousPage.Size = new System.Drawing.Size(15, 15);
- this.PreviousPage.TabIndex = 3;
- this.PreviousPage.TabStop = false;
- this.PreviousPage.Click += new System.EventHandler(this.PreviousPage_Click);
- //
- // LastPage
- //
- this.LastPage.Cursor = System.Windows.Forms.Cursors.Hand;
- this.LastPage.Image = global::UAS_LabelMachine.Properties.Resources.bindingNavigatorMoveLastItem_Image;
- this.LastPage.Location = new System.Drawing.Point(157, 8);
- this.LastPage.Name = "LastPage";
- this.LastPage.Size = new System.Drawing.Size(15, 15);
- this.LastPage.TabIndex = 2;
- this.LastPage.TabStop = false;
- this.LastPage.Click += new System.EventHandler(this.LastPage_Click);
- //
- // NextPage
- //
- this.NextPage.Cursor = System.Windows.Forms.Cursors.Hand;
- this.NextPage.Image = global::UAS_LabelMachine.Properties.Resources.bindingNavigatorMoveNextItem_Image;
- this.NextPage.Location = new System.Drawing.Point(133, 8);
- this.NextPage.Margin = new System.Windows.Forms.Padding(3, 3, 3, 20);
- this.NextPage.Name = "NextPage";
- this.NextPage.Size = new System.Drawing.Size(15, 15);
- this.NextPage.TabIndex = 1;
- this.NextPage.TabStop = false;
- this.NextPage.Click += new System.EventHandler(this.NextPage_Click);
- //
- // FirstPage
- //
- this.FirstPage.Cursor = System.Windows.Forms.Cursors.Hand;
- this.FirstPage.Image = global::UAS_LabelMachine.Properties.Resources.bindingNavigatorMoveFirstItem_Image;
- this.FirstPage.Location = new System.Drawing.Point(16, 8);
- this.FirstPage.Name = "FirstPage";
- this.FirstPage.Size = new System.Drawing.Size(15, 15);
- this.FirstPage.TabIndex = 0;
- this.FirstPage.TabStop = false;
- this.FirstPage.Click += new System.EventHandler(this.FirstPage_Click);
- //
- // openFileDialog1
- //
- this.openFileDialog1.FileName = "openFileDialog1";
- //
- // Pagination
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.panel1);
- this.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Name = "Pagination";
- this.Size = new System.Drawing.Size(543, 32);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.UpLoadData)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DownLoadTemplet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Delete)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ExportExcel)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PreviousPage)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.LastPage)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.NextPage)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.FirstPage)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label TotalPage;
- private System.Windows.Forms.TextBox CurrentPage;
- private System.Windows.Forms.PictureBox PreviousPage;
- private System.Windows.Forms.PictureBox LastPage;
- private System.Windows.Forms.PictureBox NextPage;
- private System.Windows.Forms.PictureBox FirstPage;
- private System.Windows.Forms.PictureBox ExportExcel;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private System.Windows.Forms.PictureBox Delete;
- private System.Windows.Forms.PictureBox DownLoadTemplet;
- private System.Windows.Forms.PictureBox UpLoadData;
- private System.Windows.Forms.ToolTip toolTip1;
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.ComboBox ShowItemsNum;
- }
- }
|