namespace ServerExplorer.UI { partial class FrmDatos { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.dgvDatos = new System.Windows.Forms.DataGridView(); this.btnRefresh = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dgvDatos)).BeginInit(); this.SuspendLayout(); // // dgvDatos // this.dgvDatos.AllowUserToAddRows = false; this.dgvDatos.AllowUserToDeleteRows = false; this.dgvDatos.AllowUserToOrderColumns = true; this.dgvDatos.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.dgvDatos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvDatos.Location = new System.Drawing.Point(12, 18); this.dgvDatos.Name = "dgvDatos"; this.dgvDatos.ReadOnly = true; this.dgvDatos.Size = new System.Drawing.Size(347, 273); this.dgvDatos.TabIndex = 0; this.dgvDatos.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDatos_CellDoubleClick); this.dgvDatos.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvDatos_CellFormatting); // // btnRefresh // this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnRefresh.Location = new System.Drawing.Point(12, 297); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 23); this.btnRefresh.TabIndex = 1; this.btnRefresh.Text = "Refresh"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // FrmDatos // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(371, 332); this.Controls.Add(this.btnRefresh); this.Controls.Add(this.dgvDatos); this.Name = "FrmDatos"; this.Text = "frmDatos"; this.Load += new System.EventHandler(this.frmDatos_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvDatos)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dgvDatos; private System.Windows.Forms.Button btnRefresh; } }