PageRenderTime 50ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 1ms

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

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