namespace UAS_MES
{
partial class DbFind
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.DbFindGridView = new System.Windows.Forms.DataGridView();
this.pagination1 = new UAS_MES.CustomControl.Pagination.PaginationDbFind();
((System.ComponentModel.ISupportInitialize)(this.DbFindGridView)).BeginInit();
this.SuspendLayout();
//
// DbFindGridView
//
this.DbFindGridView.AllowUserToAddRows = false;
this.DbFindGridView.BackgroundColor = System.Drawing.SystemColors.Window;
this.DbFindGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DbFindGridView.Location = new System.Drawing.Point(0, 22);
this.DbFindGridView.Name = "DbFindGridView";
this.DbFindGridView.ReadOnly = true;
this.DbFindGridView.RowTemplate.Height = 23;
this.DbFindGridView.Size = new System.Drawing.Size(740, 408);
this.DbFindGridView.TabIndex = 0;
this.DbFindGridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DbFindGridView_CellDoubleClick);
this.DbFindGridView.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.DbFindGridView_ColumnWidthChanged);
this.DbFindGridView.Scroll += new System.Windows.Forms.ScrollEventHandler(this.DbFindGridView_Scroll);
this.DbFindGridView.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DbFindGridView_KeyPress);
//
// pagination1
//
this.pagination1.AddEnable = false;
this.pagination1.Cursor = System.Windows.Forms.Cursors.Arrow;
this.pagination1.DeleteEnable = false;
this.pagination1.Location = new System.Drawing.Point(0, 432);
this.pagination1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.pagination1.Name = "pagination1";
this.pagination1.Size = new System.Drawing.Size(740, 32);
this.pagination1.TabIndex = 1;
//
// DbFind
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(741, 464);
this.Controls.Add(this.pagination1);
this.Controls.Add(this.DbFindGridView);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "DbFind";
this.Tag = "ShowDialogWindow";
this.Text = "放大镜";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DbFind_FormClosing);
this.Load += new System.EventHandler(this.DbFind_Load);
((System.ComponentModel.ISupportInitialize)(this.DbFindGridView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView DbFindGridView;
private CustomControl.Pagination.PaginationDbFind pagination1;
}
}