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.
		
		
		
		
		
			
		
			
				
					
					
						
							77 lines
						
					
					
						
							3.3 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							77 lines
						
					
					
						
							3.3 KiB
						
					
					
				| namespace CircleViewer.Dialogs | |
| { | |
|     partial class FilePropertiesDlg | |
|     { | |
|         /// <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() | |
|         { | |
|             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; | |
|     } | |
| }
 |