DbFind.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. namespace UAS_LabelMachine
  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_LabelMachine.CustomControl.Pagination();
  30. ((System.ComponentModel.ISupportInitialize)(this.DbFindGridView)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // DbFindGridView
  34. //
  35. this.DbFindGridView.AllowUserToAddRows = false;
  36. this.DbFindGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  37. | System.Windows.Forms.AnchorStyles.Left)
  38. | System.Windows.Forms.AnchorStyles.Right)));
  39. this.DbFindGridView.BackgroundColor = System.Drawing.SystemColors.Window;
  40. this.DbFindGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  41. this.DbFindGridView.Location = new System.Drawing.Point(0, 22);
  42. this.DbFindGridView.Name = "DbFindGridView";
  43. this.DbFindGridView.ReadOnly = true;
  44. this.DbFindGridView.RowTemplate.Height = 23;
  45. this.DbFindGridView.Size = new System.Drawing.Size(806, 410);
  46. this.DbFindGridView.TabIndex = 0;
  47. this.DbFindGridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DbFindGridView_CellDoubleClick);
  48. this.DbFindGridView.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.DbFindGridView_ColumnWidthChanged);
  49. this.DbFindGridView.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DbFindGridView_KeyPress);
  50. //
  51. // pagination1
  52. //
  53. this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
  54. this.pagination1.Location = new System.Drawing.Point(0, 432);
  55. this.pagination1.Name = "pagination1";
  56. this.pagination1.Size = new System.Drawing.Size(806, 32);
  57. this.pagination1.TabIndex = 1;
  58. //
  59. // DbFind
  60. //
  61. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  62. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  63. this.ClientSize = new System.Drawing.Size(806, 464);
  64. this.Controls.Add(this.pagination1);
  65. this.Controls.Add(this.DbFindGridView);
  66. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  67. this.Name = "DbFind";
  68. this.Text = "DbFind";
  69. this.Load += new System.EventHandler(this.DbFind_Load);
  70. this.SizeChanged += new System.EventHandler(this.DbFind_SizeChanged);
  71. ((System.ComponentModel.ISupportInitialize)(this.DbFindGridView)).EndInit();
  72. this.ResumeLayout(false);
  73. }
  74. #endregion
  75. private System.Windows.Forms.DataGridView DbFindGridView;
  76. private CustomControl.Pagination pagination1;
  77. }
  78. }