1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- namespace UAS_MES_NEW
- {
- partial class DbFind
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.DbFindGridView = new System.Windows.Forms.DataGridView();
- this.pagination1 = new UAS_MES_NEW.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(true);
- }
- #endregion
- private System.Windows.Forms.DataGridView DbFindGridView;
- private CustomControl.Pagination.PaginationDbFind pagination1;
- }
- }
|