3 partial class StatusViewer
6 /// Required designer variable.
8 private System
.ComponentModel
.IContainer components
= null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing
)
16 if (disposing
&& (components
!= null))
20 base.Dispose(disposing
);
23 #region Component Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 this.m_statusList
= new System
.Windows
.Forms
.ListView();
32 this.columnHeader7
= new System
.Windows
.Forms
.ColumnHeader();
33 this.m_toolbar
= new Widgit
.RepoToolStrip();
34 this.m_opMenu
= new Widgit
.FileOpMenu();
39 this.m_statusList
.Columns
.AddRange(new System
.Windows
.Forms
.ColumnHeader
[] {
41 this.m_statusList
.Dock
= System
.Windows
.Forms
.DockStyle
.Fill
;
42 this.m_statusList
.Location
= new System
.Drawing
.Point(0, 25);
43 this.m_statusList
.Name
= "m_statusList";
44 this.m_statusList
.Size
= new System
.Drawing
.Size(482, 304);
45 this.m_statusList
.TabIndex
= 2;
46 this.m_statusList
.UseCompatibleStateImageBehavior
= false;
47 this.m_statusList
.View
= System
.Windows
.Forms
.View
.Details
;
48 this.m_statusList
.MouseClick
+= new System
.Windows
.Forms
.MouseEventHandler(this.OnRowClicked
);
52 this.columnHeader7
.Text
= "File";
53 this.columnHeader7
.Width
= 478;
57 this.m_toolbar
.CheckedMask
= -1;
58 this.m_toolbar
.Location
= new System
.Drawing
.Point(0, 0);
59 this.m_toolbar
.Name
= "m_toolbar";
60 this.m_toolbar
.Size
= new System
.Drawing
.Size(482, 25);
61 this.m_toolbar
.StateMask
= -1;
62 this.m_toolbar
.TabIndex
= 3;
63 this.m_toolbar
.Text
= "repoToolStrip1";
67 this.m_opMenu
.Name
= "fileOpMenu1";
68 this.m_opMenu
.Size
= new System
.Drawing
.Size(204, 202);
72 this.AutoScaleDimensions
= new System
.Drawing
.SizeF(6F
, 13F
);
73 this.AutoScaleMode
= System
.Windows
.Forms
.AutoScaleMode
.Font
;
74 this.Controls
.Add(this.m_statusList
);
75 this.Controls
.Add(this.m_toolbar
);
76 this.Name
= "StatusViewer";
77 this.Size
= new System
.Drawing
.Size(482, 329);
78 this.ResumeLayout(false);
85 private System
.Windows
.Forms
.ListView m_statusList
;
86 private System
.Windows
.Forms
.ColumnHeader columnHeader7
;
87 private RepoToolStrip m_toolbar
;
88 private FileOpMenu m_opMenu
;