123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- namespace UAS_LabelMachine
- {
- 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_LabelMachine.CustomControl.Pagination();
- ((System.ComponentModel.ISupportInitialize)(this.DbFindGridView)).BeginInit();
- this.SuspendLayout();
- //
- // DbFindGridView
- //
- this.DbFindGridView.AllowUserToAddRows = false;
- this.DbFindGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- 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(806, 410);
- 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.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DbFindGridView_KeyPress);
- //
- // pagination1
- //
- this.pagination1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.pagination1.Location = new System.Drawing.Point(0, 432);
- this.pagination1.Name = "pagination1";
- this.pagination1.Size = new System.Drawing.Size(806, 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(806, 464);
- this.Controls.Add(this.pagination1);
- this.Controls.Add(this.DbFindGridView);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.Name = "DbFind";
- this.Text = "DbFind";
- this.Load += new System.EventHandler(this.DbFind_Load);
- this.SizeChanged += new System.EventHandler(this.DbFind_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.DbFindGridView)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.DataGridView DbFindGridView;
- private CustomControl.Pagination pagination1;
- }
- }
|