You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
3.3 KiB

1 year ago
  1. namespace CircleViewer.Dialogs
  2. {
  3. partial class FilePropertiesDlg
  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. Syncfusion.WinForms.DataGrid.GridTextColumn gridTextColumn1 = new Syncfusion.WinForms.DataGrid.GridTextColumn();
  29. Syncfusion.WinForms.DataGrid.GridTextColumn gridTextColumn2 = new Syncfusion.WinForms.DataGrid.GridTextColumn();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FilePropertiesDlg));
  31. this.dgMeta = new Syncfusion.WinForms.DataGrid.SfDataGrid();
  32. ((System.ComponentModel.ISupportInitialize)(this.dgMeta)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // dgMeta
  36. //
  37. this.dgMeta.AccessibleName = "Table";
  38. this.dgMeta.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.LastColumnFill;
  39. gridTextColumn1.AllowEditing = false;
  40. gridTextColumn1.HeaderText = "Name";
  41. gridTextColumn1.MappingName = "Str1";
  42. gridTextColumn2.AllowEditing = false;
  43. gridTextColumn2.HeaderText = "Details";
  44. gridTextColumn2.MappingName = "Str2";
  45. this.dgMeta.Columns.Add(gridTextColumn1);
  46. this.dgMeta.Columns.Add(gridTextColumn2);
  47. this.dgMeta.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.dgMeta.Location = new System.Drawing.Point(0, 0);
  49. this.dgMeta.Name = "dgMeta";
  50. this.dgMeta.PreviewRowHeight = 35;
  51. this.dgMeta.Size = new System.Drawing.Size(691, 813);
  52. this.dgMeta.TabIndex = 2;
  53. this.dgMeta.Text = "sfDataGrid1";
  54. //
  55. // FilePropertiesDlg
  56. //
  57. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  58. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  59. this.ClientSize = new System.Drawing.Size(691, 813);
  60. this.Controls.Add(this.dgMeta);
  61. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  62. this.Name = "FilePropertiesDlg";
  63. this.Text = "Secure File Properties";
  64. this.Load += new System.EventHandler(this.FilePropertiesDlg_Load);
  65. ((System.ComponentModel.ISupportInitialize)(this.dgMeta)).EndInit();
  66. this.ResumeLayout(false);
  67. }
  68. #endregion
  69. private Syncfusion.WinForms.DataGrid.SfDataGrid dgMeta;
  70. }
  71. }