namespace PTServiceClient { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label DescriptionLabel; System.Windows.Forms.Label EndedLabel; System.Windows.Forms.Label StartedLabel; System.Windows.Forms.Label NameLabel; System.Windows.Forms.Label IdLabel; System.Windows.Forms.Label NameLabel3; System.Windows.Forms.Label IdLabel4; System.Windows.Forms.Label NameLabel1; System.Windows.Forms.Label IdLabel2; this.Label3 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); this.Label1 = new System.Windows.Forms.Label(); this.Label5 = new System.Windows.Forms.Label(); this.Label4 = new System.Windows.Forms.Label(); this.NameLabel2 = new System.Windows.Forms.Label(); this.ProjectDataBindingSource = new System.Windows.Forms.BindingSource(this.components); this.AssignToProjectButton = new System.Windows.Forms.Button(); this.NameLabel4 = new System.Windows.Forms.Label(); this.ResourceDataBindingSource = new System.Windows.Forms.BindingSource(this.components); this.GroupBox1 = new System.Windows.Forms.GroupBox(); this.ProjectResourcesDataGridView = new System.Windows.Forms.DataGridView(); this.RoleDataBindingSource = new System.Windows.Forms.BindingSource(this.components); this.ProjectResourcesBindingSource = new System.Windows.Forms.BindingSource(this.components); this.ProjectDetailBindingSource = new System.Windows.Forms.BindingSource(this.components); this.ClearProjectButton = new System.Windows.Forms.Button(); this.SaveProjectButton = new System.Windows.Forms.Button(); this.DescriptionTextBox = new System.Windows.Forms.TextBox(); this.EndedTextBox = new System.Windows.Forms.TextBox(); this.StartedTextBox = new System.Windows.Forms.TextBox(); this.NameTextBox = new System.Windows.Forms.TextBox(); this.IdLabel1 = new System.Windows.Forms.Label(); this.ResourceIdLabel = new System.Windows.Forms.Label(); this.ProjectIdLabel = new System.Windows.Forms.Label(); this.GroupBox2 = new System.Windows.Forms.GroupBox(); this.RoleInfoDataGridView = new System.Windows.Forms.DataGridView(); this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProjectDataDataGridView = new System.Windows.Forms.DataGridView(); this.DataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ResourceDataDataGridView = new System.Windows.Forms.DataGridView(); this.DataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label6 = new System.Windows.Forms.Label(); this.usernameTextBox = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.passwordTextBox = new System.Windows.Forms.TextBox(); this.DataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewComboBoxColumn(); DescriptionLabel = new System.Windows.Forms.Label(); EndedLabel = new System.Windows.Forms.Label(); StartedLabel = new System.Windows.Forms.Label(); NameLabel = new System.Windows.Forms.Label(); IdLabel = new System.Windows.Forms.Label(); NameLabel3 = new System.Windows.Forms.Label(); IdLabel4 = new System.Windows.Forms.Label(); NameLabel1 = new System.Windows.Forms.Label(); IdLabel2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.ProjectDataBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ResourceDataBindingSource)).BeginInit(); this.GroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ProjectResourcesDataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.RoleDataBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ProjectResourcesBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ProjectDetailBindingSource)).BeginInit(); this.GroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.RoleInfoDataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ProjectDataDataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ResourceDataDataGridView)).BeginInit(); this.SuspendLayout(); // // DescriptionLabel // DescriptionLabel.AutoSize = true; DescriptionLabel.Location = new System.Drawing.Point(7, 148); DescriptionLabel.Name = "DescriptionLabel"; DescriptionLabel.Size = new System.Drawing.Size(63, 13); DescriptionLabel.TabIndex = 8; DescriptionLabel.Text = "Description:"; // // EndedLabel // EndedLabel.AutoSize = true; EndedLabel.Location = new System.Drawing.Point(7, 117); EndedLabel.Name = "EndedLabel"; EndedLabel.Size = new System.Drawing.Size(41, 13); EndedLabel.TabIndex = 6; EndedLabel.Text = "Ended:"; // // StartedLabel // StartedLabel.AutoSize = true; StartedLabel.Location = new System.Drawing.Point(7, 88); StartedLabel.Name = "StartedLabel"; StartedLabel.Size = new System.Drawing.Size(44, 13); StartedLabel.TabIndex = 4; StartedLabel.Text = "Started:"; // // NameLabel // NameLabel.AutoSize = true; NameLabel.Location = new System.Drawing.Point(7, 59); NameLabel.Name = "NameLabel"; NameLabel.Size = new System.Drawing.Size(38, 13); NameLabel.TabIndex = 2; NameLabel.Text = "Name:"; // // IdLabel // IdLabel.AutoSize = true; IdLabel.Location = new System.Drawing.Point(7, 30); IdLabel.Name = "IdLabel"; IdLabel.Size = new System.Drawing.Size(19, 13); IdLabel.TabIndex = 0; IdLabel.Text = "Id:"; // // NameLabel3 // NameLabel3.AutoSize = true; NameLabel3.Location = new System.Drawing.Point(9, 153); NameLabel3.Name = "NameLabel3"; NameLabel3.Size = new System.Drawing.Size(38, 13); NameLabel3.TabIndex = 7; NameLabel3.Text = "Name:"; // // IdLabel4 // IdLabel4.AutoSize = true; IdLabel4.Location = new System.Drawing.Point(9, 130); IdLabel4.Name = "IdLabel4"; IdLabel4.Size = new System.Drawing.Size(19, 13); IdLabel4.TabIndex = 5; IdLabel4.Text = "Id:"; // // NameLabel1 // NameLabel1.AutoSize = true; NameLabel1.Location = new System.Drawing.Point(7, 68); NameLabel1.Name = "NameLabel1"; NameLabel1.Size = new System.Drawing.Size(38, 13); NameLabel1.TabIndex = 2; NameLabel1.Text = "Name:"; // // IdLabel2 // IdLabel2.AutoSize = true; IdLabel2.Location = new System.Drawing.Point(9, 44); IdLabel2.Name = "IdLabel2"; IdLabel2.Size = new System.Drawing.Size(19, 13); IdLabel2.TabIndex = 0; IdLabel2.Text = "Id:"; // // Label3 // this.Label3.AutoSize = true; this.Label3.Location = new System.Drawing.Point(596, 93); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(34, 13); this.Label3.TabIndex = 13; this.Label3.Text = "Roles"; // // Label2 // this.Label2.AutoSize = true; this.Label2.Location = new System.Drawing.Point(293, 93); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(204, 13); this.Label2.TabIndex = 12; this.Label2.Text = "Resources (double-click to change name)"; // // Label1 // this.Label1.AutoSize = true; this.Label1.Location = new System.Drawing.Point(10, 93); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(45, 13); this.Label1.TabIndex = 11; this.Label1.Text = "Projects"; // // Label5 // this.Label5.AutoSize = true; this.Label5.Location = new System.Drawing.Point(9, 109); this.Label5.Name = "Label5"; this.Label5.Size = new System.Drawing.Size(56, 13); this.Label5.TabIndex = 4; this.Label5.Text = "Resource:"; // // Label4 // this.Label4.AutoSize = true; this.Label4.Location = new System.Drawing.Point(9, 25); this.Label4.Name = "Label4"; this.Label4.Size = new System.Drawing.Size(43, 13); this.Label4.TabIndex = 4; this.Label4.Text = "Project:"; // // NameLabel2 // this.NameLabel2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ProjectDataBindingSource, "Name", true)); this.NameLabel2.Location = new System.Drawing.Point(53, 68); this.NameLabel2.Name = "NameLabel2"; this.NameLabel2.Size = new System.Drawing.Size(227, 23); this.NameLabel2.TabIndex = 3; // // ProjectDataBindingSource // this.ProjectDataBindingSource.DataSource = typeof(PTServiceClient.PTService.ProjectData); // // AssignToProjectButton // this.AssignToProjectButton.Location = new System.Drawing.Point(196, 205); this.AssignToProjectButton.Name = "AssignToProjectButton"; this.AssignToProjectButton.Size = new System.Drawing.Size(75, 23); this.AssignToProjectButton.TabIndex = 9; this.AssignToProjectButton.Text = "Assign"; this.AssignToProjectButton.UseVisualStyleBackColor = true; this.AssignToProjectButton.Click += new System.EventHandler(this.AssignToProjectButton_Click); // // NameLabel4 // this.NameLabel4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ResourceDataBindingSource, "Name", true)); this.NameLabel4.Location = new System.Drawing.Point(53, 153); this.NameLabel4.Name = "NameLabel4"; this.NameLabel4.Size = new System.Drawing.Size(218, 23); this.NameLabel4.TabIndex = 8; // // ResourceDataBindingSource // this.ResourceDataBindingSource.DataSource = typeof(PTServiceClient.PTService.ResourceData); // // GroupBox1 // this.GroupBox1.Controls.Add(this.ProjectResourcesDataGridView); this.GroupBox1.Controls.Add(this.ClearProjectButton); this.GroupBox1.Controls.Add(this.SaveProjectButton); this.GroupBox1.Controls.Add(DescriptionLabel); this.GroupBox1.Controls.Add(this.DescriptionTextBox); this.GroupBox1.Controls.Add(EndedLabel); this.GroupBox1.Controls.Add(this.EndedTextBox); this.GroupBox1.Controls.Add(StartedLabel); this.GroupBox1.Controls.Add(this.StartedTextBox); this.GroupBox1.Controls.Add(NameLabel); this.GroupBox1.Controls.Add(this.NameTextBox); this.GroupBox1.Controls.Add(IdLabel); this.GroupBox1.Controls.Add(this.IdLabel1); this.GroupBox1.Location = new System.Drawing.Point(10, 335); this.GroupBox1.Name = "GroupBox1"; this.GroupBox1.Size = new System.Drawing.Size(583, 282); this.GroupBox1.TabIndex = 14; this.GroupBox1.TabStop = false; this.GroupBox1.Text = "Project"; // // ProjectResourcesDataGridView // this.ProjectResourcesDataGridView.AllowUserToAddRows = false; this.ProjectResourcesDataGridView.AllowUserToDeleteRows = false; this.ProjectResourcesDataGridView.AutoGenerateColumns = false; this.ProjectResourcesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DataGridViewTextBoxColumn4, this.DataGridViewTextBoxColumn3, this.DataGridViewTextBoxColumn5, this.DataGridViewTextBoxColumn10, this.DataGridViewTextBoxColumn11}); this.ProjectResourcesDataGridView.DataSource = this.ProjectResourcesBindingSource; this.ProjectResourcesDataGridView.Location = new System.Drawing.Point(257, 56); this.ProjectResourcesDataGridView.MultiSelect = false; this.ProjectResourcesDataGridView.Name = "ProjectResourcesDataGridView"; this.ProjectResourcesDataGridView.ReadOnly = true; this.ProjectResourcesDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.ProjectResourcesDataGridView.Size = new System.Drawing.Size(313, 220); this.ProjectResourcesDataGridView.TabIndex = 12; // // RoleDataBindingSource // this.RoleDataBindingSource.DataSource = typeof(PTServiceClient.PTService.RoleInfo); // // ProjectResourcesBindingSource // this.ProjectResourcesBindingSource.DataMember = "ProjectResources"; this.ProjectResourcesBindingSource.DataSource = this.ProjectDetailBindingSource; // // ProjectDetailBindingSource // this.ProjectDetailBindingSource.DataSource = typeof(PTServiceClient.PTService.ProjectData); // // ClearProjectButton // this.ClearProjectButton.Location = new System.Drawing.Point(95, 253); this.ClearProjectButton.Name = "ClearProjectButton"; this.ClearProjectButton.Size = new System.Drawing.Size(75, 23); this.ClearProjectButton.TabIndex = 11; this.ClearProjectButton.Text = "Clear"; this.ClearProjectButton.UseVisualStyleBackColor = true; this.ClearProjectButton.Click += new System.EventHandler(this.ClearProjectButton_Click); // // SaveProjectButton // this.SaveProjectButton.Location = new System.Drawing.Point(176, 253); this.SaveProjectButton.Name = "SaveProjectButton"; this.SaveProjectButton.Size = new System.Drawing.Size(75, 23); this.SaveProjectButton.TabIndex = 10; this.SaveProjectButton.Text = "Save"; this.SaveProjectButton.UseVisualStyleBackColor = true; this.SaveProjectButton.Click += new System.EventHandler(this.SaveProjectButton_Click); // // DescriptionTextBox // this.DescriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ProjectDetailBindingSource, "Description", true)); this.DescriptionTextBox.Location = new System.Drawing.Point(76, 145); this.DescriptionTextBox.Multiline = true; this.DescriptionTextBox.Name = "DescriptionTextBox"; this.DescriptionTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.DescriptionTextBox.Size = new System.Drawing.Size(175, 102); this.DescriptionTextBox.TabIndex = 9; // // EndedTextBox // this.EndedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ProjectDetailBindingSource, "Ended", true)); this.EndedTextBox.Location = new System.Drawing.Point(76, 114); this.EndedTextBox.Name = "EndedTextBox"; this.EndedTextBox.Size = new System.Drawing.Size(175, 20); this.EndedTextBox.TabIndex = 7; // // StartedTextBox // this.StartedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ProjectDetailBindingSource, "Started", true)); this.StartedTextBox.Location = new System.Drawing.Point(76, 85); this.StartedTextBox.Name = "StartedTextBox"; this.StartedTextBox.Size = new System.Drawing.Size(175, 20); this.StartedTextBox.TabIndex = 5; // // NameTextBox // this.NameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ProjectDetailBindingSource, "Name", true)); this.NameTextBox.Location = new System.Drawing.Point(76, 56); this.NameTextBox.Name = "NameTextBox"; this.NameTextBox.Size = new System.Drawing.Size(175, 20); this.NameTextBox.TabIndex = 3; // // IdLabel1 // this.IdLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ProjectDetailBindingSource, "Id", true)); this.IdLabel1.Location = new System.Drawing.Point(73, 30); this.IdLabel1.Name = "IdLabel1"; this.IdLabel1.Size = new System.Drawing.Size(175, 23); this.IdLabel1.TabIndex = 1; // // ResourceIdLabel // this.ResourceIdLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ResourceDataBindingSource, "Id", true)); this.ResourceIdLabel.Location = new System.Drawing.Point(53, 130); this.ResourceIdLabel.Name = "ResourceIdLabel"; this.ResourceIdLabel.Size = new System.Drawing.Size(218, 23); this.ResourceIdLabel.TabIndex = 6; // // ProjectIdLabel // this.ProjectIdLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ProjectDataBindingSource, "Id", true)); this.ProjectIdLabel.Location = new System.Drawing.Point(53, 44); this.ProjectIdLabel.Name = "ProjectIdLabel"; this.ProjectIdLabel.Size = new System.Drawing.Size(227, 23); this.ProjectIdLabel.TabIndex = 1; // // GroupBox2 // this.GroupBox2.Controls.Add(this.AssignToProjectButton); this.GroupBox2.Controls.Add(NameLabel3); this.GroupBox2.Controls.Add(this.NameLabel4); this.GroupBox2.Controls.Add(IdLabel4); this.GroupBox2.Controls.Add(this.ResourceIdLabel); this.GroupBox2.Controls.Add(this.Label5); this.GroupBox2.Controls.Add(this.Label4); this.GroupBox2.Controls.Add(NameLabel1); this.GroupBox2.Controls.Add(this.NameLabel2); this.GroupBox2.Controls.Add(IdLabel2); this.GroupBox2.Controls.Add(this.ProjectIdLabel); this.GroupBox2.Location = new System.Drawing.Point(600, 335); this.GroupBox2.Name = "GroupBox2"; this.GroupBox2.Size = new System.Drawing.Size(300, 282); this.GroupBox2.TabIndex = 15; this.GroupBox2.TabStop = false; this.GroupBox2.Text = "Add assignment"; // // RoleInfoDataGridView // this.RoleInfoDataGridView.AutoGenerateColumns = false; this.RoleInfoDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idDataGridViewTextBoxColumn, this.nameDataGridViewTextBoxColumn}); this.RoleInfoDataGridView.DataSource = this.RoleDataBindingSource; this.RoleInfoDataGridView.Location = new System.Drawing.Point(599, 109); this.RoleInfoDataGridView.MultiSelect = false; this.RoleInfoDataGridView.Name = "RoleInfoDataGridView"; this.RoleInfoDataGridView.ReadOnly = true; this.RoleInfoDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.RoleInfoDataGridView.Size = new System.Drawing.Size(300, 220); this.RoleInfoDataGridView.TabIndex = 10; // // idDataGridViewTextBoxColumn // this.idDataGridViewTextBoxColumn.DataPropertyName = "Id"; this.idDataGridViewTextBoxColumn.HeaderText = "Id"; this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn"; this.idDataGridViewTextBoxColumn.ReadOnly = true; // // nameDataGridViewTextBoxColumn // this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name"; this.nameDataGridViewTextBoxColumn.HeaderText = "Name"; this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn"; this.nameDataGridViewTextBoxColumn.ReadOnly = true; // // ProjectDataDataGridView // this.ProjectDataDataGridView.AutoGenerateColumns = false; this.ProjectDataDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DataGridViewTextBoxColumn1, this.DataGridViewTextBoxColumn2}); this.ProjectDataDataGridView.DataSource = this.ProjectDataBindingSource; this.ProjectDataDataGridView.Location = new System.Drawing.Point(10, 109); this.ProjectDataDataGridView.MultiSelect = false; this.ProjectDataDataGridView.Name = "ProjectDataDataGridView"; this.ProjectDataDataGridView.ReadOnly = true; this.ProjectDataDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.ProjectDataDataGridView.Size = new System.Drawing.Size(277, 220); this.ProjectDataDataGridView.TabIndex = 8; this.ProjectDataDataGridView.SelectionChanged += new System.EventHandler(this.ProjectDataDataGridView_SelectionChanged); // // DataGridViewTextBoxColumn1 // this.DataGridViewTextBoxColumn1.DataPropertyName = "Id"; this.DataGridViewTextBoxColumn1.HeaderText = "Id"; this.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"; this.DataGridViewTextBoxColumn1.ReadOnly = true; // // DataGridViewTextBoxColumn2 // this.DataGridViewTextBoxColumn2.DataPropertyName = "Name"; this.DataGridViewTextBoxColumn2.HeaderText = "Name"; this.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"; this.DataGridViewTextBoxColumn2.ReadOnly = true; // // ResourceDataDataGridView // this.ResourceDataDataGridView.AutoGenerateColumns = false; this.ResourceDataDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DataGridViewTextBoxColumn6, this.DataGridViewTextBoxColumn7}); this.ResourceDataDataGridView.DataSource = this.ResourceDataBindingSource; this.ResourceDataDataGridView.Location = new System.Drawing.Point(293, 109); this.ResourceDataDataGridView.MultiSelect = false; this.ResourceDataDataGridView.Name = "ResourceDataDataGridView"; this.ResourceDataDataGridView.ReadOnly = true; this.ResourceDataDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.ResourceDataDataGridView.Size = new System.Drawing.Size(300, 220); this.ResourceDataDataGridView.TabIndex = 9; this.ResourceDataDataGridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ResourceDataDataGridView_CellDoubleClick); // // DataGridViewTextBoxColumn6 // this.DataGridViewTextBoxColumn6.DataPropertyName = "Id"; this.DataGridViewTextBoxColumn6.HeaderText = "Id"; this.DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"; this.DataGridViewTextBoxColumn6.ReadOnly = true; // // DataGridViewTextBoxColumn7 // this.DataGridViewTextBoxColumn7.DataPropertyName = "Name"; this.DataGridViewTextBoxColumn7.HeaderText = "Name"; this.DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"; this.DataGridViewTextBoxColumn7.ReadOnly = true; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(10, 21); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(58, 13); this.label6.TabIndex = 16; this.label6.Text = "Username:"; // // usernameTextBox // this.usernameTextBox.Location = new System.Drawing.Point(70, 18); this.usernameTextBox.Name = "usernameTextBox"; this.usernameTextBox.Size = new System.Drawing.Size(127, 20); this.usernameTextBox.TabIndex = 17; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(10, 47); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(56, 13); this.label7.TabIndex = 18; this.label7.Text = "Password:"; // // passwordTextBox // this.passwordTextBox.Location = new System.Drawing.Point(70, 44); this.passwordTextBox.Name = "passwordTextBox"; this.passwordTextBox.PasswordChar = '*'; this.passwordTextBox.Size = new System.Drawing.Size(127, 20); this.passwordTextBox.TabIndex = 19; // // DataGridViewTextBoxColumn4 // this.DataGridViewTextBoxColumn4.DataPropertyName = "ResourceId"; this.DataGridViewTextBoxColumn4.HeaderText = "ResourceId"; this.DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"; this.DataGridViewTextBoxColumn4.ReadOnly = true; this.DataGridViewTextBoxColumn4.Visible = false; // // DataGridViewTextBoxColumn3 // this.DataGridViewTextBoxColumn3.DataPropertyName = "LastName"; this.DataGridViewTextBoxColumn3.HeaderText = "LastName"; this.DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"; this.DataGridViewTextBoxColumn3.ReadOnly = true; // // DataGridViewTextBoxColumn5 // this.DataGridViewTextBoxColumn5.DataPropertyName = "FirstName"; this.DataGridViewTextBoxColumn5.HeaderText = "FirstName"; this.DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"; this.DataGridViewTextBoxColumn5.ReadOnly = true; // // DataGridViewTextBoxColumn10 // this.DataGridViewTextBoxColumn10.DataPropertyName = "Assigned"; this.DataGridViewTextBoxColumn10.HeaderText = "Assigned"; this.DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"; this.DataGridViewTextBoxColumn10.ReadOnly = true; // // DataGridViewTextBoxColumn11 // this.DataGridViewTextBoxColumn11.DataPropertyName = "Role"; this.DataGridViewTextBoxColumn11.DataSource = this.RoleDataBindingSource; this.DataGridViewTextBoxColumn11.DisplayMember = "Name"; this.DataGridViewTextBoxColumn11.HeaderText = "Role"; this.DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11"; this.DataGridViewTextBoxColumn11.ReadOnly = true; this.DataGridViewTextBoxColumn11.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.DataGridViewTextBoxColumn11.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.DataGridViewTextBoxColumn11.ValueMember = "Id"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(914, 638); this.Controls.Add(this.passwordTextBox); this.Controls.Add(this.label7); this.Controls.Add(this.usernameTextBox); this.Controls.Add(this.label6); this.Controls.Add(this.Label3); this.Controls.Add(this.Label2); this.Controls.Add(this.Label1); this.Controls.Add(this.GroupBox1); this.Controls.Add(this.GroupBox2); this.Controls.Add(this.RoleInfoDataGridView); this.Controls.Add(this.ProjectDataDataGridView); this.Controls.Add(this.ResourceDataDataGridView); this.Name = "MainForm"; this.Text = "Project Tracker Client"; this.Load += new System.EventHandler(this.MainForm_Load); ((System.ComponentModel.ISupportInitialize)(this.ProjectDataBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ResourceDataBindingSource)).EndInit(); this.GroupBox1.ResumeLayout(false); this.GroupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ProjectResourcesDataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.RoleDataBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ProjectResourcesBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ProjectDetailBindingSource)).EndInit(); this.GroupBox2.ResumeLayout(false); this.GroupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.RoleInfoDataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ProjectDataDataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ResourceDataDataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion internal System.Windows.Forms.Label Label3; internal System.Windows.Forms.Label Label2; internal System.Windows.Forms.Label Label1; internal System.Windows.Forms.BindingSource RoleDataBindingSource; internal System.Windows.Forms.BindingSource ProjectResourcesBindingSource; internal System.Windows.Forms.BindingSource ProjectDetailBindingSource; internal System.Windows.Forms.Label Label5; internal System.Windows.Forms.Label Label4; internal System.Windows.Forms.Label NameLabel2; internal System.Windows.Forms.BindingSource ProjectDataBindingSource; internal System.Windows.Forms.Button AssignToProjectButton; internal System.Windows.Forms.Label NameLabel4; internal System.Windows.Forms.BindingSource ResourceDataBindingSource; internal System.Windows.Forms.GroupBox GroupBox1; internal System.Windows.Forms.DataGridView ProjectResourcesDataGridView; internal System.Windows.Forms.Button ClearProjectButton; internal System.Windows.Forms.Button SaveProjectButton; internal System.Windows.Forms.TextBox DescriptionTextBox; internal System.Windows.Forms.TextBox EndedTextBox; internal System.Windows.Forms.TextBox StartedTextBox; internal System.Windows.Forms.TextBox NameTextBox; internal System.Windows.Forms.Label IdLabel1; internal System.Windows.Forms.Label ResourceIdLabel; internal System.Windows.Forms.Label ProjectIdLabel; internal System.Windows.Forms.GroupBox GroupBox2; internal System.Windows.Forms.DataGridViewTextBoxColumn DataGridViewTextBoxColumn1; internal System.Windows.Forms.DataGridView RoleInfoDataGridView; internal System.Windows.Forms.DataGridView ProjectDataDataGridView; internal System.Windows.Forms.DataGridViewTextBoxColumn DataGridViewTextBoxColumn2; internal System.Windows.Forms.DataGridViewTextBoxColumn DataGridViewTextBoxColumn6; internal System.Windows.Forms.DataGridView ResourceDataDataGridView; internal System.Windows.Forms.DataGridViewTextBoxColumn DataGridViewTextBoxColumn7; private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox usernameTextBox; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox passwordTextBox; private System.Windows.Forms.DataGridViewTextBoxColumn DataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn DataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn DataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn DataGridViewTextBoxColumn10; private System.Windows.Forms.DataGridViewComboBoxColumn DataGridViewTextBoxColumn11; } }