PageRenderTime 45ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/Branches/Archive/mruminer_working_For_2008/src/MainForm.Designer.cs

#
C# | 605 lines | 488 code | 13 blank | 104 comment | 3 complexity | d97bd317d2b0dc61845df8aa919cac26 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. namespace Microsoft.DDSolutions.TfsAdmin
  2. {
  3. partial class MainForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.splitter1 = new System.Windows.Forms.Splitter();
  38. this.horizontalSplitContainer = new System.Windows.Forms.SplitContainer();
  39. this.verticleSplitContainer = new System.Windows.Forms.SplitContainer();
  40. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  41. this.lblLogin = new Microsoft.DDSolutions.UI.GradientLabel();
  42. this.TeamProjectsPanel = new System.Windows.Forms.Panel();
  43. this.btnRefresh = new System.Windows.Forms.Button();
  44. this.btnSelect = new System.Windows.Forms.Button();
  45. this.lstTeamProjects = new System.Windows.Forms.ListView();
  46. this.TeamProjects = new System.Windows.Forms.ColumnHeader();
  47. this.LoginPanel = new System.Windows.Forms.Panel();
  48. this.loginTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  49. this.btnLogin = new System.Windows.Forms.Button();
  50. this.lblHelpMessage = new Microsoft.DDSolutions.UI.GradientLabel();
  51. this.lblTeamProjects = new Microsoft.DDSolutions.UI.GradientLabel();
  52. this.lblHelp = new Microsoft.DDSolutions.UI.GradientLabel();
  53. this.rightHorizontalSplitContainer = new System.Windows.Forms.SplitContainer();
  54. this.toolStrip1 = new Microsoft.DDSolutions.UI.GradientToolStrip();
  55. this.toolStripBtnSave = new System.Windows.Forms.ToolStripButton();
  56. this.toolStripBtnRefresh = new System.Windows.Forms.ToolStripButton();
  57. this.aboutButton = new System.Windows.Forms.ToolStripButton();
  58. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  59. this.actionLogDataGridView = new System.Windows.Forms.DataGridView();
  60. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  61. this.horizontalSplitContainer.Panel1.SuspendLayout();
  62. this.horizontalSplitContainer.Panel2.SuspendLayout();
  63. this.horizontalSplitContainer.SuspendLayout();
  64. this.verticleSplitContainer.Panel1.SuspendLayout();
  65. this.verticleSplitContainer.Panel2.SuspendLayout();
  66. this.verticleSplitContainer.SuspendLayout();
  67. this.tableLayoutPanel1.SuspendLayout();
  68. this.TeamProjectsPanel.SuspendLayout();
  69. this.LoginPanel.SuspendLayout();
  70. this.loginTableLayoutPanel.SuspendLayout();
  71. this.rightHorizontalSplitContainer.Panel1.SuspendLayout();
  72. this.rightHorizontalSplitContainer.Panel2.SuspendLayout();
  73. this.rightHorizontalSplitContainer.SuspendLayout();
  74. this.toolStrip1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.actionLogDataGridView)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // splitter1
  80. //
  81. this.splitter1.Cursor = System.Windows.Forms.Cursors.Default;
  82. this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
  83. this.splitter1.Location = new System.Drawing.Point(0, 0);
  84. this.splitter1.Name = "splitter1";
  85. this.splitter1.Size = new System.Drawing.Size(590, 1);
  86. this.splitter1.TabIndex = 1;
  87. this.splitter1.TabStop = false;
  88. //
  89. // horizontalSplitContainer
  90. //
  91. this.horizontalSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.horizontalSplitContainer.Location = new System.Drawing.Point(0, 1);
  93. this.horizontalSplitContainer.Name = "horizontalSplitContainer";
  94. this.horizontalSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
  95. //
  96. // horizontalSplitContainer.Panel1
  97. //
  98. this.horizontalSplitContainer.Panel1.Controls.Add(this.verticleSplitContainer);
  99. //
  100. // horizontalSplitContainer.Panel2
  101. //
  102. this.horizontalSplitContainer.Panel2.Controls.Add(this.actionLogDataGridView);
  103. this.horizontalSplitContainer.Panel2.Controls.Add(this.statusStrip1);
  104. this.horizontalSplitContainer.Size = new System.Drawing.Size(590, 540);
  105. this.horizontalSplitContainer.SplitterDistance = 444;
  106. this.horizontalSplitContainer.SplitterWidth = 1;
  107. this.horizontalSplitContainer.TabIndex = 6;
  108. //
  109. // verticleSplitContainer
  110. //
  111. this.verticleSplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  112. this.verticleSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.verticleSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  114. this.verticleSplitContainer.Location = new System.Drawing.Point(0, 0);
  115. this.verticleSplitContainer.Name = "verticleSplitContainer";
  116. //
  117. // verticleSplitContainer.Panel1
  118. //
  119. this.verticleSplitContainer.Panel1.BackColor = System.Drawing.Color.White;
  120. this.verticleSplitContainer.Panel1.Controls.Add(this.tableLayoutPanel1);
  121. //
  122. // verticleSplitContainer.Panel2
  123. //
  124. this.verticleSplitContainer.Panel2.Controls.Add(this.rightHorizontalSplitContainer);
  125. this.verticleSplitContainer.Size = new System.Drawing.Size(590, 444);
  126. this.verticleSplitContainer.SplitterDistance = 311;
  127. this.verticleSplitContainer.SplitterWidth = 2;
  128. this.verticleSplitContainer.TabIndex = 3;
  129. //
  130. // tableLayoutPanel1
  131. //
  132. this.tableLayoutPanel1.ColumnCount = 1;
  133. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  134. this.tableLayoutPanel1.Controls.Add(this.lblLogin, 0, 0);
  135. this.tableLayoutPanel1.Controls.Add(this.TeamProjectsPanel, 0, 2);
  136. this.tableLayoutPanel1.Controls.Add(this.LoginPanel, 0, 2);
  137. this.tableLayoutPanel1.Controls.Add(this.lblHelpMessage, 0, 4);
  138. this.tableLayoutPanel1.Controls.Add(this.lblTeamProjects, 0, 1);
  139. this.tableLayoutPanel1.Controls.Add(this.lblHelp, 0, 3);
  140. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  142. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  143. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  144. this.tableLayoutPanel1.RowCount = 5;
  145. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  146. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  147. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 22.22222F));
  148. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  149. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 44.44444F));
  150. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
  151. this.tableLayoutPanel1.Size = new System.Drawing.Size(309, 442);
  152. this.tableLayoutPanel1.TabIndex = 6;
  153. //
  154. // lblLogin
  155. //
  156. this.lblLogin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  157. | System.Windows.Forms.AnchorStyles.Right)));
  158. this.lblLogin.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  159. this.lblLogin.Cursor = System.Windows.Forms.Cursors.Hand;
  160. this.lblLogin.EndGradientColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(128)))), ((int)(((byte)(223)))));
  161. this.lblLogin.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  162. this.lblLogin.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  163. this.lblLogin.Image = ((System.Drawing.Image)(resources.GetObject("lblLogin.Image")));
  164. this.lblLogin.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  165. this.lblLogin.Location = new System.Drawing.Point(0, 0);
  166. this.lblLogin.Margin = new System.Windows.Forms.Padding(0);
  167. this.lblLogin.MinimumSize = new System.Drawing.Size(0, 35);
  168. this.lblLogin.Name = "lblLogin";
  169. this.lblLogin.Size = new System.Drawing.Size(309, 35);
  170. this.lblLogin.StartGradientColor = System.Drawing.Color.White;
  171. this.lblLogin.TabIndex = 0;
  172. this.lblLogin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  173. this.lblLogin.Click += new System.EventHandler(this.lblLogin_Click);
  174. //
  175. // TeamProjectsPanel
  176. //
  177. this.TeamProjectsPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  178. this.TeamProjectsPanel.Controls.Add(this.btnRefresh);
  179. this.TeamProjectsPanel.Controls.Add(this.btnSelect);
  180. this.TeamProjectsPanel.Controls.Add(this.lstTeamProjects);
  181. this.TeamProjectsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  182. this.TeamProjectsPanel.Location = new System.Drawing.Point(3, 165);
  183. this.TeamProjectsPanel.Name = "TeamProjectsPanel";
  184. this.TeamProjectsPanel.Size = new System.Drawing.Size(303, 82);
  185. this.TeamProjectsPanel.TabIndex = 7;
  186. this.TeamProjectsPanel.Visible = false;
  187. //
  188. // btnRefresh
  189. //
  190. this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  191. this.btnRefresh.BackColor = System.Drawing.SystemColors.ButtonFace;
  192. this.btnRefresh.Cursor = System.Windows.Forms.Cursors.Hand;
  193. this.btnRefresh.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  194. this.btnRefresh.ForeColor = System.Drawing.SystemColors.ControlText;
  195. this.btnRefresh.Location = new System.Drawing.Point(154, 52);
  196. this.btnRefresh.MinimumSize = new System.Drawing.Size(69, 25);
  197. this.btnRefresh.Name = "btnRefresh";
  198. this.btnRefresh.Size = new System.Drawing.Size(69, 25);
  199. this.btnRefresh.TabIndex = 4;
  200. this.btnRefresh.Text = global::Microsoft.DDSolutions.TfsAdmin.MainResources.RefreshProjectsBtn;
  201. this.btnRefresh.UseVisualStyleBackColor = false;
  202. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  203. //
  204. // btnSelect
  205. //
  206. this.btnSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  207. this.btnSelect.BackColor = System.Drawing.SystemColors.ButtonFace;
  208. this.btnSelect.Cursor = System.Windows.Forms.Cursors.Hand;
  209. this.btnSelect.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  210. this.btnSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  211. this.btnSelect.Location = new System.Drawing.Point(229, 52);
  212. this.btnSelect.MinimumSize = new System.Drawing.Size(69, 25);
  213. this.btnSelect.Name = "btnSelect";
  214. this.btnSelect.Size = new System.Drawing.Size(69, 25);
  215. this.btnSelect.TabIndex = 4;
  216. this.btnSelect.Text = global::Microsoft.DDSolutions.TfsAdmin.MainResources.SelectBtnText;
  217. this.btnSelect.UseVisualStyleBackColor = false;
  218. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  219. //
  220. // lstTeamProjects
  221. //
  222. this.lstTeamProjects.Activation = System.Windows.Forms.ItemActivation.TwoClick;
  223. this.lstTeamProjects.Alignment = System.Windows.Forms.ListViewAlignment.SnapToGrid;
  224. this.lstTeamProjects.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  225. | System.Windows.Forms.AnchorStyles.Left)
  226. | System.Windows.Forms.AnchorStyles.Right)));
  227. this.lstTeamProjects.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  228. this.lstTeamProjects.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  229. this.TeamProjects});
  230. this.lstTeamProjects.Cursor = System.Windows.Forms.Cursors.Hand;
  231. this.lstTeamProjects.FullRowSelect = true;
  232. this.lstTeamProjects.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
  233. this.lstTeamProjects.HideSelection = false;
  234. this.lstTeamProjects.LabelWrap = false;
  235. this.lstTeamProjects.Location = new System.Drawing.Point(3, 3);
  236. this.lstTeamProjects.MultiSelect = false;
  237. this.lstTeamProjects.Name = "lstTeamProjects";
  238. this.lstTeamProjects.Size = new System.Drawing.Size(296, 43);
  239. this.lstTeamProjects.Sorting = System.Windows.Forms.SortOrder.Ascending;
  240. this.lstTeamProjects.TabIndex = 3;
  241. this.lstTeamProjects.UseCompatibleStateImageBehavior = false;
  242. this.lstTeamProjects.View = System.Windows.Forms.View.Details;
  243. //
  244. // TeamProjects
  245. //
  246. this.TeamProjects.Width = 260;
  247. //
  248. // LoginPanel
  249. //
  250. this.LoginPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  251. this.LoginPanel.Controls.Add(this.loginTableLayoutPanel);
  252. this.LoginPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  253. this.LoginPanel.Location = new System.Drawing.Point(3, 77);
  254. this.LoginPanel.Name = "LoginPanel";
  255. this.LoginPanel.Size = new System.Drawing.Size(303, 82);
  256. this.LoginPanel.TabIndex = 6;
  257. //
  258. // loginTableLayoutPanel
  259. //
  260. this.loginTableLayoutPanel.AutoSize = true;
  261. this.loginTableLayoutPanel.ColumnCount = 2;
  262. this.loginTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.22259F));
  263. this.loginTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 66.77741F));
  264. this.loginTableLayoutPanel.Controls.Add(this.btnLogin, 0, 3);
  265. this.loginTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  266. this.loginTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
  267. this.loginTableLayoutPanel.Margin = new System.Windows.Forms.Padding(2);
  268. this.loginTableLayoutPanel.Name = "loginTableLayoutPanel";
  269. this.loginTableLayoutPanel.RowCount = 4;
  270. this.loginTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  271. this.loginTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  272. this.loginTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  273. this.loginTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
  274. this.loginTableLayoutPanel.Size = new System.Drawing.Size(301, 80);
  275. this.loginTableLayoutPanel.TabIndex = 5;
  276. //
  277. // btnLogin
  278. //
  279. this.btnLogin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  280. this.btnLogin.AutoSize = true;
  281. this.btnLogin.BackColor = System.Drawing.SystemColors.ButtonFace;
  282. this.btnLogin.Cursor = System.Windows.Forms.Cursors.Hand;
  283. this.btnLogin.FlatAppearance.BorderColor = System.Drawing.Color.Blue;
  284. this.btnLogin.ForeColor = System.Drawing.SystemColors.ControlText;
  285. this.btnLogin.Location = new System.Drawing.Point(3, 3);
  286. this.btnLogin.MinimumSize = new System.Drawing.Size(69, 25);
  287. this.btnLogin.Name = "btnLogin";
  288. this.btnLogin.Size = new System.Drawing.Size(94, 25);
  289. this.btnLogin.TabIndex = 2;
  290. this.btnLogin.Text = global::Microsoft.DDSolutions.TfsAdmin.MainResources.LoginBtnText;
  291. this.btnLogin.UseVisualStyleBackColor = false;
  292. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  293. //
  294. // lblHelpMessage
  295. //
  296. this.lblHelpMessage.Dock = System.Windows.Forms.DockStyle.Fill;
  297. this.lblHelpMessage.EndGradientColor = System.Drawing.Color.White;
  298. this.lblHelpMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  299. this.lblHelpMessage.ForeColor = System.Drawing.SystemColors.ControlText;
  300. this.lblHelpMessage.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
  301. this.lblHelpMessage.Location = new System.Drawing.Point(3, 426);
  302. this.lblHelpMessage.Name = "lblHelpMessage";
  303. this.lblHelpMessage.Size = new System.Drawing.Size(303, 16);
  304. this.lblHelpMessage.StartGradientColor = System.Drawing.Color.White;
  305. this.lblHelpMessage.TabIndex = 5;
  306. //
  307. // lblTeamProjects
  308. //
  309. this.lblTeamProjects.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  310. | System.Windows.Forms.AnchorStyles.Right)));
  311. this.lblTeamProjects.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  312. this.lblTeamProjects.Cursor = System.Windows.Forms.Cursors.Hand;
  313. this.lblTeamProjects.EndGradientColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(128)))), ((int)(((byte)(223)))));
  314. this.lblTeamProjects.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  315. this.lblTeamProjects.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  316. this.lblTeamProjects.Image = ((System.Drawing.Image)(resources.GetObject("lblTeamProjects.Image")));
  317. this.lblTeamProjects.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  318. this.lblTeamProjects.Location = new System.Drawing.Point(0, 35);
  319. this.lblTeamProjects.Margin = new System.Windows.Forms.Padding(0);
  320. this.lblTeamProjects.MinimumSize = new System.Drawing.Size(0, 35);
  321. this.lblTeamProjects.Name = "lblTeamProjects";
  322. this.lblTeamProjects.Size = new System.Drawing.Size(309, 39);
  323. this.lblTeamProjects.StartGradientColor = System.Drawing.Color.White;
  324. this.lblTeamProjects.TabIndex = 1;
  325. this.lblTeamProjects.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  326. this.lblTeamProjects.Visible = false;
  327. //
  328. // lblHelp
  329. //
  330. this.lblHelp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  331. | System.Windows.Forms.AnchorStyles.Right)));
  332. this.lblHelp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  333. this.lblHelp.Cursor = System.Windows.Forms.Cursors.Hand;
  334. this.lblHelp.EndGradientColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(128)))), ((int)(((byte)(223)))));
  335. this.lblHelp.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  336. this.lblHelp.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  337. this.lblHelp.Image = ((System.Drawing.Image)(resources.GetObject("lblHelp.Image")));
  338. this.lblHelp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  339. this.lblHelp.Location = new System.Drawing.Point(0, 250);
  340. this.lblHelp.Margin = new System.Windows.Forms.Padding(0);
  341. this.lblHelp.MinimumSize = new System.Drawing.Size(0, 35);
  342. this.lblHelp.Name = "lblHelp";
  343. this.lblHelp.Size = new System.Drawing.Size(309, 40);
  344. this.lblHelp.StartGradientColor = System.Drawing.Color.White;
  345. this.lblHelp.TabIndex = 2;
  346. this.lblHelp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  347. //
  348. // rightHorizontalSplitContainer
  349. //
  350. this.rightHorizontalSplitContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  351. this.rightHorizontalSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  352. this.rightHorizontalSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  353. this.rightHorizontalSplitContainer.Location = new System.Drawing.Point(0, 0);
  354. this.rightHorizontalSplitContainer.Name = "rightHorizontalSplitContainer";
  355. this.rightHorizontalSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
  356. //
  357. // rightHorizontalSplitContainer.Panel1
  358. //
  359. this.rightHorizontalSplitContainer.Panel1.Controls.Add(this.toolStrip1);
  360. //
  361. // rightHorizontalSplitContainer.Panel2
  362. //
  363. this.rightHorizontalSplitContainer.Panel2.Controls.Add(this.dataGridView1);
  364. this.rightHorizontalSplitContainer.Size = new System.Drawing.Size(277, 444);
  365. this.rightHorizontalSplitContainer.SplitterDistance = 32;
  366. this.rightHorizontalSplitContainer.SplitterWidth = 1;
  367. this.rightHorizontalSplitContainer.TabIndex = 0;
  368. //
  369. // toolStrip1
  370. //
  371. this.toolStrip1.AllowItemReorder = true;
  372. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(128)))), ((int)(((byte)(223)))));
  373. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
  374. this.toolStrip1.EndGradientColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(128)))), ((int)(((byte)(223)))));
  375. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  376. this.toolStripBtnSave,
  377. this.toolStripBtnRefresh,
  378. this.aboutButton});
  379. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  380. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  381. this.toolStrip1.Name = "toolStrip1";
  382. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
  383. this.toolStrip1.Size = new System.Drawing.Size(275, 30);
  384. this.toolStrip1.StartGradientColor = System.Drawing.Color.White;
  385. this.toolStrip1.Stretch = true;
  386. this.toolStrip1.TabIndex = 6;
  387. //
  388. // toolStripBtnSave
  389. //
  390. this.toolStripBtnSave.BackColor = System.Drawing.Color.Transparent;
  391. this.toolStripBtnSave.Enabled = false;
  392. this.toolStripBtnSave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  393. this.toolStripBtnSave.ForeColor = System.Drawing.Color.Black;
  394. this.toolStripBtnSave.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtnSave.Image")));
  395. this.toolStripBtnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  396. this.toolStripBtnSave.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(128)))), ((int)(((byte)(223)))));
  397. this.toolStripBtnSave.Name = "toolStripBtnSave";
  398. this.toolStripBtnSave.Size = new System.Drawing.Size(23, 27);
  399. this.toolStripBtnSave.Visible = false;
  400. this.toolStripBtnSave.Click += new System.EventHandler(this.toolStripBtnSave_Click);
  401. //
  402. // toolStripBtnRefresh
  403. //
  404. this.toolStripBtnRefresh.BackColor = System.Drawing.Color.Transparent;
  405. this.toolStripBtnRefresh.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  406. this.toolStripBtnRefresh.ForeColor = System.Drawing.Color.Black;
  407. this.toolStripBtnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("toolStripBtnRefresh.Image")));
  408. this.toolStripBtnRefresh.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(128)))), ((int)(((byte)(223)))));
  409. this.toolStripBtnRefresh.Name = "toolStripBtnRefresh";
  410. this.toolStripBtnRefresh.Size = new System.Drawing.Size(23, 27);
  411. this.toolStripBtnRefresh.Visible = false;
  412. this.toolStripBtnRefresh.Click += new System.EventHandler(this.toolStripBtnRefresh_Click);
  413. //
  414. // aboutButton
  415. //
  416. this.aboutButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  417. this.aboutButton.Image = ((System.Drawing.Image)(resources.GetObject("aboutButton.Image")));
  418. this.aboutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
  419. this.aboutButton.Name = "aboutButton";
  420. this.aboutButton.Size = new System.Drawing.Size(23, 27);
  421. this.aboutButton.Click += new System.EventHandler(this.aboutButton_Click);
  422. //
  423. // dataGridView1
  424. //
  425. this.dataGridView1.AllowDrop = true;
  426. this.dataGridView1.AllowUserToOrderColumns = true;
  427. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(243)))), ((int)(((byte)(254)))));
  428. dataGridViewCellStyle1.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  429. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(128)))), ((int)(((byte)(223)))));
  430. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
  431. this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  432. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  433. this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
  434. this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
  435. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  436. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  437. dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  438. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  439. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  440. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  441. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  442. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  443. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  444. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  445. dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  446. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  447. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  448. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  449. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  450. this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
  451. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  452. this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  453. this.dataGridView1.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
  454. this.dataGridView1.Location = new System.Drawing.Point(0, 0);
  455. this.dataGridView1.Name = "dataGridView1";
  456. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  457. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(243)))), ((int)(((byte)(254)))));
  458. dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  459. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  460. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(128)))), ((int)(((byte)(223)))));
  461. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  462. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  463. this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  464. this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders;
  465. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(254)))), ((int)(((byte)(254)))));
  466. dataGridViewCellStyle5.Font = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  467. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(128)))), ((int)(((byte)(223)))));
  468. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black;
  469. this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
  470. this.dataGridView1.RowTemplate.Height = 24;
  471. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  472. this.dataGridView1.Size = new System.Drawing.Size(275, 409);
  473. this.dataGridView1.TabIndex = 5;
  474. this.dataGridView1.TabStop = false;
  475. this.dataGridView1.VirtualMode = true;
  476. this.dataGridView1.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dataGridView1_UserDeletingRow);
  477. this.dataGridView1.CancelRowEdit += new System.Windows.Forms.QuestionEventHandler(this.dataGridView1_CancelRowEdit);
  478. this.dataGridView1.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dataGridView1_RowsAdded);
  479. this.dataGridView1.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dataGridView1_CellPainting);
  480. this.dataGridView1.NewRowNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridView1_NewRowNeeded);
  481. //
  482. // actionLogDataGridView
  483. //
  484. this.actionLogDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  485. this.actionLogDataGridView.BackgroundColor = System.Drawing.Color.White;
  486. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  487. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
  488. dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  489. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  490. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  491. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  492. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  493. this.actionLogDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  494. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  495. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  496. dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  497. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  498. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  499. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  500. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  501. this.actionLogDataGridView.DefaultCellStyle = dataGridViewCellStyle7;
  502. this.actionLogDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
  503. this.actionLogDataGridView.GridColor = System.Drawing.SystemColors.ButtonFace;
  504. this.actionLogDataGridView.Location = new System.Drawing.Point(0, 0);
  505. this.actionLogDataGridView.Name = "actionLogDataGridView";
  506. this.actionLogDataGridView.ReadOnly = true;
  507. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  508. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  509. dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  510. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  511. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  512. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  513. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  514. this.actionLogDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  515. this.actionLogDataGridView.RowTemplate.Height = 24;
  516. this.actionLogDataGridView.Size = new System.Drawing.Size(590, 73);
  517. this.actionLogDataGridView.TabIndex = 7;
  518. this.actionLogDataGridView.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.actionLogDataGridView_CellPainting);
  519. //
  520. // statusStrip1
  521. //
  522. this.statusStrip1.Location = new System.Drawing.Point(0, 73);
  523. this.statusStrip1.Name = "statusStrip1";
  524. this.statusStrip1.Size = new System.Drawing.Size(590, 22);
  525. this.statusStrip1.TabIndex = 7;
  526. //
  527. // MainForm
  528. //
  529. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  530. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  531. this.BackColor = System.Drawing.SystemColors.ControlLightLight;
  532. this.ClientSize = new System.Drawing.Size(590, 541);
  533. this.Controls.Add(this.horizontalSplitContainer);
  534. this.Controls.Add(this.splitter1);
  535. this.Cursor = System.Windows.Forms.Cursors.Default;
  536. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  537. this.IsMdiContainer = true;
  538. this.Name = "MainForm";
  539. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  540. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  541. this.Load += new System.EventHandler(this.Form1_Load);
  542. this.horizontalSplitContainer.Panel1.ResumeLayout(false);
  543. this.horizontalSplitContainer.Panel2.ResumeLayout(false);
  544. this.horizontalSplitContainer.Panel2.PerformLayout();
  545. this.horizontalSplitContainer.ResumeLayout(false);
  546. this.verticleSplitContainer.Panel1.ResumeLayout(false);
  547. this.verticleSplitContainer.Panel2.ResumeLayout(false);
  548. this.verticleSplitContainer.ResumeLayout(false);
  549. this.tableLayoutPanel1.ResumeLayout(false);
  550. this.TeamProjectsPanel.ResumeLayout(false);
  551. this.LoginPanel.ResumeLayout(false);
  552. this.LoginPanel.PerformLayout();
  553. this.loginTableLayoutPanel.ResumeLayout(false);
  554. this.loginTableLayoutPanel.PerformLayout();
  555. this.rightHorizontalSplitContainer.Panel1.ResumeLayout(false);
  556. this.rightHorizontalSplitContainer.Panel1.PerformLayout();
  557. this.rightHorizontalSplitContainer.Panel2.ResumeLayout(false);
  558. this.rightHorizontalSplitContainer.ResumeLayout(false);
  559. this.toolStrip1.ResumeLayout(false);
  560. this.toolStrip1.PerformLayout();
  561. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  562. ((System.ComponentModel.ISupportInitialize)(this.actionLogDataGridView)).EndInit();
  563. this.ResumeLayout(false);
  564. }
  565. #endregion
  566. private System.Windows.Forms.Splitter splitter1;
  567. private System.Windows.Forms.SplitContainer horizontalSplitContainer;
  568. private System.Windows.Forms.SplitContainer verticleSplitContainer;
  569. private System.Windows.Forms.StatusStrip statusStrip1;
  570. private Microsoft.DDSolutions.UI.GradientLabel lblTeamProjects;
  571. private Microsoft.DDSolutions.UI.GradientLabel lblLogin;
  572. private Microsoft.DDSolutions.UI.GradientLabel lblHelp;
  573. private System.Windows.Forms.SplitContainer rightHorizontalSplitContainer;
  574. private Microsoft.DDSolutions.UI.GradientToolStrip toolStrip1;
  575. private System.Windows.Forms.ToolStripButton toolStripBtnSave;
  576. private System.Windows.Forms.DataGridView dataGridView1;
  577. private Controller AppController;
  578. private System.Windows.Forms.DataGridView actionLogDataGridView;
  579. private Microsoft.DDSolutions.UI.GradientLabel lblHelpMessage;
  580. private System.Windows.Forms.ToolStripButton toolStripBtnRefresh;
  581. private System.Windows.Forms.ToolStripButton aboutButton;
  582. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  583. private System.Windows.Forms.Panel LoginPanel;
  584. private System.Windows.Forms.TableLayoutPanel loginTableLayoutPanel;
  585. private System.Windows.Forms.Button btnLogin;
  586. private System.Windows.Forms.Panel TeamProjectsPanel;
  587. private System.Windows.Forms.Button btnSelect;
  588. private System.Windows.Forms.Button btnRefresh;
  589. private System.Windows.Forms.ListView lstTeamProjects;
  590. private System.Windows.Forms.ColumnHeader TeamProjects;
  591. }
  592. }