DbFind.Designer.cs 3.9 KB

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