PageRenderTime 72ms CodeModel.GetById 33ms RepoModel.GetById 1ms app.codeStats 0ms

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

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