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.

169 lines
8.3 KiB

1 year ago
  1. namespace CircleViewer.Dialogs
  2. {
  3. partial class ActivityDlg
  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. Syncfusion.WinForms.DataGrid.GridTextColumn gridTextColumn3 = new Syncfusion.WinForms.DataGrid.GridTextColumn();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ActivityDlg));
  32. this.lblTopicDescription = new System.Windows.Forms.Label();
  33. this.lblDescription = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.cbTopics = new System.Windows.Forms.ComboBox();
  37. this.cbCircles = new System.Windows.Forms.ComboBox();
  38. this.sfgActivity = new Syncfusion.WinForms.DataGrid.SfDataGrid();
  39. ((System.ComponentModel.ISupportInitialize)(this.sfgActivity)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // lblTopicDescription
  43. //
  44. this.lblTopicDescription.BackColor = System.Drawing.SystemColors.Info;
  45. this.lblTopicDescription.Dock = System.Windows.Forms.DockStyle.Top;
  46. this.lblTopicDescription.Location = new System.Drawing.Point(0, 134);
  47. this.lblTopicDescription.Name = "lblTopicDescription";
  48. this.lblTopicDescription.Size = new System.Drawing.Size(800, 54);
  49. this.lblTopicDescription.TabIndex = 13;
  50. //
  51. // lblDescription
  52. //
  53. this.lblDescription.BackColor = System.Drawing.SystemColors.Info;
  54. this.lblDescription.Dock = System.Windows.Forms.DockStyle.Top;
  55. this.lblDescription.Location = new System.Drawing.Point(0, 40);
  56. this.lblDescription.Name = "lblDescription";
  57. this.lblDescription.Size = new System.Drawing.Size(800, 54);
  58. this.lblDescription.TabIndex = 12;
  59. //
  60. // label2
  61. //
  62. this.label2.AutoSize = true;
  63. this.label2.Dock = System.Windows.Forms.DockStyle.Top;
  64. this.label2.Location = new System.Drawing.Point(0, 94);
  65. this.label2.Name = "label2";
  66. this.label2.Size = new System.Drawing.Size(42, 16);
  67. this.label2.TabIndex = 11;
  68. this.label2.Text = "Topic";
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Dock = System.Windows.Forms.DockStyle.Top;
  74. this.label1.Location = new System.Drawing.Point(0, 0);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(81, 16);
  77. this.label1.TabIndex = 10;
  78. this.label1.Text = "Circle name:";
  79. //
  80. // cbTopics
  81. //
  82. this.cbTopics.Dock = System.Windows.Forms.DockStyle.Top;
  83. this.cbTopics.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  84. this.cbTopics.FormattingEnabled = true;
  85. this.cbTopics.Location = new System.Drawing.Point(0, 110);
  86. this.cbTopics.Name = "cbTopics";
  87. this.cbTopics.Size = new System.Drawing.Size(800, 24);
  88. this.cbTopics.TabIndex = 9;
  89. this.cbTopics.SelectedIndexChanged += new System.EventHandler(this.cbTopics_SelectedValueChanged);
  90. //
  91. // cbCircles
  92. //
  93. this.cbCircles.Dock = System.Windows.Forms.DockStyle.Top;
  94. this.cbCircles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  95. this.cbCircles.FormattingEnabled = true;
  96. this.cbCircles.Location = new System.Drawing.Point(0, 16);
  97. this.cbCircles.Name = "cbCircles";
  98. this.cbCircles.Size = new System.Drawing.Size(800, 24);
  99. this.cbCircles.TabIndex = 8;
  100. this.cbCircles.SelectedIndexChanged += new System.EventHandler(this.cbCircles_SelectedValueChanged);
  101. //
  102. // sfgActivity
  103. //
  104. this.sfgActivity.AccessibleName = "Table";
  105. this.sfgActivity.AutoGenerateColumns = false;
  106. this.sfgActivity.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.LastColumnFill;
  107. gridTextColumn1.AllowEditing = false;
  108. gridTextColumn1.AllowResizing = true;
  109. gridTextColumn1.CellStyle.HorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
  110. gridTextColumn1.Format = "g";
  111. gridTextColumn1.HeaderText = "Time";
  112. gridTextColumn1.MappingName = "EventTime";
  113. gridTextColumn1.Width = 130D;
  114. gridTextColumn2.AllowEditing = false;
  115. gridTextColumn2.CellStyle.HorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
  116. gridTextColumn2.HeaderText = "Event";
  117. gridTextColumn2.MappingName = "Operation";
  118. gridTextColumn2.Width = 60D;
  119. gridTextColumn3.AllowEditing = false;
  120. gridTextColumn3.HeaderText = "Details";
  121. gridTextColumn3.MappingName = "Message";
  122. this.sfgActivity.Columns.Add(gridTextColumn1);
  123. this.sfgActivity.Columns.Add(gridTextColumn2);
  124. this.sfgActivity.Columns.Add(gridTextColumn3);
  125. this.sfgActivity.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.sfgActivity.Location = new System.Drawing.Point(0, 188);
  127. this.sfgActivity.Name = "sfgActivity";
  128. this.sfgActivity.PreviewRowHeight = 35;
  129. this.sfgActivity.Size = new System.Drawing.Size(800, 501);
  130. this.sfgActivity.TabIndex = 15;
  131. this.sfgActivity.Text = "sfDataGrid1";
  132. this.sfgActivity.CellDoubleClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.sfgActivity_CellDoubleClick);
  133. //
  134. // ActivityDlg
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.ClientSize = new System.Drawing.Size(800, 689);
  139. this.Controls.Add(this.sfgActivity);
  140. this.Controls.Add(this.lblTopicDescription);
  141. this.Controls.Add(this.cbTopics);
  142. this.Controls.Add(this.label2);
  143. this.Controls.Add(this.lblDescription);
  144. this.Controls.Add(this.cbCircles);
  145. this.Controls.Add(this.label1);
  146. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  147. this.Name = "ActivityDlg";
  148. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  149. this.Text = "Secure File Activity";
  150. this.Load += new System.EventHandler(this.ActivityDlg_Load);
  151. ((System.ComponentModel.ISupportInitialize)(this.sfgActivity)).EndInit();
  152. this.ResumeLayout(false);
  153. this.PerformLayout();
  154. }
  155. #endregion
  156. private System.Windows.Forms.Label lblTopicDescription;
  157. private System.Windows.Forms.Label lblDescription;
  158. private System.Windows.Forms.Label label2;
  159. private System.Windows.Forms.Label label1;
  160. private System.Windows.Forms.ComboBox cbTopics;
  161. private System.Windows.Forms.ComboBox cbCircles;
  162. private Syncfusion.WinForms.DataGrid.SfDataGrid sfgActivity;
  163. }
  164. }