Got viewing files and diffing files (arbitrary commits) to work.
[Widgit.git] / UI / StatusViewer.Designer.cs
blob5c76dff44db15719caf7799b68117efbe4f17759
1 namespace Widgit
3 partial class StatusViewer
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
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))
18 components.Dispose();
20 base.Dispose(disposing);
23 #region Component Designer generated code
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
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();
35 this.SuspendLayout();
36 //
37 // m_statusList
38 //
39 this.m_statusList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
40 this.columnHeader7});
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);
49 //
50 // columnHeader7
51 //
52 this.columnHeader7.Text = "File";
53 this.columnHeader7.Width = 478;
54 //
55 // m_toolbar
56 //
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";
64 //
65 // m_opMenu
66 //
67 this.m_opMenu.Name = "fileOpMenu1";
68 this.m_opMenu.Size = new System.Drawing.Size(204, 202);
69 //
70 // StatusViewer
71 //
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);
79 this.PerformLayout();
83 #endregion
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;