DbFind.Designer.cs 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. namespace UAS_MES_NEW
  2. {
  3. partial class DbFind
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.DbFindGridView = new System.Windows.Forms.DataGridView();
  29. this.pagination1 = new UAS_MES_NEW.CustomControl.Pagination.PaginationDbFind();
  30. ((System.ComponentModel.ISupportInitialize)(this.DbFindGridView)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // DbFindGridView
  34. //
  35. this.DbFindGridView.AllowUserToAddRows = false;
  36. this.DbFindGridView.BackgroundColor = System.Drawing.SystemColors.Window;
  37. this.DbFindGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  38. this.DbFindGridView.Location = new System.Drawing.Point(0, 22);
  39. this.DbFindGridView.Name = "DbFindGridView";
  40. this.DbFindGridView.ReadOnly = true;
  41. this.DbFindGridView.RowTemplate.Height = 23;
  42. this.DbFindGridView.Size = new System.Drawing.Size(740, 408);
  43. this.DbFindGridView.TabIndex = 0;
  44. this.DbFindGridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DbFindGridView_CellDoubleClick);
  45. this.DbFindGridView.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.DbFindGridView_ColumnWidthChanged);
  46. this.DbFindGridView.Scroll += new System.Windows.Forms.ScrollEventHandler(this.DbFindGridView_Scroll);
  47. this.DbFindGridView.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DbFindGridView_KeyPress);
  48. //
  49. // pagination1
  50. //
  51. this.pagination1.AddEnable = false;
  52. this.pagination1.Cursor = System.Windows.Forms.Cursors.Arrow;
  53. this.pagination1.DeleteEnable = false;
  54. this.pagination1.Location = new System.Drawing.Point(0, 432);
  55. this.pagination1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  56. this.pagination1.Name = "pagination1";
  57. this.pagination1.Size = new System.Drawing.Size(740, 32);
  58. this.pagination1.TabIndex = 1;
  59. //
  60. // DbFind
  61. //
  62. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  63. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  64. this.ClientSize = new System.Drawing.Size(741, 464);
  65. this.Controls.Add(this.pagination1);
  66. this.Controls.Add(this.DbFindGridView);
  67. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  68. this.Name = "DbFind";
  69. this.Tag = "ShowDialogWindow";
  70. this.Text = "放大镜";
  71. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DbFind_FormClosing);
  72. this.Load += new System.EventHandler(this.DbFind_Load);
  73. ((System.ComponentModel.ISupportInitialize)(this.DbFindGridView)).EndInit();
  74. this.ResumeLayout(true);
  75. }
  76. #endregion
  77. private System.Windows.Forms.DataGridView DbFindGridView;
  78. private CustomControl.Pagination.PaginationDbFind pagination1;
  79. }
  80. }