FileUpdater enancements.
[Widgit.git] / UI / CommitTable.Designer.cs
blobbbbd5619731f80504f3f500996f13012966c5e4d
1 namespace Widgit
3 partial class CommitTable
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.toolStrip3 = new System.Windows.Forms.ToolStrip();
32 this.m_fetchCommits = new System.Windows.Forms.ToolStripButton();
33 this.m_nextCommits = new System.Windows.Forms.ToolStripButton();
34 this.m_previousCommits = new System.Windows.Forms.ToolStripButton();
35 this.m_filterCommits = new System.Windows.Forms.ToolStripButton();
36 this.m_commitsView = new System.Windows.Forms.ListView();
37 this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
38 this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
39 this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
40 this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
41 this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
42 this.toolStrip3.SuspendLayout();
43 this.SuspendLayout();
44 //
45 // toolStrip3
46 //
47 this.toolStrip3.AllowMerge = false;
48 this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
49 this.m_fetchCommits,
50 this.m_nextCommits,
51 this.m_previousCommits,
52 this.m_filterCommits});
53 this.toolStrip3.Location = new System.Drawing.Point(0, 0);
54 this.toolStrip3.Name = "toolStrip3";
55 this.toolStrip3.Size = new System.Drawing.Size(388, 25);
56 this.toolStrip3.TabIndex = 2;
57 this.toolStrip3.Text = "toolStrip3";
58 //
59 // m_fetchCommits
60 //
61 this.m_fetchCommits.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
62 this.m_fetchCommits.Enabled = false;
63 this.m_fetchCommits.Image = global::Widgit.Properties.Resources.lightning;
64 this.m_fetchCommits.ImageTransparentColor = System.Drawing.Color.Magenta;
65 this.m_fetchCommits.Name = "m_fetchCommits";
66 this.m_fetchCommits.Size = new System.Drawing.Size(23, 22);
67 this.m_fetchCommits.Text = "toolStripButton7";
68 this.m_fetchCommits.ToolTipText = "Fetch";
69 this.m_fetchCommits.Click += new System.EventHandler(this.OnFetchCommits);
70 //
71 // m_nextCommits
72 //
73 this.m_nextCommits.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
74 this.m_nextCommits.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
75 this.m_nextCommits.Enabled = false;
76 this.m_nextCommits.Image = global::Widgit.Properties.Resources.resultset_next;
77 this.m_nextCommits.ImageTransparentColor = System.Drawing.Color.Magenta;
78 this.m_nextCommits.Name = "m_nextCommits";
79 this.m_nextCommits.Size = new System.Drawing.Size(23, 22);
80 this.m_nextCommits.Text = "Next";
81 this.m_nextCommits.Click += new System.EventHandler(this.OnNextCommits);
82 //
83 // m_previousCommits
84 //
85 this.m_previousCommits.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
86 this.m_previousCommits.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
87 this.m_previousCommits.Enabled = false;
88 this.m_previousCommits.Image = global::Widgit.Properties.Resources.resultset_previous;
89 this.m_previousCommits.ImageTransparentColor = System.Drawing.Color.Magenta;
90 this.m_previousCommits.Name = "m_previousCommits";
91 this.m_previousCommits.Size = new System.Drawing.Size(23, 22);
92 this.m_previousCommits.Text = "Previous";
93 this.m_previousCommits.Click += new System.EventHandler(this.OnPreviousCommits);
94 //
95 // m_filterCommits
96 //
97 this.m_filterCommits.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
98 this.m_filterCommits.Image = global::Widgit.Properties.Resources.application_view_list;
99 this.m_filterCommits.ImageTransparentColor = System.Drawing.Color.Magenta;
100 this.m_filterCommits.Name = "m_filterCommits";
101 this.m_filterCommits.Size = new System.Drawing.Size(23, 22);
102 this.m_filterCommits.Text = "Filter";
104 // m_commitsView
106 this.m_commitsView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
107 this.columnHeader1,
108 this.columnHeader2,
109 this.columnHeader3,
110 this.columnHeader4,
111 this.columnHeader5});
112 this.m_commitsView.Dock = System.Windows.Forms.DockStyle.Fill;
113 this.m_commitsView.FullRowSelect = true;
114 this.m_commitsView.Location = new System.Drawing.Point(0, 25);
115 this.m_commitsView.Name = "m_commitsView";
116 this.m_commitsView.Size = new System.Drawing.Size(388, 252);
117 this.m_commitsView.TabIndex = 3;
118 this.m_commitsView.UseCompatibleStateImageBehavior = false;
119 this.m_commitsView.View = System.Windows.Forms.View.Details;
120 this.m_commitsView.ItemActivate += new System.EventHandler(this.OnShowCommit);
122 // columnHeader1
124 this.columnHeader1.Text = "Commit ID";
126 // columnHeader2
128 this.columnHeader2.Text = "Author";
130 // columnHeader3
132 this.columnHeader3.Text = "Email";
134 // columnHeader4
136 this.columnHeader4.Text = "Date";
138 // columnHeader5
140 this.columnHeader5.Text = "Subject";
141 this.columnHeader5.Width = 438;
143 // CommitTable
145 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
146 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
147 this.Controls.Add(this.m_commitsView);
148 this.Controls.Add(this.toolStrip3);
149 this.Name = "CommitTable";
150 this.Size = new System.Drawing.Size(388, 277);
151 this.toolStrip3.ResumeLayout(false);
152 this.toolStrip3.PerformLayout();
153 this.ResumeLayout(false);
154 this.PerformLayout();
158 #endregion
160 private System.Windows.Forms.ToolStrip toolStrip3;
161 private System.Windows.Forms.ToolStripButton m_fetchCommits;
162 private System.Windows.Forms.ToolStripButton m_nextCommits;
163 private System.Windows.Forms.ToolStripButton m_previousCommits;
164 private System.Windows.Forms.ToolStripButton m_filterCommits;
165 private System.Windows.Forms.ListView m_commitsView;
166 private System.Windows.Forms.ColumnHeader columnHeader1;
167 private System.Windows.Forms.ColumnHeader columnHeader2;
168 private System.Windows.Forms.ColumnHeader columnHeader3;
169 private System.Windows.Forms.ColumnHeader columnHeader4;
170 private System.Windows.Forms.ColumnHeader columnHeader5;