3 partial class SharedFileAccessLogForm
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code 29 private void InitializeComponent()
32 this.toolStrip1 =
new System.Windows.Forms.ToolStrip();
33 this.toolStripButton1 =
new System.Windows.Forms.ToolStripButton();
34 this.toolStripSeparator1 =
new System.Windows.Forms.ToolStripSeparator();
35 this.listView_AccessLog =
new System.Windows.Forms.ListView();
36 this.toolStripButton_ClearMessage =
new System.Windows.Forms.ToolStripButton();
37 this.toolStrip1.SuspendLayout();
42 this.toolStrip1.Items.AddRange(
new System.Windows.Forms.ToolStripItem[] {
43 this.toolStripButton1,
44 this.toolStripSeparator1,
45 this.toolStripButton_ClearMessage});
46 this.toolStrip1.Location =
new System.Drawing.Point(0, 0);
47 this.toolStrip1.Name =
"toolStrip1";
48 this.toolStrip1.Size =
new System.Drawing.Size(961, 25);
49 this.toolStrip1.TabIndex = 3;
50 this.toolStrip1.Text =
"toolStrip1";
54 this.toolStripButton1.Image = ((
System.Drawing.Image)(resources.GetObject(
"toolStripButton1.Image")));
55 this.toolStripButton1.ImageTransparentColor =
System.Drawing.Color.Magenta;
56 this.toolStripButton1.Name =
"toolStripButton1";
57 this.toolStripButton1.Size =
new System.Drawing.Size(123, 22);
58 this.toolStripButton1.Text =
"Refresh access log";
59 this.toolStripButton1.Click +=
new System.EventHandler(this.toolStripButton1_Click);
63 this.toolStripSeparator1.Name =
"toolStripSeparator1";
64 this.toolStripSeparator1.Size =
new System.Drawing.Size(6, 25);
68 this.listView_AccessLog.Dock =
System.Windows.Forms.DockStyle.Fill;
69 this.listView_AccessLog.FullRowSelect =
true;
70 this.listView_AccessLog.HoverSelection =
true;
71 this.listView_AccessLog.LabelEdit =
true;
72 this.listView_AccessLog.Location =
new System.Drawing.Point(0, 25);
73 this.listView_AccessLog.Name =
"listView_AccessLog";
74 this.listView_AccessLog.ShowItemToolTips =
true;
75 this.listView_AccessLog.Size =
new System.Drawing.Size(961, 521);
76 this.listView_AccessLog.TabIndex = 4;
77 this.listView_AccessLog.UseCompatibleStateImageBehavior =
false;
78 this.listView_AccessLog.View =
System.Windows.Forms.View.Details;
82 this.toolStripButton_ClearMessage.Image = ((
System.Drawing.Image)(resources.GetObject(
"toolStripButton_ClearMessage.Image")));
83 this.toolStripButton_ClearMessage.ImageTransparentColor =
System.Drawing.Color.Magenta;
84 this.toolStripButton_ClearMessage.Name =
"toolStripButton_ClearMessage";
85 this.toolStripButton_ClearMessage.Size =
new System.Drawing.Size(111, 22);
86 this.toolStripButton_ClearMessage.Text =
"Clear access log";
87 this.toolStripButton_ClearMessage.Click +=
new System.EventHandler(this.toolStripButton_ClearMessage_Click);
91 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
92 this.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font;
93 this.ClientSize =
new System.Drawing.Size(961, 546);
94 this.Controls.Add(this.listView_AccessLog);
95 this.Controls.Add(this.toolStrip1);
96 this.Icon = ((
System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
97 this.Name =
"SharedFileAccessLogForm";
98 this.Text =
"Shared Files Access Log";
99 this.Shown +=
new System.EventHandler(this.AccessLogForm_Shown);
100 this.toolStrip1.ResumeLayout(
false);
101 this.toolStrip1.PerformLayout();
102 this.ResumeLayout(
false);
103 this.PerformLayout();
109 private System.Windows.Forms.ToolStrip toolStrip1;
110 private System.Windows.Forms.ToolStripButton toolStripButton1;
111 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
112 private System.Windows.Forms.ListView listView_AccessLog;
113 private System.Windows.Forms.ToolStripButton toolStripButton_ClearMessage;