DbFind.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. namespace UAS_MES
  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.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, 28);
  39. this.DbFindGridView.Margin = new System.Windows.Forms.Padding(4);
  40. this.DbFindGridView.Name = "DbFindGridView";
  41. this.DbFindGridView.ReadOnly = true;
  42. this.DbFindGridView.RowTemplate.Height = 23;
  43. this.DbFindGridView.Size = new System.Drawing.Size(986, 510);
  44. this.DbFindGridView.TabIndex = 0;
  45. this.DbFindGridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DbFindGridView_CellDoubleClick);
  46. this.DbFindGridView.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.DbFindGridView_ColumnWidthChanged);
  47. this.DbFindGridView.Scroll += new System.Windows.Forms.ScrollEventHandler(this.DbFindGridView_Scroll);
  48. this.DbFindGridView.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DbFindGridView_KeyPress);
  49. //
  50. // pagination1
  51. //
  52. this.pagination1.AddEnable = false;
  53. this.pagination1.Cursor = System.Windows.Forms.Cursors.Arrow;
  54. this.pagination1.DeleteEnable = false;
  55. this.pagination1.Location = new System.Drawing.Point(0, 540);
  56. this.pagination1.Margin = new System.Windows.Forms.Padding(5);
  57. this.pagination1.Name = "pagination1";
  58. this.pagination1.Size = new System.Drawing.Size(986, 40);
  59. this.pagination1.TabIndex = 1;
  60. //
  61. // DbFind
  62. //
  63. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  64. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  65. this.ClientSize = new System.Drawing.Size(988, 580);
  66. this.Controls.Add(this.pagination1);
  67. this.Controls.Add(this.DbFindGridView);
  68. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  69. this.Margin = new System.Windows.Forms.Padding(4);
  70. this.Name = "DbFind";
  71. this.Tag = "ShowDialogWindow";
  72. this.Text = "放大镜";
  73. this.Load += new System.EventHandler(this.DbFind_Load);
  74. ((System.ComponentModel.ISupportInitialize)(this.DbFindGridView)).EndInit();
  75. this.ResumeLayout(false);
  76. }
  77. #endregion
  78. private System.Windows.Forms.DataGridView DbFindGridView;
  79. private CustomControl.Pagination.PaginationDbFind pagination1;
  80. }
  81. }