namespace CircleViewer.Dialogs { partial class ActivityDlg { /// /// 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(); Syncfusion.WinForms.DataGrid.GridTextColumn gridTextColumn3 = new Syncfusion.WinForms.DataGrid.GridTextColumn(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ActivityDlg)); this.lblTopicDescription = new System.Windows.Forms.Label(); this.lblDescription = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.cbTopics = new System.Windows.Forms.ComboBox(); this.cbCircles = new System.Windows.Forms.ComboBox(); this.sfgActivity = new Syncfusion.WinForms.DataGrid.SfDataGrid(); ((System.ComponentModel.ISupportInitialize)(this.sfgActivity)).BeginInit(); this.SuspendLayout(); // // lblTopicDescription // this.lblTopicDescription.BackColor = System.Drawing.SystemColors.Info; this.lblTopicDescription.Dock = System.Windows.Forms.DockStyle.Top; this.lblTopicDescription.Location = new System.Drawing.Point(0, 134); this.lblTopicDescription.Name = "lblTopicDescription"; this.lblTopicDescription.Size = new System.Drawing.Size(800, 54); this.lblTopicDescription.TabIndex = 13; // // lblDescription // this.lblDescription.BackColor = System.Drawing.SystemColors.Info; this.lblDescription.Dock = System.Windows.Forms.DockStyle.Top; this.lblDescription.Location = new System.Drawing.Point(0, 40); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(800, 54); this.lblDescription.TabIndex = 12; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Top; this.label2.Location = new System.Drawing.Point(0, 94); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(42, 16); this.label2.TabIndex = 11; this.label2.Text = "Topic"; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(81, 16); this.label1.TabIndex = 10; this.label1.Text = "Circle name:"; // // cbTopics // this.cbTopics.Dock = System.Windows.Forms.DockStyle.Top; this.cbTopics.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbTopics.FormattingEnabled = true; this.cbTopics.Location = new System.Drawing.Point(0, 110); this.cbTopics.Name = "cbTopics"; this.cbTopics.Size = new System.Drawing.Size(800, 24); this.cbTopics.TabIndex = 9; this.cbTopics.SelectedIndexChanged += new System.EventHandler(this.cbTopics_SelectedValueChanged); // // cbCircles // this.cbCircles.Dock = System.Windows.Forms.DockStyle.Top; this.cbCircles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbCircles.FormattingEnabled = true; this.cbCircles.Location = new System.Drawing.Point(0, 16); this.cbCircles.Name = "cbCircles"; this.cbCircles.Size = new System.Drawing.Size(800, 24); this.cbCircles.TabIndex = 8; this.cbCircles.SelectedIndexChanged += new System.EventHandler(this.cbCircles_SelectedValueChanged); // // sfgActivity // this.sfgActivity.AccessibleName = "Table"; this.sfgActivity.AutoGenerateColumns = false; this.sfgActivity.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.LastColumnFill; gridTextColumn1.AllowEditing = false; gridTextColumn1.AllowResizing = true; gridTextColumn1.CellStyle.HorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; gridTextColumn1.Format = "g"; gridTextColumn1.HeaderText = "Time"; gridTextColumn1.MappingName = "EventTime"; gridTextColumn1.Width = 130D; gridTextColumn2.AllowEditing = false; gridTextColumn2.CellStyle.HorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; gridTextColumn2.HeaderText = "Event"; gridTextColumn2.MappingName = "Operation"; gridTextColumn2.Width = 60D; gridTextColumn3.AllowEditing = false; gridTextColumn3.HeaderText = "Details"; gridTextColumn3.MappingName = "Message"; this.sfgActivity.Columns.Add(gridTextColumn1); this.sfgActivity.Columns.Add(gridTextColumn2); this.sfgActivity.Columns.Add(gridTextColumn3); this.sfgActivity.Dock = System.Windows.Forms.DockStyle.Fill; this.sfgActivity.Location = new System.Drawing.Point(0, 188); this.sfgActivity.Name = "sfgActivity"; this.sfgActivity.PreviewRowHeight = 35; this.sfgActivity.Size = new System.Drawing.Size(800, 501); this.sfgActivity.TabIndex = 15; this.sfgActivity.Text = "sfDataGrid1"; this.sfgActivity.CellDoubleClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfgActivity_CellDoubleClick); // // ActivityDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 689); this.Controls.Add(this.sfgActivity); this.Controls.Add(this.lblTopicDescription); this.Controls.Add(this.cbTopics); this.Controls.Add(this.label2); this.Controls.Add(this.lblDescription); this.Controls.Add(this.cbCircles); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "ActivityDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Secure File Activity"; this.Load += new System.EventHandler(this.ActivityDlg_Load); ((System.ComponentModel.ISupportInitialize)(this.sfgActivity)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblTopicDescription; private System.Windows.Forms.Label lblDescription; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cbTopics; private System.Windows.Forms.ComboBox cbCircles; private Syncfusion.WinForms.DataGrid.SfDataGrid sfgActivity; } }