namespace CircleViewer.Dialogs { partial class FilePropertiesDlg { /// /// 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() { Syncfusion.WinForms.DataGrid.GridTextColumn gridTextColumn1 = new Syncfusion.WinForms.DataGrid.GridTextColumn(); Syncfusion.WinForms.DataGrid.GridTextColumn gridTextColumn2 = new Syncfusion.WinForms.DataGrid.GridTextColumn(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FilePropertiesDlg)); this.dgMeta = new Syncfusion.WinForms.DataGrid.SfDataGrid(); ((System.ComponentModel.ISupportInitialize)(this.dgMeta)).BeginInit(); this.SuspendLayout(); // // dgMeta // this.dgMeta.AccessibleName = "Table"; this.dgMeta.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.LastColumnFill; gridTextColumn1.AllowEditing = false; gridTextColumn1.HeaderText = "Name"; gridTextColumn1.MappingName = "Str1"; gridTextColumn2.AllowEditing = false; gridTextColumn2.HeaderText = "Details"; gridTextColumn2.MappingName = "Str2"; this.dgMeta.Columns.Add(gridTextColumn1); this.dgMeta.Columns.Add(gridTextColumn2); this.dgMeta.Dock = System.Windows.Forms.DockStyle.Fill; this.dgMeta.Location = new System.Drawing.Point(0, 0); this.dgMeta.Name = "dgMeta"; this.dgMeta.PreviewRowHeight = 35; this.dgMeta.Size = new System.Drawing.Size(691, 813); this.dgMeta.TabIndex = 2; this.dgMeta.Text = "sfDataGrid1"; // // FilePropertiesDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(691, 813); this.Controls.Add(this.dgMeta); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FilePropertiesDlg"; this.Text = "Secure File Properties"; this.Load += new System.EventHandler(this.FilePropertiesDlg_Load); ((System.ComponentModel.ISupportInitialize)(this.dgMeta)).EndInit(); this.ResumeLayout(false); } #endregion private Syncfusion.WinForms.DataGrid.SfDataGrid dgMeta; } }