private void SetupForm() { SuspendLayout(); Controls.Clear(); tabControl = getNewTabControl(); tabControl.SuspendLayout(); for (int i = 0; i < tabCaptions.Length; i++) { textboxes[i] = getNewTextBox(); tabPages[i] = getNewTabPage(textboxes[i], tabCaptions[i]); tabControl.Controls.Add(tabPages[i]); } Controls.Add(tabControl); this.AutoScaleDimensions = new SizeF(96F, 96F); this.AutoScaleMode = AutoScaleMode.Dpi; this.ClientSize = new Size(624, 442); this.FormBorderStyle = FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.StartPosition = FormStartPosition.CenterParent; this.Text = "Thanks to..."; this.ResumeLayout(false); }
/// <summary> /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// </summary> private void InitializeComponent() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFeatureSwitchList)); lvFeatureSwitchList = new System.Windows.Forms.ListView(); lvhFeatureSwitchListF = new System.Windows.Forms.ColumnHeader(); lvhFeatureSwitchListID = new System.Windows.Forms.ColumnHeader(); lvhFeatureSwitchListParam = new System.Windows.Forms.ColumnHeader(); lvhFeatureSwitchListDesc = new System.Windows.Forms.ColumnHeader(); foFeatureSWTab = new System.Windows.Forms.TabControl(); foFeatureSWEnableFeatures = new System.Windows.Forms.TabPage(); foFeatureSWDisableFeatures = new System.Windows.Forms.TabPage(); lvDisableFeatures = new System.Windows.Forms.ListView(); lvhDisableFeatureListF = new System.Windows.Forms.ColumnHeader(); lvhDisableFeatureListDesc = new System.Windows.Forms.ColumnHeader(); imageList1 = new System.Windows.Forms.ImageList(components); foFeatureSWTab.SuspendLayout(); foFeatureSWEnableFeatures.SuspendLayout(); foFeatureSWDisableFeatures.SuspendLayout(); SuspendLayout(); // // lvFeatureSwitchList // lvFeatureSwitchList.BorderStyle = System.Windows.Forms.BorderStyle.None; lvFeatureSwitchList.CheckBoxes = true; lvFeatureSwitchList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { lvhFeatureSwitchListF, lvhFeatureSwitchListID, lvhFeatureSwitchListParam, lvhFeatureSwitchListDesc }); lvFeatureSwitchList.Dock = System.Windows.Forms.DockStyle.Fill; lvFeatureSwitchList.FullRowSelect = true; lvFeatureSwitchList.GridLines = true; lvFeatureSwitchList.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; lvFeatureSwitchList.HideSelection = false; lvFeatureSwitchList.Location = new System.Drawing.Point(0, 0); lvFeatureSwitchList.Name = "lvFeatureSwitchList"; lvFeatureSwitchList.Size = new System.Drawing.Size(672, 246); lvFeatureSwitchList.Sorting = System.Windows.Forms.SortOrder.Ascending; lvFeatureSwitchList.TabIndex = 0; lvFeatureSwitchList.UseCompatibleStateImageBehavior = false; lvFeatureSwitchList.View = System.Windows.Forms.View.Details; lvFeatureSwitchList.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(lvFeatureSwitchList_ItemCheck); lvFeatureSwitchList.KeyUp += new System.Windows.Forms.KeyEventHandler(foFeatureSwitchList_KeyUp); // // lvhFeatureSwitchListF // lvhFeatureSwitchListF.Text = "lvhFeatureSwitchListF"; lvhFeatureSwitchListF.Width = 180; // // lvhFeatureSwitchListID // lvhFeatureSwitchListID.Text = "lvhFeatureSwitchListID"; lvhFeatureSwitchListID.Width = 40; // // lvhFeatureSwitchListParam // lvhFeatureSwitchListParam.Text = "lvhFeatureSwitchListParam"; lvhFeatureSwitchListParam.Width = 102; // // lvhFeatureSwitchListDesc // lvhFeatureSwitchListDesc.Text = "lvhFeatureSwitchListDesc"; lvhFeatureSwitchListDesc.Width = 322; // // foFeatureSWTab // foFeatureSWTab.Alignment = System.Windows.Forms.TabAlignment.Bottom; foFeatureSWTab.Controls.Add(foFeatureSWEnableFeatures); foFeatureSWTab.Controls.Add(foFeatureSWDisableFeatures); foFeatureSWTab.Dock = System.Windows.Forms.DockStyle.Fill; foFeatureSWTab.ImageList = imageList1; foFeatureSWTab.Location = new System.Drawing.Point(0, 0); foFeatureSWTab.Name = "foFeatureSWTab"; foFeatureSWTab.SelectedIndex = 0; foFeatureSWTab.Size = new System.Drawing.Size(680, 273); foFeatureSWTab.TabIndex = 1; foFeatureSWTab.KeyUp += new System.Windows.Forms.KeyEventHandler(foFeatureSwitchList_KeyUp); // // foFeatureSWEnableFeatures // foFeatureSWEnableFeatures.Controls.Add(lvFeatureSwitchList); foFeatureSWEnableFeatures.ImageIndex = 1; foFeatureSWEnableFeatures.Location = new System.Drawing.Point(4, 4); foFeatureSWEnableFeatures.Name = "foFeatureSWEnableFeatures"; foFeatureSWEnableFeatures.Size = new System.Drawing.Size(672, 246); foFeatureSWEnableFeatures.TabIndex = 0; foFeatureSWEnableFeatures.Text = "Using Features"; foFeatureSWEnableFeatures.UseVisualStyleBackColor = true; // // foFeatureSWDisableFeatures // foFeatureSWDisableFeatures.Controls.Add(lvDisableFeatures); foFeatureSWDisableFeatures.ImageIndex = 0; foFeatureSWDisableFeatures.Location = new System.Drawing.Point(4, 4); foFeatureSWDisableFeatures.Name = "foFeatureSWDisableFeatures"; foFeatureSWDisableFeatures.Size = new System.Drawing.Size(672, 246); foFeatureSWDisableFeatures.TabIndex = 1; foFeatureSWDisableFeatures.Text = "Unused"; foFeatureSWDisableFeatures.UseVisualStyleBackColor = true; // // lvDisableFeatures // lvDisableFeatures.BorderStyle = System.Windows.Forms.BorderStyle.None; lvDisableFeatures.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { lvhDisableFeatureListF, lvhDisableFeatureListDesc }); lvDisableFeatures.Dock = System.Windows.Forms.DockStyle.Fill; lvDisableFeatures.FullRowSelect = true; lvDisableFeatures.GridLines = true; lvDisableFeatures.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; lvDisableFeatures.HideSelection = false; lvDisableFeatures.Location = new System.Drawing.Point(0, 0); lvDisableFeatures.Name = "lvDisableFeatures"; lvDisableFeatures.Size = new System.Drawing.Size(672, 246); lvDisableFeatures.Sorting = System.Windows.Forms.SortOrder.Ascending; lvDisableFeatures.TabIndex = 1; lvDisableFeatures.UseCompatibleStateImageBehavior = false; lvDisableFeatures.View = System.Windows.Forms.View.Details; lvDisableFeatures.KeyUp += new System.Windows.Forms.KeyEventHandler(foFeatureSwitchList_KeyUp); // // lvhDisableFeatureListF // lvhDisableFeatureListF.Text = "lvhDisableFeatureListF"; lvhDisableFeatureListF.Width = 180; // // lvhDisableFeatureListDesc // lvhDisableFeatureListDesc.Text = "lvhDisableFeatureListDesc"; lvhDisableFeatureListDesc.Width = 471; // // imageList1 // imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); imageList1.TransparentColor = System.Drawing.Color.Transparent; imageList1.Images.SetKeyName(0, ""); imageList1.Images.SetKeyName(1, ""); // // foFeatureSwitchList // AutoScaleBaseSize = new System.Drawing.Size(5, 12); ClientSize = new System.Drawing.Size(680, 273); Controls.Add(foFeatureSWTab); Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); MaximizeBox = false; MinimizeBox = false; Name = "foFeatureSwitchList"; Text = "Feature Switch"; KeyUp += new System.Windows.Forms.KeyEventHandler(foFeatureSwitchList_KeyUp); foFeatureSWTab.ResumeLayout(false); foFeatureSWEnableFeatures.ResumeLayout(false); foFeatureSWDisableFeatures.ResumeLayout(false); ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CredentialsManagerForm)); this.m_PasswordReset = new System.Windows.Forms.Label(); this.m_RequiresQuestionAndAnswerLabel = new System.Windows.Forms.Label(); this.m_PasswordRetrieval = new System.Windows.Forms.Label(); this.m_PasswordRegularExpression = new System.Windows.Forms.Label(); this.m_MaxInvalidAttempts = new System.Windows.Forms.Label(); this.m_AttemptWindow = new System.Windows.Forms.Label(); this.m_MinNonAlphanumeric = new System.Windows.Forms.Label(); this.m_MinLength = new System.Windows.Forms.Label(); this.m_LengthTextBox = new System.Windows.Forms.TextBox(); this.m_NonAlphanumericTextBox = new System.Windows.Forms.TextBox(); this.m_GeneratePassword = new System.Windows.Forms.Button(); this.m_RolesForUserComboBox = new ComboBoxEx(); this.m_UsersToAssignListView = new CredentialsManagerClient.ListViewEx(); this.m_RemoveUserFromAllRolesButton = new System.Windows.Forms.Button(); this.m_RemoveUserFromRoleButton = new System.Windows.Forms.Button(); this.m_AssignButton = new System.Windows.Forms.Button(); this.m_UsersInRoleComboBox = new ComboBoxEx(); this.m_RolesListView = new CredentialsManagerClient.ListViewEx(); this.m_PopulatedLabel = new System.Windows.Forms.Label(); this.m_ThrowIfPopulatedCheckBox = new System.Windows.Forms.CheckBox(); this.m_DeleteAllRolesButton = new System.Windows.Forms.Button(); this.m_CreateRoleButton = new System.Windows.Forms.Button(); this.m_DeleteRoleButton = new System.Windows.Forms.Button(); this.m_UsersStatusRefresh = new System.Windows.Forms.Button(); this.m_OnlineTimeWindow = new System.Windows.Forms.Label(); this.m_UsersOnline = new System.Windows.Forms.Label(); this.m_UsersListView = new CredentialsManagerClient.ListViewEx(); this.m_ChangePasswordButton = new System.Windows.Forms.Button(); this.m_ResetPasswordButton = new System.Windows.Forms.Button(); this.m_RelatedDataCheckBox = new System.Windows.Forms.CheckBox(); this.m_DeleteAllUsersButton = new System.Windows.Forms.Button(); this.m_UpdateUser = new System.Windows.Forms.Button(); this.m_DeleteUserButton = new System.Windows.Forms.Button(); this.m_CreateUserButton = new System.Windows.Forms.Button(); this.m_ApplicationListView = new CredentialsManagerClient.ListViewEx(); this.m_DeleteAllApplicationsButton = new System.Windows.Forms.Button(); this.m_CreateApplicationButton = new System.Windows.Forms.Button(); this.m_DeleteApplicationButton = new System.Windows.Forms.Button(); this.m_SelectButton = new System.Windows.Forms.Button(); this.m_WebBrowser = new System.Windows.Forms.WebBrowser(); this.m_AddressTextbox = new System.Windows.Forms.TextBox(); this.m_ViewButton = new System.Windows.Forms.Button(); this.m_CreateApplicationMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_DeleteApplicationMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_DeleteAllApplicationsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_CreateUserMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_UpdateUserMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_DeleteUserMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_DeleteAllUsersMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_ChangePasswordMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_ResetPasswordMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_RefreshUsersStatusMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_CreateRoleMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_DeleteRoleMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_DeleteAllRolesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_AssignUsertoRoleMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_RemoveUserFromRoleMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_RemoveUserFromAllRolesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_GeneratePasswordMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_ViewMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_SelectMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_LogOnMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_AuthorizeMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.helpContentMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.m_AddressLabel = new System.Windows.Forms.Label(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); passwordSetupGroupBox = new System.Windows.Forms.GroupBox(); passwordResetLabel = new System.Windows.Forms.Label(); passwordRetrievalLabel = new System.Windows.Forms.Label(); requiresQuestionAndAnswerLabel = new System.Windows.Forms.Label(); maxInvalidLabel = new System.Windows.Forms.Label(); passwordRegularExpressionLabel = new System.Windows.Forms.Label(); minNonAlpha = new System.Windows.Forms.Label(); attemptWindowLabel = new System.Windows.Forms.Label(); minLengthLabel = new System.Windows.Forms.Label(); generatePassorgGroupBox = new System.Windows.Forms.GroupBox(); nonAlphanumericLabel = new System.Windows.Forms.Label(); lengthLabel = new System.Windows.Forms.Label(); usersGroupBox = new System.Windows.Forms.GroupBox(); userToassignHeader = new System.Windows.Forms.ColumnHeader(); rolesForUserLabel = new System.Windows.Forms.Label(); usersToAssignHeader = new System.Windows.Forms.ColumnHeader(); rolesGroupBox = new System.Windows.Forms.GroupBox(); rolesHeader = new System.Windows.Forms.ColumnHeader(); usersInRoleLabel = new System.Windows.Forms.Label(); usersStatus = new System.Windows.Forms.GroupBox(); onlineTimeWindowLabel = new System.Windows.Forms.Label(); onlineUsersLabel = new System.Windows.Forms.Label(); usersGoupBox = new System.Windows.Forms.GroupBox(); usersHeader = new System.Windows.Forms.ColumnHeader(); applicationsGroupBox = new System.Windows.Forms.GroupBox(); applicationsHeader = new System.Windows.Forms.ColumnHeader(); columnApplications = new System.Windows.Forms.ColumnHeader(); addressGroupBox = new System.Windows.Forms.GroupBox(); mainMenu = new System.Windows.Forms.MenuStrip(); applicationMenuItem = new System.Windows.Forms.ToolStripMenuItem(); usersMenuItem = new System.Windows.Forms.ToolStripMenuItem(); usersSeparator1 = new System.Windows.Forms.ToolStripSeparator(); usersSeparator2 = new System.Windows.Forms.ToolStripSeparator(); rolesMenuItem = new System.Windows.Forms.ToolStripMenuItem(); rolesSeparator1 = new System.Windows.Forms.ToolStripSeparator(); passwordsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); serviceMenuItem = new System.Windows.Forms.ToolStripMenuItem(); testMenuItem = new System.Windows.Forms.ToolStripMenuItem(); helpMenuItem = new System.Windows.Forms.ToolStripMenuItem(); aboutMenuItem = new System.Windows.Forms.ToolStripMenuItem(); passwordsPage = new System.Windows.Forms.TabPage(); rolesPage = new System.Windows.Forms.TabPage(); usersPage = new System.Windows.Forms.TabPage(); applicationsTab = new System.Windows.Forms.TabPage(); applicationPictureBox = new System.Windows.Forms.PictureBox(); tabControl = new System.Windows.Forms.TabControl(); servicePage = new System.Windows.Forms.TabPage(); passwordSetupGroupBox.SuspendLayout(); generatePassorgGroupBox.SuspendLayout(); usersGroupBox.SuspendLayout(); rolesGroupBox.SuspendLayout(); usersStatus.SuspendLayout(); usersGoupBox.SuspendLayout(); applicationsGroupBox.SuspendLayout(); addressGroupBox.SuspendLayout(); mainMenu.SuspendLayout(); passwordsPage.SuspendLayout(); rolesPage.SuspendLayout(); usersPage.SuspendLayout(); applicationsTab.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(applicationPictureBox)).BeginInit(); tabControl.SuspendLayout(); servicePage.SuspendLayout(); this.SuspendLayout(); // // passwordSetupGroupBox // passwordSetupGroupBox.Controls.Add(passwordResetLabel); passwordSetupGroupBox.Controls.Add(this.m_PasswordReset); passwordSetupGroupBox.Controls.Add(this.m_RequiresQuestionAndAnswerLabel); passwordSetupGroupBox.Controls.Add(passwordRetrievalLabel); passwordSetupGroupBox.Controls.Add(requiresQuestionAndAnswerLabel); passwordSetupGroupBox.Controls.Add(this.m_PasswordRetrieval); passwordSetupGroupBox.Controls.Add(this.m_PasswordRegularExpression); passwordSetupGroupBox.Controls.Add(maxInvalidLabel); passwordSetupGroupBox.Controls.Add(passwordRegularExpressionLabel); passwordSetupGroupBox.Controls.Add(this.m_MaxInvalidAttempts); passwordSetupGroupBox.Controls.Add(this.m_AttemptWindow); passwordSetupGroupBox.Controls.Add(minNonAlpha); passwordSetupGroupBox.Controls.Add(attemptWindowLabel); passwordSetupGroupBox.Controls.Add(this.m_MinNonAlphanumeric); passwordSetupGroupBox.Controls.Add(this.m_MinLength); passwordSetupGroupBox.Controls.Add(minLengthLabel); passwordSetupGroupBox.Location = new System.Drawing.Point(6,11); passwordSetupGroupBox.Name = "passwordSetupGroupBox"; passwordSetupGroupBox.Size = new System.Drawing.Size(258,368); passwordSetupGroupBox.TabIndex = 18; passwordSetupGroupBox.TabStop = false; passwordSetupGroupBox.Text = "Setup"; // // passwordResetLabel // passwordResetLabel.AutoSize = true; passwordResetLabel.Location = new System.Drawing.Point(19,21); passwordResetLabel.Name = "passwordResetLabel"; passwordResetLabel.Size = new System.Drawing.Size(119,13); passwordResetLabel.TabIndex = 0; passwordResetLabel.Text = "Password reset enabled:"; // // m_PasswordReset // this.m_PasswordReset.AutoSize = true; this.m_PasswordReset.Location = new System.Drawing.Point(188,21); this.m_PasswordReset.Name = "m_PasswordReset"; this.m_PasswordReset.Size = new System.Drawing.Size(21,13); this.m_PasswordReset.TabIndex = 1; this.m_PasswordReset.Text = "Yes"; // // m_RequiresQuestionAndAnswerLabel // this.m_RequiresQuestionAndAnswerLabel.AutoSize = true; this.m_RequiresQuestionAndAnswerLabel.Location = new System.Drawing.Point(188,269); this.m_RequiresQuestionAndAnswerLabel.Name = "m_RequiresQuestionAndAnswerLabel"; this.m_RequiresQuestionAndAnswerLabel.Size = new System.Drawing.Size(21,13); this.m_RequiresQuestionAndAnswerLabel.TabIndex = 15; this.m_RequiresQuestionAndAnswerLabel.Text = "Yes"; // // passwordRetrievalLabel // passwordRetrievalLabel.AutoSize = true; passwordRetrievalLabel.Location = new System.Drawing.Point(19,54); passwordRetrievalLabel.Name = "passwordRetrievalLabel"; passwordRetrievalLabel.Size = new System.Drawing.Size(133,13); passwordRetrievalLabel.TabIndex = 2; passwordRetrievalLabel.Text = "Password retrieval enabled:"; // // requiresQuestionAndAnswerLabel // requiresQuestionAndAnswerLabel.AutoSize = true; requiresQuestionAndAnswerLabel.Location = new System.Drawing.Point(19,269); requiresQuestionAndAnswerLabel.Name = "requiresQuestionAndAnswerLabel"; requiresQuestionAndAnswerLabel.Size = new System.Drawing.Size(149,13); requiresQuestionAndAnswerLabel.TabIndex = 14; requiresQuestionAndAnswerLabel.Text = "Requires question and answer:"; // // m_PasswordRetrieval // this.m_PasswordRetrieval.AutoSize = true; this.m_PasswordRetrieval.Location = new System.Drawing.Point(188,54); this.m_PasswordRetrieval.Name = "m_PasswordRetrieval"; this.m_PasswordRetrieval.Size = new System.Drawing.Size(21,13); this.m_PasswordRetrieval.TabIndex = 3; this.m_PasswordRetrieval.Text = "Yes"; // // m_PasswordRegularExpression // this.m_PasswordRegularExpression.AutoSize = true; this.m_PasswordRegularExpression.Location = new System.Drawing.Point(188,232); this.m_PasswordRegularExpression.Name = "m_PasswordRegularExpression"; this.m_PasswordRegularExpression.Size = new System.Drawing.Size(7,13); this.m_PasswordRegularExpression.TabIndex = 13; this.m_PasswordRegularExpression.Text = "*"; // // maxInvalidLabel // maxInvalidLabel.AutoSize = true; maxInvalidLabel.Location = new System.Drawing.Point(19,89); maxInvalidLabel.Name = "maxInvalidLabel"; maxInvalidLabel.Size = new System.Drawing.Size(136,13); maxInvalidLabel.TabIndex = 4; maxInvalidLabel.Text = "Max invalid attempt allowed:"; // // passwordRegularExpressionLabel // passwordRegularExpressionLabel.AutoSize = true; passwordRegularExpressionLabel.Location = new System.Drawing.Point(19,232); passwordRegularExpressionLabel.Name = "passwordRegularExpressionLabel"; passwordRegularExpressionLabel.Size = new System.Drawing.Size(140,13); passwordRegularExpressionLabel.TabIndex = 12; passwordRegularExpressionLabel.Text = "Password regular expression:"; // // m_MaxInvalidAttempts // this.m_MaxInvalidAttempts.AutoSize = true; this.m_MaxInvalidAttempts.Location = new System.Drawing.Point(188,89); this.m_MaxInvalidAttempts.Name = "m_MaxInvalidAttempts"; this.m_MaxInvalidAttempts.Size = new System.Drawing.Size(9,13); this.m_MaxInvalidAttempts.TabIndex = 5; this.m_MaxInvalidAttempts.Text = "0"; // // m_AttemptWindow // this.m_AttemptWindow.AutoSize = true; this.m_AttemptWindow.Location = new System.Drawing.Point(188,197); this.m_AttemptWindow.Name = "m_AttemptWindow"; this.m_AttemptWindow.Size = new System.Drawing.Size(9,13); this.m_AttemptWindow.TabIndex = 11; this.m_AttemptWindow.Text = "0"; // // minNonAlpha // minNonAlpha.AutoSize = true; minNonAlpha.Location = new System.Drawing.Point(19,125); minNonAlpha.Name = "minNonAlpha"; minNonAlpha.Size = new System.Drawing.Size(163,13); minNonAlpha.TabIndex = 6; minNonAlpha.Text = "Min non-alphanumeric characters:"; // // attemptWindowLabel // attemptWindowLabel.AutoSize = true; attemptWindowLabel.Location = new System.Drawing.Point(19,197); attemptWindowLabel.Name = "attemptWindowLabel"; attemptWindowLabel.Size = new System.Drawing.Size(81,13); attemptWindowLabel.TabIndex = 10; attemptWindowLabel.Text = "Attempt window:"; // // m_MinNonAlphanumeric // this.m_MinNonAlphanumeric.AutoSize = true; this.m_MinNonAlphanumeric.Location = new System.Drawing.Point(188,125); this.m_MinNonAlphanumeric.Name = "m_MinNonAlphanumeric"; this.m_MinNonAlphanumeric.Size = new System.Drawing.Size(9,13); this.m_MinNonAlphanumeric.TabIndex = 7; this.m_MinNonAlphanumeric.Text = "0"; // // m_MinLength // this.m_MinLength.AutoSize = true; this.m_MinLength.Location = new System.Drawing.Point(188,161); this.m_MinLength.Name = "m_MinLength"; this.m_MinLength.Size = new System.Drawing.Size(9,13); this.m_MinLength.TabIndex = 9; this.m_MinLength.Text = "0"; // // minLengthLabel // minLengthLabel.AutoSize = true; minLengthLabel.Location = new System.Drawing.Point(19,161); minLengthLabel.Name = "minLengthLabel"; minLengthLabel.Size = new System.Drawing.Size(96,13); minLengthLabel.TabIndex = 8; minLengthLabel.Text = "Min required length:"; // // generatePassorgGroupBox // generatePassorgGroupBox.Controls.Add(nonAlphanumericLabel); generatePassorgGroupBox.Controls.Add(lengthLabel); generatePassorgGroupBox.Controls.Add(this.m_LengthTextBox); generatePassorgGroupBox.Controls.Add(this.m_NonAlphanumericTextBox); generatePassorgGroupBox.Controls.Add(this.m_GeneratePassword); generatePassorgGroupBox.Location = new System.Drawing.Point(270,11); generatePassorgGroupBox.Name = "generatePassorgGroupBox"; generatePassorgGroupBox.Size = new System.Drawing.Size(258,368); generatePassorgGroupBox.TabIndex = 17; generatePassorgGroupBox.TabStop = false; generatePassorgGroupBox.Text = "Generate Password"; // // nonAlphanumericLabel // nonAlphanumericLabel.AutoSize = true; nonAlphanumericLabel.Location = new System.Drawing.Point(14,65); nonAlphanumericLabel.Name = "nonAlphanumericLabel"; nonAlphanumericLabel.Size = new System.Drawing.Size(92,13); nonAlphanumericLabel.TabIndex = 20; nonAlphanumericLabel.Text = "Non-alphanumeric:"; // // lengthLabel // lengthLabel.AutoSize = true; lengthLabel.Location = new System.Drawing.Point(15,19); lengthLabel.Name = "lengthLabel"; lengthLabel.Size = new System.Drawing.Size(39,13); lengthLabel.TabIndex = 19; lengthLabel.Text = "Length:"; // // m_LengthTextBox // this.m_LengthTextBox.Location = new System.Drawing.Point(15,34); this.m_LengthTextBox.Name = "m_LengthTextBox"; this.m_LengthTextBox.Size = new System.Drawing.Size(100,20); this.m_LengthTextBox.TabIndex = 18; this.m_LengthTextBox.Text = "6"; // // m_NonAlphanumericTextBox // this.m_NonAlphanumericTextBox.Location = new System.Drawing.Point(15,81); this.m_NonAlphanumericTextBox.Name = "m_NonAlphanumericTextBox"; this.m_NonAlphanumericTextBox.Size = new System.Drawing.Size(100,20); this.m_NonAlphanumericTextBox.TabIndex = 17; this.m_NonAlphanumericTextBox.Text = "1"; // // m_GeneratePassword // this.m_GeneratePassword.Location = new System.Drawing.Point(177,34); this.m_GeneratePassword.Name = "m_GeneratePassword"; this.m_GeneratePassword.Size = new System.Drawing.Size(75,23); this.m_GeneratePassword.TabIndex = 16; this.m_GeneratePassword.Text = "Generate"; this.m_GeneratePassword.Click += new System.EventHandler(this.OnGeneratePassword); // // usersGroupBox // usersGroupBox.Controls.Add(this.m_RolesForUserComboBox); usersGroupBox.Controls.Add(this.m_UsersToAssignListView); usersGroupBox.Controls.Add(this.m_RemoveUserFromAllRolesButton); usersGroupBox.Controls.Add(rolesForUserLabel); usersGroupBox.Controls.Add(this.m_RemoveUserFromRoleButton); usersGroupBox.Controls.Add(this.m_AssignButton); usersGroupBox.Location = new System.Drawing.Point(6,11); usersGroupBox.Name = "usersGroupBox"; usersGroupBox.Size = new System.Drawing.Size(258,368); usersGroupBox.TabIndex = 1; usersGroupBox.TabStop = false; usersGroupBox.Text = "Users"; // // m_RolesForUserComboBox // this.m_RolesForUserComboBox.FormattingEnabled = true; this.m_RolesForUserComboBox.ImageList = null; this.m_RolesForUserComboBox.Location = new System.Drawing.Point(6,341); this.m_RolesForUserComboBox.Name = "m_RolesForUserComboBox"; this.m_RolesForUserComboBox.Size = new System.Drawing.Size(165,21); this.m_RolesForUserComboBox.TabIndex = 4; // // m_UsersToAssignListView // this.m_UsersToAssignListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { userToassignHeader}); this.m_UsersToAssignListView.FullRowSelect = true; this.m_UsersToAssignListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.m_UsersToAssignListView.HideSelection = false; this.m_UsersToAssignListView.Location = new System.Drawing.Point(7,19); this.m_UsersToAssignListView.MultiSelect = false; this.m_UsersToAssignListView.Name = "m_UsersToAssignListView"; this.m_UsersToAssignListView.ShowGroups = false; this.m_UsersToAssignListView.Size = new System.Drawing.Size(165,290); this.m_UsersToAssignListView.Sorting = System.Windows.Forms.SortOrder.Ascending; this.m_UsersToAssignListView.TabIndex = 2; this.m_UsersToAssignListView.View = System.Windows.Forms.View.SmallIcon; this.m_UsersToAssignListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.OnSelectedUserAssignChanged); // // userToassignHeader // userToassignHeader.Width = 300; // // m_RemoveUserFromAllRolesButton // this.m_RemoveUserFromAllRolesButton.Location = new System.Drawing.Point(177,77); this.m_RemoveUserFromAllRolesButton.Name = "m_RemoveUserFromAllRolesButton"; this.m_RemoveUserFromAllRolesButton.Size = new System.Drawing.Size(75,23); this.m_RemoveUserFromAllRolesButton.TabIndex = 2; this.m_RemoveUserFromAllRolesButton.Text = "Remove All"; this.m_RemoveUserFromAllRolesButton.Click += new System.EventHandler(this.OnRemoveUsersFromAllRoles); // // rolesForUserLabel // rolesForUserLabel.AutoSize = true; rolesForUserLabel.Location = new System.Drawing.Point(6,325); rolesForUserLabel.Name = "rolesForUserLabel"; rolesForUserLabel.Size = new System.Drawing.Size(73,13); rolesForUserLabel.TabIndex = 5; rolesForUserLabel.Text = "Roles for User:"******"m_RemoveUserFromRoleButton"; this.m_RemoveUserFromRoleButton.Size = new System.Drawing.Size(75,23); this.m_RemoveUserFromRoleButton.TabIndex = 3; this.m_RemoveUserFromRoleButton.Text = "Remove"; this.m_RemoveUserFromRoleButton.Click += new System.EventHandler(this.OnRemoveUserFromRole); // // m_AssignButton // this.m_AssignButton.Location = new System.Drawing.Point(177,19); this.m_AssignButton.Name = "m_AssignButton"; this.m_AssignButton.Size = new System.Drawing.Size(75,23); this.m_AssignButton.TabIndex = 1; this.m_AssignButton.Text = "Assign"; this.m_AssignButton.Click += new System.EventHandler(this.OnAssignUserToRole); // // usersToAssignHeader // usersToAssignHeader.Text = ""; usersToAssignHeader.Width = 186; // // rolesGroupBox // rolesGroupBox.Controls.Add(this.m_UsersInRoleComboBox); rolesGroupBox.Controls.Add(this.m_RolesListView); rolesGroupBox.Controls.Add(this.m_PopulatedLabel); rolesGroupBox.Controls.Add(this.m_ThrowIfPopulatedCheckBox); rolesGroupBox.Controls.Add(this.m_DeleteAllRolesButton); rolesGroupBox.Controls.Add(usersInRoleLabel); rolesGroupBox.Controls.Add(this.m_CreateRoleButton); rolesGroupBox.Controls.Add(this.m_DeleteRoleButton); rolesGroupBox.Location = new System.Drawing.Point(270,11); rolesGroupBox.Name = "rolesGroupBox"; rolesGroupBox.Size = new System.Drawing.Size(258,368); rolesGroupBox.TabIndex = 0; rolesGroupBox.TabStop = false; rolesGroupBox.Text = "Roles"; // // m_UsersInRoleComboBox // this.m_UsersInRoleComboBox.FormattingEnabled = true; this.m_UsersInRoleComboBox.ImageList = null; this.m_UsersInRoleComboBox.Location = new System.Drawing.Point(6,341); this.m_UsersInRoleComboBox.Name = "m_UsersInRoleComboBox"; this.m_UsersInRoleComboBox.Size = new System.Drawing.Size(165,21); this.m_UsersInRoleComboBox.TabIndex = 5; // // m_RolesListView // this.m_RolesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { rolesHeader}); this.m_RolesListView.FullRowSelect = true; this.m_RolesListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.m_RolesListView.HideSelection = false; this.m_RolesListView.Location = new System.Drawing.Point(6,19); this.m_RolesListView.MultiSelect = false; this.m_RolesListView.Name = "m_RolesListView"; this.m_RolesListView.ShowGroups = false; this.m_RolesListView.Size = new System.Drawing.Size(165,290); this.m_RolesListView.Sorting = System.Windows.Forms.SortOrder.Ascending; this.m_RolesListView.TabIndex = 6; this.m_RolesListView.View = System.Windows.Forms.View.SmallIcon; this.m_RolesListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.OnSelectedRoleChanged); // // rolesHeader // rolesHeader.Width = 300; // // m_PopulatedLabel // this.m_PopulatedLabel.AutoSize = true; this.m_PopulatedLabel.Location = new System.Drawing.Point(197,97); this.m_PopulatedLabel.Name = "m_PopulatedLabel"; this.m_PopulatedLabel.Size = new System.Drawing.Size(51,13); this.m_PopulatedLabel.TabIndex = 7; this.m_PopulatedLabel.Text = "Populated"; // // m_ThrowIfPopulatedCheckBox // this.m_ThrowIfPopulatedCheckBox.AutoSize = true; this.m_ThrowIfPopulatedCheckBox.Location = new System.Drawing.Point(177,77); this.m_ThrowIfPopulatedCheckBox.Name = "m_ThrowIfPopulatedCheckBox"; this.m_ThrowIfPopulatedCheckBox.Size = new System.Drawing.Size(46,17); this.m_ThrowIfPopulatedCheckBox.TabIndex = 2; this.m_ThrowIfPopulatedCheckBox.Text = "Fail if"; // // m_DeleteAllRolesButton // this.m_DeleteAllRolesButton.Location = new System.Drawing.Point(177,286); this.m_DeleteAllRolesButton.Name = "m_DeleteAllRolesButton"; this.m_DeleteAllRolesButton.Size = new System.Drawing.Size(75,23); this.m_DeleteAllRolesButton.TabIndex = 6; this.m_DeleteAllRolesButton.Text = "Delete All"; this.m_DeleteAllRolesButton.Click += new System.EventHandler(this.OnDeleteAllRoles); // // usersInRoleLabel // usersInRoleLabel.AutoSize = true; usersInRoleLabel.Location = new System.Drawing.Point(6,325); usersInRoleLabel.Name = "usersInRoleLabel"; usersInRoleLabel.Size = new System.Drawing.Size(69,13); usersInRoleLabel.TabIndex = 4; usersInRoleLabel.Text = "Users in Role:"; // // m_CreateRoleButton // this.m_CreateRoleButton.Location = new System.Drawing.Point(177,19); this.m_CreateRoleButton.Name = "m_CreateRoleButton"; this.m_CreateRoleButton.Size = new System.Drawing.Size(75,23); this.m_CreateRoleButton.TabIndex = 2; this.m_CreateRoleButton.Text = "Create"; this.m_CreateRoleButton.Click += new System.EventHandler(this.OnCreateRole); // // m_DeleteRoleButton // this.m_DeleteRoleButton.Location = new System.Drawing.Point(177,48); this.m_DeleteRoleButton.Name = "m_DeleteRoleButton"; this.m_DeleteRoleButton.Size = new System.Drawing.Size(75,23); this.m_DeleteRoleButton.TabIndex = 1; this.m_DeleteRoleButton.Text = "Delete"; this.m_DeleteRoleButton.Click += new System.EventHandler(this.OnDeleteRole); // // usersStatus // usersStatus.Controls.Add(this.m_UsersStatusRefresh); usersStatus.Controls.Add(this.m_OnlineTimeWindow); usersStatus.Controls.Add(onlineTimeWindowLabel); usersStatus.Controls.Add(this.m_UsersOnline); usersStatus.Controls.Add(onlineUsersLabel); usersStatus.Location = new System.Drawing.Point(298,11); usersStatus.Name = "usersStatus"; usersStatus.Size = new System.Drawing.Size(230,368); usersStatus.TabIndex = 8; usersStatus.TabStop = false; usersStatus.Text = "Users Status"; // // m_UsersStatusRefresh // this.m_UsersStatusRefresh.Location = new System.Drawing.Point(139,135); this.m_UsersStatusRefresh.Name = "m_UsersStatusRefresh"; this.m_UsersStatusRefresh.Size = new System.Drawing.Size(75,23); this.m_UsersStatusRefresh.TabIndex = 13; this.m_UsersStatusRefresh.Text = "Refresh"; this.m_UsersStatusRefresh.Click += new System.EventHandler(this.OnUserStatusRefresh); // // m_OnlineTimeWindow // this.m_OnlineTimeWindow.AutoSize = true; this.m_OnlineTimeWindow.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.m_OnlineTimeWindow.Location = new System.Drawing.Point(138,62); this.m_OnlineTimeWindow.Name = "m_OnlineTimeWindow"; this.m_OnlineTimeWindow.Size = new System.Drawing.Size(9,13); this.m_OnlineTimeWindow.TabIndex = 12; this.m_OnlineTimeWindow.Text = "0"; // // onlineTimeWindowLabel // onlineTimeWindowLabel.AutoSize = true; onlineTimeWindowLabel.Location = new System.Drawing.Point(12,62); onlineTimeWindowLabel.Name = "onlineTimeWindowLabel"; onlineTimeWindowLabel.Size = new System.Drawing.Size(97,13); onlineTimeWindowLabel.TabIndex = 11; onlineTimeWindowLabel.Text = "Online time window:"; // // m_UsersOnline // this.m_UsersOnline.AutoSize = true; this.m_UsersOnline.Location = new System.Drawing.Point(138,33); this.m_UsersOnline.Name = "m_UsersOnline"; this.m_UsersOnline.Size = new System.Drawing.Size(9,13); this.m_UsersOnline.TabIndex = 10; this.m_UsersOnline.Text = "0"; this.m_UsersOnline.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // onlineUsersLabel // onlineUsersLabel.AutoSize = true; onlineUsersLabel.Location = new System.Drawing.Point(12,33); onlineUsersLabel.Name = "onlineUsersLabel"; onlineUsersLabel.Size = new System.Drawing.Size(114,13); onlineUsersLabel.TabIndex = 9; onlineUsersLabel.Text = "Number of users online:"; // // usersGoupBox // usersGoupBox.Controls.Add(this.m_UsersListView); usersGoupBox.Controls.Add(this.m_ChangePasswordButton); usersGoupBox.Controls.Add(this.m_ResetPasswordButton); usersGoupBox.Controls.Add(this.m_RelatedDataCheckBox); usersGoupBox.Controls.Add(this.m_DeleteAllUsersButton); usersGoupBox.Controls.Add(this.m_UpdateUser); usersGoupBox.Controls.Add(this.m_DeleteUserButton); usersGoupBox.Controls.Add(this.m_CreateUserButton); usersGoupBox.Location = new System.Drawing.Point(6,11); usersGoupBox.Name = "usersGoupBox"; usersGoupBox.Size = new System.Drawing.Size(286,368); usersGoupBox.TabIndex = 4; usersGoupBox.TabStop = false; usersGoupBox.Text = "Users"; // // m_UsersListView // this.m_UsersListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { usersHeader}); this.m_UsersListView.FullRowSelect = true; this.m_UsersListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.m_UsersListView.HideSelection = false; this.m_UsersListView.Location = new System.Drawing.Point(6,19); this.m_UsersListView.MultiSelect = false; this.m_UsersListView.Name = "m_UsersListView"; this.m_UsersListView.ShowGroups = false; this.m_UsersListView.Size = new System.Drawing.Size(165,342); this.m_UsersListView.Sorting = System.Windows.Forms.SortOrder.Ascending; this.m_UsersListView.TabIndex = 10; this.m_UsersListView.View = System.Windows.Forms.View.SmallIcon; // // usersHeader // usersHeader.Width = 300; // // m_ChangePasswordButton // this.m_ChangePasswordButton.Location = new System.Drawing.Point(177,77); this.m_ChangePasswordButton.Name = "m_ChangePasswordButton"; this.m_ChangePasswordButton.Size = new System.Drawing.Size(103,23); this.m_ChangePasswordButton.TabIndex = 12; this.m_ChangePasswordButton.Text = "Change Password"; this.m_ChangePasswordButton.Click += new System.EventHandler(this.OnChangePassword); // // m_ResetPasswordButton // this.m_ResetPasswordButton.Location = new System.Drawing.Point(177,106); this.m_ResetPasswordButton.Name = "m_ResetPasswordButton"; this.m_ResetPasswordButton.Size = new System.Drawing.Size(103,23); this.m_ResetPasswordButton.TabIndex = 11; this.m_ResetPasswordButton.Text = "Reset Password"; this.m_ResetPasswordButton.Click += new System.EventHandler(this.OnResetPassword); // // m_RelatedDataCheckBox // this.m_RelatedDataCheckBox.AutoSize = true; this.m_RelatedDataCheckBox.Checked = true; this.m_RelatedDataCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.m_RelatedDataCheckBox.Location = new System.Drawing.Point(177,164); this.m_RelatedDataCheckBox.Name = "m_RelatedDataCheckBox"; this.m_RelatedDataCheckBox.Size = new System.Drawing.Size(59,17); this.m_RelatedDataCheckBox.TabIndex = 9; this.m_RelatedDataCheckBox.Text = "All Data"; // // m_DeleteAllUsersButton // this.m_DeleteAllUsersButton.Location = new System.Drawing.Point(177,338); this.m_DeleteAllUsersButton.Name = "m_DeleteAllUsersButton"; this.m_DeleteAllUsersButton.Size = new System.Drawing.Size(103,23); this.m_DeleteAllUsersButton.TabIndex = 8; this.m_DeleteAllUsersButton.Text = "Delete All"; this.m_DeleteAllUsersButton.Click += new System.EventHandler(this.OnDeleteAllUsers); // // m_UpdateUser // this.m_UpdateUser.Location = new System.Drawing.Point(177,48); this.m_UpdateUser.Name = "m_UpdateUser"; this.m_UpdateUser.Size = new System.Drawing.Size(103,23); this.m_UpdateUser.TabIndex = 7; this.m_UpdateUser.Text = "Update"; this.m_UpdateUser.Click += new System.EventHandler(this.OnUpdateUser); // // m_DeleteUserButton // this.m_DeleteUserButton.Location = new System.Drawing.Point(177,135); this.m_DeleteUserButton.Name = "m_DeleteUserButton"; this.m_DeleteUserButton.Size = new System.Drawing.Size(103,23); this.m_DeleteUserButton.TabIndex = 4; this.m_DeleteUserButton.Text = "Delete"; this.m_DeleteUserButton.Click += new System.EventHandler(this.OnDeleteUser); // // m_CreateUserButton // this.m_CreateUserButton.Location = new System.Drawing.Point(177,19); this.m_CreateUserButton.Name = "m_CreateUserButton"; this.m_CreateUserButton.Size = new System.Drawing.Size(103,23); this.m_CreateUserButton.TabIndex = 4; this.m_CreateUserButton.Text = "Create..."; this.m_CreateUserButton.Click += new System.EventHandler(this.OnCreateUser); // // applicationsGroupBox // applicationsGroupBox.Controls.Add(this.m_ApplicationListView); applicationsGroupBox.Controls.Add(this.m_DeleteAllApplicationsButton); applicationsGroupBox.Controls.Add(this.m_CreateApplicationButton); applicationsGroupBox.Controls.Add(this.m_DeleteApplicationButton); applicationsGroupBox.Location = new System.Drawing.Point(6,11); applicationsGroupBox.Name = "applicationsGroupBox"; applicationsGroupBox.Size = new System.Drawing.Size(258,368); applicationsGroupBox.TabIndex = 11; applicationsGroupBox.TabStop = false; applicationsGroupBox.Text = "Applications"; // // m_ApplicationListView // this.m_ApplicationListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { applicationsHeader}); this.m_ApplicationListView.FullRowSelect = true; this.m_ApplicationListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.m_ApplicationListView.HideSelection = false; this.m_ApplicationListView.Location = new System.Drawing.Point(6,19); this.m_ApplicationListView.MultiSelect = false; this.m_ApplicationListView.Name = "m_ApplicationListView"; this.m_ApplicationListView.ShowGroups = false; this.m_ApplicationListView.Size = new System.Drawing.Size(165,342); this.m_ApplicationListView.Sorting = System.Windows.Forms.SortOrder.Ascending; this.m_ApplicationListView.TabIndex = 12; this.m_ApplicationListView.View = System.Windows.Forms.View.SmallIcon; this.m_ApplicationListView.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.OnSelectedApplicationChanged); // // applicationsHeader // applicationsHeader.Width = 390; // // m_DeleteAllApplicationsButton // this.m_DeleteAllApplicationsButton.Location = new System.Drawing.Point(177,338); this.m_DeleteAllApplicationsButton.Name = "m_DeleteAllApplicationsButton"; this.m_DeleteAllApplicationsButton.Size = new System.Drawing.Size(75,23); this.m_DeleteAllApplicationsButton.TabIndex = 11; this.m_DeleteAllApplicationsButton.Text = "Delete All"; this.m_DeleteAllApplicationsButton.Click += new System.EventHandler(this.OnDeleteAllApplications); // // m_CreateApplicationButton // this.m_CreateApplicationButton.Location = new System.Drawing.Point(177,19); this.m_CreateApplicationButton.Name = "m_CreateApplicationButton"; this.m_CreateApplicationButton.Size = new System.Drawing.Size(75,23); this.m_CreateApplicationButton.TabIndex = 4; this.m_CreateApplicationButton.Text = "Create"; this.m_CreateApplicationButton.Click += new System.EventHandler(this.OnCreateApplication); // // m_DeleteApplicationButton // this.m_DeleteApplicationButton.Location = new System.Drawing.Point(177,48); this.m_DeleteApplicationButton.Name = "m_DeleteApplicationButton"; this.m_DeleteApplicationButton.Size = new System.Drawing.Size(75,23); this.m_DeleteApplicationButton.TabIndex = 7; this.m_DeleteApplicationButton.Text = "Delete"; this.m_DeleteApplicationButton.Click += new System.EventHandler(this.OnDeleteApplication); // // columnApplications // columnApplications.Text = "Select Application:"; columnApplications.Width = 186; // // addressGroupBox // addressGroupBox.Controls.Add(this.m_SelectButton); addressGroupBox.Controls.Add(this.m_WebBrowser); addressGroupBox.Controls.Add(this.m_AddressTextbox); addressGroupBox.Controls.Add(this.m_ViewButton); addressGroupBox.Location = new System.Drawing.Point(6,11); addressGroupBox.Name = "addressGroupBox"; addressGroupBox.Size = new System.Drawing.Size(549,368); addressGroupBox.TabIndex = 5; addressGroupBox.TabStop = false; addressGroupBox.Text = "Credentials Web Service Address:"; // // m_SelectButton // this.m_SelectButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.m_SelectButton.Location = new System.Drawing.Point(450,17); this.m_SelectButton.Name = "m_SelectButton"; this.m_SelectButton.Size = new System.Drawing.Size(75,23); this.m_SelectButton.TabIndex = 5; this.m_SelectButton.Text = "Select"; this.m_SelectButton.Click += new System.EventHandler(this.OnSelectService); // // m_WebBrowser // this.m_WebBrowser.Location = new System.Drawing.Point(6,45); this.m_WebBrowser.Name = "m_WebBrowser"; this.m_WebBrowser.Size = new System.Drawing.Size(519,317); this.m_WebBrowser.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.OnDownloadCompleted); // // m_AddressTextbox // this.m_AddressTextbox.Location = new System.Drawing.Point(6,19); this.m_AddressTextbox.Name = "m_AddressTextbox"; this.m_AddressTextbox.Size = new System.Drawing.Size(357,20); this.m_AddressTextbox.TabIndex = 3; this.m_AddressTextbox.Text = "http://localhost/CredentialsService/AspNetSqlProviderService.asmx"; // // m_ViewButton // this.m_ViewButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.m_ViewButton.Location = new System.Drawing.Point(369,17); this.m_ViewButton.Name = "m_ViewButton"; this.m_ViewButton.Size = new System.Drawing.Size(75,23); this.m_ViewButton.TabIndex = 4; this.m_ViewButton.Text = "View"; this.m_ViewButton.Click += new System.EventHandler(this.OnViewService); // // mainMenu // mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { applicationMenuItem, usersMenuItem, rolesMenuItem, passwordsMenuItem, serviceMenuItem, testMenuItem, helpMenuItem}); mainMenu.Location = new System.Drawing.Point(0,0); mainMenu.Name = "mainMenu"; mainMenu.Size = new System.Drawing.Size(542,24); mainMenu.TabIndex = 1; mainMenu.Text = "m_MainMenu"; // // applicationMenuItem // applicationMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_CreateApplicationMenuItem, this.m_DeleteApplicationMenuItem, this.m_DeleteAllApplicationsMenuItem}); applicationMenuItem.Name = "applicationMenuItem"; applicationMenuItem.Text = "Application"; // // m_CreateApplicationMenuItem // this.m_CreateApplicationMenuItem.Image = CredentialsManagerClient.Properties.Resources.CreateIApplication; this.m_CreateApplicationMenuItem.Name = "m_CreateApplicationMenuItem"; this.m_CreateApplicationMenuItem.Text = "Create"; this.m_CreateApplicationMenuItem.Click += new System.EventHandler(this.OnCreateApplication); // // m_DeleteApplicationMenuItem // this.m_DeleteApplicationMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteApplication; this.m_DeleteApplicationMenuItem.Name = "m_DeleteApplicationMenuItem"; this.m_DeleteApplicationMenuItem.Text = "Delete"; this.m_DeleteApplicationMenuItem.Click += new System.EventHandler(this.OnDeleteApplication); // // m_DeleteAllApplicationsMenuItem // this.m_DeleteAllApplicationsMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteAllApplications; this.m_DeleteAllApplicationsMenuItem.Name = "m_DeleteAllApplicationsMenuItem"; this.m_DeleteAllApplicationsMenuItem.Text = "Delete All"; this.m_DeleteAllApplicationsMenuItem.Click += new System.EventHandler(this.OnDeleteAllApplications); // // usersMenuItem // usersMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_CreateUserMenuItem, this.m_UpdateUserMenuItem, this.m_DeleteUserMenuItem, this.m_DeleteAllUsersMenuItem, usersSeparator1, this.m_ChangePasswordMenuItem, this.m_ResetPasswordMenuItem, usersSeparator2, this.m_RefreshUsersStatusMenuItem}); usersMenuItem.Name = "usersMenuItem"; usersMenuItem.Text = "Users"; // // m_CreateUserMenuItem // this.m_CreateUserMenuItem.Image = CredentialsManagerClient.Properties.Resources.CreateIUser; this.m_CreateUserMenuItem.Name = "m_CreateUserMenuItem"; this.m_CreateUserMenuItem.Text = "Create User"; this.m_CreateUserMenuItem.Click += new System.EventHandler(this.OnCreateUser); // // m_UpdateUserMenuItem // this.m_UpdateUserMenuItem.Image = CredentialsManagerClient.Properties.Resources.Update; this.m_UpdateUserMenuItem.Name = "m_UpdateUserMenuItem"; this.m_UpdateUserMenuItem.Text = "Update User"; this.m_UpdateUserMenuItem.Click += new System.EventHandler(this.OnUpdateUser); // // m_DeleteUserMenuItem // this.m_DeleteUserMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteUser; this.m_DeleteUserMenuItem.Name = "m_DeleteUserMenuItem"; this.m_DeleteUserMenuItem.Text = "Delete User"; this.m_DeleteUserMenuItem.Click += new System.EventHandler(this.OnDeleteUser); // // m_DeleteAllUsersMenuItem // this.m_DeleteAllUsersMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteAllUsers; this.m_DeleteAllUsersMenuItem.Name = "m_DeleteAllUsersMenuItem"; this.m_DeleteAllUsersMenuItem.Text = "Delete All Users"; this.m_DeleteAllUsersMenuItem.Click += new System.EventHandler(this.OnDeleteAllUsers); // // usersSeparator1 // usersSeparator1.Name = "usersSeparator1"; // // m_ChangePasswordMenuItem // this.m_ChangePasswordMenuItem.Image = CredentialsManagerClient.Properties.Resources.ChangePassword; this.m_ChangePasswordMenuItem.Name = "m_ChangePasswordMenuItem"; this.m_ChangePasswordMenuItem.Text = "Change Password"; this.m_ChangePasswordMenuItem.Click += new System.EventHandler(this.OnChangePassword); // // m_ResetPasswordMenuItem // this.m_ResetPasswordMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("m_ResetPasswordMenuItem.Image"))); this.m_ResetPasswordMenuItem.Name = "m_ResetPasswordMenuItem"; this.m_ResetPasswordMenuItem.Text = "Reset Password"; this.m_ResetPasswordMenuItem.Click += new System.EventHandler(this.OnResetPassword); // // usersSeparator2 // usersSeparator2.Name = "usersSeparator2"; // // m_RefreshUsersStatusMenuItem // this.m_RefreshUsersStatusMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("m_RefreshUsersStatusMenuItem.Image"))); this.m_RefreshUsersStatusMenuItem.Name = "m_RefreshUsersStatusMenuItem"; this.m_RefreshUsersStatusMenuItem.Text = "Refresh Users Status"; this.m_RefreshUsersStatusMenuItem.Click += new System.EventHandler(this.OnUserStatusRefresh); // // rolesMenuItem // rolesMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_CreateRoleMenuItem, this.m_DeleteRoleMenuItem, this.m_DeleteAllRolesMenuItem, rolesSeparator1, this.m_AssignUsertoRoleMenuItem, this.m_RemoveUserFromRoleMenuItem, this.m_RemoveUserFromAllRolesMenuItem}); rolesMenuItem.Name = "rolesMenuItem"; rolesMenuItem.Text = "Roles"; // // m_CreateRoleMenuItem // this.m_CreateRoleMenuItem.Image = CredentialsManagerClient.Properties.Resources.CreateIRole; this.m_CreateRoleMenuItem.Name = "m_CreateRoleMenuItem"; this.m_CreateRoleMenuItem.Text = "Create Role"; this.m_CreateRoleMenuItem.Click += new System.EventHandler(this.OnCreateRole); // // m_DeleteRoleMenuItem // this.m_DeleteRoleMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteRole; this.m_DeleteRoleMenuItem.Name = "m_DeleteRoleMenuItem"; this.m_DeleteRoleMenuItem.Text = "Delete Role"; this.m_DeleteRoleMenuItem.Click += new System.EventHandler(this.OnDeleteRole); // // m_DeleteAllRolesMenuItem // this.m_DeleteAllRolesMenuItem.Image = CredentialsManagerClient.Properties.Resources.DeleteAllRoles; this.m_DeleteAllRolesMenuItem.Name = "m_DeleteAllRolesMenuItem"; this.m_DeleteAllRolesMenuItem.Text = "Delete All Roles"; this.m_DeleteAllRolesMenuItem.Click += new System.EventHandler(this.OnDeleteAllRoles); // // rolesSeparator1 // rolesSeparator1.Name = "rolesSeparator1"; // // m_AssignUsertoRoleMenuItem // this.m_AssignUsertoRoleMenuItem.Image = CredentialsManagerClient.Properties.Resources.Assign; this.m_AssignUsertoRoleMenuItem.Name = "m_AssignUsertoRoleMenuItem"; this.m_AssignUsertoRoleMenuItem.Text = "Assign User to Role"; this.m_AssignUsertoRoleMenuItem.Click += new System.EventHandler(this.OnAssignUserToRole); // // m_RemoveUserFromRoleMenuItem // this.m_RemoveUserFromRoleMenuItem.Image = CredentialsManagerClient.Properties.Resources.Remove; this.m_RemoveUserFromRoleMenuItem.Name = "m_RemoveUserFromRoleMenuItem"; this.m_RemoveUserFromRoleMenuItem.Text = "Remove User from Role"; this.m_RemoveUserFromRoleMenuItem.Click += new System.EventHandler(this.OnRemoveUserFromRole); // // m_RemoveUserFromAllRolesMenuItem // this.m_RemoveUserFromAllRolesMenuItem.Image = CredentialsManagerClient.Properties.Resources.RemoveAll; this.m_RemoveUserFromAllRolesMenuItem.Name = "m_RemoveUserFromAllRolesMenuItem"; this.m_RemoveUserFromAllRolesMenuItem.Text = "Remove User from All Roles"; this.m_RemoveUserFromAllRolesMenuItem.Click += new System.EventHandler(this.OnRemoveUsersFromAllRoles); // // passwordsMenuItem // passwordsMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_GeneratePasswordMenuItem}); passwordsMenuItem.Name = "passwordsMenuItem"; passwordsMenuItem.Text = "Passwords"; // // m_GeneratePasswordMenuItem // this.m_GeneratePasswordMenuItem.Image = CredentialsManagerClient.Properties.Resources.GeneratePassword; this.m_GeneratePasswordMenuItem.Name = "m_GeneratePasswordMenuItem"; this.m_GeneratePasswordMenuItem.Text = "Generate Password"; this.m_GeneratePasswordMenuItem.Click += new System.EventHandler(this.OnGeneratePassword); // // serviceMenuItem // serviceMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_ViewMenuItem, this.m_SelectMenuItem}); serviceMenuItem.Name = "serviceMenuItem"; serviceMenuItem.Text = "Service"; serviceMenuItem.Click += new System.EventHandler(this.OnViewService); // // m_ViewMenuItem // this.m_ViewMenuItem.Image = CredentialsManagerClient.Properties.Resources.Service; this.m_ViewMenuItem.Name = "m_ViewMenuItem"; this.m_ViewMenuItem.Text = "View"; // // m_SelectMenuItem // this.m_SelectMenuItem.Image = CredentialsManagerClient.Properties.Resources.SelectService; this.m_SelectMenuItem.Name = "m_SelectMenuItem"; this.m_SelectMenuItem.Text = "Select"; // // testMenuItem // testMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.m_LogOnMenuItem, this.m_AuthorizeMenuItem}); testMenuItem.Name = "testMenuItem"; testMenuItem.Text = "Test"; // // m_LogOnMenuItem // this.m_LogOnMenuItem.Image = CredentialsManagerClient.Properties.Resources.Authenticate; this.m_LogOnMenuItem.Name = "m_LogOnMenuItem"; this.m_LogOnMenuItem.Text = "Authenticate"; this.m_LogOnMenuItem.Click += new System.EventHandler(this.OnAuthenticate); // // m_AuthorizeMenuItem // this.m_AuthorizeMenuItem.Image = CredentialsManagerClient.Properties.Resources.Authorize; this.m_AuthorizeMenuItem.Name = "m_AuthorizeMenuItem"; this.m_AuthorizeMenuItem.Text = "Authorize"; this.m_AuthorizeMenuItem.Click += new System.EventHandler(this.OnAuthorize); // // helpMenuItem // helpMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.helpContentMenuItem, aboutMenuItem}); helpMenuItem.Name = "helpMenuItem"; helpMenuItem.Text = "Help"; // // helpContentMenuItem // this.helpContentMenuItem.Name = "helpContentMenuItem"; this.helpContentMenuItem.Text = "Content"; this.helpContentMenuItem.Click += new System.EventHandler(this.Content); // // aboutMenuItem // aboutMenuItem.Name = "aboutMenuItem"; aboutMenuItem.Text = "About"; aboutMenuItem.Click += new System.EventHandler(this.OnAbout); // // passwordsPage // passwordsPage.Controls.Add(passwordSetupGroupBox); passwordsPage.Controls.Add(generatePassorgGroupBox); passwordsPage.Location = new System.Drawing.Point(4,22); passwordsPage.Name = "passwordsPage"; passwordsPage.Size = new System.Drawing.Size(534,387); passwordsPage.TabIndex = 3; passwordsPage.Text = "Passwords"; // // rolesPage // rolesPage.Controls.Add(usersGroupBox); rolesPage.Controls.Add(rolesGroupBox); rolesPage.Location = new System.Drawing.Point(4,22); rolesPage.Name = "rolesPage"; rolesPage.Size = new System.Drawing.Size(534,387); rolesPage.TabIndex = 2; rolesPage.Text = "Roles"; // // usersPage // usersPage.Controls.Add(usersStatus); usersPage.Controls.Add(usersGoupBox); usersPage.Location = new System.Drawing.Point(4,22); usersPage.Name = "usersPage"; usersPage.Padding = new System.Windows.Forms.Padding(3); usersPage.Size = new System.Drawing.Size(534,387); usersPage.TabIndex = 1; usersPage.Text = "Users"; // // applicationsTab // applicationsTab.Controls.Add(applicationPictureBox); applicationsTab.Controls.Add(applicationsGroupBox); applicationsTab.Location = new System.Drawing.Point(4,22); applicationsTab.Name = "applicationsTab"; applicationsTab.Padding = new System.Windows.Forms.Padding(3); applicationsTab.Size = new System.Drawing.Size(534,387); applicationsTab.TabIndex = 0; applicationsTab.Text = "Applications"; // // applicationPictureBox // applicationPictureBox.AutoSize = true; applicationPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; applicationPictureBox.Image = CredentialsManagerClient.Properties.Resources.Security; applicationPictureBox.Location = new System.Drawing.Point(447,15); applicationPictureBox.Name = "applicationPictureBox"; applicationPictureBox.Size = new System.Drawing.Size(79,79); applicationPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; applicationPictureBox.TabIndex = 12; applicationPictureBox.TabStop = false; // // tabControl // tabControl.Controls.Add(applicationsTab); tabControl.Controls.Add(usersPage); tabControl.Controls.Add(rolesPage); tabControl.Controls.Add(passwordsPage); tabControl.Controls.Add(servicePage); tabControl.Dock = System.Windows.Forms.DockStyle.Fill; tabControl.Location = new System.Drawing.Point(0,24); tabControl.Name = "tabControl"; tabControl.SelectedIndex = 0; tabControl.Size = new System.Drawing.Size(542,413); tabControl.TabIndex = 0; // // servicePage // servicePage.Controls.Add(addressGroupBox); servicePage.Controls.Add(this.m_AddressLabel); servicePage.Location = new System.Drawing.Point(4,22); servicePage.Name = "servicePage"; servicePage.Size = new System.Drawing.Size(534,387); servicePage.TabIndex = 4; servicePage.Text = "Credentials Service"; // // m_AddressLabel // this.m_AddressLabel.AutoSize = true; this.m_AddressLabel.Location = new System.Drawing.Point(8,11); this.m_AddressLabel.Name = "m_AddressLabel"; this.m_AddressLabel.Size = new System.Drawing.Size(0,0); this.m_AddressLabel.TabIndex = 2; // // columnHeader1 // this.columnHeader1.Text = ""; this.columnHeader1.Width = 186; // // CredentialsManagerForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F,13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.ClientSize = new System.Drawing.Size(542,437); this.Controls.Add(tabControl); this.Controls.Add(mainMenu); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = mainMenu; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CredentialsManagerForm"; this.Text = " IDesign ASP.NET Credentials Manager"; this.Load += new System.EventHandler(this.OnLoad); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnClosed); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnClosing); passwordSetupGroupBox.ResumeLayout(false); passwordSetupGroupBox.PerformLayout(); generatePassorgGroupBox.ResumeLayout(false); generatePassorgGroupBox.PerformLayout(); usersGroupBox.ResumeLayout(false); usersGroupBox.PerformLayout(); rolesGroupBox.ResumeLayout(false); rolesGroupBox.PerformLayout(); usersStatus.ResumeLayout(false); usersStatus.PerformLayout(); usersGoupBox.ResumeLayout(false); usersGoupBox.PerformLayout(); applicationsGroupBox.ResumeLayout(false); addressGroupBox.ResumeLayout(false); addressGroupBox.PerformLayout(); mainMenu.ResumeLayout(false); passwordsPage.ResumeLayout(false); rolesPage.ResumeLayout(false); usersPage.ResumeLayout(false); applicationsTab.ResumeLayout(false); applicationsTab.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(applicationPictureBox)).EndInit(); tabControl.ResumeLayout(false); servicePage.ResumeLayout(false); servicePage.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
private void InitializeComponent() { btnOK = new Button(); btnApply = new Button(); btnCancel = new Button(); lblVer = new LinkLabel(); tabControl1 = new TabControl(); tabPage1_Gnrl = new TabPage(); tabPage2_Tabs = new TabPage(); tabPage3_Wndw = new TabPage(); tabPage4_View = new TabPage(); tabPage5_Grps = new TabPage(); tabPage6_Apps = new TabPage(); tabPage7_Plug = new TabPage(); tabPage8_Keys = new TabPage(); tabPage9_Misc = new TabPage(); tabPageA_Path = new TabPage(); chbActivateNew = new CheckBox(); chbDontOpenSame = new CheckBox(); chbCloseWhenGroup = new CheckBox(); chbShowTooltip = new CheckBox(); chbX1X2 = new CheckBox(); chbNavBtn = new CheckBox(); chbNoHistory = new CheckBox(); chbSaveExecuted = new CheckBox(); chbDD = new CheckBox(); chbAutoUpdate = new CheckBox(); chbPlaySound = new CheckBox(); cmbNavBtn = new ComboBox(); btnHistoryClear = new Button(); btnClearRecentFile = new Button(); nudMaxUndo = new NumericUpDown(); nudMaxRecentFile = new NumericUpDown(); lblLang = new Label(); lblNetworkTimeOut = new Label(); textBoxLang = new TextBox(); btnLangBrowse = new Button(); btnCheckUpdates = new Button(); btnExportSettings = new Button(); nudNetworkTimeOut = new NumericUpDown(); lblNewTabLoc = new Label(); lblActvClose = new Label(); lblTabDblClk = new Label(); lblBGDblClik = new Label(); lblTabWhlClk = new Label(); lblAction_BarDblClick = new Label(); lblMultiRows = new Label(); cmbNewTabLoc = new ComboBox(); cmbActvClose = new ComboBox(); cmbTabDblClck = new ComboBox(); cmbBGDblClick = new ComboBox(); cmbTabWhlClck = new ComboBox(); cmbMultiRow = new ComboBox(); textBoxAction_BarDblClck = new TextBox(); btnBrowseAction_BarDblClck = new Button(); chbAutoSubText = new CheckBox(); chbTabCloseButton = new CheckBox(); chbTabCloseBtnAlt = new CheckBox(); chbTabCloseBtnHover = new CheckBox(); chbSubDirTipOnTab = new CheckBox(); chbTreeShftWhlTab = new CheckBox(); chbTabSwitcher = new CheckBox(); chbRemoveOnSeparate = new CheckBox(); chbDriveLetter = new CheckBox(); chbWhlClick = new CheckBox(); chbNCADblClck = new CheckBox(); chbBlockProcess = new CheckBox(); chbFoldrTree = new CheckBox(); chbWndUnresizable = new CheckBox(); chbWndRestrAlpha = new CheckBox(); chbNoTabFromOuteside = new CheckBox(); chbHolizontalScroll = new CheckBox(); chbWhlChangeView = new CheckBox(); chbNeverCloseWindow = new CheckBox(); chbNeverCloseWndLocked = new CheckBox(); chbRestoreClosed = new CheckBox(); chbRestoreLocked = new CheckBox(); chbSendToTray = new CheckBox(); chbSendToTrayOnMinimize = new CheckBox(); cmbWhlClick = new ComboBox(); lblSep = new Label(); chbUseTabSkin = new CheckBox(); chbToolbarBGClr = new CheckBox(); chbFolderIcon = new CheckBox(); chbBoldActv = new CheckBox(); chbRebarBGImage = new CheckBox(); chbTabTitleShadow = new CheckBox(); propertyGrid1 = new PropertyGrid(); nudTabWidth = new NumericUpDown(); nudTabHeight = new NumericUpDown(); nudTabWidthMax = new NumericUpDown(); nudTabWidthMin = new NumericUpDown(); lblTabSizeTitle = new Label(); lblTabWidth = new Label(); lblTabHeight = new Label(); lblTabWMin = new Label(); lblTabWMax = new Label(); lblTabWFix = new Label(); lblTabFont = new Label(); lblMenuRenderer = new Label(); lblTabTextAlignment = new Label(); lblTabTxtClr = new Label(); cmbTabSizeMode = new ComboBox(); cmbTabTextAlignment = new ComboBox(); cmbRebarBGImageMode = new ComboBox(); cmbMenuRenderer = new ComboBox(); btnHiliteClsc = new Button(); btnTabFont = new Button(); btnActTxtClr = new Button(); btnInactTxtClr = new Button(); btnDefTxtClr = new Button(); btnToolBarBGClr = new Button(); btnRebarImage = new Button(); btnShadowAct = new Button(); btnShadowIna = new Button(); btnTabImage = new Button(); tbRebarImagePath = new TextBox(); tbTabImagePath = new TextBox(); treeViewGroup = new TreeView(); btnUp_Grp = new Button(); btnDown_Grp = new Button(); btnMinus_Grp = new Button(); btnPlus_Grp = new Button(); btnStartUpGrp = new Button(); btnAddSep_Grp = new Button(); cmbSpclFol_Grp = new ComboBox(); btnAddSpcFol_Grp = new Button(); lblGroupKey = new Label(); tbGroupKey = new TextBox(); chbGroupKey = new CheckBox(); treeViewUserApps = new TreeView(); btnUp_app = new Button(); btnDown_app = new Button(); btnAddSep_app = new Button(); btnAddVFolder_app = new Button(); btnPlus_app = new Button(); btnMinus_app = new Button(); lblUserApps_Path = new Label(); lblUserApps_Args = new Label(); lblUserApps_Working = new Label(); tbPath = new TextBox(); tbArgs = new TextBox(); tbWorking = new TextBox(); tbUserAppKey = new TextBox(); chbUserAppKey = new CheckBox(); lblUserApps_Key = new Label(); btnOFD_app = new Button(); btnBFD_app = new Button(); btnAddToken_Arg = new Button(); btnAddToken_Wrk = new Button(); cmsAddToken = new ContextMenuStrip(); chbHideMenu = new CheckBox(); chbAlwaysShowHeader = new CheckBox(); chbForceSysListView = new CheckBox(); chbBSUpOneLvl = new CheckBox(); chbNoFulRowSelect = new CheckBox(); chbGridLine = new CheckBox(); chbAlternateColor = new CheckBox(); chbShowPreview = new CheckBox(); chbPreviewMode = new CheckBox(); chbPreviewInfo = new CheckBox(); chbSubDirTip = new CheckBox(); chbSubDirTipMode = new CheckBox(); chbSubDirTipModeHidden = new CheckBox(); chbSubDirTipModeSystem = new CheckBox(); chbSubDirTipModeFile = new CheckBox(); chbSubDirTipPreview = new CheckBox(); chbSelectWithoutExt = new CheckBox(); chbF2Selection = new CheckBox(); chbCursorLoop = new CheckBox(); btnAlternateColor = new Button(); btnAlternateColor_Text = new Button(); btnAlternate_Default = new Button(); btnAddTextExt = new Button(); btnDelTextExt = new Button(); btnDefaultTextExt = new Button(); btnAddImgExt = new Button(); btnDelImgExt = new Button(); btnDefaultImgExt = new Button(); btnPreviewFont = new Button(); btnPreviewFontDefault = new Button(); btnPayPal = new Button(); nudPreviewMaxHeight = new NumericUpDown(); nudPreviewMaxWidth = new NumericUpDown(); lblPreviewHeight = new Label(); lblPreviewWidth = new Label(); cmbTextExts = new ComboBox(); cmbImgExts = new ComboBox(); pluginView = new PluginView(); btnBrowsePlugin = new Button(); lblPluginLang = new Label(); textBoxPluginLang = new TextBox(); btnBrowsePluginLang = new Button(); listViewKeyboard = new ListViewEx(); clmKeys_Action = new ColumnHeader(); clmKeys_Key = new ColumnHeader(); btnCopyKeys = new Button(); listView_NoCapture = new ListView(); btnOFD_NoCapture = new Button(); btnAdd_NoCapture = new Button(); btnRemove_NoCapture = new Button(); clmnHeader_NoCapture = new ColumnHeader(); cmbSpclFol_NoCapture = new ComboBox(); btnAddSpcFol_NoCapture = new Button(); tabControl1.SuspendLayout(); tabPage1_Gnrl.SuspendLayout(); tabPage2_Tabs.SuspendLayout(); tabPage3_Wndw.SuspendLayout(); tabPage4_View.SuspendLayout(); tabPage5_Grps.SuspendLayout(); tabPage6_Apps.SuspendLayout(); tabPage7_Plug.SuspendLayout(); tabPage8_Keys.SuspendLayout(); tabPage9_Misc.SuspendLayout(); tabPageA_Path.SuspendLayout(); nudMaxUndo.BeginInit(); nudMaxRecentFile.BeginInit(); nudNetworkTimeOut.BeginInit(); nudTabWidthMin.BeginInit(); nudTabWidthMax.BeginInit(); nudTabHeight.BeginInit(); nudTabWidth.BeginInit(); nudPreviewMaxWidth.BeginInit(); nudPreviewMaxHeight.BeginInit(); SuspendLayout(); btnOK.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; btnOK.Location = new Point(0xf1, 0x246); btnOK.Size = new Size(0x58, 0x17); btnOK.TabIndex = 4; btnOK.Click += buttonOK_Click; btnApply.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; btnApply.Location = new Point(0x1ad, 0x246); btnApply.Size = new Size(0x58, 0x17); btnApply.TabIndex = 6; btnApply.Click += buttonApply_Click; btnCancel.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; btnCancel.Location = new Point(0x14f, 0x246); btnCancel.Size = new Size(0x58, 0x17); btnCancel.TabIndex = 5; btnCancel.Click += btnCancel_Click; lblVer.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; lblVer.AutoSize = true; lblVer.LinkColor = Color.Blue; lblVer.ActiveLinkColor = Color.Red; lblVer.VisitedLinkColor = Color.Purple; lblVer.Location = new Point(12, 0x24b); lblVer.Click += lblVer_Click; tabControl1.Controls.Add(tabPage1_Gnrl); tabControl1.Controls.Add(tabPage2_Tabs); tabControl1.Controls.Add(tabPage3_Wndw); tabControl1.Controls.Add(tabPage4_View); tabControl1.Controls.Add(tabPage5_Grps); tabControl1.Controls.Add(tabPage6_Apps); tabControl1.Controls.Add(tabPage7_Plug); tabControl1.Controls.Add(tabPage8_Keys); tabControl1.Controls.Add(tabPage9_Misc); tabControl1.Controls.Add(tabPageA_Path); tabControl1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; tabControl1.Location = new Point(9, 9); tabControl1.Margin = new Padding(0); tabControl1.Multiline = true; tabControl1.SelectedIndex = 0; tabControl1.Size = new Size(0x207, 0x238); tabControl1.TabIndex = 0; tabControl1.SelectedIndexChanged += tabControl1_SelectedIndexChanged; tabPage1_Gnrl.Controls.Add(chbActivateNew); tabPage1_Gnrl.Controls.Add(chbDontOpenSame); tabPage1_Gnrl.Controls.Add(chbCloseWhenGroup); tabPage1_Gnrl.Controls.Add(chbShowTooltip); tabPage1_Gnrl.Controls.Add(chbX1X2); tabPage1_Gnrl.Controls.Add(chbNavBtn); tabPage1_Gnrl.Controls.Add(chbNoHistory); tabPage1_Gnrl.Controls.Add(chbSaveExecuted); tabPage1_Gnrl.Controls.Add(chbDD); tabPage1_Gnrl.Controls.Add(chbPlaySound); tabPage1_Gnrl.Controls.Add(cmbNavBtn); tabPage1_Gnrl.Controls.Add(btnHistoryClear); tabPage1_Gnrl.Controls.Add(nudMaxUndo); tabPage1_Gnrl.Controls.Add(nudMaxRecentFile); tabPage1_Gnrl.Controls.Add(btnClearRecentFile); tabPage1_Gnrl.Controls.Add(lblLang); tabPage1_Gnrl.Controls.Add(textBoxLang); tabPage1_Gnrl.Controls.Add(btnLangBrowse); tabPage1_Gnrl.Controls.Add(btnExportSettings); tabPage1_Gnrl.Controls.Add(btnCheckUpdates); tabPage1_Gnrl.Controls.Add(lblNetworkTimeOut); tabPage1_Gnrl.Controls.Add(nudNetworkTimeOut); tabPage1_Gnrl.Controls.Add(chbAutoUpdate); tabPage1_Gnrl.Location = new Point(4, 0x16); tabPage1_Gnrl.Padding = new Padding(3); tabPage1_Gnrl.Size = new Size(0x1ff, 0x1d7); tabPage1_Gnrl.TabIndex = 0; tabPage1_Gnrl.UseVisualStyleBackColor = true; btnCheckUpdates.AutoSize = true; btnCheckUpdates.Anchor = AnchorStyles.Left | AnchorStyles.Top; btnCheckUpdates.Location = new Point(0x12a, 0x1f1); btnCheckUpdates.TabIndex = 20; btnCheckUpdates.Click += btnCheckUpdates_Click; chbAutoUpdate.AutoSize = true; chbAutoUpdate.Location = new Point(0x1b, 0x1f3); chbAutoUpdate.TabIndex = 0x13; btnExportSettings.AutoSize = true; btnExportSettings.Anchor = AnchorStyles.Left | AnchorStyles.Top; btnExportSettings.Location = new Point(0x1b, 0x1c7); btnExportSettings.TabIndex = 0x12; btnExportSettings.Click += btnExportSettings_Click; lblNetworkTimeOut.AutoSize = true; lblNetworkTimeOut.Anchor = AnchorStyles.Left | AnchorStyles.Top; lblNetworkTimeOut.Location = new Point(0x1b, 0x1a5); nudNetworkTimeOut.Location = new Point(0x194, 420); int[] bits = new int[4]; bits[0] = 60; nudNetworkTimeOut.Maximum = new decimal(bits); int[] numArray2 = new int[4]; nudNetworkTimeOut.Minimum = new decimal(numArray2); nudNetworkTimeOut.Size = new Size(0x33, 0x15); nudNetworkTimeOut.TabIndex = 0x11; nudNetworkTimeOut.TextAlign = HorizontalAlignment.Right; int[] numArray3 = new int[4]; numArray3[0] = 6; nudNetworkTimeOut.Value = new decimal(numArray3); btnLangBrowse.Anchor = AnchorStyles.Right | AnchorStyles.Top; btnLangBrowse.Location = new Point(0x1a7, 0x175); btnLangBrowse.Size = new Size(0x22, 0x19); btnLangBrowse.TabIndex = 0x10; btnLangBrowse.Text = "..."; btnLangBrowse.Click += btnLangBrowse_Click; textBoxLang.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; textBoxLang.Location = new Point(0x2d, 0x178); textBoxLang.Size = new Size(0x174, 0x15); textBoxLang.MaxLength = 260; textBoxLang.TabIndex = 15; textBoxLang.KeyPress += textBoxesPath_KeyPress; lblLang.Anchor = AnchorStyles.Left | AnchorStyles.Top; lblLang.AutoSize = true; lblLang.Location = new Point(0x1b, 0x160); chbPlaySound.AutoSize = true; chbPlaySound.Location = new Point(0x1b, 0x111); chbPlaySound.TabIndex = 14; chbDD.AutoSize = true; chbDD.Location = new Point(0x1b, 0xf5); chbDD.TabIndex = 13; btnClearRecentFile.Location = new Point(0x163, 0xd7); btnClearRecentFile.Size = new Size(100, 0x17); btnClearRecentFile.TabIndex = 12; btnClearRecentFile.Text = "Clear"; btnClearRecentFile.Click += btnClearRecentFile_Click; nudMaxRecentFile.Location = new Point(0x12a, 0xd8); int[] numArray4 = new int[4]; numArray4[0] = 0x40; nudMaxRecentFile.Maximum = new decimal(numArray4); int[] numArray5 = new int[4]; numArray5[0] = 1; nudMaxRecentFile.Minimum = new decimal(numArray5); nudMaxRecentFile.Size = new Size(0x33, 0x15); nudMaxRecentFile.TabIndex = 11; nudMaxRecentFile.TextAlign = HorizontalAlignment.Right; int[] numArray6 = new int[4]; numArray6[0] = 1; nudMaxRecentFile.Value = new decimal(numArray6); chbSaveExecuted.AutoSize = true; chbSaveExecuted.Location = new Point(0x1b, 0xd9); chbSaveExecuted.ThreeState = true; chbSaveExecuted.TabIndex = 10; btnHistoryClear.Location = new Point(0x163, 0xbb); btnHistoryClear.Size = new Size(100, 0x17); btnHistoryClear.TabIndex = 9; btnHistoryClear.Text = "Clear"; btnHistoryClear.Click += buttonHistoryClear_Click; nudMaxUndo.Location = new Point(0x12a, 0xbc); int[] numArray7 = new int[4]; numArray7[0] = 0x40; nudMaxUndo.Maximum = new decimal(numArray7); int[] numArray8 = new int[4]; numArray8[0] = 1; nudMaxUndo.Minimum = new decimal(numArray8); nudMaxUndo.Size = new Size(0x33, 0x15); nudMaxUndo.TabIndex = 8; nudMaxUndo.TextAlign = HorizontalAlignment.Right; int[] numArray9 = new int[4]; numArray9[0] = 1; nudMaxUndo.Value = new decimal(numArray9); chbNoHistory.AutoSize = true; chbNoHistory.Location = new Point(0x1b, 0xbd); chbNoHistory.TabIndex = 7; cmbNavBtn.DropDownStyle = ComboBoxStyle.DropDownList; cmbNavBtn.Location = new Point(0x176, 0x9f); cmbNavBtn.Size = new Size(0x51, 0x15); cmbNavBtn.TabIndex = 6; chbNavBtn.AutoSize = true; chbNavBtn.Location = new Point(0x1b, 0xa1); chbNavBtn.TabIndex = 5; chbNavBtn.CheckedChanged += chbNavBtn_CheckedChanged; chbX1X2.AutoSize = true; chbX1X2.Location = new Point(0x1b, 0x85); chbX1X2.TabIndex = 4; chbShowTooltip.AutoSize = true; chbShowTooltip.Location = new Point(0x1b, 0x69); chbShowTooltip.TabIndex = 3; chbCloseWhenGroup.AutoSize = true; chbCloseWhenGroup.Location = new Point(0x1b, 0x4d); chbCloseWhenGroup.TabIndex = 2; chbDontOpenSame.AutoSize = true; chbDontOpenSame.Location = new Point(0x1b, 0x31); chbDontOpenSame.TabIndex = 1; chbActivateNew.AutoSize = true; chbActivateNew.Location = new Point(0x1b, 0x15); chbActivateNew.TabIndex = 0; tabPage2_Tabs.Controls.Add(lblNewTabLoc); tabPage2_Tabs.Controls.Add(lblActvClose); tabPage2_Tabs.Controls.Add(lblTabDblClk); tabPage2_Tabs.Controls.Add(lblBGDblClik); tabPage2_Tabs.Controls.Add(lblTabWhlClk); tabPage2_Tabs.Controls.Add(lblAction_BarDblClick); tabPage2_Tabs.Controls.Add(lblMultiRows); tabPage2_Tabs.Controls.Add(cmbNewTabLoc); tabPage2_Tabs.Controls.Add(cmbActvClose); tabPage2_Tabs.Controls.Add(cmbTabDblClck); tabPage2_Tabs.Controls.Add(cmbBGDblClick); tabPage2_Tabs.Controls.Add(cmbTabWhlClck); tabPage2_Tabs.Controls.Add(cmbMultiRow); tabPage2_Tabs.Controls.Add(textBoxAction_BarDblClck); tabPage2_Tabs.Controls.Add(btnBrowseAction_BarDblClck); tabPage2_Tabs.Controls.Add(chbAutoSubText); tabPage2_Tabs.Controls.Add(chbTabCloseButton); tabPage2_Tabs.Controls.Add(chbTabCloseBtnAlt); tabPage2_Tabs.Controls.Add(chbTabCloseBtnHover); tabPage2_Tabs.Controls.Add(chbFolderIcon); tabPage2_Tabs.Controls.Add(chbSubDirTipOnTab); tabPage2_Tabs.Controls.Add(chbDriveLetter); tabPage2_Tabs.Controls.Add(chbTabSwitcher); tabPage2_Tabs.Controls.Add(chbTreeShftWhlTab); tabPage2_Tabs.Controls.Add(chbRemoveOnSeparate); tabPage2_Tabs.Location = new Point(4, 0x16); tabPage2_Tabs.Padding = new Padding(3); tabPage2_Tabs.Size = new Size(0x1ff, 0x1d7); tabPage2_Tabs.TabIndex = 1; tabPage2_Tabs.UseVisualStyleBackColor = true; chbRemoveOnSeparate.AutoSize = true; chbRemoveOnSeparate.Location = new Point(0x1b, 0x1f2); chbRemoveOnSeparate.TabIndex = 0x11; chbTreeShftWhlTab.AutoSize = true; chbTreeShftWhlTab.Location = new Point(0x1b, 0x1da); chbTreeShftWhlTab.TabIndex = 0x10; chbTabSwitcher.AutoSize = true; chbTabSwitcher.Location = new Point(0x1b, 450); chbTabSwitcher.TabIndex = 15; chbDriveLetter.AutoSize = true; chbDriveLetter.Location = new Point(0x36, 0x1aa); chbDriveLetter.TabIndex = 14; chbSubDirTipOnTab.AutoSize = true; chbSubDirTipOnTab.Location = new Point(0x36, 0x196); chbSubDirTipOnTab.TabIndex = 13; chbFolderIcon.AutoSize = true; chbFolderIcon.Location = new Point(0x1b, 0x182); chbFolderIcon.TabIndex = 12; chbFolderIcon.CheckedChanged += chbFolderIcon_CheckedChanged; chbTabCloseBtnHover.AutoSize = true; chbTabCloseBtnHover.Location = new Point(0x36, 0x16a); chbTabCloseBtnHover.TabIndex = 11; chbTabCloseBtnHover.CheckedChanged += chbTabCloseBtns_CheckedChanged; chbTabCloseBtnAlt.AutoSize = true; chbTabCloseBtnAlt.Location = new Point(0x36, 0x156); chbTabCloseBtnAlt.TabIndex = 10; chbTabCloseBtnAlt.CheckedChanged += chbTabCloseBtns_CheckedChanged; chbTabCloseButton.AutoSize = true; chbTabCloseButton.Location = new Point(0x1b, 0x142); chbTabCloseButton.TabIndex = 9; chbTabCloseButton.CheckedChanged += chbTabCloseButton_CheckedChanged; chbAutoSubText.AutoSize = true; chbAutoSubText.Location = new Point(0x1b, 0x12a); chbAutoSubText.TabIndex = 8; cmbMultiRow.DropDownStyle = ComboBoxStyle.DropDownList; cmbMultiRow.Location = new Point(0x11d, 0x102); cmbMultiRow.Size = new Size(0xa8, 0x15); cmbMultiRow.TabIndex = 7; lblMultiRows.AutoSize = true; lblMultiRows.Location = new Point(0x19, 0x105); btnBrowseAction_BarDblClck.Location = new Point(0x1a3, 0xd5); btnBrowseAction_BarDblClck.Size = new Size(0x22, 0x19); btnBrowseAction_BarDblClck.TabIndex = 6; btnBrowseAction_BarDblClck.Text = "..."; btnBrowseAction_BarDblClck.Click += btnBrowseAction_Click; textBoxAction_BarDblClck.Location = new Point(0x97, 0xd7); textBoxAction_BarDblClck.Size = new Size(0x107, 0x15); textBoxAction_BarDblClck.MaxLength = 260; textBoxAction_BarDblClck.TabIndex = 5; lblAction_BarDblClick.AutoSize = true; lblAction_BarDblClick.Location = new Point(0x2e, 0xda); cmbBGDblClick.DropDownStyle = ComboBoxStyle.DropDownList; cmbBGDblClick.Location = new Point(0x11d, 0xb1); cmbBGDblClick.Size = new Size(0xa8, 0x15); cmbBGDblClick.TabIndex = 4; cmbBGDblClick.SelectedIndexChanged += comboBoxes_SelectedIndexChanged; lblBGDblClik.AutoSize = true; lblBGDblClik.Location = new Point(0x19, 0xb5); cmbTabWhlClck.DropDownStyle = ComboBoxStyle.DropDownList; cmbTabWhlClck.Location = new Point(0x11d, 0x89); cmbTabWhlClck.Size = new Size(0xa8, 0x15); cmbTabWhlClck.TabIndex = 3; lblTabWhlClk.AutoSize = true; lblTabWhlClk.Location = new Point(0x19, 0x8d); cmbTabDblClck.DropDownStyle = ComboBoxStyle.DropDownList; cmbTabDblClck.Location = new Point(0x11d, 0x61); cmbTabDblClck.Size = new Size(0xa8, 0x15); cmbTabDblClck.TabIndex = 2; lblTabDblClk.AutoSize = true; lblTabDblClk.Location = new Point(0x19, 0x65); cmbActvClose.DropDownStyle = ComboBoxStyle.DropDownList; cmbActvClose.Location = new Point(0x11d, 0x39); cmbActvClose.Size = new Size(0xa8, 0x15); cmbActvClose.TabIndex = 1; lblActvClose.AutoSize = true; lblActvClose.Location = new Point(0x19, 0x3d); cmbNewTabLoc.DropDownStyle = ComboBoxStyle.DropDownList; cmbNewTabLoc.Location = new Point(0x11d, 0x11); cmbNewTabLoc.Size = new Size(0xa8, 0x15); cmbNewTabLoc.TabIndex = 0; lblNewTabLoc.AutoSize = true; lblNewTabLoc.Location = new Point(0x19, 0x15); tabPage3_Wndw.Controls.Add(chbWhlClick); tabPage3_Wndw.Controls.Add(chbNCADblClck); tabPage3_Wndw.Controls.Add(chbBlockProcess); tabPage3_Wndw.Controls.Add(chbFoldrTree); tabPage3_Wndw.Controls.Add(chbWndUnresizable); tabPage3_Wndw.Controls.Add(chbWndRestrAlpha); tabPage3_Wndw.Controls.Add(chbNoTabFromOuteside); tabPage3_Wndw.Controls.Add(chbHolizontalScroll); tabPage3_Wndw.Controls.Add(chbWhlChangeView); tabPage3_Wndw.Controls.Add(chbNeverCloseWindow); tabPage3_Wndw.Controls.Add(chbNeverCloseWndLocked); tabPage3_Wndw.Controls.Add(chbRestoreClosed); tabPage3_Wndw.Controls.Add(chbRestoreLocked); tabPage3_Wndw.Controls.Add(chbSendToTray); tabPage3_Wndw.Controls.Add(chbSendToTrayOnMinimize); tabPage3_Wndw.Controls.Add(cmbWhlClick); tabPage3_Wndw.Controls.Add(lblSep); tabPage3_Wndw.Location = new Point(4, 0x16); tabPage3_Wndw.Padding = new Padding(3); tabPage3_Wndw.Size = new Size(0x1ff, 0x1d7); tabPage3_Wndw.TabIndex = 4; tabPage3_Wndw.UseVisualStyleBackColor = true; lblSep.BorderStyle = BorderStyle.Fixed3D; lblSep.Location = new Point(0x1a, 0x115); lblSep.Margin = new Padding(0); lblSep.Size = new Size(0x149, 2); cmbWhlClick.DropDownStyle = ComboBoxStyle.DropDownList; cmbWhlClick.Location = new Point(0x11d, 0x11); cmbWhlClick.Size = new Size(0x6f, 0x15); cmbWhlClick.TabIndex = 1; chbSendToTrayOnMinimize.AutoSize = true; chbSendToTrayOnMinimize.Location = new Point(0x1b, 0x1b3); chbSendToTrayOnMinimize.TabIndex = 13; chbSendToTray.AutoSize = true; chbSendToTray.Location = new Point(0x1b, 0x197); chbSendToTray.TabIndex = 12; chbRestoreLocked.AutoSize = true; chbRestoreLocked.Location = new Point(0x1b, 0x17b); chbRestoreLocked.TabIndex = 11; chbRestoreLocked.CheckedChanged += chbsCloseWindow_CheckedChanged; chbRestoreClosed.AutoSize = true; chbRestoreClosed.Location = new Point(0x1b, 0x15f); chbRestoreClosed.TabIndex = 10; chbRestoreClosed.CheckedChanged += chbsCloseWindow_CheckedChanged; chbNeverCloseWndLocked.AutoSize = true; chbNeverCloseWndLocked.Location = new Point(0x1b, 0x143); chbNeverCloseWndLocked.TabIndex = 9; chbNeverCloseWndLocked.CheckedChanged += chbsCloseWindow_CheckedChanged; chbNeverCloseWindow.AutoSize = true; chbNeverCloseWindow.Location = new Point(0x1b, 0x127); chbNeverCloseWindow.TabIndex = 8; chbWhlChangeView.AutoSize = true; chbWhlChangeView.Location = new Point(0x1b, 0xf5); chbWhlChangeView.TabIndex = 9; chbHolizontalScroll.AutoSize = true; chbHolizontalScroll.Location = new Point(0x1b, 0xd9); chbHolizontalScroll.TabIndex = 8; chbNoTabFromOuteside.AutoSize = true; chbNoTabFromOuteside.Location = new Point(0x1b, 0xbd); chbNoTabFromOuteside.TabIndex = 7; chbFoldrTree.AutoSize = true; chbFoldrTree.Location = new Point(0x1b, 0xa1); chbFoldrTree.TabIndex = 6; chbBlockProcess.AutoSize = true; chbBlockProcess.Location = new Point(0x1b, 0x85); chbBlockProcess.TabIndex = 5; chbWndRestrAlpha.AutoSize = true; chbWndRestrAlpha.Location = new Point(0x1b, 0x69); chbWndRestrAlpha.TabIndex = 4; chbWndUnresizable.AutoSize = true; chbWndUnresizable.Location = new Point(0x1b, 0x4d); chbWndUnresizable.TabIndex = 3; chbNCADblClck.AutoSize = true; chbNCADblClck.Location = new Point(0x1b, 0x31); chbNCADblClck.TabIndex = 2; chbWhlClick.AutoSize = true; chbWhlClick.Location = new Point(0x1b, 0x15); chbWhlClick.TabIndex = 0; chbWhlClick.CheckedChanged += chbMMButton_CheckedChanged; tabPage4_View.Controls.Add(chbUseTabSkin); tabPage4_View.Controls.Add(chbBoldActv); tabPage4_View.Controls.Add(chbToolbarBGClr); tabPage4_View.Controls.Add(chbRebarBGImage); tabPage4_View.Controls.Add(chbTabTitleShadow); tabPage4_View.Controls.Add(propertyGrid1); tabPage4_View.Controls.Add(nudTabWidth); tabPage4_View.Controls.Add(nudTabHeight); tabPage4_View.Controls.Add(nudTabWidthMax); tabPage4_View.Controls.Add(nudTabWidthMin); tabPage4_View.Controls.Add(lblTabSizeTitle); tabPage4_View.Controls.Add(lblTabWidth); tabPage4_View.Controls.Add(lblTabHeight); tabPage4_View.Controls.Add(lblTabWFix); tabPage4_View.Controls.Add(lblTabWMax); tabPage4_View.Controls.Add(lblTabWMin); tabPage4_View.Controls.Add(lblTabFont); tabPage4_View.Controls.Add(lblTabTxtClr); tabPage4_View.Controls.Add(lblTabTextAlignment); tabPage4_View.Controls.Add(lblMenuRenderer); tabPage4_View.Controls.Add(cmbTabSizeMode); tabPage4_View.Controls.Add(cmbTabTextAlignment); tabPage4_View.Controls.Add(cmbRebarBGImageMode); tabPage4_View.Controls.Add(cmbMenuRenderer); tabPage4_View.Controls.Add(btnHiliteClsc); tabPage4_View.Controls.Add(btnTabFont); tabPage4_View.Controls.Add(btnActTxtClr); tabPage4_View.Controls.Add(btnInactTxtClr); tabPage4_View.Controls.Add(btnDefTxtClr); tabPage4_View.Controls.Add(btnToolBarBGClr); tabPage4_View.Controls.Add(btnRebarImage); tabPage4_View.Controls.Add(btnShadowAct); tabPage4_View.Controls.Add(btnShadowIna); tabPage4_View.Controls.Add(btnTabImage); tabPage4_View.Controls.Add(tbRebarImagePath); tabPage4_View.Controls.Add(tbTabImagePath); tabPage4_View.Location = new Point(4, 0x16); tabPage4_View.Size = new Size(0x1ff, 0x1d7); tabPage4_View.TabIndex = 3; tabPage4_View.UseVisualStyleBackColor = true; cmbMenuRenderer.DropDownStyle = ComboBoxStyle.DropDownList; cmbMenuRenderer.Location = new Point(0x99, 0x1df); cmbMenuRenderer.Size = new Size(100, 0x15); cmbMenuRenderer.TabIndex = 0x19; lblMenuRenderer.AutoSize = true; lblMenuRenderer.Location = new Point(13, 0x1e1); cmbRebarBGImageMode.DropDownStyle = ComboBoxStyle.DropDownList; cmbRebarBGImageMode.Location = new Point(0xdf, 0x1c0); cmbRebarBGImageMode.Size = new Size(180, 0x15); cmbRebarBGImageMode.TabIndex = 0x18; btnRebarImage.Location = new Point(440, 0x1a6); btnRebarImage.Size = new Size(0x22, 0x19); btnRebarImage.TabIndex = 0x17; btnRebarImage.Text = "..."; btnRebarImage.Click += btnRebarImage_Click; tbRebarImagePath.Location = new Point(0xdf, 0x1a7); tbRebarImagePath.Size = new Size(0xd5, 0x15); tbRebarImagePath.MaxLength = 260; tbRebarImagePath.TabIndex = 0x16; tbRebarImagePath.KeyPress += textBoxesPath_KeyPress; chbRebarBGImage.AutoSize = true; chbRebarBGImage.Location = new Point(0x10, 0x1a9); chbRebarBGImage.TabIndex = 0x15; chbRebarBGImage.CheckedChanged += chbRebarBGImage_CheckedChanged; btnToolBarBGClr.Location = new Point(0xdf, 0x18b); btnToolBarBGClr.Size = new Size(180, 0x17); btnToolBarBGClr.TabIndex = 20; btnToolBarBGClr.Click += buttonToolBarBGClr_Click; chbToolbarBGClr.AutoSize = true; chbToolbarBGClr.Location = new Point(0x10, 400); chbToolbarBGClr.TabIndex = 0x13; chbToolbarBGClr.CheckedChanged += chbToolbarBGClr_CheckedChanged; btnShadowIna.AutoSize = true; btnShadowIna.Location = new Point(0x107, 0x160); btnShadowIna.Size = new Size(100, 0x17); btnShadowIna.TabIndex = 0x12; btnShadowIna.Click += btnShadowClrs_Click; btnShadowAct.AutoSize = true; btnShadowAct.Location = new Point(0x99, 0x160); btnShadowAct.Size = new Size(100, 0x17); btnShadowAct.TabIndex = 0x11; btnShadowAct.Click += btnShadowClrs_Click; chbTabTitleShadow.AutoSize = true; chbTabTitleShadow.Location = new Point(0x10, 0x165); chbTabTitleShadow.TabIndex = 0x10; chbTabTitleShadow.CheckedChanged += chbTabTitleShadow_CheckedChanged; btnDefTxtClr.AutoSize = true; btnDefTxtClr.Location = new Point(0x175, 0x13f); btnDefTxtClr.Size = new Size(100, 0x17); btnDefTxtClr.TabIndex = 15; btnDefTxtClr.Click += buttonRstClr_Click; btnInactTxtClr.AutoSize = true; btnInactTxtClr.Location = new Point(0x107, 0x13f); btnInactTxtClr.Size = new Size(100, 0x17); btnInactTxtClr.TabIndex = 14; btnInactTxtClr.Click += buttonInactClr_Click; btnActTxtClr.AutoSize = true; btnActTxtClr.Location = new Point(0x99, 0x13f); btnActTxtClr.Size = new Size(100, 0x17); btnActTxtClr.TabIndex = 13; btnActTxtClr.Click += buttonActClr_Click; lblTabTxtClr.AutoSize = true; lblTabTxtClr.Location = new Point(13, 0x144); chbBoldActv.AutoSize = true; chbBoldActv.Location = new Point(0x109, 0x121); chbBoldActv.TabIndex = 12; btnTabFont.Location = new Point(0x99, 0x11c); btnTabFont.Size = new Size(100, 0x19); btnTabFont.TabIndex = 11; btnTabFont.Click += btnFont_Click; lblTabFont.AutoSize = true; lblTabFont.Location = new Point(13, 290); cmbTabTextAlignment.DropDownStyle = ComboBoxStyle.DropDownList; cmbTabTextAlignment.Location = new Point(0x99, 0xfe); cmbTabTextAlignment.Size = new Size(100, 0x15); cmbTabTextAlignment.TabIndex = 10; lblTabTextAlignment.Location = new Point(13, 0x100); lblTabTextAlignment.AutoSize = true; nudTabWidthMin.Location = new Point(0x152, 0xdf); int[] numArray10 = new int[4]; numArray10[0] = 0x200; nudTabWidthMin.Maximum = new decimal(numArray10); int[] numArray11 = new int[4]; numArray11[0] = 10; nudTabWidthMin.Minimum = new decimal(numArray11); nudTabWidthMin.Size = new Size(0x33, 0x15); nudTabWidthMin.TabIndex = 9; nudTabWidthMin.TextAlign = HorizontalAlignment.Center; int[] numArray12 = new int[4]; numArray12[0] = 0x19; nudTabWidthMin.Value = new decimal(numArray12); nudTabWidthMin.ValueChanged += numericUpDownMax_ValueChanged; lblTabWMin.Location = new Point(0xfc, 0xdf); lblTabWMin.Size = new Size(0x4c, 0x15); lblTabWMin.TextAlign = ContentAlignment.MiddleRight; nudTabWidthMax.Location = new Point(0x152, 0xc5); int[] numArray13 = new int[4]; numArray13[0] = 0x200; nudTabWidthMax.Maximum = new decimal(numArray13); int[] numArray14 = new int[4]; numArray14[0] = 10; nudTabWidthMax.Minimum = new decimal(numArray14); nudTabWidthMax.Size = new Size(0x33, 0x15); nudTabWidthMax.TabIndex = 8; nudTabWidthMax.TextAlign = HorizontalAlignment.Center; int[] numArray15 = new int[4]; numArray15[0] = 0x19; nudTabWidthMax.Value = new decimal(numArray15); nudTabWidthMax.ValueChanged += numericUpDownMax_ValueChanged; lblTabWMax.Location = new Point(0xfc, 0xc5); lblTabWMax.Size = new Size(0x4c, 0x15); lblTabWMax.TextAlign = ContentAlignment.MiddleRight; nudTabWidth.Location = new Point(0x152, 0xab); int[] numArray16 = new int[4]; numArray16[0] = 0x200; nudTabWidth.Maximum = new decimal(numArray16); int[] numArray17 = new int[4]; numArray17[0] = 10; nudTabWidth.Minimum = new decimal(numArray17); nudTabWidth.Size = new Size(0x33, 0x15); nudTabWidth.TabIndex = 7; nudTabWidth.TextAlign = HorizontalAlignment.Center; int[] numArray18 = new int[4]; numArray18[0] = 0x18; nudTabWidth.Value = new decimal(numArray18); lblTabWFix.Location = new Point(0x102, 0xab); lblTabWFix.Size = new Size(70, 0x15); lblTabWFix.TextAlign = ContentAlignment.MiddleRight; cmbTabSizeMode.DropDownStyle = ComboBoxStyle.DropDownList; cmbTabSizeMode.Location = new Point(0x99, 170); cmbTabSizeMode.Size = new Size(100, 0x15); cmbTabSizeMode.TabIndex = 6; cmbTabSizeMode.SelectedIndexChanged += comboBoxes_SelectedIndexChanged; nudTabHeight.Location = new Point(0x99, 140); int[] numArray19 = new int[4]; numArray19[0] = 50; nudTabHeight.Maximum = new decimal(numArray19); int[] numArray20 = new int[4]; numArray20[0] = 10; nudTabHeight.Minimum = new decimal(numArray20); nudTabHeight.Size = new Size(0x33, 0x15); nudTabHeight.TabIndex = 5; nudTabHeight.TextAlign = HorizontalAlignment.Center; int[] numArray21 = new int[4]; numArray21[0] = 0x18; nudTabHeight.Value = new decimal(numArray21); lblTabWidth.AutoSize = true; lblTabWidth.Location = new Point(0x4a, 0xac); lblTabHeight.AutoSize = true; lblTabHeight.Location = new Point(0x4a, 0x8f); lblTabSizeTitle.AutoSize = true; lblTabSizeTitle.Location = new Point(13, 0x79); propertyGrid1.HelpVisible = false; propertyGrid1.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; propertyGrid1.Location = new Point(15, 0x26); propertyGrid1.PropertySort = PropertySort.NoSort; propertyGrid1.Size = new Size(0x176, 0x48); propertyGrid1.TabIndex = 3; propertyGrid1.ToolbarVisible = false; btnHiliteClsc.Anchor = AnchorStyles.Right | AnchorStyles.Top; btnHiliteClsc.AutoSize = true; btnHiliteClsc.Location = new Point(0x1a3, 0x26); btnHiliteClsc.Size = new Size(0x4b, 0x17); btnHiliteClsc.TabIndex = 4; btnHiliteClsc.Click += buttonHL_Click; btnTabImage.Location = new Point(440, 11); btnTabImage.Size = new Size(0x22, 0x19); btnTabImage.TabIndex = 2; btnTabImage.Text = "..."; btnTabImage.Click += btnTabImage_Click; tbTabImagePath.Location = new Point(0xdf, 12); tbTabImagePath.Size = new Size(0xd5, 0x15); tbTabImagePath.MaxLength = 260; tbTabImagePath.TabIndex = 1; tbTabImagePath.KeyPress += textBoxesPath_KeyPress; chbUseTabSkin.AutoSize = true; chbUseTabSkin.Location = new Point(15, 14); chbUseTabSkin.TabIndex = 0; chbUseTabSkin.CheckedChanged += chbDrawMode_CheckedChanged; tabPage5_Grps.Controls.Add(btnUp_Grp); tabPage5_Grps.Controls.Add(btnDown_Grp); tabPage5_Grps.Controls.Add(btnAddSep_Grp); tabPage5_Grps.Controls.Add(btnStartUpGrp); tabPage5_Grps.Controls.Add(btnPlus_Grp); tabPage5_Grps.Controls.Add(btnMinus_Grp); tabPage5_Grps.Controls.Add(treeViewGroup); tabPage5_Grps.Controls.Add(cmbSpclFol_Grp); tabPage5_Grps.Controls.Add(btnAddSpcFol_Grp); tabPage5_Grps.Controls.Add(lblGroupKey); tabPage5_Grps.Controls.Add(tbGroupKey); tabPage5_Grps.Controls.Add(chbGroupKey); tabPage5_Grps.Location = new Point(4, 0x16); tabPage5_Grps.Padding = new Padding(3); tabPage5_Grps.Size = new Size(0x1ff, 0x1d7); tabPage5_Grps.TabIndex = 2; tabPage5_Grps.UseVisualStyleBackColor = true; treeViewGroup.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; treeViewGroup.HideSelection = false; treeViewGroup.ImageKey = "noimage"; treeViewGroup.SelectedImageKey = "noimage"; treeViewGroup.ImageList = QTUtility.ImageListGlobal; treeViewGroup.LabelEdit = true; treeViewGroup.Location = new Point(5, 0x2d); treeViewGroup.ShowNodeToolTips = true; treeViewGroup.Size = new Size(0x1ed, 0x156); treeViewGroup.TabIndex = 6; treeViewGroup.AfterSelect += treeViewGroup_AfterSelect; treeViewGroup.BeforeLabelEdit += treeViewGroup_BeforeLabelEdit; treeViewGroup.AfterLabelEdit += treeViewGroup_AfterLabelEdit; treeViewGroup.KeyDown += treeViewGroup_KeyDown; btnUp_Grp.Enabled = false; btnUp_Grp.Location = new Point(5, 0x10); btnUp_Grp.Size = new Size(50, 0x17); btnUp_Grp.TabIndex = 0; btnUp_Grp.Click += UpDownButtons_Click; btnDown_Grp.Enabled = false; btnDown_Grp.Location = new Point(0x3d, 0x10); btnDown_Grp.Size = new Size(50, 0x17); btnDown_Grp.TabIndex = 1; btnDown_Grp.Click += UpDownButtons_Click; btnAddSep_Grp.Location = new Point(0x75, 0x10); btnAddSep_Grp.Size = new Size(120, 0x17); btnAddSep_Grp.TabIndex = 2; btnAddSep_Grp.Click += btnAddSep_Click; btnStartUpGrp.Anchor = AnchorStyles.Right | AnchorStyles.Top; btnStartUpGrp.Location = new Point(0x150, 0x10); btnStartUpGrp.Size = new Size(100, 0x17); btnStartUpGrp.TabIndex = 3; btnStartUpGrp.Click += btnStartUpGrp_Click; btnPlus_Grp.Anchor = AnchorStyles.Right | AnchorStyles.Top; btnPlus_Grp.Location = new Point(0x1ba, 0x10); btnPlus_Grp.Size = new Size(0x19, 0x17); btnPlus_Grp.TabIndex = 4; btnPlus_Grp.Text = "+"; btnPlus_Grp.Click += btnPlus_Click; btnMinus_Grp.Anchor = AnchorStyles.Right | AnchorStyles.Top; btnMinus_Grp.Location = new Point(0x1d9, 0x10); btnMinus_Grp.Size = new Size(0x19, 0x17); btnMinus_Grp.TabIndex = 5; btnMinus_Grp.Text = "-"; btnMinus_Grp.Click += btnMinus_Click; cmbSpclFol_Grp.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; cmbSpclFol_Grp.Enabled = false; cmbSpclFol_Grp.DropDownStyle = ComboBoxStyle.DropDownList; cmbSpclFol_Grp.Location = new Point(5, 0x187); cmbSpclFol_Grp.Size = new Size(150, 0x15); cmbSpclFol_Grp.TabIndex = 7; btnAddSpcFol_Grp.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; btnAddSpcFol_Grp.Enabled = false; btnAddSpcFol_Grp.Location = new Point(0x9e, 390); btnAddSpcFol_Grp.Size = new Size(0x19, 0x17); btnAddSpcFol_Grp.TabIndex = 8; btnAddSpcFol_Grp.Text = "+"; btnAddSpcFol_Grp.Click += btnAddSpcFol_Grp_Click; lblGroupKey.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; lblGroupKey.AutoSize = true; lblGroupKey.Location = new Point(6, 0x1ac); lblGroupKey.Size = new Size(0x61, 13); chbGroupKey.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; chbGroupKey.AutoSize = true; chbGroupKey.Enabled = false; chbGroupKey.Location = new Point(0x6b, 420); chbGroupKey.TabIndex = 9; chbGroupKey.CheckedChanged += chbGroupKey_CheckedChanged; tbGroupKey.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom; tbGroupKey.Enabled = false; tbGroupKey.Location = new Point(0x7f, 0x1a9); tbGroupKey.Size = new Size(340, 0x15); tbGroupKey.TextAlign = HorizontalAlignment.Center; tbGroupKey.TabIndex = 10; tbGroupKey.PreviewKeyDown += tbGroupKey_PreviewKeyDown; tbGroupKey.KeyPress += tbGroupKey_KeyPress; tabPage6_Apps.Controls.Add(treeViewUserApps); tabPage6_Apps.Controls.Add(btnUp_app); tabPage6_Apps.Controls.Add(btnDown_app); tabPage6_Apps.Controls.Add(btnAddSep_app); tabPage6_Apps.Controls.Add(btnAddVFolder_app); tabPage6_Apps.Controls.Add(btnPlus_app); tabPage6_Apps.Controls.Add(btnMinus_app); tabPage6_Apps.Controls.Add(lblUserApps_Path); tabPage6_Apps.Controls.Add(lblUserApps_Args); tabPage6_Apps.Controls.Add(lblUserApps_Working); tabPage6_Apps.Controls.Add(lblUserApps_Key); tabPage6_Apps.Controls.Add(tbPath); tabPage6_Apps.Controls.Add(tbArgs); tabPage6_Apps.Controls.Add(tbWorking); tabPage6_Apps.Controls.Add(chbUserAppKey); tabPage6_Apps.Controls.Add(tbUserAppKey); tabPage6_Apps.Controls.Add(btnOFD_app); tabPage6_Apps.Controls.Add(btnBFD_app); tabPage6_Apps.Controls.Add(btnAddToken_Arg); tabPage6_Apps.Controls.Add(btnAddToken_Wrk); tabPage6_Apps.Location = new Point(4, 0x16); tabPage6_Apps.Padding = new Padding(3); tabPage6_Apps.Size = new Size(0x1ff, 0x1d7); tabPage6_Apps.TabIndex = 5; tabPage6_Apps.UseVisualStyleBackColor = true; treeViewUserApps.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; treeViewUserApps.HideSelection = false; treeViewUserApps.ImageKey = "noimage"; treeViewUserApps.SelectedImageKey = "noimage"; treeViewUserApps.ImageList = QTUtility.ImageListGlobal; treeViewUserApps.LabelEdit = true; treeViewUserApps.Location = new Point(5, 0x2d); treeViewUserApps.Size = new Size(0x1ed, 0x12e); treeViewUserApps.TabIndex = 6; treeViewUserApps.AfterLabelEdit += treeViewUserApps_AfterLabelEdit; treeViewUserApps.AfterSelect += treeViewUserApps_AfterSelect; treeViewUserApps.BeforeLabelEdit += treeViewUserApps_BeforeLabelEdit; treeViewUserApps.KeyDown += treeViewUserApps_KeyDown; btnUp_app.Enabled = false; btnUp_app.Location = new Point(5, 0x10); btnUp_app.Size = new Size(50, 0x17); btnUp_app.TabIndex = 0; btnUp_app.Click += btnUpDown_app_Click; btnDown_app.Enabled = false; btnDown_app.Location = new Point(0x3d, 0x10); btnDown_app.Size = new Size(50, 0x17); btnDown_app.TabIndex = 1; btnDown_app.Click += btnUpDown_app_Click; btnAddSep_app.Location = new Point(0x75, 0x10); btnAddSep_app.Size = new Size(120, 0x17); btnAddSep_app.TabIndex = 2; btnAddSep_app.Click += btnAddSep_app_Click; btnAddVFolder_app.Anchor = AnchorStyles.Right | AnchorStyles.Top; btnAddVFolder_app.Location = new Point(0x182, 0x10); btnAddVFolder_app.Size = new Size(50, 0x18); btnAddVFolder_app.TabIndex = 3; btnAddVFolder_app.Text = "+"; btnAddVFolder_app.TextImageRelation = TextImageRelation.ImageBeforeText; btnAddVFolder_app.ImageAlign = ContentAlignment.TopLeft; btnAddVFolder_app.Click += btnAddVirtualFolder_app_Click; btnPlus_app.Anchor = AnchorStyles.Right | AnchorStyles.Top; btnPlus_app.Location = new Point(0x1ba, 0x10); btnPlus_app.Size = new Size(0x19, 0x17); btnPlus_app.TabIndex = 4; btnPlus_app.Text = "+"; btnPlus_app.Click += btnPlus_app_Click; btnMinus_app.Anchor = AnchorStyles.Right | AnchorStyles.Top; btnMinus_app.Location = new Point(0x1d9, 0x10); btnMinus_app.Size = new Size(0x19, 0x17); btnMinus_app.TabIndex = 5; btnMinus_app.Text = "-"; btnMinus_app.Click += btnMinus_app_Click; lblUserApps_Path.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; lblUserApps_Path.AutoSize = true; lblUserApps_Path.Location = new Point(6, 0x164); lblUserApps_Path.Size = new Size(0x21, 13); lblUserApps_Args.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; lblUserApps_Args.AutoSize = true; lblUserApps_Args.Location = new Point(6, 380); lblUserApps_Args.Size = new Size(0x3f, 13); lblUserApps_Working.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; lblUserApps_Working.AutoSize = true; lblUserApps_Working.Location = new Point(6, 0x194); lblUserApps_Working.Size = new Size(0x61, 13); lblUserApps_Key.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; lblUserApps_Key.AutoSize = true; lblUserApps_Key.Location = new Point(6, 0x1ac); lblUserApps_Key.Size = new Size(0x61, 13); tbPath.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom; tbPath.Enabled = false; tbPath.Location = new Point(0x6b, 0x161); tbPath.Size = new Size(0x149, 0x15); tbPath.MaxLength = 260; tbPath.TabIndex = 7; tbPath.TextChanged += tbsUserApps_TextChanged; tbPath.KeyPress += textBoxesPath_KeyPress; tbArgs.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom; tbArgs.Enabled = false; tbArgs.Location = new Point(0x6b, 0x179); tbArgs.Size = new Size(360, 0x15); tbArgs.MaxLength = 260; tbArgs.TabIndex = 10; tbArgs.TextChanged += tbsUserApps_TextChanged; tbWorking.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom; tbWorking.Enabled = false; tbWorking.Location = new Point(0x6b, 0x191); tbWorking.Size = new Size(360, 0x15); tbWorking.MaxLength = 260; tbWorking.TabIndex = 12; tbWorking.TextChanged += tbsUserApps_TextChanged; tbWorking.KeyPress += textBoxesPath_KeyPress; chbUserAppKey.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; chbUserAppKey.AutoSize = true; chbUserAppKey.Enabled = false; chbUserAppKey.Location = new Point(0x6b, 420); chbUserAppKey.TabIndex = 14; chbUserAppKey.CheckedChanged += chbUserAppKey_CheckedChanged; tbUserAppKey.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom; tbUserAppKey.Enabled = false; tbUserAppKey.Location = new Point(0x7f, 0x1a9); tbUserAppKey.Size = new Size(340, 0x15); tbUserAppKey.TextAlign = HorizontalAlignment.Center; tbUserAppKey.TabIndex = 15; tbUserAppKey.PreviewKeyDown += tbUserAppKey_PreviewKeyDown; tbUserAppKey.KeyPress += tbUserAppKey_KeyPress; btnOFD_app.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; btnOFD_app.Enabled = false; btnOFD_app.Location = new Point(0x1ba, 0x161); btnOFD_app.Size = new Size(0x19, 0x15); btnOFD_app.TabIndex = 8; btnOFD_app.Text = "..."; btnOFD_app.UseVisualStyleBackColor = true; btnOFD_app.Click += btnOFD_app_Click; btnBFD_app.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; btnBFD_app.Enabled = false; btnBFD_app.Location = new Point(0x1d9, 0x161); btnBFD_app.Size = new Size(0x19, 0x15); btnBFD_app.TabIndex = 9; btnBFD_app.Text = "."; btnBFD_app.UseVisualStyleBackColor = true; btnBFD_app.Click += btnBFD_app_Click; btnAddToken_Arg.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; btnAddToken_Arg.Location = new Point(0x1d9, 0x179); btnAddToken_Arg.Enabled = false; btnAddToken_Arg.Size = new Size(0x19, 0x15); btnAddToken_Arg.TabIndex = 11; btnAddToken_Arg.Text = "%"; btnAddToken_Arg.UseVisualStyleBackColor = true; btnAddToken_Arg.Click += btnAddToken_Arg_Click; btnAddToken_Wrk.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; btnAddToken_Wrk.Enabled = false; btnAddToken_Wrk.Location = new Point(0x1d9, 0x191); btnAddToken_Wrk.Size = new Size(0x19, 0x15); btnAddToken_Wrk.TabIndex = 13; btnAddToken_Wrk.Text = "%"; btnAddToken_Wrk.UseVisualStyleBackColor = true; btnAddToken_Wrk.Click += btnAddToken_Wrk_Click; cmsAddToken.ShowImageMargin = false; cmsAddToken.ItemClicked += cmsAddToken_ItemClicked; tabPage9_Misc.Controls.Add(chbForceSysListView); tabPage9_Misc.Controls.Add(chbAlwaysShowHeader); tabPage9_Misc.Controls.Add(chbHideMenu); tabPage9_Misc.Controls.Add(chbBSUpOneLvl); tabPage9_Misc.Controls.Add(chbNoFulRowSelect); tabPage9_Misc.Controls.Add(chbGridLine); tabPage9_Misc.Controls.Add(chbAlternateColor); tabPage9_Misc.Controls.Add(chbShowPreview); tabPage9_Misc.Controls.Add(chbPreviewMode); tabPage9_Misc.Controls.Add(chbPreviewInfo); tabPage9_Misc.Controls.Add(chbSubDirTip); tabPage9_Misc.Controls.Add(chbSubDirTipMode); tabPage9_Misc.Controls.Add(chbSubDirTipModeHidden); tabPage9_Misc.Controls.Add(chbSubDirTipModeSystem); tabPage9_Misc.Controls.Add(chbSubDirTipModeFile); tabPage9_Misc.Controls.Add(chbSubDirTipPreview); tabPage9_Misc.Controls.Add(chbSelectWithoutExt); tabPage9_Misc.Controls.Add(chbF2Selection); tabPage9_Misc.Controls.Add(chbCursorLoop); tabPage9_Misc.Controls.Add(btnAlternateColor); tabPage9_Misc.Controls.Add(btnAlternateColor_Text); tabPage9_Misc.Controls.Add(btnAlternate_Default); tabPage9_Misc.Controls.Add(btnAddImgExt); tabPage9_Misc.Controls.Add(btnDelImgExt); tabPage9_Misc.Controls.Add(btnDefaultImgExt); tabPage9_Misc.Controls.Add(btnPreviewFont); tabPage9_Misc.Controls.Add(btnPreviewFontDefault); tabPage9_Misc.Controls.Add(cmbImgExts); tabPage9_Misc.Controls.Add(btnAddTextExt); tabPage9_Misc.Controls.Add(btnDelTextExt); tabPage9_Misc.Controls.Add(btnDefaultTextExt); tabPage9_Misc.Controls.Add(cmbTextExts); tabPage9_Misc.Controls.Add(btnPayPal); tabPage9_Misc.Controls.Add(nudPreviewMaxHeight); tabPage9_Misc.Controls.Add(nudPreviewMaxWidth); tabPage9_Misc.Controls.Add(lblPreviewHeight); tabPage9_Misc.Controls.Add(lblPreviewWidth); tabPage9_Misc.Location = new Point(4, 0x16); tabPage9_Misc.Padding = new Padding(3); tabPage9_Misc.Size = new Size(0x1ff, 0x1d7); tabPage9_Misc.TabIndex = 6; tabPage9_Misc.UseVisualStyleBackColor = true; btnPayPal.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; btnPayPal.BackgroundImage = Resources_String.paypalBtn; btnPayPal.BackgroundImageLayout = ImageLayout.Center; btnPayPal.Location = new Point(0x1a8, 0x17b); btnPayPal.Size = new Size(0x47, 0x4c); btnPayPal.Cursor = Cursors.Hand; btnPayPal.TabIndex = 0x20; btnPayPal.UseVisualStyleBackColor = false; btnPayPal.Click += btnPayPal_Click; chbCursorLoop.AutoSize = true; chbCursorLoop.Location = new Point(0x1b, 0x1e1); chbCursorLoop.TabIndex = 0x1f; chbF2Selection.AutoSize = true; chbF2Selection.Location = new Point(0x1b, 0x1c9); chbF2Selection.TabIndex = 30; chbSelectWithoutExt.AutoSize = true; chbSelectWithoutExt.Location = new Point(0x1b, 0x1b1); chbSelectWithoutExt.TabIndex = 0x1d; chbSubDirTipModeSystem.AutoSize = true; chbSubDirTipModeSystem.Location = new Point(0x2d, 0x193); chbSubDirTipModeSystem.TabIndex = 0x1c; chbSubDirTipModeFile.AutoSize = true; chbSubDirTipModeFile.Location = new Point(0xd7, 0x179); chbSubDirTipModeFile.TabIndex = 0x1b; chbSubDirTipModeHidden.AutoSize = true; chbSubDirTipModeHidden.Location = new Point(0x2d, 0x179); chbSubDirTipModeHidden.TabIndex = 0x1a; chbSubDirTipPreview.AutoSize = true; chbSubDirTipPreview.Location = new Point(0xd7, 0x15f); chbSubDirTipPreview.TabIndex = 0x19; chbSubDirTipMode.AutoSize = true; chbSubDirTipMode.Location = new Point(0x2d, 0x15f); chbSubDirTipMode.TabIndex = 0x18; chbSubDirTip.AutoSize = true; chbSubDirTip.Location = new Point(0x1b, 330); chbSubDirTip.TabIndex = 0x17; chbSubDirTip.CheckedChanged += chbSubDirTip_CheckedChanged; btnPreviewFontDefault.Location = new Point(0x191, 0x127); btnPreviewFontDefault.Size = new Size(100, 0x17); btnPreviewFontDefault.TabIndex = 0x16; btnPreviewFontDefault.Click += btnPreviewFont_Click; btnPreviewFont.Location = new Point(0x123, 0x127); btnPreviewFont.Size = new Size(100, 0x17); btnPreviewFont.TabIndex = 0x15; btnPreviewFont.Click += btnPreviewFont_Click; btnDefaultTextExt.Location = new Point(0x191, 0x10d); btnDefaultTextExt.Size = new Size(100, 0x17); btnDefaultTextExt.TabIndex = 20; btnDefaultTextExt.Click += btnDefaultTextExt_Click; btnDelTextExt.Location = new Point(0x123, 0x10d); btnDelTextExt.Size = new Size(100, 0x17); btnDelTextExt.TabIndex = 0x13; btnDelTextExt.Click += btnDelPreiviewExt_Click; btnAddTextExt.Location = new Point(0xb5, 0x10d); btnAddTextExt.Size = new Size(100, 0x17); btnAddTextExt.TabIndex = 0x12; btnAddTextExt.Click += btnAddPreviewExt_Click; cmbTextExts.Location = new Point(0x2d, 0x10d); cmbTextExts.Size = new Size(130, 0x17); cmbTextExts.TabIndex = 0x11; cmbTextExts.SelectedIndexChanged += comboBoxes_SelectedIndexChanged; cmbTextExts.KeyPress += comboBoxPreviewExts_KeyPress; btnDefaultImgExt.Location = new Point(0x191, 0xf3); btnDefaultImgExt.Size = new Size(100, 0x17); btnDefaultImgExt.TabIndex = 0x10; btnDefaultImgExt.Click += btnDefaultImgExt_Click; btnDelImgExt.Location = new Point(0x123, 0xf3); btnDelImgExt.Size = new Size(100, 0x17); btnDelImgExt.TabIndex = 15; btnDelImgExt.Click += btnDelPreiviewExt_Click; btnAddImgExt.Location = new Point(0xb5, 0xf3); btnAddImgExt.Size = new Size(100, 0x17); btnAddImgExt.TabIndex = 14; btnAddImgExt.Click += btnAddPreviewExt_Click; cmbImgExts.Location = new Point(0x2d, 0xf3); cmbImgExts.Size = new Size(130, 0x17); cmbImgExts.TabIndex = 13; cmbImgExts.SelectedIndexChanged += comboBoxes_SelectedIndexChanged; cmbImgExts.KeyPress += comboBoxPreviewExts_KeyPress; lblPreviewWidth.Location = new Point(0x129, 0xbf); lblPreviewWidth.Size = new Size(0x62, 0x15); lblPreviewWidth.TextAlign = ContentAlignment.MiddleRight; lblPreviewHeight.Location = new Point(0x129, 0xd9); lblPreviewHeight.Size = new Size(0x62, 0x15); lblPreviewHeight.TextAlign = ContentAlignment.MiddleRight; nudPreviewMaxWidth.Location = new Point(0x191, 0xbf); int[] numArray22 = new int[4]; numArray22[0] = 0x780; nudPreviewMaxWidth.Maximum = new decimal(numArray22); int[] numArray23 = new int[4]; numArray23[0] = 0x80; nudPreviewMaxWidth.Minimum = new decimal(numArray23); nudPreviewMaxWidth.Size = new Size(0x3e, 0x15); nudPreviewMaxWidth.TabIndex = 11; nudPreviewMaxWidth.TextAlign = HorizontalAlignment.Center; int[] numArray24 = new int[4]; numArray24[0] = 0x200; nudPreviewMaxWidth.Value = new decimal(numArray24); nudPreviewMaxHeight.Location = new Point(0x191, 0xd9); int[] numArray25 = new int[4]; numArray25[0] = 0x4b0; nudPreviewMaxHeight.Maximum = new decimal(numArray25); int[] numArray26 = new int[4]; numArray26[0] = 0x60; nudPreviewMaxHeight.Minimum = new decimal(numArray26); nudPreviewMaxHeight.Size = new Size(0x3e, 0x15); nudPreviewMaxHeight.TabIndex = 12; nudPreviewMaxHeight.TextAlign = HorizontalAlignment.Center; int[] numArray27 = new int[4]; numArray27[0] = 0x100; nudPreviewMaxHeight.Value = new decimal(numArray27); chbPreviewInfo.AutoSize = true; chbPreviewInfo.Location = new Point(0x2d, 0xd7); chbPreviewInfo.TabIndex = 10; chbPreviewMode.AutoSize = true; chbPreviewMode.Location = new Point(0x2d, 0xbf); chbPreviewMode.TabIndex = 9; chbShowPreview.AutoSize = true; chbShowPreview.Location = new Point(0x1b, 170); chbShowPreview.TabIndex = 8; chbShowPreview.CheckedChanged += chbShowPreviewTooltip_CheckedChanged; btnAlternate_Default.Enabled = false; btnAlternate_Default.Location = new Point(0x191, 0x87); btnAlternate_Default.Size = new Size(100, 0x17); btnAlternate_Default.TabIndex = 7; btnAlternate_Default.Click += btnAlternateColor_Click; btnAlternateColor_Text.Enabled = false; btnAlternateColor_Text.Location = new Point(0x123, 0x87); btnAlternateColor_Text.Size = new Size(100, 0x17); btnAlternateColor_Text.TabIndex = 6; btnAlternateColor_Text.Click += btnAlternateColor_Click; btnAlternateColor.Enabled = false; btnAlternateColor.Location = new Point(0xb5, 0x87); btnAlternateColor.Size = new Size(100, 0x17); btnAlternateColor.TabIndex = 5; btnAlternateColor.Click += btnAlternateColor_Click; chbAlternateColor.AutoSize = true; chbAlternateColor.Location = new Point(0x1b, 0x70); chbAlternateColor.TabIndex = 4; chbAlternateColor.CheckedChanged += chbAlternateColor_CheckedChanged; chbGridLine.AutoSize = true; chbGridLine.Location = new Point(0x1b, 0x58); chbGridLine.TabIndex = 3; chbNoFulRowSelect.AutoSize = true; chbNoFulRowSelect.Location = new Point(0x1b, 0x40); chbNoFulRowSelect.TabIndex = 2; chbBSUpOneLvl.AutoSize = true; chbBSUpOneLvl.Location = new Point(0x1b, 40); chbBSUpOneLvl.TabIndex = 1; chbHideMenu.AutoSize = true; chbHideMenu.Location = new Point(0x1b, 0x10); chbHideMenu.TabIndex = 0; chbForceSysListView.AutoSize = true; chbForceSysListView.Location = new Point(240, 16); chbForceSysListView.TabIndex = 0; chbAlwaysShowHeader.AutoSize = true; chbAlwaysShowHeader.Location = new Point(240, 40); chbAlwaysShowHeader.TabIndex = 0; tabPage7_Plug.Controls.Add(btnBrowsePlugin); tabPage7_Plug.Controls.Add(pluginView); tabPage7_Plug.Controls.Add(lblPluginLang); tabPage7_Plug.Controls.Add(textBoxPluginLang); tabPage7_Plug.Controls.Add(btnBrowsePluginLang); tabPage7_Plug.Location = new Point(4, 0x16); tabPage7_Plug.Padding = new Padding(3); tabPage7_Plug.Size = new Size(0x1ff, 0x1d7); tabPage7_Plug.TabIndex = 2; tabPage7_Plug.UseVisualStyleBackColor = true; btnBrowsePlugin.AutoSize = true; btnBrowsePlugin.Location = new Point(5, 0x10); btnBrowsePlugin.TabIndex = 0; btnBrowsePlugin.UseVisualStyleBackColor = true; btnBrowsePlugin.Click += btnBrowsePlugin_Click; pluginView.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; pluginView.ColumnCount = 1; pluginView.ColumnStyles.Add(new ColumnStyle()); pluginView.Location = new Point(5, 0x2d); pluginView.Size = new Size(0x1ed, 0x156); pluginView.TabIndex = 1; lblPluginLang.Anchor = AnchorStyles.Left | AnchorStyles.Bottom; lblPluginLang.AutoSize = true; lblPluginLang.Location = new Point(0x1b, 0x194); textBoxPluginLang.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom; textBoxPluginLang.Location = new Point(0x2d, 0x1ac); textBoxPluginLang.Size = new Size(0x174, 0x15); textBoxPluginLang.MaxLength = 260; textBoxPluginLang.TabIndex = 2; textBoxPluginLang.KeyPress += textBoxesPath_KeyPress; btnBrowsePluginLang.Anchor = AnchorStyles.Right | AnchorStyles.Bottom; btnBrowsePluginLang.Location = new Point(0x1a7, 0x1a9); btnBrowsePluginLang.Size = new Size(0x22, 0x19); btnBrowsePluginLang.TabIndex = 3; btnBrowsePluginLang.Text = "..."; btnBrowsePluginLang.Click += btnBrowsePluginLang_Click; tabPage8_Keys.Controls.Add(btnCopyKeys); tabPage8_Keys.Controls.Add(listViewKeyboard); tabPage8_Keys.Location = new Point(4, 0x16); tabPage8_Keys.Padding = new Padding(3); tabPage8_Keys.Size = new Size(0x1ff, 0x1d7); tabPage8_Keys.TabIndex = 2; tabPage8_Keys.UseVisualStyleBackColor = true; btnCopyKeys.Anchor = AnchorStyles.Left | AnchorStyles.Top; btnCopyKeys.Location = new Point(5, 0x10); btnCopyKeys.AutoSize = true; btnCopyKeys.TabIndex = 0; btnCopyKeys.UseVisualStyleBackColor = true; btnCopyKeys.Click += btnCopyKeys_Click; listViewKeyboard.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Bottom | AnchorStyles.Top; listViewKeyboard.CheckBoxes = true; listViewKeyboard.Columns.AddRange(new ColumnHeader[] { clmKeys_Action, clmKeys_Key }); listViewKeyboard.FullRowSelect = true; listViewKeyboard.GridLines = true; listViewKeyboard.HeaderStyle = ColumnHeaderStyle.Nonclickable; listViewKeyboard.Location = new Point(5, 0x2d); listViewKeyboard.MultiSelect = false; listViewKeyboard.Size = new Size(0x1ed, 0x191); listViewKeyboard.ShowItemToolTips = true; listViewKeyboard.TabIndex = 1; listViewKeyboard.UseCompatibleStateImageBehavior = false; listViewKeyboard.View = View.Details; listViewKeyboard.PreviewKeyDown += listViewKeyboard_PreviewKeyDown; listViewKeyboard.KeyPress += listViewKeyboard_KeyPress; clmKeys_Action.Text = "Action"; clmKeys_Action.Width = 0x15c; clmKeys_Key.Text = "Key"; clmKeys_Key.TextAlign = HorizontalAlignment.Center; clmKeys_Key.Width = 120; tabPageA_Path.Controls.Add(listView_NoCapture); tabPageA_Path.Controls.Add(btnOFD_NoCapture); tabPageA_Path.Controls.Add(btnAdd_NoCapture); tabPageA_Path.Controls.Add(btnRemove_NoCapture); tabPageA_Path.Controls.Add(cmbSpclFol_NoCapture); tabPageA_Path.Controls.Add(btnAddSpcFol_NoCapture); tabPageA_Path.Location = new Point(4, 0x16); tabPageA_Path.Padding = new Padding(3); tabPageA_Path.Size = new Size(0x1ff, 0x1d7); tabPageA_Path.TabIndex = 2; tabPageA_Path.UseVisualStyleBackColor = true; listView_NoCapture.Anchor = AnchorStyles.Right | AnchorStyles.Left | AnchorStyles.Top; listView_NoCapture.Columns.AddRange(new ColumnHeader[] { clmnHeader_NoCapture }); listView_NoCapture.HeaderStyle = ColumnHeaderStyle.Nonclickable; listView_NoCapture.HideSelection = false; listView_NoCapture.LabelEdit = true; listView_NoCapture.Location = new Point(5, 0x2d); listView_NoCapture.Size = new Size(0x1ed, 0xa3); listView_NoCapture.FullRowSelect = true; listView_NoCapture.TabIndex = 8; listView_NoCapture.UseCompatibleStateImageBehavior = false; listView_NoCapture.View = View.Details; listView_NoCapture.ItemActivate += listView_NoCapture_ItemActivate; listView_NoCapture.SelectedIndexChanged += listView_NoCapture_SelectedIndexChanged; listView_NoCapture.KeyDown += listView_NoCapture_KeyDown; listView_NoCapture.BeforeLabelEdit += listView_NoCapture_BeforeLabelEdit; listView_NoCapture.AfterLabelEdit += listView_NoCapture_AfterLabelEdit; clmnHeader_NoCapture.Width = 0x1d8; btnOFD_NoCapture.Anchor = AnchorStyles.Right | AnchorStyles.Top; btnOFD_NoCapture.Location = new Point(0x19b, 0x10); btnOFD_NoCapture.Size = new Size(0x19, 0x17); btnOFD_NoCapture.TabIndex = 0; btnOFD_NoCapture.Text = "..."; btnOFD_NoCapture.UseVisualStyleBackColor = true; btnOFD_NoCapture.Click += btnOFD_NoCapture_Click; btnAdd_NoCapture.Anchor = AnchorStyles.Right | AnchorStyles.Top; btnAdd_NoCapture.Location = new Point(0x1ba, 0x10); btnAdd_NoCapture.Size = new Size(0x19, 0x17); btnAdd_NoCapture.TabIndex = 1; btnAdd_NoCapture.Text = "+"; btnAdd_NoCapture.UseVisualStyleBackColor = true; btnAdd_NoCapture.Click += btnAdd_NoCapture_Click; btnRemove_NoCapture.Anchor = AnchorStyles.Right | AnchorStyles.Top; btnRemove_NoCapture.Enabled = false; btnRemove_NoCapture.Location = new Point(0x1d9, 0x10); btnRemove_NoCapture.Size = new Size(0x19, 0x17); btnRemove_NoCapture.TabIndex = 2; btnRemove_NoCapture.Text = "-"; btnRemove_NoCapture.UseVisualStyleBackColor = true; btnRemove_NoCapture.Click += btnRemove_NoCapture_Click; cmbSpclFol_NoCapture.Anchor = AnchorStyles.Left | AnchorStyles.Top; cmbSpclFol_NoCapture.DropDownStyle = ComboBoxStyle.DropDownList; cmbSpclFol_NoCapture.Location = new Point(5, 0xd4); cmbSpclFol_NoCapture.Size = new Size(150, 0x15); cmbSpclFol_NoCapture.TabIndex = 3; btnAddSpcFol_NoCapture.Anchor = AnchorStyles.Left | AnchorStyles.Top; btnAddSpcFol_NoCapture.Location = new Point(0x9e, 0xd3); btnAddSpcFol_NoCapture.Size = new Size(0x19, 0x17); btnAddSpcFol_NoCapture.Text = "+"; btnAddSpcFol_NoCapture.TabIndex = 4; btnAddSpcFol_NoCapture.Click += btnAddSpcFol_NoCapture_Click; AutoScaleDimensions = new SizeF(6f, 13f); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(0x211, 0x269); MinimumSize = new Size(0x221, 0x28e); Controls.Add(tabControl1); Controls.Add(lblVer); Controls.Add(btnOK); Controls.Add(btnCancel); Controls.Add(btnApply); MaximizeBox = false; ShowIcon = false; StartPosition = FormStartPosition.CenterParent; Text = "QTTabBar Options"; FormClosing += OptionsDialog_FormClosing; tabControl1.ResumeLayout(false); tabPage1_Gnrl.ResumeLayout(false); tabPage1_Gnrl.PerformLayout(); tabPage2_Tabs.ResumeLayout(false); tabPage2_Tabs.PerformLayout(); tabPage3_Wndw.ResumeLayout(false); tabPage3_Wndw.PerformLayout(); tabPage4_View.ResumeLayout(false); tabPage4_View.PerformLayout(); tabPage5_Grps.ResumeLayout(false); tabPage5_Grps.PerformLayout(); tabPage6_Apps.ResumeLayout(false); tabPage6_Apps.PerformLayout(); tabPage7_Plug.ResumeLayout(false); tabPage7_Plug.PerformLayout(); tabPage8_Keys.ResumeLayout(false); tabPage8_Keys.PerformLayout(); tabPage9_Misc.ResumeLayout(false); tabPage9_Misc.PerformLayout(); tabPageA_Path.ResumeLayout(false); tabPageA_Path.PerformLayout(); nudMaxRecentFile.EndInit(); nudMaxUndo.EndInit(); nudNetworkTimeOut.EndInit(); nudTabWidthMin.EndInit(); nudTabWidthMax.EndInit(); nudTabHeight.EndInit(); nudTabWidth.EndInit(); nudPreviewMaxHeight.EndInit(); nudPreviewMaxWidth.EndInit(); ResumeLayout(false); PerformLayout(); }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { panelMetadataFile = new Panel(); txtOutput = new TextBox(); tabControlMain = new TabControl(); cboMetadataFile = new ComboBox(); pageOutput = new TabPage(); pageTemplate = new TabPage(); tabControlMain.SuspendLayout(); pageOutput.SuspendLayout(); SuspendLayout(); // // panelMetadataFile // panelMetadataFile.Dock = DockStyle.Fill; panelMetadataFile.Location = new Point(0, 21); panelMetadataFile.Name = "panelMetadataFile"; panelMetadataFile.Size = new Size(640, 465); panelMetadataFile.TabIndex = 3; // // txtOutput // txtOutput.BackColor = SystemColors.Window; txtOutput.Dock = DockStyle.Fill; txtOutput.Font = new Font("Courier New", 9.75F, FontStyle.Regular, GraphicsUnit.Point, 0); txtOutput.Location = new Point(0, 0); txtOutput.Multiline = true; txtOutput.Name = "txtOutput"; txtOutput.ReadOnly = true; txtOutput.ScrollBars = ScrollBars.Both; txtOutput.Size = new Size(640, 486); txtOutput.TabIndex = 4; txtOutput.Text = ""; txtOutput.WordWrap = false; // // tabControlMain // tabControlMain.Alignment = TabAlignment.Bottom; tabControlMain.Controls.Add(pageTemplate); tabControlMain.Controls.Add(pageOutput); tabControlMain.Dock = DockStyle.Fill; tabControlMain.Location = new Point(0, 0); tabControlMain.Name = "tabControlMain"; tabControlMain.SelectedIndex = 0; tabControlMain.Size = new Size(648, 512); tabControlMain.TabIndex = 3; // // cboMetadataFile // cboMetadataFile.Dock = DockStyle.Top; cboMetadataFile.DropDownStyle = ComboBoxStyle.DropDownList; cboMetadataFile.Location = new Point(0, 0); cboMetadataFile.Name = "cboMetadataFile"; cboMetadataFile.Size = new Size(640, 21); cboMetadataFile.TabIndex = 2; cboMetadataFile.SelectionChangeCommitted += new EventHandler(cboMetadataFile_SelectionChangeCommitted); // // pageOutput // pageOutput.Controls.Add(txtOutput); pageOutput.Location = new Point(4, 4); pageOutput.Name = "pageOutput"; pageOutput.Size = new Size(640, 486); pageOutput.TabIndex = 0; pageOutput.Text = "Preview Output"; // // pageTemplate // pageTemplate.Location = new Point(4, 4); pageTemplate.Name = "pageTemplate"; pageTemplate.Size = new Size(640, 486); pageTemplate.TabIndex = 3; pageTemplate.Text = "Template"; // // CodeGenerationTemplateEditor // Controls.Add(tabControlMain); Name = "CodeGenerationTemplateEditor"; Size = new Size(648, 512); tabControlMain.ResumeLayout(false); pageOutput.ResumeLayout(false); ResumeLayout(false); }
private static TabControl InitTabControl() { TabControl tab = new TabControl(); tab.SuspendLayout(); return tab; }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { components = new Container(); ComponentResourceManager resources = new ComponentResourceManager(typeof(frmExplorer)); mainMenu1 = new MainMenu(components); menuItem1 = new MenuItem(); OpenDBmenu = new MenuItem(); CreateDBMenu = new MenuItem(); CheckIntegrity = new MenuItem(); menuItem3 = new MenuItem(); ExitAppMenu = new MenuItem(); menuItem2 = new MenuItem(); AddAreaMenu = new MenuItem(); objExecuteSQL = new MenuItem(); objOpenTableSQL = new MenuItem(); objRenameTableSQL = new MenuItem(); objAddColumnSQL = new MenuItem(); objRemoveColumnSQL = new MenuItem(); objDeleteRowSQL = new MenuItem(); objCreateTableSQL = new MenuItem(); objDeleteTableSQL = new MenuItem(); TreeViewContextMenu = new ContextMenu(); TreeViewTablesMenu = new ContextMenu(); toolBar1 = new ToolBar(); OpenDatabase = new ToolBarButton(); IntegrityCheck = new ToolBarButton(); Separator = new ToolBarButton(); ExecuteSQL = new ToolBarButton(); ToolBarImages = new ImageList(components); sqlStatementTextBox = new FastColoredTextBox(); statusStrip1 = new StatusStrip(); StatusStripLog = new ToolStripStatusLabel(); splitContainer1 = new SplitContainer(); splitContainer2 = new SplitContainer(); SQLAreaTabControl = new TabControlEx(); tabPage1 = new TabPage(); silverMonkeyFCTB1 = new SilverMonkeyFCTB(); SqlResultsListView = new ListView_NoFlicker(); tabControl1 = new TabControl(); tabPage2 = new TabPage(); tabPage3 = new TabPage(); DatabaseTreeView = new TreeView(); ((ISupportInitialize)(sqlStatementTextBox)).BeginInit(); statusStrip1.SuspendLayout(); ((ISupportInitialize)(splitContainer1)).BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); ((ISupportInitialize)(splitContainer2)).BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); SQLAreaTabControl.SuspendLayout(); tabPage1.SuspendLayout(); ((ISupportInitialize)(silverMonkeyFCTB1)).BeginInit(); tabControl1.SuspendLayout(); tabPage2.SuspendLayout(); SuspendLayout(); // // mainMenu1 // mainMenu1.MenuItems.AddRange(new MenuItem[] { menuItem1, menuItem2}); // // menuItem1 // menuItem1.Index = 0; menuItem1.MenuItems.AddRange(new MenuItem[] { OpenDBmenu, CreateDBMenu, CheckIntegrity, menuItem3, ExitAppMenu}); menuItem1.Text = "File"; // // OpenDBmenu // OpenDBmenu.Index = 0; OpenDBmenu.Text = "Open Database"; OpenDBmenu.Click += new EventHandler(OpenDBmenu_Click); // // CreateDBMenu // CreateDBMenu.Index = 1; CreateDBMenu.Text = "Create Database"; CreateDBMenu.Click += new EventHandler(CreateDBMenu_Click); // // CheckIntegrity // CheckIntegrity.Index = 2; CheckIntegrity.Text = "Check DB Integrity"; CheckIntegrity.Click += new EventHandler(CheckIntegrity_Click); // // menuItem3 // menuItem3.Index = 3; menuItem3.Text = "-"; // // ExitAppMenu // ExitAppMenu.Index = 4; ExitAppMenu.Text = "Exit"; ExitAppMenu.Click += new EventHandler(ExitAppMenu_Click); // // menuItem2 // menuItem2.Index = 1; menuItem2.MenuItems.AddRange(new MenuItem[] { AddAreaMenu}); menuItem2.Text = "SQLArea"; // // AddAreaMenu // AddAreaMenu.Index = 0; AddAreaMenu.Text = "Add Area"; AddAreaMenu.Click += new EventHandler(AddAreaMenu_Click); // // objExecuteSQL // objExecuteSQL.Index = -1; objExecuteSQL.Text = "Execute"; objExecuteSQL.Click += new EventHandler(objExecuteSQL_Click); // // objOpenTableSQL // objOpenTableSQL.Index = 0; objOpenTableSQL.Text = "Open Table"; objOpenTableSQL.Click += new EventHandler(objOpenTableSQL_Click); // // objRenameTableSQL // objRenameTableSQL.Index = 1; objRenameTableSQL.Text = "Rename"; objRenameTableSQL.Click += new EventHandler(objRenameTableSQL_Click); // // objAddColumnSQL // objAddColumnSQL.Index = 2; objAddColumnSQL.Text = "Add Column"; objAddColumnSQL.Click += new EventHandler(objAddColumnSQL_Click); // // objRemoveColumnSQL // objRemoveColumnSQL.Index = 3; objRemoveColumnSQL.Text = "Remove Column"; objRemoveColumnSQL.Click += new EventHandler(objRemoveColumnSQL_Click); // // objDeleteRowSQL // objDeleteRowSQL.Index = -1; objDeleteRowSQL.Text = "Delete Row"; objDeleteRowSQL.Click += new EventHandler(objDeleteRowSQL_Click); // // objCreateTableSQL // objCreateTableSQL.Index = 0; objCreateTableSQL.Text = "Create Table"; objCreateTableSQL.Click += new EventHandler(objCreateTableSQL_Click); // // objDeleteTableSQL // objDeleteTableSQL.Index = 4; objDeleteTableSQL.Text = "Delete Table"; objDeleteTableSQL.Click += new EventHandler(objDeleteTableSQL_Click); // // TreeViewContextMenu // TreeViewContextMenu.MenuItems.AddRange(new MenuItem[] { objOpenTableSQL, objRenameTableSQL, objAddColumnSQL, objRemoveColumnSQL, objDeleteTableSQL}); // // TreeViewTablesMenu // TreeViewTablesMenu.MenuItems.AddRange(new MenuItem[] { objCreateTableSQL}); // // toolBar1 // toolBar1.Buttons.AddRange(new ToolBarButton[] { OpenDatabase, IntegrityCheck, Separator, ExecuteSQL}); toolBar1.DropDownArrows = true; toolBar1.ImageList = ToolBarImages; toolBar1.Location = new Point(0, 0); toolBar1.Name = "toolBar1"; toolBar1.ShowToolTips = true; toolBar1.Size = new Size(840, 28); toolBar1.TabIndex = 11; toolBar1.ButtonClick += new ToolBarButtonClickEventHandler(toolBar1_ButtonClick); // // OpenDatabase // OpenDatabase.ImageIndex = 0; OpenDatabase.Name = "OpenDatabase"; OpenDatabase.Tag = "OpenDatabase"; OpenDatabase.ToolTipText = "Open Database"; // // IntegrityCheck // IntegrityCheck.ImageIndex = 3; IntegrityCheck.Name = "IntegrityCheck"; IntegrityCheck.Tag = "IntegrityCheck"; IntegrityCheck.ToolTipText = "Integrity Check"; // // Separator // Separator.Name = "Separator"; Separator.Style = ToolBarButtonStyle.Separator; // // ExecuteSQL // ExecuteSQL.ImageIndex = 1; ExecuteSQL.Name = "ExecuteSQL"; ExecuteSQL.Tag = "ExecuteSQL"; ExecuteSQL.ToolTipText = "Execute SQL"; // // ToolBarImages // ToolBarImages.ImageStream = ((ImageListStreamer)(resources.GetObject("ToolBarImages.ImageStream"))); ToolBarImages.TransparentColor = System.Drawing.Color.Transparent; ToolBarImages.Images.SetKeyName(0, ""); ToolBarImages.Images.SetKeyName(1, ""); ToolBarImages.Images.SetKeyName(2, ""); ToolBarImages.Images.SetKeyName(3, ""); // // sqlStatementTextBox // sqlStatementTextBox.AutoCompleteBracketsList = new char[] { '(', ')', '{', '}', '[', ']', '\"', '\"', '\'', '\''}; sqlStatementTextBox.AutoScrollMinSize = new Size(2, 14); sqlStatementTextBox.BackBrush = null; sqlStatementTextBox.CharHeight = 14; sqlStatementTextBox.CharWidth = 8; sqlStatementTextBox.Cursor = Cursors.IBeam; sqlStatementTextBox.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180))))); sqlStatementTextBox.Font = new System.Drawing.Font("Courier New", 9.75F); sqlStatementTextBox.IsReplaceMode = false; sqlStatementTextBox.Location = new Point(0, 0); sqlStatementTextBox.Name = "sqlStatementTextBox"; sqlStatementTextBox.Paddings = new Padding(0); sqlStatementTextBox.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); sqlStatementTextBox.ServiceColors = ((ServiceColors)(resources.GetObject("sqlStatementTextBox.ServiceColors"))); sqlStatementTextBox.Size = new Size(150, 150); sqlStatementTextBox.TabIndex = 0; sqlStatementTextBox.Zoom = 100; // // statusStrip1 // statusStrip1.Items.AddRange(new ToolStripItem[] { StatusStripLog}); statusStrip1.Location = new Point(0, 361); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new Size(840, 22); statusStrip1.TabIndex = 18; statusStrip1.Text = "statusStrip1"; // // StatusStripLog // StatusStripLog.Name = "StatusStripLog"; StatusStripLog.Size = new Size(50, 17); StatusStripLog.Text = "Execute: Ready"; // // splitContainer1 // splitContainer1.Dock = DockStyle.Fill; splitContainer1.Location = new Point(0, 28); splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // splitContainer1.Panel1.Controls.Add(tabControl1); // // splitContainer1.Panel2 // splitContainer1.Panel2.Controls.Add(splitContainer2); splitContainer1.Size = new Size(840, 333); splitContainer1.SplitterDistance = 280; splitContainer1.TabIndex = 19; // // splitContainer2 // splitContainer2.Dock = DockStyle.Fill; splitContainer2.Location = new Point(0, 0); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // splitContainer2.Panel1.Controls.Add(SQLAreaTabControl); splitContainer2.Panel1.Padding = new Padding(5); // // splitContainer2.Panel2 // splitContainer2.Panel2.Controls.Add(SqlResultsListView); splitContainer2.Size = new Size(556, 333); splitContainer2.SplitterDistance = 158; splitContainer2.TabIndex = 21; // // SQLAreaTabControl // SQLAreaTabControl.Controls.Add(tabPage1); SQLAreaTabControl.Dock = DockStyle.Fill; SQLAreaTabControl.Location = new Point(5, 5); SQLAreaTabControl.Name = "SQLAreaTabControl"; SQLAreaTabControl.SelectedIndex = 0; SQLAreaTabControl.Size = new Size(546, 148); SQLAreaTabControl.TabIndex = 0; SQLAreaTabControl.CloseButtonClick += SQLAreaTabControl_CloseButtonClick; SQLAreaTabControl.MouseDown += new MouseEventHandler(SQLAreaTabControl_MouseDown); // // tabPage1 // tabPage1.Controls.Add(silverMonkeyFCTB1); tabPage1.Location = new Point(4, 22); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(3); tabPage1.Size = new Size(538, 122); tabPage1.TabIndex = 0; tabPage1.Text = "SQL "; tabPage1.UseVisualStyleBackColor = true; // // silverMonkeyFCTB1 // silverMonkeyFCTB1.AutoCompleteBracketsList = new char[] { '(', ')', '{', '}', '[', ']', '\"', '\"', '\'', '\''}; silverMonkeyFCTB1.AutoIndentCharsPatterns = ""; silverMonkeyFCTB1.AutoScrollMinSize = new Size(27, 14); silverMonkeyFCTB1.BackBrush = null; silverMonkeyFCTB1.CharHeight = 14; silverMonkeyFCTB1.CharWidth = 8; silverMonkeyFCTB1.CommentPrefix = "--"; silverMonkeyFCTB1.Cursor = Cursors.IBeam; silverMonkeyFCTB1.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180))))); silverMonkeyFCTB1.Dock = DockStyle.Fill; silverMonkeyFCTB1.IsReplaceMode = false; silverMonkeyFCTB1.Language = FastColoredTextBoxNS.Language.SQL; silverMonkeyFCTB1.LeftBracket = '('; silverMonkeyFCTB1.Location = new Point(3, 3); silverMonkeyFCTB1.Name = "silverMonkeyFCTB1"; silverMonkeyFCTB1.Paddings = new Padding(0); silverMonkeyFCTB1.RightBracket = ')'; silverMonkeyFCTB1.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255))))); silverMonkeyFCTB1.ServiceColors = ((ServiceColors)(resources.GetObject("silverMonkeyFCTB1.ServiceColors"))); silverMonkeyFCTB1.Size = new Size(532, 116); silverMonkeyFCTB1.TabIndex = 0; silverMonkeyFCTB1.Zoom = 100; // // SqlResultsListView // SqlResultsListView.Dock = DockStyle.Fill; SqlResultsListView.FullRowSelect = true; SqlResultsListView.GridLines = true; SqlResultsListView.LabelEdit = true; SqlResultsListView.LargeImageList = ToolBarImages; SqlResultsListView.Location = new Point(0, 0); SqlResultsListView.Name = "SqlResultsListView"; SqlResultsListView.Size = new Size(556, 171); SqlResultsListView.TabIndex = 0; SqlResultsListView.UseCompatibleStateImageBehavior = false; SqlResultsListView.View = View.Details; // // tabControl1 // tabControl1.Controls.Add(tabPage2); tabControl1.Controls.Add(tabPage3); tabControl1.Dock = DockStyle.Fill; tabControl1.Location = new Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new Size(280, 333); tabControl1.TabIndex = 1; // // tabPage2 // tabPage2.Controls.Add(DatabaseTreeView); tabPage2.Location = new Point(4, 22); tabPage2.Name = "tabPage2"; tabPage2.Padding = new Padding(3); tabPage2.Size = new Size(272, 307); tabPage2.TabIndex = 0; tabPage2.Text = "Database"; tabPage2.UseVisualStyleBackColor = true; // // tabPage3 // tabPage3.Location = new Point(4, 22); tabPage3.Name = "tabPage3"; tabPage3.Padding = new Padding(3); tabPage3.Size = new Size(272, 307); tabPage3.TabIndex = 1; tabPage3.Text = "Templates"; tabPage3.UseVisualStyleBackColor = true; // // DatabaseTreeView // DatabaseTreeView.Dock = DockStyle.Fill; DatabaseTreeView.Location = new Point(3, 3); DatabaseTreeView.Name = "DatabaseTreeView"; DatabaseTreeView.Size = new Size(266, 301); DatabaseTreeView.TabIndex = 1; DatabaseTreeView.MouseDown += new MouseEventHandler(DatabaseTreeView_MouseDown); DatabaseTreeView.MouseDoubleClick += DatabaseTreeView_MouseDoubleClick; DatabaseTreeView.AfterExpand += DatabaseTreeView_AfterExpand; // // frmExplorer // AutoScaleBaseSize = new Size(5, 13); ClientSize = new Size(840, 383); Controls.Add(splitContainer1); Controls.Add(statusStrip1); Controls.Add(toolBar1); Icon = ((Icon)(resources.GetObject("$this.Icon"))); Menu = mainMenu1; Name = "frmExplorer"; Text = "TSProjects: Data Monkey"; ((ISupportInitialize)(sqlStatementTextBox)).EndInit(); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel2.ResumeLayout(false); ((ISupportInitialize)(splitContainer1)).EndInit(); splitContainer1.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); ((ISupportInitialize)(splitContainer2)).EndInit(); splitContainer2.ResumeLayout(false); SQLAreaTabControl.ResumeLayout(false); tabPage1.ResumeLayout(false); ((ISupportInitialize)(silverMonkeyFCTB1)).EndInit(); tabControl1.ResumeLayout(false); tabPage2.ResumeLayout(false); ResumeLayout(false); PerformLayout(); }
public TabControl loadinnercontrols() { TabControl InnertabControl = new TabControl(); TabPage AllData = new TabPage(); TabPage NewData = new TabPage(); InnertabControl = new System.Windows.Forms.TabControl(); AllData = new TabPage(); NewData = new System.Windows.Forms.TabPage(); InnertabControl.SuspendLayout(); // // InnertabControl // InnertabControl.Alignment = System.Windows.Forms.TabAlignment.Bottom; InnertabControl.Controls.Add(AllData); InnertabControl.Controls.Add(NewData); InnertabControl.Dock = System.Windows.Forms.DockStyle.Fill; InnertabControl.Location = new Point(0, 0); InnertabControl.Multiline = true; InnertabControl.Name = "InnertabControl"; InnertabControl.SelectedIndex = 0; InnertabControl.Size = new System.Drawing.Size(521, 306); InnertabControl.TabIndex = 0; // // AllData // AllData.Location = new Point(4, 4); AllData.Name = "AllData"; AllData.Padding = new System.Windows.Forms.Padding(3); AllData.Size = new System.Drawing.Size(513, 280); AllData.TabIndex = 0; AllData.Text = "All Data"; AllData.UseVisualStyleBackColor = true; // // NewData // NewData.Location = new Point(4, 4); NewData.Name = "NewData"; NewData.Padding = new System.Windows.Forms.Padding(3); NewData.Size = new System.Drawing.Size(513, 280); NewData.TabIndex = 1; NewData.Text = "New Data"; NewData.UseVisualStyleBackColor = true; return InnertabControl; }
private void GenerateGB(string name, out GroupBox GB) { GB = new GroupBox(); GB.Name = name; GB.Text = name; TabControl tabControl_month; TabPage tabPage_cash; Button button_new; Button button_save; GroupBox groupbox_cash; ComboBox comboBox_day; ComboBox comboBox_cycle; NumericUpDown numericUpDown_volume; NumericUpDown numericUpDown_rate; Label label3; Label label10; Label label2; Label label7; Label label6; Label label4; Label label8; Label label5; TextBox textBox_phone; TextBox textBox_comment; TextBox textBox_contact; TextBox textBox_name; Label label1; NumericUpDown numericUpDown_cash; TabPage tabPage_invest; Label label18; NumericUpDown numericUpDown_invest; GroupBox groupBox_invest; ComboBox comboBox_dayinvest; ComboBox comboBox_cycleinvest; Button button_stopinvest; NumericUpDown numericUpDown_volumeinvest; NumericUpDown numericUpDown_rateinvest; Button button_updateinvest; Label label9; Label label11; Label label12; Label label13; Label label14; Label label15; Label label16; Label label17; TextBox textBox_telephoneinvest; TextBox textBox_commentinvest; TextBox textBox_contactinvest; TextBox textBox_nameinvest; ListBox listBox_invest; TabPage tabPage_debt; Label label23; NumericUpDown numericUpDown_debt; GroupBox groupBox_debt; ComboBox comboBox_daydebt; Label label22; ComboBox comboBox_cycledebt; NumericUpDown numericUpDown_volumedebt; Label label19; Button button3; Label label20; Label label21; Label label24; TextBox textBox_commentdebt; TextBox textBox_namedebt; Button button_stopdebt; Button button_updatedebt; Button button_newdebt; ListBox listBox_debt; TabPage tabPage_payout; DataGridView dataGridView_payout; Button button_savepayout; Label label25; NumericUpDown numericUpDown_payout; TabPage tabPage_income; DataGridView dataGridView_income; Button button_saveincome; Label label26; NumericUpDown numericUpDown_income; DataGridViewTextBoxColumn Column_payout_day; DataGridViewTextBoxColumn Column_payout_volume; DataGridViewTextBoxColumn Column_payout_comment; DataGridViewTextBoxColumn Column_income_day; DataGridViewTextBoxColumn Column_income_volume; DataGridViewTextBoxColumn Column_income_comment; ContextMenuStrip contextMenuStrip1; ToolStripMenuItem ToolStripMenuItem_delete; tabControl_month = new TabControl(); tabPage_cash = new TabPage(); button_new = new Button(); button_save = new Button(); groupbox_cash = new GroupBox(); comboBox_day = new ComboBox(); comboBox_cycle = new ComboBox(); numericUpDown_volume = new NumericUpDown(); numericUpDown_rate = new NumericUpDown(); label3 = new Label(); label10 = new Label(); label2 = new Label(); label7 = new Label(); label6 = new Label(); label4 = new Label(); label8 = new Label(); label5 = new Label(); textBox_phone = new TextBox(); textBox_comment = new TextBox(); textBox_contact = new TextBox(); textBox_name = new TextBox(); label1 = new Label(); numericUpDown_cash = new NumericUpDown(); tabPage_invest = new TabPage(); label18 = new Label(); numericUpDown_invest = new NumericUpDown(); groupBox_invest = new GroupBox(); comboBox_dayinvest = new ComboBox(); comboBox_cycleinvest = new ComboBox(); button_stopinvest = new Button(); numericUpDown_volumeinvest = new NumericUpDown(); numericUpDown_rateinvest = new NumericUpDown(); button_updateinvest = new Button(); label9 = new Label(); label11 = new Label(); label12 = new Label(); label13 = new Label(); label14 = new Label(); label15 = new Label(); label16 = new Label(); label17 = new Label(); textBox_telephoneinvest = new TextBox(); textBox_commentinvest = new TextBox(); textBox_contactinvest = new TextBox(); textBox_nameinvest = new TextBox(); listBox_invest = new ListBox(); tabPage_debt = new TabPage(); label23 = new Label(); numericUpDown_debt = new NumericUpDown(); groupBox_debt = new GroupBox(); comboBox_daydebt = new ComboBox(); label22 = new Label(); comboBox_cycledebt = new ComboBox(); numericUpDown_volumedebt = new NumericUpDown(); label19 = new Label(); button3 = new Button(); label20 = new Label(); label21 = new Label(); label24 = new Label(); textBox_commentdebt = new TextBox(); textBox_namedebt = new TextBox(); button_stopdebt = new Button(); button_updatedebt = new Button(); button_newdebt = new Button(); listBox_debt = new ListBox(); tabPage_payout = new TabPage(); dataGridView_payout = new DataGridView(); button_savepayout = new Button(); label25 = new Label(); numericUpDown_payout = new NumericUpDown(); tabPage_income = new TabPage(); dataGridView_income = new DataGridView(); button_saveincome = new Button(); label26 = new Label(); numericUpDown_income = new NumericUpDown(); Column_payout_day = new DataGridViewTextBoxColumn(); Column_payout_volume = new DataGridViewTextBoxColumn(); Column_payout_comment = new DataGridViewTextBoxColumn(); Column_income_day = new DataGridViewTextBoxColumn(); Column_income_volume = new DataGridViewTextBoxColumn(); Column_income_comment = new DataGridViewTextBoxColumn(); contextMenuStrip1 = new ContextMenuStrip(); ToolStripMenuItem_delete = new ToolStripMenuItem(); contextMenuStrip1.SuspendLayout(); GB.SuspendLayout(); tabControl_month.SuspendLayout(); tabPage_cash.SuspendLayout(); groupbox_cash.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_volume)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_rate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_cash)).BeginInit(); tabPage_invest.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_invest)).BeginInit(); groupBox_invest.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_volumeinvest)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_rateinvest)).BeginInit(); tabPage_debt.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_debt)).BeginInit(); groupBox_debt.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_volumedebt)).BeginInit(); tabPage_payout.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(dataGridView_payout)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_payout)).BeginInit(); tabPage_income.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(dataGridView_income)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_income)).BeginInit(); SuspendLayout(); // // groupBox_month // GB.Controls.Add(tabControl_month); GB.Size = new System.Drawing.Size(735, 255); GB.TabIndex = 1; GB.TabStop = false; // // tabControl_month // tabControl_month.Controls.Add(tabPage_cash); tabControl_month.Controls.Add(tabPage_invest); tabControl_month.Controls.Add(tabPage_debt); tabControl_month.Controls.Add(tabPage_payout); tabControl_month.Controls.Add(tabPage_income); tabControl_month.Dock = DockStyle.Fill; tabControl_month.ItemSize = new System.Drawing.Size(145, 20); tabControl_month.Location = new System.Drawing.Point(3, 17); tabControl_month.Name = "tabControl_month"; tabControl_month.RightToLeft = RightToLeft.No; tabControl_month.SelectedIndex = 0; tabControl_month.Size = new System.Drawing.Size(729, 235); tabControl_month.SizeMode = TabSizeMode.Fixed; tabControl_month.TabIndex = 2; // // tabPage_cash // tabPage_cash.Controls.Add(button_new); tabPage_cash.Controls.Add(button_save); tabPage_cash.Controls.Add(groupbox_cash); tabPage_cash.Controls.Add(label1); tabPage_cash.Controls.Add(numericUpDown_cash); tabPage_cash.Location = new System.Drawing.Point(4, 24); tabPage_cash.Name = "tabPage_cash"; tabPage_cash.Padding = new Padding(3); tabPage_cash.Size = new System.Drawing.Size(721, 207); tabPage_cash.TabIndex = 0; tabPage_cash.Text = "现金"; tabPage_cash.UseVisualStyleBackColor = true; // // button_new // button_new.Location = new System.Drawing.Point(624, 111); button_new.Name = "button_new"; button_new.Size = new System.Drawing.Size(75, 23); button_new.FlatStyle = FlatStyle.Flat; button_new.FlatAppearance.BorderSize = 0; button_new.TabIndex = 7; button_new.Text = "清 空"; button_new.UseVisualStyleBackColor = true; // // button_save // button_save.Location = new System.Drawing.Point(624, 151); button_save.Name = "button_save"; button_save.Size = new System.Drawing.Size(75, 23); button_save.TabIndex = 7; button_save.Text = "保存新投资"; button_save.UseVisualStyleBackColor = true; // // groupbox_cash // groupbox_cash.Controls.Add(comboBox_day); groupbox_cash.Controls.Add(comboBox_cycle); groupbox_cash.Controls.Add(numericUpDown_volume); groupbox_cash.Controls.Add(numericUpDown_rate); groupbox_cash.Controls.Add(label3); groupbox_cash.Controls.Add(label10); groupbox_cash.Controls.Add(label2); groupbox_cash.Controls.Add(label7); groupbox_cash.Controls.Add(label6); groupbox_cash.Controls.Add(label4); groupbox_cash.Controls.Add(label8); groupbox_cash.Controls.Add(label5); groupbox_cash.Controls.Add(textBox_phone); groupbox_cash.Controls.Add(textBox_comment); groupbox_cash.Controls.Add(textBox_contact); groupbox_cash.Controls.Add(textBox_name); groupbox_cash.Location = new System.Drawing.Point(136, 20); groupbox_cash.Name = "groupbox_cash"; groupbox_cash.Size = new System.Drawing.Size(471, 167); groupbox_cash.TabIndex = 6; groupbox_cash.TabStop = false; // // comboBox_day // comboBox_day.DropDownStyle = ComboBoxStyle.DropDownList; comboBox_day.FormattingEnabled = true; comboBox_day.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"}); comboBox_day.Location = new System.Drawing.Point(350, 81); comboBox_day.Name = "comboBox_day"; comboBox_day.Size = new System.Drawing.Size(100, 20); comboBox_day.TabIndex = 6; // // comboBox_cycle // comboBox_cycle.DropDownStyle = ComboBoxStyle.DropDownList; comboBox_cycle.FormattingEnabled = true; comboBox_cycle.Items.AddRange(new object[] { "不定期", "每月", "每季度", "每半年", "每年"}); comboBox_cycle.Location = new System.Drawing.Point(236, 81); comboBox_cycle.Name = "comboBox_cycle"; comboBox_cycle.Size = new System.Drawing.Size(100, 20); comboBox_cycle.TabIndex = 6; // // numericUpDown_volume // numericUpDown_volume.Location = new System.Drawing.Point(6, 81); numericUpDown_volume.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); numericUpDown_volume.Name = "numericUpDown_volume"; numericUpDown_volume.Size = new System.Drawing.Size(100, 21); numericUpDown_volume.TabIndex = 4; numericUpDown_volume.TextAlign = HorizontalAlignment.Right; // // numericUpDown_rate // numericUpDown_rate.DecimalPlaces = 2; numericUpDown_rate.Increment = new decimal(new int[] { 1, 0, 0, 131072}); numericUpDown_rate.Location = new System.Drawing.Point(121, 81); numericUpDown_rate.Maximum = new decimal(new int[] { 1, 0, 0, 0}); numericUpDown_rate.Name = "numericUpDown_rate"; numericUpDown_rate.Size = new System.Drawing.Size(100, 21); numericUpDown_rate.TabIndex = 4; numericUpDown_rate.TextAlign = HorizontalAlignment.Right; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(236, 14); label3.Name = "label3"; label3.Size = new System.Drawing.Size(53, 12); label3.TabIndex = 3; label3.Text = "联系电话"; // // label10 // label10.AutoSize = true; label10.Location = new System.Drawing.Point(6, 64); label10.Name = "label10"; label10.Size = new System.Drawing.Size(65, 12); label10.TabIndex = 3; label10.Text = "资金量(万)"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(121, 64); label2.Name = "label2"; label2.Size = new System.Drawing.Size(53, 12); label2.TabIndex = 3; label2.Text = "年化利率"; // // label7 // label7.AutoSize = true; label7.Location = new System.Drawing.Point(6, 116); label7.Name = "label7"; label7.Size = new System.Drawing.Size(29, 12); label7.TabIndex = 3; label7.Text = "备注"; // // label6 // label6.AutoSize = true; label6.Location = new System.Drawing.Point(350, 67); label6.Name = "label6"; label6.Size = new System.Drawing.Size(41, 12); label6.TabIndex = 3; label6.Text = "付息日"; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(121, 14); label4.Name = "label4"; label4.Size = new System.Drawing.Size(41, 12); label4.TabIndex = 3; label4.Text = "联系人"; // // label8 // label8.AutoSize = true; label8.Location = new System.Drawing.Point(236, 67); label8.Name = "label8"; label8.Size = new System.Drawing.Size(53, 12); label8.TabIndex = 3; label8.Text = "付息周期"; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(6, 14); label5.Name = "label5"; label5.Size = new System.Drawing.Size(77, 12); label5.TabIndex = 3; label5.Text = "投资项目名称"; // // textBox_phone // textBox_phone.Location = new System.Drawing.Point(236, 32); textBox_phone.MaxLength = 11; textBox_phone.Name = "textBox_phone"; textBox_phone.Size = new System.Drawing.Size(100, 21); textBox_phone.TabIndex = 2; // // textBox_comment // textBox_comment.Location = new System.Drawing.Point(6, 133); textBox_comment.Name = "textBox_comment"; textBox_comment.Size = new System.Drawing.Size(444, 21); textBox_comment.TabIndex = 2; // // textBox_contact // textBox_contact.Location = new System.Drawing.Point(121, 32); textBox_contact.MaxLength = 8; textBox_contact.Name = "textBox_contact"; textBox_contact.Size = new System.Drawing.Size(100, 21); textBox_contact.TabIndex = 2; // // textBox_name // textBox_name.Location = new System.Drawing.Point(6, 32); textBox_name.MaxLength = 32; textBox_name.Name = "textBox_name"; textBox_name.Size = new System.Drawing.Size(100, 21); textBox_name.TabIndex = 2; // // label1 // label1.AutoSize = true; label1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); label1.Location = new System.Drawing.Point(18, 25); label1.Name = "label1"; label1.Size = new System.Drawing.Size(84, 12); label1.TabIndex = 1; label1.Text = "本月现金(万)"; // // numericUpDown_cash // numericUpDown_cash.Location = new System.Drawing.Point(20, 40); numericUpDown_cash.Name = "numericUpDown_cash"; numericUpDown_cash.Enabled = false; numericUpDown_cash.Size = new System.Drawing.Size(87, 21); numericUpDown_cash.TabIndex = 0; numericUpDown_cash.TextAlign = HorizontalAlignment.Center; numericUpDown_cash.InterceptArrowKeys = false; numericUpDown_cash.Maximum = 100000; numericUpDown_cash.Minimum = -1000; numericUpDown_cash.Increment = 0.01M; numericUpDown_cash.DecimalPlaces = 2; // // tabPage_invest // tabPage_invest.Controls.Add(label18); tabPage_invest.Controls.Add(numericUpDown_invest); tabPage_invest.Controls.Add(groupBox_invest); tabPage_invest.Controls.Add(listBox_invest); tabPage_invest.Location = new System.Drawing.Point(4, 24); tabPage_invest.Name = "tabPage_invest"; tabPage_invest.Padding = new Padding(3); tabPage_invest.Size = new System.Drawing.Size(721, 207); tabPage_invest.TabIndex = 1; tabPage_invest.Text = "投资"; tabPage_invest.UseVisualStyleBackColor = true; // // label18 // label18.AutoSize = true; label18.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); label18.Location = new System.Drawing.Point(18, 25); label18.Name = "label18"; label18.Size = new System.Drawing.Size(84, 12); label18.TabIndex = 14; label18.Text = "本月投资(万)"; // // numericUpDown_invest // numericUpDown_invest.Location = new System.Drawing.Point(20, 40); numericUpDown_invest.Name = "numericUpDown_invest"; numericUpDown_invest.Enabled = false; numericUpDown_invest.Size = new System.Drawing.Size(87, 21); numericUpDown_invest.TabIndex = 13; numericUpDown_invest.TextAlign = HorizontalAlignment.Center; numericUpDown_invest.InterceptArrowKeys = false; numericUpDown_invest.Maximum = 100000; // // groupBox_invest // groupBox_invest.Controls.Add(comboBox_dayinvest); groupBox_invest.Controls.Add(comboBox_cycleinvest); groupBox_invest.Controls.Add(button_stopinvest); groupBox_invest.Controls.Add(numericUpDown_volumeinvest); groupBox_invest.Controls.Add(numericUpDown_rateinvest); groupBox_invest.Controls.Add(button_updateinvest); groupBox_invest.Controls.Add(label9); groupBox_invest.Controls.Add(label11); groupBox_invest.Controls.Add(label12); groupBox_invest.Controls.Add(label13); groupBox_invest.Controls.Add(label14); groupBox_invest.Controls.Add(label15); groupBox_invest.Controls.Add(label16); groupBox_invest.Controls.Add(label17); groupBox_invest.Controls.Add(textBox_telephoneinvest); groupBox_invest.Controls.Add(textBox_commentinvest); groupBox_invest.Controls.Add(textBox_contactinvest); groupBox_invest.Controls.Add(textBox_nameinvest); groupBox_invest.Location = new System.Drawing.Point(258, 6); groupBox_invest.Name = "groupBox_invest"; groupBox_invest.Size = new System.Drawing.Size(457, 195); groupBox_invest.TabIndex = 12; groupBox_invest.TabStop = false; // // comboBox_dayinvest // comboBox_dayinvest.DropDownStyle = ComboBoxStyle.DropDownList; comboBox_dayinvest.FormattingEnabled = true; comboBox_dayinvest.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"}); comboBox_dayinvest.Location = new System.Drawing.Point(350, 81); comboBox_dayinvest.Name = "comboBox_dayinvest"; comboBox_dayinvest.Size = new System.Drawing.Size(100, 20); comboBox_dayinvest.TabIndex = 6; // // comboBox_cycleinvest // comboBox_cycleinvest.DropDownStyle = ComboBoxStyle.DropDownList; comboBox_cycleinvest.FormattingEnabled = true; comboBox_cycleinvest.Items.AddRange(new object[] { "不定期", "每月", "每季度", "每半年", "每年"}); comboBox_cycleinvest.Location = new System.Drawing.Point(236, 81); comboBox_cycleinvest.Name = "comboBox_cycleinvest"; comboBox_cycleinvest.Size = new System.Drawing.Size(100, 20); comboBox_cycleinvest.TabIndex = 6; // // button_stopinvest // button_stopinvest.Location = new System.Drawing.Point(246, 160); button_stopinvest.Name = "button_stopinvest"; button_stopinvest.Size = new System.Drawing.Size(91, 25); button_stopinvest.TabIndex = 9; button_stopinvest.Text = "停止项目"; button_stopinvest.UseVisualStyleBackColor = true; // // numericUpDown_volumeinvest // numericUpDown_volumeinvest.Location = new System.Drawing.Point(6, 81); numericUpDown_volumeinvest.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); numericUpDown_volumeinvest.Name = "numericUpDown_volumeinvest"; numericUpDown_volumeinvest.Size = new System.Drawing.Size(100, 21); numericUpDown_volumeinvest.TabIndex = 4; numericUpDown_volumeinvest.TextAlign = HorizontalAlignment.Right; // // numericUpDown_rateinvest // numericUpDown_rateinvest.DecimalPlaces = 2; numericUpDown_rateinvest.Increment = new decimal(new int[] { 1, 0, 0, 131072}); numericUpDown_rateinvest.Location = new System.Drawing.Point(121, 81); numericUpDown_rateinvest.Maximum = new decimal(new int[] { 1, 0, 0, 0}); numericUpDown_rateinvest.Name = "numericUpDown_rateinvest"; numericUpDown_rateinvest.Size = new System.Drawing.Size(100, 21); numericUpDown_rateinvest.TabIndex = 4; numericUpDown_rateinvest.TextAlign = HorizontalAlignment.Right; // // button_updateinvest // button_updateinvest.Location = new System.Drawing.Point(359, 160); button_updateinvest.Name = "button_updateinvest"; button_updateinvest.Size = new System.Drawing.Size(91, 25); button_updateinvest.TabIndex = 8; button_updateinvest.Text = "更新项目"; button_updateinvest.UseVisualStyleBackColor = true; // // label9 // label9.AutoSize = true; label9.Location = new System.Drawing.Point(236, 14); label9.Name = "label9"; label9.Size = new System.Drawing.Size(53, 12); label9.TabIndex = 3; label9.Text = "联系电话"; // // label11 // label11.AutoSize = true; label11.Location = new System.Drawing.Point(6, 64); label11.Name = "label11"; label11.Size = new System.Drawing.Size(65, 12); label11.TabIndex = 3; label11.Text = "资金量(万)"; // // label12 // label12.AutoSize = true; label12.Location = new System.Drawing.Point(121, 64); label12.Name = "label12"; label12.Size = new System.Drawing.Size(53, 12); label12.TabIndex = 3; label12.Text = "年化利率"; // // label13 // label13.AutoSize = true; label13.Location = new System.Drawing.Point(6, 116); label13.Name = "label13"; label13.Size = new System.Drawing.Size(29, 12); label13.TabIndex = 3; label13.Text = "备注"; // // label14 // label14.AutoSize = true; label14.Location = new System.Drawing.Point(350, 67); label14.Name = "label14"; label14.Size = new System.Drawing.Size(41, 12); label14.TabIndex = 3; label14.Text = "付息日"; // // label15 // label15.AutoSize = true; label15.Location = new System.Drawing.Point(121, 14); label15.Name = "label15"; label15.Size = new System.Drawing.Size(41, 12); label15.TabIndex = 3; label15.Text = "联系人"; // // label16 // label16.AutoSize = true; label16.Location = new System.Drawing.Point(236, 67); label16.Name = "label16"; label16.Size = new System.Drawing.Size(53, 12); label16.TabIndex = 3; label16.Text = "付息周期"; // // label17 // label17.AutoSize = true; label17.Location = new System.Drawing.Point(6, 14); label17.Name = "label17"; label17.Size = new System.Drawing.Size(77, 12); label17.TabIndex = 3; label17.Text = "投资项目名称"; // // textBox_telephoneinvest // textBox_telephoneinvest.Location = new System.Drawing.Point(236, 32); textBox_telephoneinvest.MaxLength = 11; textBox_telephoneinvest.Name = "textBox_telephoneinvest"; textBox_telephoneinvest.Size = new System.Drawing.Size(100, 21); textBox_telephoneinvest.TabIndex = 2; // // textBox_commentinvest // textBox_commentinvest.Location = new System.Drawing.Point(6, 133); textBox_commentinvest.Name = "textBox_commentinvest"; textBox_commentinvest.Size = new System.Drawing.Size(444, 21); textBox_commentinvest.TabIndex = 2; // // textBox_contactinvest // textBox_contactinvest.Location = new System.Drawing.Point(121, 32); textBox_contactinvest.MaxLength = 8; textBox_contactinvest.Name = "textBox_contactinvest"; textBox_contactinvest.Size = new System.Drawing.Size(100, 21); textBox_contactinvest.TabIndex = 2; // // textBox_nameinvest // textBox_nameinvest.Location = new System.Drawing.Point(6, 32); textBox_nameinvest.MaxLength = 32; textBox_nameinvest.Name = "textBox_nameinvest"; textBox_nameinvest.Size = new System.Drawing.Size(100, 21); textBox_nameinvest.TabIndex = 2; // // listBox_invest // listBox_invest.FormattingEnabled = true; listBox_invest.ItemHeight = 12; listBox_invest.Location = new System.Drawing.Point(111, 5); listBox_invest.Name = "listBox_invest"; listBox_invest.ScrollAlwaysVisible = true; listBox_invest.Size = new System.Drawing.Size(141, 196); listBox_invest.TabIndex = 7; // // tabPage_debt // tabPage_debt.Controls.Add(label23); tabPage_debt.Controls.Add(numericUpDown_debt); tabPage_debt.Controls.Add(groupBox_debt); tabPage_debt.Controls.Add(button_stopdebt); tabPage_debt.Controls.Add(button_updatedebt); tabPage_debt.Controls.Add(button_newdebt); tabPage_debt.Controls.Add(listBox_debt); tabPage_debt.Location = new System.Drawing.Point(4, 24); tabPage_debt.Name = "tabPage_debt"; tabPage_debt.Padding = new Padding(3); tabPage_debt.Size = new System.Drawing.Size(721, 207); tabPage_debt.TabIndex = 4; tabPage_debt.Text = "生活支出"; tabPage_debt.UseVisualStyleBackColor = true; // // label23 // label23.AutoSize = true; label23.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); label23.Location = new System.Drawing.Point(18, 25); label23.Name = "label23"; label23.Size = new System.Drawing.Size(84, 12); label23.TabIndex = 25; label23.Text = "本月生活支出(万)"; // // numericUpDown_debt // numericUpDown_debt.Location = new System.Drawing.Point(20, 40); numericUpDown_debt.Name = "numericUpDown_debt"; numericUpDown_debt.Enabled = false; numericUpDown_debt.Size = new System.Drawing.Size(87, 21); numericUpDown_debt.TabIndex = 24; numericUpDown_debt.TextAlign = HorizontalAlignment.Center; numericUpDown_debt.InterceptArrowKeys = false; numericUpDown_debt.Maximum = 100000; numericUpDown_debt.DecimalPlaces = 2; // // groupBox_debt // groupBox_debt.Controls.Add(comboBox_daydebt); groupBox_debt.Controls.Add(label22); groupBox_debt.Controls.Add(comboBox_cycledebt); groupBox_debt.Controls.Add(numericUpDown_volumedebt); groupBox_debt.Controls.Add(label19); groupBox_debt.Controls.Add(button3); groupBox_debt.Controls.Add(label20); groupBox_debt.Controls.Add(label21); groupBox_debt.Controls.Add(label24); groupBox_debt.Controls.Add(textBox_commentdebt); groupBox_debt.Controls.Add(textBox_namedebt); groupBox_debt.Location = new System.Drawing.Point(273, 6); groupBox_debt.Name = "groupBox_debt"; groupBox_debt.Size = new System.Drawing.Size(323, 195); groupBox_debt.TabIndex = 22; groupBox_debt.TabStop = false; groupBox_debt.Text = "生活支出信息"; // // comboBox_daydebt // comboBox_daydebt.DropDownStyle = ComboBoxStyle.DropDownList; comboBox_daydebt.FormattingEnabled = true; comboBox_daydebt.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"}); comboBox_daydebt.Location = new System.Drawing.Point(150, 95); comboBox_daydebt.Name = "comboBox_daydebt"; comboBox_daydebt.Size = new System.Drawing.Size(100, 20); comboBox_daydebt.TabIndex = 14; // // label22 // label22.AutoSize = true; label22.Location = new System.Drawing.Point(150, 81); label22.Name = "label22"; label22.Size = new System.Drawing.Size(41, 12); label22.TabIndex = 13; label22.Text = "结账日"; // // comboBox_cycledebt // comboBox_cycledebt.DropDownStyle = ComboBoxStyle.DropDownList; comboBox_cycledebt.FormattingEnabled = true; comboBox_cycledebt.Items.AddRange(new object[] { "不定期", "每月", "每季度", "每半年", "每年"}); comboBox_cycledebt.Location = new System.Drawing.Point(27, 95); comboBox_cycledebt.Name = "comboBox_cycledebt"; comboBox_cycledebt.Size = new System.Drawing.Size(100, 20); comboBox_cycledebt.TabIndex = 6; // // numericUpDown_volumedebt // numericUpDown_volumedebt.DecimalPlaces = 2; numericUpDown_volumedebt.Increment = new decimal(new int[] { 1, 0, 0, 65536}); numericUpDown_volumedebt.Location = new System.Drawing.Point(150, 45); numericUpDown_volumedebt.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); numericUpDown_volumedebt.Name = "numericUpDown_volumedebt"; numericUpDown_volumedebt.Size = new System.Drawing.Size(100, 21); numericUpDown_volumedebt.TabIndex = 4; numericUpDown_volumedebt.TextAlign = HorizontalAlignment.Right; // // label19 // label19.AutoSize = true; label19.Location = new System.Drawing.Point(150, 30); label19.Name = "label19"; label19.Size = new System.Drawing.Size(53, 12); label19.TabIndex = 3; label19.Text = "金额(万)"; // // button3 // button3.Location = new System.Drawing.Point(403, 97); button3.Name = "button3"; button3.Size = new System.Drawing.Size(91, 25); button3.TabIndex = 12; button3.Text = "保存生活支出信息"; button3.UseVisualStyleBackColor = true; // // label20 // label20.AutoSize = true; label20.Location = new System.Drawing.Point(27, 130); label20.Name = "label20"; label20.Size = new System.Drawing.Size(29, 12); label20.TabIndex = 3; label20.Text = "备注"; // // label21 // label21.AutoSize = true; label21.Location = new System.Drawing.Point(27, 81); label21.Name = "label21"; label21.Size = new System.Drawing.Size(29, 12); label21.TabIndex = 3; label21.Text = "周期"; // // label24 // label24.AutoSize = true; label24.Location = new System.Drawing.Point(27, 27); label24.Name = "label24"; label24.Size = new System.Drawing.Size(29, 12); label24.TabIndex = 3; label24.Text = "名称"; // // textBox_commentdebt // textBox_commentdebt.Location = new System.Drawing.Point(27, 147); textBox_commentdebt.Name = "textBox_commentdebt"; textBox_commentdebt.Size = new System.Drawing.Size(272, 21); textBox_commentdebt.TabIndex = 2; // // textBox_namedebt // textBox_namedebt.Location = new System.Drawing.Point(27, 45); textBox_namedebt.MaxLength = 8; textBox_namedebt.Name = "textBox_namedebt"; textBox_namedebt.Size = new System.Drawing.Size(100, 21); textBox_namedebt.TabIndex = 2; // // button_stopdebt // button_stopdebt.Location = new System.Drawing.Point(602, 140); button_stopdebt.Name = "button_stopdebt"; button_stopdebt.Size = new System.Drawing.Size(91, 25); button_stopdebt.TabIndex = 20; button_stopdebt.Text = "终止生活支出"; button_stopdebt.UseVisualStyleBackColor = true; // // button_updatedebt // button_updatedebt.Location = new System.Drawing.Point(602, 91); button_updatedebt.Name = "button_updatedebt"; button_updatedebt.Size = new System.Drawing.Size(91, 25); button_updatedebt.TabIndex = 18; button_updatedebt.Text = "保存修改"; button_updatedebt.UseVisualStyleBackColor = true; // // button_newdebt // button_newdebt.Location = new System.Drawing.Point(602, 41); button_newdebt.Name = "button_newdebt"; button_newdebt.Size = new System.Drawing.Size(91, 25); button_newdebt.TabIndex = 19; button_newdebt.Text = "新建生活支出"; button_newdebt.UseVisualStyleBackColor = true; // // listBox_debt // listBox_debt.FormattingEnabled = true; listBox_debt.ItemHeight = 12; listBox_debt.Location = new System.Drawing.Point(126, 6); listBox_debt.Name = "listBox_debt"; listBox_debt.ScrollAlwaysVisible = true; listBox_debt.Size = new System.Drawing.Size(141, 196); listBox_debt.TabIndex = 21; // // tabPage_payout // tabPage_payout.Controls.Add(dataGridView_payout); tabPage_payout.Controls.Add(button_savepayout); tabPage_payout.Controls.Add(label25); tabPage_payout.Controls.Add(numericUpDown_payout); tabPage_payout.Location = new System.Drawing.Point(4, 24); tabPage_payout.Name = "tabPage_payout"; tabPage_payout.Padding = new Padding(3); tabPage_payout.Size = new System.Drawing.Size(721, 207); tabPage_payout.TabIndex = 2; tabPage_payout.Text = "支出"; tabPage_payout.UseVisualStyleBackColor = true; // // Column_payout_day // Column_payout_day.HeaderText = "支出日"; Column_payout_day.Name = "Column_payout_day"; Column_payout_day.Width = 75; // // Column_payout_volume // Column_payout_volume.HeaderText = "支出金额(万)"; Column_payout_volume.Name = "Column_payout_volume"; Column_payout_volume.Width = 100; // // Column_payout_comment // Column_payout_comment.HeaderText = "说明"; Column_payout_comment.Name = "Column_payout_comment"; Column_payout_comment.Width = 300; // // dataGridView_payout // dataGridView_payout.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView_payout.Location = new System.Drawing.Point(129, 18); dataGridView_payout.Name = "dataGridView_payout"; dataGridView_payout.RowTemplate.Height = 23; dataGridView_payout.Size = new System.Drawing.Size(486, 171); dataGridView_payout.TabIndex = 30; dataGridView_payout.ContextMenuStrip = contextMenuStrip1; dataGridView_payout.Columns.AddRange(new DataGridViewColumn[] { Column_payout_day, Column_payout_volume, Column_payout_comment}); dataGridView_payout.MultiSelect = false; // // button_savepayout // button_savepayout.Location = new System.Drawing.Point(630, 166); button_savepayout.Name = "button_savepayout"; button_savepayout.Size = new System.Drawing.Size(75, 23); button_savepayout.TabIndex = 29; button_savepayout.Text = "保存"; button_savepayout.UseVisualStyleBackColor = true; // // label25 // label25.AutoSize = true; label25.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); label25.Location = new System.Drawing.Point(18, 25); label25.Name = "label25"; label25.Size = new System.Drawing.Size(84, 12); label25.TabIndex = 27; label25.Text = "本月支出(万)"; // // numericUpDown_payout // numericUpDown_payout.Location = new System.Drawing.Point(20, 40); numericUpDown_payout.Name = "numericUpDown_payout"; numericUpDown_payout.Enabled = false; numericUpDown_payout.Size = new System.Drawing.Size(87, 21); numericUpDown_payout.TabIndex = 26; numericUpDown_payout.TextAlign = HorizontalAlignment.Center; numericUpDown_payout.InterceptArrowKeys = false; numericUpDown_payout.Maximum = 100000; numericUpDown_payout.DecimalPlaces = 2; // // tabPage_income // tabPage_income.Controls.Add(dataGridView_income); tabPage_income.Controls.Add(button_saveincome); tabPage_income.Controls.Add(label26); tabPage_income.Controls.Add(numericUpDown_income); tabPage_income.Location = new System.Drawing.Point(4, 24); tabPage_income.Name = "tabPage_income"; tabPage_income.Padding = new Padding(3); tabPage_income.Size = new System.Drawing.Size(721, 207); tabPage_income.TabIndex = 3; tabPage_income.Text = "收入"; tabPage_income.UseVisualStyleBackColor = true; // // Column_income_day // Column_income_day.HeaderText = "收入日"; Column_income_day.Name = "Column_income_day"; Column_income_day.Width = 75; // // Column_income_volume // Column_income_volume.HeaderText = "收入金额(万)"; Column_income_volume.Name = "Column_income_volume"; Column_income_volume.Width = 100; // // Column_income_comment // Column_income_comment.HeaderText = "说明"; Column_income_comment.Name = "Column_income_comment"; Column_income_comment.Width = 300; // // dataGridView_income // dataGridView_income.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView_income.Location = new System.Drawing.Point(129, 18); dataGridView_income.Name = "dataGridView_income"; dataGridView_income.RowTemplate.Height = 23; dataGridView_income.Size = new System.Drawing.Size(486, 171); dataGridView_income.TabIndex = 34; dataGridView_income.ContextMenuStrip = contextMenuStrip1; dataGridView_income.Columns.AddRange(new DataGridViewColumn[] { Column_income_day, Column_income_volume, Column_income_comment}); dataGridView_income.MultiSelect = false; // // button_saveincome // button_saveincome.Location = new System.Drawing.Point(630, 166); button_saveincome.Name = "button_saveincome"; button_saveincome.Size = new System.Drawing.Size(75, 23); button_saveincome.TabIndex = 33; button_saveincome.Text = "保存"; button_saveincome.UseVisualStyleBackColor = true; // // label26 // label26.AutoSize = true; label26.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); label26.Location = new System.Drawing.Point(18, 25); label26.Name = "label26"; label26.Size = new System.Drawing.Size(84, 12); label26.TabIndex = 32; label26.Text = "本月收入(万)"; // // numericUpDown_income // numericUpDown_income.Location = new System.Drawing.Point(20, 40); numericUpDown_income.Name = "numericUpDown_income"; numericUpDown_income.Enabled = false; numericUpDown_income.Size = new System.Drawing.Size(87, 21); numericUpDown_income.TabIndex = 31; numericUpDown_income.TextAlign = HorizontalAlignment.Center; numericUpDown_income.InterceptArrowKeys = false; numericUpDown_income.Maximum = 100000; numericUpDown_income.DecimalPlaces = 2; // // contextMenuStrip1 // contextMenuStrip1.Items.AddRange(new ToolStripItem[] { ToolStripMenuItem_delete}); contextMenuStrip1.Name = "contextMenuStrip1"; contextMenuStrip1.Size = new Size(153, 48); // // ToolStripMenuItem_delete // ToolStripMenuItem_delete.Name = "ToolStripMenuItem_delete"; ToolStripMenuItem_delete.Size = new Size(152, 22); ToolStripMenuItem_delete.Text = "删除"; contextMenuStrip1.ResumeLayout(false); GB.ResumeLayout(false); tabControl_month.ResumeLayout(false); tabPage_cash.ResumeLayout(false); tabPage_cash.PerformLayout(); groupbox_cash.ResumeLayout(false); groupbox_cash.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_volume)).EndInit(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_rate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_cash)).EndInit(); tabPage_invest.ResumeLayout(false); tabPage_invest.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_invest)).EndInit(); groupBox_invest.ResumeLayout(false); groupBox_invest.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_volumeinvest)).EndInit(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_rateinvest)).EndInit(); tabPage_debt.ResumeLayout(false); tabPage_debt.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_debt)).EndInit(); groupBox_debt.ResumeLayout(false); groupBox_debt.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_volumedebt)).EndInit(); tabPage_payout.ResumeLayout(false); tabPage_payout.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(dataGridView_payout)).EndInit(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_payout)).EndInit(); tabPage_income.ResumeLayout(false); tabPage_income.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(dataGridView_income)).EndInit(); ((System.ComponentModel.ISupportInitialize)(numericUpDown_income)).EndInit(); ResumeLayout(false); ToolStripMenuItem_delete.Click += new EventHandler(ToolStripMenuItem_delete_Click); dataGridView_payout.CellMouseDown += new DataGridViewCellMouseEventHandler(dataGridView_CellMouseDown); dataGridView_income.CellMouseDown += new DataGridViewCellMouseEventHandler(dataGridView_CellMouseDown); button_new.Click += new EventHandler(button_new_Click); button_save.Click += new EventHandler(button_save_Click); listBox_invest.MouseDoubleClick += new MouseEventHandler(listBox_invent_MouseDoubleClick); button_stopinvest.Click += new EventHandler(button_stopinvest_Click); button_updateinvest.Click += new EventHandler(button_updateinvest_Click); listBox_debt.MouseDoubleClick += new MouseEventHandler(listBox_debt_MouseDoubleClick); button_newdebt.Click += new EventHandler(button_newdebt_Click); button_stopdebt.Click += new EventHandler(button_stopdebt_Click); button_updatedebt.Click += new EventHandler(button_updatedebt_Click); button_savepayout.Click += new EventHandler(button_savepayout_Click); button_saveincome.Click += new EventHandler(button_saveincome_Click); }
private void InitializeComponent() { components = new Container(); ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(Main)); tabControl1 = new TabControl(); mainPage = new TabPage(); newVersionCheck = new CheckBox(); groupBox1 = new GroupBox(); newsBox = new Label(); userGroupLabel = new Label(); hackVersionLabel = new Label(); loaderVersionLabel = new Label(); startButton = new Button(); reloadButton = new Button(); label1 = new Label(); chatPage = new TabPage(); ircTabControl = new TabControl(); tabPage1 = new TabPage(); splitContainer1 = new SplitContainer(); label4 = new Label(); ircLanguage = new ComboBox(); label2 = new Label(); label3 = new Label(); enterChatButton = new Button(); autoEnterChatCheckBox = new CheckBox(); statusBox = new ListBox(); tabPage2 = new TabPage(); splitContainer2 = new SplitContainer(); splitContainer3 = new SplitContainer(); ircMessageBox = new RichTextBox(); ircUserList = new ListBox(); flowLayoutPanel1 = new FlowLayoutPanel(); ircSendButton = new Button(); ircChatText = new TextBox(); ircCloseButton = new Button(); scriptsPage = new TabPage(); scriptsDataGrid = new DataGridView(); LoadScript = new DataGridViewCheckBoxColumn(); ScriptName = new DataGridViewTextBoxColumn(); ScriptDescription = new DataGridViewTextBoxColumn(); State = new DataGridViewImageColumn(); ConfigColumn = new DataGridViewImageColumn(); listBinding = new BindingSource(components); scriptConfigPage = new TabPage(); scriptConfigGrid = new PropertyGrid(); repository = new TabPage(); tableLayoutPanel1 = new TableLayoutPanel(); tableLayoutPanel2 = new TableLayoutPanel(); tableLayoutPanel3 = new TableLayoutPanel(); repoName = new TextBox(); addRepo = new Button(); removeRepo = new Button(); repoScripts = new TreeView(); configPage = new TabPage(); configGrid = new PropertyGrid(); helpPage = new TabPage(); changelogLink = new LinkLabel(); bugLink = new LinkLabel(); scriptsLink = new LinkLabel(); installLink = new LinkLabel(); dotaFindTimer = new System.Windows.Forms.Timer(components); taskbarIcon = new NotifyIcon(components); injectWorker = new BackgroundWorker(); pipeWorker = new BackgroundWorker(); serverWorker = new BackgroundWorker(); updateTimer = new System.Windows.Forms.Timer(components); loadWorker = new BackgroundWorker(); DisableVAC = new CheckBox(); tabControl1.SuspendLayout(); mainPage.SuspendLayout(); groupBox1.SuspendLayout(); chatPage.SuspendLayout(); ircTabControl.SuspendLayout(); tabPage1.SuspendLayout(); splitContainer1.BeginInit(); splitContainer1.Panel1.SuspendLayout(); splitContainer1.Panel2.SuspendLayout(); splitContainer1.SuspendLayout(); tabPage2.SuspendLayout(); splitContainer2.BeginInit(); splitContainer2.Panel1.SuspendLayout(); splitContainer2.Panel2.SuspendLayout(); splitContainer2.SuspendLayout(); splitContainer3.BeginInit(); splitContainer3.Panel1.SuspendLayout(); splitContainer3.Panel2.SuspendLayout(); splitContainer3.SuspendLayout(); flowLayoutPanel1.SuspendLayout(); scriptsPage.SuspendLayout(); ((ISupportInitialize)scriptsDataGrid).BeginInit(); ((ISupportInitialize)listBinding).BeginInit(); scriptConfigPage.SuspendLayout(); repository.SuspendLayout(); tableLayoutPanel1.SuspendLayout(); tableLayoutPanel2.SuspendLayout(); tableLayoutPanel3.SuspendLayout(); configPage.SuspendLayout(); helpPage.SuspendLayout(); SuspendLayout(); tabControl1.Controls.Add(mainPage); tabControl1.Controls.Add(chatPage); tabControl1.Controls.Add(scriptsPage); tabControl1.Controls.Add(scriptConfigPage); tabControl1.Controls.Add(repository); tabControl1.Controls.Add(configPage); tabControl1.Controls.Add(helpPage); tabControl1.Dock = DockStyle.Fill; tabControl1.Location = new Point(0, 0); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new Size(683, 428); tabControl1.TabIndex = 0; tabControl1.SelectedIndexChanged += new EventHandler(tabControl1_SelectedIndexChanged); mainPage.Controls.Add(DisableVAC); mainPage.Controls.Add(newVersionCheck); mainPage.Controls.Add(groupBox1); mainPage.Controls.Add(userGroupLabel); mainPage.Controls.Add(hackVersionLabel); mainPage.Controls.Add(loaderVersionLabel); mainPage.Controls.Add(startButton); mainPage.Controls.Add(reloadButton); mainPage.Controls.Add(label1); mainPage.Location = new Point(4, 22); mainPage.Name = "mainPage"; mainPage.Padding = new Padding(3); mainPage.Size = new Size(675, 402); mainPage.TabIndex = 0; mainPage.Text = "Main"; mainPage.UseVisualStyleBackColor = true; newVersionCheck.AutoSize = true; newVersionCheck.Location = new Point(9, 94); newVersionCheck.Name = "newVersionCheck"; newVersionCheck.Size = new Size(105, 17); newVersionCheck.TabIndex = 8; newVersionCheck.Text = "Use new version"; newVersionCheck.UseVisualStyleBackColor = true; newVersionCheck.Visible = false; groupBox1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; groupBox1.Controls.Add(newsBox); groupBox1.Location = new Point(194, 6); groupBox1.Name = "groupBox1"; groupBox1.Size = new Size(462, 358); groupBox1.TabIndex = 7; groupBox1.TabStop = false; groupBox1.Text = "News"; newsBox.Dock = DockStyle.Fill; newsBox.Location = new Point(3, 16); newsBox.Name = "newsBox"; newsBox.Size = new Size(456, 339); newsBox.TabIndex = 0; userGroupLabel.AutoSize = true; userGroupLabel.Dock = DockStyle.Bottom; userGroupLabel.Location = new Point(3, 360); userGroupLabel.Name = "userGroupLabel"; userGroupLabel.Size = new Size(86, 13); userGroupLabel.TabIndex = 6; userGroupLabel.Text = "Account Status: "; hackVersionLabel.AutoSize = true; hackVersionLabel.Dock = DockStyle.Bottom; hackVersionLabel.Location = new Point(3, 373); hackVersionLabel.Name = "hackVersionLabel"; hackVersionLabel.Size = new Size(76, 13); hackVersionLabel.TabIndex = 5; hackVersionLabel.Text = "Hack version: "; loaderVersionLabel.AutoSize = true; loaderVersionLabel.Dock = DockStyle.Bottom; loaderVersionLabel.Location = new Point(3, 386); loaderVersionLabel.Name = "loaderVersionLabel"; loaderVersionLabel.Size = new Size(83, 13); loaderVersionLabel.TabIndex = 4; loaderVersionLabel.Text = "Loader version: "; startButton.Enabled = false; startButton.Location = new Point(9, 28); startButton.Name = "startButton"; startButton.Size = new Size(121, 23); startButton.TabIndex = 3; startButton.Text = "Start Dota2"; startButton.UseVisualStyleBackColor = true; startButton.Click += new EventHandler(startButton_Click); reloadButton.Location = new Point(9, 57); reloadButton.Name = "reloadButton"; reloadButton.Size = new Size(121, 21); reloadButton.TabIndex = 2; reloadButton.Text = "Reload Scripts"; reloadButton.UseVisualStyleBackColor = true; reloadButton.Click += new EventHandler(reloadButton_Click); label1.AutoSize = true; label1.Location = new Point(8, 3); label1.Name = "label1"; label1.Size = new Size(40, 13); label1.TabIndex = 1; label1.Text = "Status:"; chatPage.Controls.Add(ircTabControl); chatPage.Location = new Point(4, 22); chatPage.Name = "chatPage"; chatPage.Size = new Size(675, 402); chatPage.TabIndex = 6; chatPage.Text = "Chat"; chatPage.UseVisualStyleBackColor = true; ircTabControl.Appearance = TabAppearance.Buttons; ircTabControl.Controls.Add(tabPage1); ircTabControl.Controls.Add(tabPage2); ircTabControl.Dock = DockStyle.Fill; ircTabControl.ItemSize = new Size(0, 1); ircTabControl.Location = new Point(0, 0); ircTabControl.Name = "ircTabControl"; ircTabControl.SelectedIndex = 0; ircTabControl.Size = new Size(675, 402); ircTabControl.SizeMode = TabSizeMode.Fixed; ircTabControl.TabIndex = 7; tabPage1.Controls.Add(splitContainer1); tabPage1.Location = new Point(4, 5); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(3); tabPage1.Size = new Size(667, 393); tabPage1.TabIndex = 0; tabPage1.Text = "tabPage1"; tabPage1.UseVisualStyleBackColor = true; splitContainer1.Dock = DockStyle.Fill; splitContainer1.FixedPanel = FixedPanel.Panel1; splitContainer1.IsSplitterFixed = true; splitContainer1.Location = new Point(3, 3); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = Orientation.Horizontal; splitContainer1.Panel1.Controls.Add(label4); splitContainer1.Panel1.Controls.Add(ircLanguage); splitContainer1.Panel1.Controls.Add(label2); splitContainer1.Panel1.Controls.Add(label3); splitContainer1.Panel1.Controls.Add(enterChatButton); splitContainer1.Panel1.Controls.Add(autoEnterChatCheckBox); splitContainer1.Panel2.Controls.Add(statusBox); splitContainer1.Size = new Size(661, 387); splitContainer1.SplitterDistance = 70; splitContainer1.TabIndex = 5; label4.AutoSize = true; label4.Location = new Point(270, 20); label4.Name = "label4"; label4.Size = new Size(58, 13); label4.TabIndex = 6; label4.Text = "Language:"; ircLanguage.DropDownStyle = ComboBoxStyle.DropDownList; ircLanguage.FormattingEnabled = true; ircLanguage.Items.AddRange(new object[3] { "English", "Russian", "German" }); ircLanguage.Location = new Point(334, 16); ircLanguage.Name = "ircLanguage"; ircLanguage.Size = new Size(121, 21); ircLanguage.TabIndex = 5; label2.AutoSize = true; label2.Location = new Point(3, 0); label2.Name = "label2"; label2.Size = new Size(385, 13); label2.TabIndex = 2; label2.Text = "The chat will connect to irc.rizon.net:6697/zynox with your forum account name."; label3.AutoSize = true; label3.Location = new Point(3, 53); label3.Name = "label3"; label3.Size = new Size(40, 13); label3.TabIndex = 4; label3.Text = "Status:"; enterChatButton.Location = new Point(6, 16); enterChatButton.Name = "enterChatButton"; enterChatButton.Size = new Size(75, 22); enterChatButton.TabIndex = 0; enterChatButton.Text = "Enter chat"; enterChatButton.UseVisualStyleBackColor = true; enterChatButton.Click += new EventHandler(enterChatButton_Click); autoEnterChatCheckBox.AutoSize = true; autoEnterChatCheckBox.Location = new Point(87, 20); autoEnterChatCheckBox.Name = "autoEnterChatCheckBox"; autoEnterChatCheckBox.Size = new Size(125, 17); autoEnterChatCheckBox.TabIndex = 1; autoEnterChatCheckBox.Text = "Enter chat on startup"; autoEnterChatCheckBox.UseVisualStyleBackColor = true; autoEnterChatCheckBox.CheckedChanged += new EventHandler(autoEnterChatCheckBox_CheckedChanged); statusBox.Dock = DockStyle.Fill; statusBox.FormattingEnabled = true; statusBox.Location = new Point(0, 0); statusBox.Name = "statusBox"; statusBox.Size = new Size(661, 313); statusBox.TabIndex = 3; tabPage2.Controls.Add(splitContainer2); tabPage2.Location = new Point(4, 5); tabPage2.Name = "tabPage2"; tabPage2.Padding = new Padding(3); tabPage2.Size = new Size(667, 393); tabPage2.TabIndex = 1; tabPage2.Text = "tabPage2"; tabPage2.UseVisualStyleBackColor = true; splitContainer2.Dock = DockStyle.Fill; splitContainer2.FixedPanel = FixedPanel.Panel2; splitContainer2.IsSplitterFixed = true; splitContainer2.Location = new Point(3, 3); splitContainer2.Name = "splitContainer2"; splitContainer2.Orientation = Orientation.Horizontal; splitContainer2.Panel1.Controls.Add(splitContainer3); splitContainer2.Panel2.Controls.Add(flowLayoutPanel1); splitContainer2.Size = new Size(661, 387); splitContainer2.SplitterDistance = 354; splitContainer2.TabIndex = 5; splitContainer3.Dock = DockStyle.Fill; splitContainer3.Location = new Point(0, 0); splitContainer3.Name = "splitContainer3"; splitContainer3.Panel1.Controls.Add(ircMessageBox); splitContainer3.Panel2.Controls.Add(ircUserList); splitContainer3.Size = new Size(661, 354); splitContainer3.SplitterDistance = 509; splitContainer3.TabIndex = 0; ircMessageBox.Dock = DockStyle.Fill; ircMessageBox.Location = new Point(0, 0); ircMessageBox.Name = "ircMessageBox"; ircMessageBox.ReadOnly = true; ircMessageBox.Size = new Size(509, 354); ircMessageBox.TabIndex = 4; ircMessageBox.Text = ""; ircUserList.Dock = DockStyle.Fill; ircUserList.DrawMode = DrawMode.OwnerDrawVariable; ircUserList.FormattingEnabled = true; ircUserList.Location = new Point(0, 0); ircUserList.Name = "ircUserList"; ircUserList.Size = new Size(148, 354); ircUserList.TabIndex = 4; ircUserList.DrawItem += new DrawItemEventHandler(ircUserList_DrawItem); ircUserList.SelectedIndexChanged += new EventHandler(ircUserList_SelectedIndexChanged); ircUserList.Resize += new EventHandler(ircUserList_Resize); flowLayoutPanel1.Controls.Add(ircSendButton); flowLayoutPanel1.Controls.Add(ircChatText); flowLayoutPanel1.Controls.Add(ircCloseButton); flowLayoutPanel1.Dock = DockStyle.Fill; flowLayoutPanel1.Location = new Point(0, 0); flowLayoutPanel1.Name = "flowLayoutPanel1"; flowLayoutPanel1.Size = new Size(661, 29); flowLayoutPanel1.TabIndex = 4; flowLayoutPanel1.Resize += new EventHandler(flowLayoutPanel1_Resize); ircSendButton.Location = new Point(3, 3); ircSendButton.Name = "ircSendButton"; ircSendButton.Size = new Size(75, 20); ircSendButton.TabIndex = 1; ircSendButton.Text = "Send"; ircSendButton.UseVisualStyleBackColor = true; ircSendButton.Click += new EventHandler(ircSendButton_Click); ircChatText.AcceptsTab = true; ircChatText.Location = new Point(84, 3); ircChatText.Multiline = true; ircChatText.Name = "ircChatText"; ircChatText.Size = new Size(492, 20); ircChatText.TabIndex = 2; ircChatText.KeyDown += new KeyEventHandler(ircChatText_KeyDown); ircChatText.KeyPress += new KeyPressEventHandler(ircChatText_KeyPress); ircCloseButton.Location = new Point(582, 3); ircCloseButton.Name = "ircCloseButton"; ircCloseButton.Size = new Size(74, 20); ircCloseButton.TabIndex = 0; ircCloseButton.Text = "Quit Chat"; ircCloseButton.UseVisualStyleBackColor = true; ircCloseButton.Click += new EventHandler(ircCloseButton_Click); scriptsPage.Controls.Add(scriptsDataGrid); scriptsPage.Location = new Point(4, 22); scriptsPage.Name = "scriptsPage"; scriptsPage.Padding = new Padding(3); scriptsPage.Size = new Size(675, 402); scriptsPage.TabIndex = 1; scriptsPage.Text = "Scripts"; scriptsPage.UseVisualStyleBackColor = true; scriptsDataGrid.AllowUserToAddRows = false; scriptsDataGrid.AllowUserToDeleteRows = false; scriptsDataGrid.AllowUserToResizeColumns = false; scriptsDataGrid.AllowUserToResizeRows = false; scriptsDataGrid.AutoGenerateColumns = false; scriptsDataGrid.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; scriptsDataGrid.Columns.AddRange(LoadScript, ScriptName, ScriptDescription, State, ConfigColumn); scriptsDataGrid.DataSource = listBinding; scriptsDataGrid.Dock = DockStyle.Fill; scriptsDataGrid.Location = new Point(3, 3); scriptsDataGrid.Name = "scriptsDataGrid"; scriptsDataGrid.Size = new Size(669, 396); scriptsDataGrid.TabIndex = 0; scriptsDataGrid.CellContentClick += new DataGridViewCellEventHandler(scriptsDataGrid_CellContentClick); scriptsDataGrid.CellFormatting += new DataGridViewCellFormattingEventHandler(scriptsDataGrid_CellFormatting); LoadScript.DataPropertyName = "LoadScript"; LoadScript.HeaderText = "Load"; LoadScript.Name = "LoadScript"; LoadScript.Width = 38; ScriptName.AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells; ScriptName.DataPropertyName = "ScriptName"; ScriptName.HeaderText = "Name"; ScriptName.Name = "ScriptName"; ScriptName.ReadOnly = true; ScriptName.Width = 60; ScriptDescription.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill; ScriptDescription.DataPropertyName = "ScriptDescription"; ScriptDescription.HeaderText = "Description"; ScriptDescription.Name = "ScriptDescription"; ScriptDescription.ReadOnly = true; State.AutoSizeMode = DataGridViewAutoSizeColumnMode.ColumnHeader; State.HeaderText = "Libs"; State.MinimumWidth = 16; State.Name = "State"; State.ReadOnly = true; State.Width = 32; ConfigColumn.AutoSizeMode = DataGridViewAutoSizeColumnMode.ColumnHeader; ConfigColumn.HeaderText = "Config"; ConfigColumn.Name = "ConfigColumn"; ConfigColumn.ReadOnly = true; ConfigColumn.Width = 43; scriptConfigPage.Controls.Add(scriptConfigGrid); scriptConfigPage.Location = new Point(4, 22); scriptConfigPage.Name = "scriptConfigPage"; scriptConfigPage.Size = new Size(675, 402); scriptConfigPage.TabIndex = 5; scriptConfigPage.Text = "Script-Config"; scriptConfigPage.UseVisualStyleBackColor = true; scriptConfigGrid.Dock = DockStyle.Fill; scriptConfigGrid.HelpVisible = false; scriptConfigGrid.Location = new Point(0, 0); scriptConfigGrid.Name = "scriptConfigGrid"; scriptConfigGrid.Size = new Size(675, 402); scriptConfigGrid.TabIndex = 0; scriptConfigGrid.PropertyValueChanged += new PropertyValueChangedEventHandler(scriptConfigGrid_PropertyValueChanged); repository.Controls.Add(tableLayoutPanel1); repository.Location = new Point(4, 22); repository.Name = "repository"; repository.Padding = new Padding(3); repository.Size = new Size(675, 402); repository.TabIndex = 4; repository.Text = "Repository"; repository.UseVisualStyleBackColor = true; tableLayoutPanel1.ColumnCount = 1; tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 32.61868f)); tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 67.38132f)); tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 0); tableLayoutPanel1.Dock = DockStyle.Fill; tableLayoutPanel1.Location = new Point(3, 3); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 1; tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 50f)); tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 396f)); tableLayoutPanel1.Size = new Size(669, 396); tableLayoutPanel1.TabIndex = 0; tableLayoutPanel2.ColumnCount = 1; tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100f)); tableLayoutPanel2.Controls.Add(tableLayoutPanel3, 0, 2); tableLayoutPanel2.Controls.Add(repoScripts, 0, 0); tableLayoutPanel2.Dock = DockStyle.Fill; tableLayoutPanel2.Location = new Point(0, 0); tableLayoutPanel2.Margin = new Padding(0); tableLayoutPanel2.Name = "tableLayoutPanel2"; tableLayoutPanel2.RowCount = 3; tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100f)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 25f)); tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Absolute, 25f)); tableLayoutPanel2.Size = new Size(669, 396); tableLayoutPanel2.TabIndex = 1; tableLayoutPanel3.ColumnCount = 4; tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100f)); tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 120f)); tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 80f)); tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 120f)); tableLayoutPanel3.Controls.Add(repoName, 0, 0); tableLayoutPanel3.Controls.Add(addRepo, 1, 0); tableLayoutPanel3.Controls.Add(removeRepo, 3, 0); tableLayoutPanel3.Dock = DockStyle.Fill; tableLayoutPanel3.Location = new Point(0, 371); tableLayoutPanel3.Margin = new Padding(0); tableLayoutPanel3.Name = "tableLayoutPanel3"; tableLayoutPanel3.RowCount = 1; tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 100f)); tableLayoutPanel3.Size = new Size(669, 25); tableLayoutPanel3.TabIndex = 0; repoName.Dock = DockStyle.Fill; repoName.Location = new Point(3, 3); repoName.Name = "repoName"; repoName.Size = new Size(343, 20); repoName.TabIndex = 1; repoName.TextChanged += new EventHandler(repoName_TextChanged); addRepo.Dock = DockStyle.Fill; addRepo.Enabled = false; addRepo.Location = new Point(352, 3); addRepo.Name = "addRepo"; addRepo.Size = new Size(114, 19); addRepo.TabIndex = 0; addRepo.Text = "Add"; addRepo.UseVisualStyleBackColor = true; addRepo.Click += new EventHandler(addRepo_Click); removeRepo.Dock = DockStyle.Fill; removeRepo.Enabled = false; removeRepo.Location = new Point(552, 3); removeRepo.Name = "removeRepo"; removeRepo.Size = new Size(114, 19); removeRepo.TabIndex = 1; removeRepo.Text = "Remove"; removeRepo.UseVisualStyleBackColor = true; removeRepo.Click += new EventHandler(removeRepo_Click); repoScripts.CheckBoxes = true; repoScripts.Dock = DockStyle.Fill; repoScripts.Location = new Point(3, 3); repoScripts.Name = "repoScripts"; repoScripts.Size = new Size(663, 340); repoScripts.TabIndex = 1; repoScripts.AfterCheck += new TreeViewEventHandler(repoScripts_AfterCheck); repoScripts.NodeMouseClick += new TreeNodeMouseClickEventHandler(repoScripts_NodeMouseClick); configPage.Controls.Add(configGrid); configPage.Location = new Point(4, 22); configPage.Name = "configPage"; configPage.Size = new Size(675, 402); configPage.TabIndex = 2; configPage.Text = "Options"; configPage.UseVisualStyleBackColor = true; configGrid.Dock = DockStyle.Fill; configGrid.Location = new Point(0, 0); configGrid.Name = "configGrid"; configGrid.Size = new Size(675, 402); configGrid.TabIndex = 0; configGrid.PropertyValueChanged += new PropertyValueChangedEventHandler(configGrid_PropertyValueChanged); helpPage.Controls.Add(changelogLink); helpPage.Controls.Add(bugLink); helpPage.Controls.Add(scriptsLink); helpPage.Controls.Add(installLink); helpPage.Location = new Point(4, 22); helpPage.Name = "helpPage"; helpPage.Size = new Size(675, 402); helpPage.TabIndex = 3; helpPage.Text = "Help"; helpPage.UseVisualStyleBackColor = true; changelogLink.AutoSize = true; changelogLink.Location = new Point(8, 55); changelogLink.Name = "changelogLink"; changelogLink.Size = new Size(58, 13); changelogLink.TabIndex = 3; changelogLink.TabStop = true; changelogLink.Text = "Changelog"; changelogLink.LinkClicked += new LinkLabelLinkClickedEventHandler(LinkClicked); bugLink.AutoSize = true; bugLink.Location = new Point(8, 78); bugLink.Name = "bugLink"; bugLink.Size = new Size(61, 13); bugLink.TabIndex = 2; bugLink.TabStop = true; bugLink.Text = "Bug reports"; bugLink.LinkClicked += new LinkLabelLinkClickedEventHandler(LinkClicked); scriptsLink.AutoSize = true; scriptsLink.Location = new Point(8, 34); scriptsLink.Name = "scriptsLink"; scriptsLink.Size = new Size(68, 13); scriptsLink.TabIndex = 1; scriptsLink.TabStop = true; scriptsLink.Text = "Scripts forum"; scriptsLink.LinkClicked += new LinkLabelLinkClickedEventHandler(LinkClicked); installLink.AutoSize = true; installLink.Location = new Point(8, 12); installLink.Name = "installLink"; installLink.Size = new Size(86, 13); installLink.TabIndex = 0; installLink.TabStop = true; installLink.Text = "Installation guide"; installLink.LinkClicked += new LinkLabelLinkClickedEventHandler(LinkClicked); dotaFindTimer.Interval = 125; dotaFindTimer.Tick += new EventHandler(dotaFindTimer_Tick); taskbarIcon.Icon = (Icon)componentResourceManager.GetObject("taskbarIcon.Icon"); taskbarIcon.Text = "Ensage"; taskbarIcon.Visible = true; taskbarIcon.Click += new EventHandler(notifyIcon1_Click); injectWorker.WorkerReportsProgress = true; injectWorker.DoWork += new DoWorkEventHandler(injectWorker_DoWork); injectWorker.RunWorkerCompleted += new RunWorkerCompletedEventHandler(injectWorker_RunWorkerCompleted); pipeWorker.WorkerReportsProgress = true; pipeWorker.DoWork += new DoWorkEventHandler(pipeWorker_DoWork); pipeWorker.ProgressChanged += new ProgressChangedEventHandler(pipeWorker_ProgressChanged); serverWorker.DoWork += new DoWorkEventHandler(serverWorker_DoWork); updateTimer.Interval = 60000; updateTimer.Tick += new EventHandler(updateTimer_Tick); loadWorker.WorkerReportsProgress = true; loadWorker.DoWork += new DoWorkEventHandler(loadWorker_DoWork); loadWorker.ProgressChanged += new ProgressChangedEventHandler(loadWorker_ProgressChanged); DisableVAC.AutoSize = true; DisableVAC.Location = new Point(11, 151); DisableVAC.Name = "DisableVAC"; DisableVAC.Size = new Size(103, 17); DisableVAC.TabIndex = 9; DisableVAC.Text = "disable anti-VAC"; DisableVAC.UseVisualStyleBackColor = true; AutoScaleDimensions = new SizeF(6f, 13f); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(683, 428); Controls.Add(tabControl1); Icon = (Icon)componentResourceManager.GetObject("$this.Icon"); MinimumSize = new Size(683, 428); Name = "Main"; Text = "Ensage - Main"; FormClosing += new FormClosingEventHandler(Main_FormClosing); Shown += new EventHandler(Main_Shown); Resize += new EventHandler(Main_Resize); tabControl1.ResumeLayout(false); mainPage.ResumeLayout(false); mainPage.PerformLayout(); groupBox1.ResumeLayout(false); chatPage.ResumeLayout(false); ircTabControl.ResumeLayout(false); tabPage1.ResumeLayout(false); splitContainer1.Panel1.ResumeLayout(false); splitContainer1.Panel1.PerformLayout(); splitContainer1.Panel2.ResumeLayout(false); splitContainer1.EndInit(); splitContainer1.ResumeLayout(false); tabPage2.ResumeLayout(false); splitContainer2.Panel1.ResumeLayout(false); splitContainer2.Panel2.ResumeLayout(false); splitContainer2.EndInit(); splitContainer2.ResumeLayout(false); splitContainer3.Panel1.ResumeLayout(false); splitContainer3.Panel2.ResumeLayout(false); splitContainer3.EndInit(); splitContainer3.ResumeLayout(false); flowLayoutPanel1.ResumeLayout(false); flowLayoutPanel1.PerformLayout(); scriptsPage.ResumeLayout(false); ((ISupportInitialize)scriptsDataGrid).EndInit(); ((ISupportInitialize)listBinding).EndInit(); scriptConfigPage.ResumeLayout(false); repository.ResumeLayout(false); tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel2.ResumeLayout(false); tableLayoutPanel3.ResumeLayout(false); tableLayoutPanel3.PerformLayout(); configPage.ResumeLayout(false); helpPage.ResumeLayout(false); helpPage.PerformLayout(); ResumeLayout(false); }
/// <summary> /// To handle files /// </summary> /// <param name="p"></param> public selectChannel(string p) { try { TabControl streamParameterTabControl = new TabControl(); int maximumX = 0; int maximumY = 0; TabPage[] tabStream = new TabPage[Globals.limitPCAP.Keys.Count]; int pktCnt = 0; foreach (int stream in Globals.limitPCAP.Keys) { string[] streamFiles = Array.FindAll(Globals.fileDump_list, element => element.Contains(String.Format("{0}_", stream))); List<string> parametersList = new List<string>(streamFiles.ToList()); CheckBox[] dataSelect = new CheckBox[streamFiles.Length]; System.Windows.Forms.Label[] dataLabels = new System.Windows.Forms.Label[streamFiles.Length]; TableLayoutPanel[] dataColumns = new TableLayoutPanel[streamFiles.Length / 20 + 1]; FlowLayoutPanel flow = new FlowLayoutPanel(); flow.FlowDirection = FlowDirection.LeftToRight; tabStream[pktCnt] = new TabPage(); for (int i = 0; i != streamFiles.Length; i++) { string streamString = stream.ToString(); var parName = parametersList[i].Substring((streamString.Length + 1) + (parametersList[i].IndexOf(String.Format("{0}_", stream)))); parName = parName.Substring(0, parName.LastIndexOf(".dat")); int whichColumn = i / 20; dataLabels[i] = new System.Windows.Forms.Label(); dataLabels[i].Name = i.ToString(); dataLabels[i].AutoSize = false; dataLabels[i].Text = String.Format("{0}", parName.ToString()); dataLabels[i].Font = new Font(dataLabels[i].Font.FontFamily, 8, dataLabels[i].Font.Style); dataLabels[i].Size = dataLabels[i].PreferredSize; dataSelect[i] = new CheckBox(); dataSelect[i].Name = String.Format("{0}", parName.ToString()); dataSelect[i].AutoSize = false; dataSelect[i].Font = new Font(dataLabels[i].Font.FontFamily, 8, dataLabels[i].Font.Style); //Globals.dataHolders[i].TextAlign = ContentAlignment.BottomLeft; dataSelect[i].Size = dataSelect[i].PreferredSize; if (i % 20 == 0) { dataColumns[whichColumn] = new TableLayoutPanel(); dataColumns[whichColumn].ColumnCount = 2; dataColumns[whichColumn].RowCount = 20; } dataColumns[whichColumn].Controls.Add(dataLabels[i]); dataColumns[whichColumn].Controls.Add(dataSelect[i]); dataColumns[whichColumn].Size = dataColumns[whichColumn].PreferredSize; if (dataColumns[whichColumn].Size.Height > maximumY) maximumY = dataColumns[whichColumn].Size.Height; //if (tabStream[pktCnt].Size.Width > maximumX) maximumX = tabStream[pktCnt].Size.Width; } for (int i = 0; i != dataColumns.Length; i++) { flow.Controls.Add(dataColumns[i]); } flow.SuspendLayout(); flow.ResumeLayout(false); //tabStream[pktCnt].AutoScroll = true; //tabStream[pktCnt].AutoScrollPosition = new System.Drawing.Point(349, 0); flow.Size = flow.PreferredSize; tabStream[pktCnt].Controls.Add(flow); tabStream[pktCnt].Name = stream.ToString(); tabStream[pktCnt].Text = String.Format("ID={0}", stream); tabStream[pktCnt].Size = tabStream[pktCnt].PreferredSize; if (tabStream[pktCnt].Size.Height > maximumY) maximumY = tabStream[pktCnt].Size.Height; if (tabStream[pktCnt].Size.Width > maximumX) maximumX = tabStream[pktCnt].Size.Width; pktCnt++; } foreach (TabPage stream in tabStream) { streamParameterTabControl.Controls.Add(stream); } streamParameterTabControl.SuspendLayout(); streamParameterTabControl.ResumeLayout(false); streamParameterTabControl.Size = new Size(maximumX + 5, maximumY + 15);//streamParameterTabControl.PreferredSize; //this.Size = this.PreferredSize; FlowLayoutPanel selectionFlow = new FlowLayoutPanel(); selectionFlow.FlowDirection = FlowDirection.LeftToRight; selectionFlow.Controls.Add(streamParameterTabControl); //streamParameterTabControl.Dock = DockStyle.Fill; Button btnOK = new Button(); btnOK.Text = "Draw"; btnOK.Click += new EventHandler(selectChannelClick); selectionFlow.Controls.Add(btnOK); Button btnAll = new Button(); btnAll.Text = "All"; btnAll.Click += new EventHandler(selectAllClick); selectionFlow.Controls.Add(btnAll); selectionFlow.Size = selectionFlow.PreferredSize; selectionFlow.SuspendLayout(); selectionFlow.ResumeLayout(false); this.Controls.Add(selectionFlow); this.Size = this.PreferredSize;//new Size(maximumX + 50, maximumY + 45); this.Text = "Select Channels to Plot"; this.SuspendLayout(); this.ResumeLayout(false); this.ShowDialog(); this.Refresh(); // for future use // DrawParametersList(); } catch (Exception e) { MessageBox.Show(String.Format("No Stream ID was selected or StreamID={0} is not correct, check your limits file.\n\n{1}", Globals.streamID, e.Message.ToString())); } }
/// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> /// private void InitializeComponent() { _toolStrip = new System.Windows.Forms.ToolStrip(); _backButton = new System.Windows.Forms.ToolStripButton(); _forwardButton = new System.Windows.Forms.ToolStripButton(); _refreshButton = new System.Windows.Forms.ToolStripButton(); _stopButton = new System.Windows.Forms.ToolStripButton(); _urlComboBox = new System.Windows.Forms.ToolStripComboBox(); _goButton = new System.Windows.Forms.ToolStripButton(); _tabControl = new System.Windows.Forms.TabControl(); _webBrowserTabPage = new System.Windows.Forms.TabPage(); _webBrowser = new System.Windows.Forms.WebBrowser(); _webServicesTabPage = new System.Windows.Forms.TabPage(); _webServicesView = new AIMS.Libraries.Scripting.ScriptControl.ReferenceDialog.WebServicesView(); _referenceNameLabel = new System.Windows.Forms.Label(); _referenceNameTextBox = new System.Windows.Forms.TextBox(); _addButton = new System.Windows.Forms.Button(); _cancelButton = new System.Windows.Forms.Button(); _namespaceTextBox = new System.Windows.Forms.TextBox(); _namespaceLabel = new System.Windows.Forms.Label(); _label2 = new System.Windows.Forms.Label(); _txtName = new System.Windows.Forms.TextBox(); _toolStrip.SuspendLayout(); _tabControl.SuspendLayout(); _webBrowserTabPage.SuspendLayout(); _webServicesTabPage.SuspendLayout(); this.SuspendLayout(); // // toolStrip // _toolStrip.CanOverflow = false; _toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _backButton, _forwardButton, _refreshButton, _stopButton, _urlComboBox, _goButton }); _toolStrip.Location = new System.Drawing.Point(0, 0); _toolStrip.Name = "toolStrip"; _toolStrip.Size = new System.Drawing.Size(543, 25); _toolStrip.Stretch = true; _toolStrip.TabIndex = 0; _toolStrip.Text = "toolStrip"; _toolStrip.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.ToolStripPreviewKeyDown); _toolStrip.Enter += new System.EventHandler(this.ToolStripEnter); _toolStrip.Leave += new System.EventHandler(this.ToolStripLeave); // // backButton // _backButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; _backButton.Enabled = false; _backButton.Image = global::AIMS.Libraries.Scripting.ScriptControl.Properties.Resources.Icons_16x16_BrowserBefore; _backButton.ImageTransparentColor = System.Drawing.Color.Magenta; _backButton.Name = "backButton"; _backButton.Size = new System.Drawing.Size(23, 22); _backButton.Text = "Back"; _backButton.Click += new System.EventHandler(this.BackButtonClick); // // forwardButton // _forwardButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; _forwardButton.Enabled = false; _forwardButton.Image = global::AIMS.Libraries.Scripting.ScriptControl.Properties.Resources.Icons_16x16_BrowserAfter; _forwardButton.ImageTransparentColor = System.Drawing.Color.Magenta; _forwardButton.Name = "forwardButton"; _forwardButton.Size = new System.Drawing.Size(23, 22); _forwardButton.Text = "forward"; _forwardButton.Click += new System.EventHandler(this.ForwardButtonClick); // // refreshButton // _refreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; _refreshButton.Image = global::AIMS.Libraries.Scripting.ScriptControl.Properties.Resources.Icons_16x16_BrowserRefresh; _refreshButton.ImageTransparentColor = System.Drawing.Color.Magenta; _refreshButton.Name = "refreshButton"; _refreshButton.Size = new System.Drawing.Size(23, 22); _refreshButton.Text = "Refresh"; _refreshButton.Click += new System.EventHandler(this.RefreshButtonClick); // // stopButton // _stopButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; _stopButton.Enabled = false; _stopButton.Image = global::AIMS.Libraries.Scripting.ScriptControl.Properties.Resources.Icons_16x16_BrowserCancel; _stopButton.ImageTransparentColor = System.Drawing.Color.Magenta; _stopButton.Name = "stopButton"; _stopButton.Size = new System.Drawing.Size(23, 22); _stopButton.Text = "Stop"; _stopButton.ToolTipText = "Stop"; _stopButton.Click += new System.EventHandler(this.StopButtonClick); // // urlComboBox // _urlComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; _urlComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.AllUrl; _urlComboBox.AutoSize = false; _urlComboBox.FlatStyle = System.Windows.Forms.FlatStyle.Standard; _urlComboBox.Name = "urlComboBox"; _urlComboBox.Size = new System.Drawing.Size(361, 21); _urlComboBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UrlComboBoxKeyDown); _urlComboBox.SelectedIndexChanged += new System.EventHandler(this.UrlComboBoxSelectedIndexChanged); // // goButton // _goButton.Image = global::AIMS.Libraries.Scripting.ScriptControl.Properties.Resources.Icons_16x16_RunProgramIcon; _goButton.ImageTransparentColor = System.Drawing.Color.Magenta; _goButton.Name = "goButton"; _goButton.Size = new System.Drawing.Size(40, 22); _goButton.Text = "Go"; _goButton.Click += new System.EventHandler(this.GoButtonClick); // // tabControl // _tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); _tabControl.Controls.Add(_webBrowserTabPage); _tabControl.Controls.Add(_webServicesTabPage); _tabControl.Location = new System.Drawing.Point(0, 28); _tabControl.Name = "tabControl"; _tabControl.SelectedIndex = 0; _tabControl.Size = new System.Drawing.Size(543, 181); _tabControl.TabIndex = 1; // // webBrowserTabPage // _webBrowserTabPage.Controls.Add(_webBrowser); _webBrowserTabPage.Location = new System.Drawing.Point(4, 22); _webBrowserTabPage.Name = "webBrowserTabPage"; _webBrowserTabPage.Padding = new System.Windows.Forms.Padding(3); _webBrowserTabPage.Size = new System.Drawing.Size(535, 155); _webBrowserTabPage.TabIndex = 0; _webBrowserTabPage.Text = "WSDL"; _webBrowserTabPage.UseVisualStyleBackColor = true; // // webBrowser // _webBrowser.Dock = System.Windows.Forms.DockStyle.Fill; _webBrowser.Location = new System.Drawing.Point(3, 3); _webBrowser.MinimumSize = new System.Drawing.Size(20, 20); _webBrowser.Name = "webBrowser"; _webBrowser.Size = new System.Drawing.Size(529, 149); _webBrowser.TabIndex = 0; _webBrowser.TabStop = false; _webBrowser.CanGoForwardChanged += new System.EventHandler(this.WebBrowserCanGoForwardChanged); _webBrowser.CanGoBackChanged += new System.EventHandler(this.WebBrowserCanGoBackChanged); _webBrowser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.WebBrowserNavigated); _webBrowser.Navigating += new System.Windows.Forms.WebBrowserNavigatingEventHandler(this.WebBrowserNavigating); // // webServicesTabPage // _webServicesTabPage.Controls.Add(_webServicesView); _webServicesTabPage.Location = new System.Drawing.Point(4, 22); _webServicesTabPage.Name = "webServicesTabPage"; _webServicesTabPage.Padding = new System.Windows.Forms.Padding(3); _webServicesTabPage.Size = new System.Drawing.Size(535, 155); _webServicesTabPage.TabIndex = 1; _webServicesTabPage.Text = "Available Web Services"; _webServicesTabPage.UseVisualStyleBackColor = true; // // webServicesView // _webServicesView.Dock = System.Windows.Forms.DockStyle.Fill; _webServicesView.Location = new System.Drawing.Point(3, 3); _webServicesView.Name = "webServicesView"; _webServicesView.Size = new System.Drawing.Size(529, 149); _webServicesView.TabIndex = 0; // // referenceNameLabel // _referenceNameLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); _referenceNameLabel.Location = new System.Drawing.Point(-26, 263); _referenceNameLabel.Name = "referenceNameLabel"; _referenceNameLabel.Size = new System.Drawing.Size(20, 13); _referenceNameLabel.TabIndex = 2; _referenceNameLabel.Text = "&Reference Name:"; _referenceNameLabel.UseCompatibleTextRendering = true; _referenceNameLabel.Visible = false; // // referenceNameTextBox // _referenceNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); _referenceNameTextBox.Location = new System.Drawing.Point(0, 300); _referenceNameTextBox.Name = "referenceNameTextBox"; _referenceNameTextBox.Size = new System.Drawing.Size(12, 20); _referenceNameTextBox.TabIndex = 4; _referenceNameTextBox.Visible = false; // // addButton // _addButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); _addButton.Enabled = false; _addButton.Location = new System.Drawing.Point(468, 226); _addButton.Name = "addButton"; _addButton.Size = new System.Drawing.Size(73, 21); _addButton.TabIndex = 6; _addButton.Text = "&Add"; _addButton.UseCompatibleTextRendering = true; _addButton.UseVisualStyleBackColor = true; _addButton.Click += new System.EventHandler(this.AddButtonClick); // // cancelButton // _cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); _cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; _cancelButton.Location = new System.Drawing.Point(468, 251); _cancelButton.Name = "cancelButton"; _cancelButton.Size = new System.Drawing.Size(73, 21); _cancelButton.TabIndex = 7; _cancelButton.Text = "Cancel"; _cancelButton.UseCompatibleTextRendering = true; _cancelButton.UseVisualStyleBackColor = true; _cancelButton.Click += new System.EventHandler(this.CancelButtonClick); // // namespaceTextBox // _namespaceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); _namespaceTextBox.Location = new System.Drawing.Point(129, 253); _namespaceTextBox.Name = "namespaceTextBox"; _namespaceTextBox.Size = new System.Drawing.Size(333, 20); _namespaceTextBox.TabIndex = 5; // // namespaceLabel // _namespaceLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); _namespaceLabel.Location = new System.Drawing.Point(11, 252); _namespaceLabel.Name = "namespaceLabel"; _namespaceLabel.Size = new System.Drawing.Size(128, 20); _namespaceLabel.TabIndex = 3; _namespaceLabel.Text = "&Namespace:"; _namespaceLabel.UseCompatibleTextRendering = true; // // label2 // _label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); _label2.Location = new System.Drawing.Point(11, 227); _label2.Name = "label2"; _label2.Size = new System.Drawing.Size(128, 20); _label2.TabIndex = 9; _label2.Text = "&File Name:"; _label2.UseCompatibleTextRendering = true; // // txtName // _txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); _txtName.Location = new System.Drawing.Point(129, 226); _txtName.Name = "txtName"; _txtName.Size = new System.Drawing.Size(333, 20); _txtName.TabIndex = 3; // // AddWebReferenceDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(543, 285); this.Controls.Add(_txtName); this.Controls.Add(_label2); this.Controls.Add(_cancelButton); this.Controls.Add(_namespaceTextBox); this.Controls.Add(_namespaceLabel); this.Controls.Add(_addButton); this.Controls.Add(_referenceNameTextBox); this.Controls.Add(_referenceNameLabel); this.Controls.Add(_tabControl); this.Controls.Add(_toolStrip); this.MinimumSize = new System.Drawing.Size(300, 200); this.Name = "AddWebReferenceDialog"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Add Web Reference"; this.Resize += new System.EventHandler(this.AddWebReferenceDialogResize); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AddWebReferenceDialogFormClosing); _toolStrip.ResumeLayout(false); _toolStrip.PerformLayout(); _tabControl.ResumeLayout(false); _webBrowserTabPage.ResumeLayout(false); _webServicesTabPage.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Método necesario para admitir el Diseñador. No se puede modificar /// el contenido de este método con el editor de código. /// </summary> private void InitializeComponent() { System.Windows.Forms.TabControl tabControl1; this.tabPage2 = new System.Windows.Forms.TabPage(); this.Consola = new System.Windows.Forms.RichTextBox(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.Errores = new System.Windows.Forms.RichTextBox(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.códigoToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.lenguajeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lenguajeToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.códigoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.lenguajeToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem(); this.autómataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.guardarComoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ejecuciónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ejecutarAnalizadorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ejecutarConAutómataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.configuraciónToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.formatoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.Editor = new System.Windows.Forms.RichTextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel1 = new System.Windows.Forms.Panel(); tabControl1 = new System.Windows.Forms.TabControl(); tabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.tabPage4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); this.tabPage3.SuspendLayout(); this.menuStrip1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(this.tabPage2); tabControl1.Controls.Add(this.tabPage1); tabControl1.Controls.Add(this.tabPage4); tabControl1.Controls.Add(this.tabPage3); tabControl1.Location = new System.Drawing.Point(12, 469); tabControl1.Multiline = true; tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(1345, 243); tabControl1.TabIndex = 2; // // tabPage2 // this.tabPage2.Controls.Add(this.Consola); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(1337, 217); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Consola"; this.tabPage2.UseVisualStyleBackColor = true; // // Consola // this.Consola.BackColor = System.Drawing.SystemColors.MenuText; this.Consola.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Consola.ForeColor = System.Drawing.SystemColors.Info; this.Consola.Location = new System.Drawing.Point(0, 0); this.Consola.Name = "Consola"; this.Consola.ReadOnly = true; this.Consola.Size = new System.Drawing.Size(1341, 217); this.Consola.TabIndex = 0; this.Consola.Text = ""; // // tabPage1 // this.tabPage1.Controls.Add(this.dataGridView1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(1337, 217); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Salida"; this.tabPage1.UseVisualStyleBackColor = true; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToResizeColumns = false; this.dataGridView1.AllowUserToResizeRows = false; this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Location = new System.Drawing.Point(1, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(1333, 217); this.dataGridView1.TabIndex = 0; // // tabPage4 // this.tabPage4.Controls.Add(this.dataGridView2); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Size = new System.Drawing.Size(1337, 217); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Tabla Símbolos"; this.tabPage4.UseVisualStyleBackColor = true; this.tabPage4.Click += new System.EventHandler(this.tabPage4_Click); // // dataGridView2 // this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.AllowUserToDeleteRows = false; this.dataGridView2.AllowUserToResizeColumns = false; this.dataGridView2.AllowUserToResizeRows = false; this.dataGridView2.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Location = new System.Drawing.Point(0, 0); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.Size = new System.Drawing.Size(1337, 217); this.dataGridView2.TabIndex = 1; // // tabPage3 // this.tabPage3.Controls.Add(this.Errores); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(1337, 217); this.tabPage3.TabIndex = 4; this.tabPage3.Text = "Errores"; this.tabPage3.UseVisualStyleBackColor = true; // // Errores // this.Errores.BackColor = System.Drawing.SystemColors.MenuText; this.Errores.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Errores.ForeColor = System.Drawing.SystemColors.Info; this.Errores.Location = new System.Drawing.Point(-4, 0); this.Errores.Name = "Errores"; this.Errores.ReadOnly = true; this.Errores.Size = new System.Drawing.Size(1341, 225); this.Errores.TabIndex = 1; this.Errores.Text = ""; // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.archivoToolStripMenuItem, this.ejecuciónToolStripMenuItem, this.configuraciónToolStripMenuItem, this.formatoToolStripMenuItem, this.ayudaToolStripMenuItem }); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Size = new System.Drawing.Size(1370, 24); this.menuStrip1.TabIndex = 0; this.menuStrip1.Text = "menuStrip1"; this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked); // // archivoToolStripMenuItem // this.archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.nuevoToolStripMenuItem, this.abrirToolStripMenuItem, this.toolStripSeparator1, this.guardarToolStripMenuItem, this.guardarComoToolStripMenuItem, this.toolStripSeparator2, this.salirToolStripMenuItem }); this.archivoToolStripMenuItem.Name = "archivoToolStripMenuItem"; this.archivoToolStripMenuItem.Size = new System.Drawing.Size(60, 20); this.archivoToolStripMenuItem.Text = "Archivo"; // // nuevoToolStripMenuItem // this.nuevoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.códigoToolStripMenuItem1, this.lenguajeToolStripMenuItem, this.lenguajeToolStripMenuItem1 }); this.nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem"; this.nuevoToolStripMenuItem.Size = new System.Drawing.Size(159, 22); this.nuevoToolStripMenuItem.Text = "Nuevo"; // // códigoToolStripMenuItem1 // this.códigoToolStripMenuItem1.Name = "códigoToolStripMenuItem1"; this.códigoToolStripMenuItem1.Size = new System.Drawing.Size(192, 22); this.códigoToolStripMenuItem1.Text = "Documento en Blanco"; // // lenguajeToolStripMenuItem // this.lenguajeToolStripMenuItem.Name = "lenguajeToolStripMenuItem"; this.lenguajeToolStripMenuItem.Size = new System.Drawing.Size(192, 22); this.lenguajeToolStripMenuItem.Text = "Autómata vacío"; this.lenguajeToolStripMenuItem.Click += new System.EventHandler(this.lenguajeToolStripMenuItem_Click); // // lenguajeToolStripMenuItem1 // this.lenguajeToolStripMenuItem1.Name = "lenguajeToolStripMenuItem1"; this.lenguajeToolStripMenuItem1.Size = new System.Drawing.Size(192, 22); this.lenguajeToolStripMenuItem1.Text = "Lenguaje vacío"; // // abrirToolStripMenuItem // this.abrirToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.códigoToolStripMenuItem, this.lenguajeToolStripMenuItem2, this.autómataToolStripMenuItem }); this.abrirToolStripMenuItem.Name = "abrirToolStripMenuItem"; this.abrirToolStripMenuItem.Size = new System.Drawing.Size(159, 22); this.abrirToolStripMenuItem.Text = "Abrir"; // // códigoToolStripMenuItem // this.códigoToolStripMenuItem.Name = "códigoToolStripMenuItem"; this.códigoToolStripMenuItem.Size = new System.Drawing.Size(127, 22); this.códigoToolStripMenuItem.Text = "Código"; this.códigoToolStripMenuItem.Click += new System.EventHandler(this.códigoToolStripMenuItem_Click); // // lenguajeToolStripMenuItem2 // this.lenguajeToolStripMenuItem2.Name = "lenguajeToolStripMenuItem2"; this.lenguajeToolStripMenuItem2.Size = new System.Drawing.Size(127, 22); this.lenguajeToolStripMenuItem2.Text = "Lenguaje"; this.lenguajeToolStripMenuItem2.Click += new System.EventHandler(this.lenguajeToolStripMenuItem2_Click); // // autómataToolStripMenuItem // this.autómataToolStripMenuItem.Name = "autómataToolStripMenuItem"; this.autómataToolStripMenuItem.Size = new System.Drawing.Size(127, 22); this.autómataToolStripMenuItem.Text = "Autómata"; this.autómataToolStripMenuItem.Click += new System.EventHandler(this.autómataToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(156, 6); // // guardarToolStripMenuItem // this.guardarToolStripMenuItem.Name = "guardarToolStripMenuItem"; this.guardarToolStripMenuItem.Size = new System.Drawing.Size(159, 22); this.guardarToolStripMenuItem.Text = "Guardar"; // // guardarComoToolStripMenuItem // this.guardarComoToolStripMenuItem.Name = "guardarComoToolStripMenuItem"; this.guardarComoToolStripMenuItem.Size = new System.Drawing.Size(159, 22); this.guardarComoToolStripMenuItem.Text = "Guardar como..."; // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(156, 6); // // salirToolStripMenuItem // this.salirToolStripMenuItem.Name = "salirToolStripMenuItem"; this.salirToolStripMenuItem.Size = new System.Drawing.Size(159, 22); this.salirToolStripMenuItem.Text = "Salir"; // // ejecuciónToolStripMenuItem // this.ejecuciónToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ejecutarAnalizadorToolStripMenuItem, this.ejecutarConAutómataToolStripMenuItem }); this.ejecuciónToolStripMenuItem.Name = "ejecuciónToolStripMenuItem"; this.ejecuciónToolStripMenuItem.Size = new System.Drawing.Size(70, 20); this.ejecuciónToolStripMenuItem.Text = "Ejecución"; // // ejecutarAnalizadorToolStripMenuItem // this.ejecutarAnalizadorToolStripMenuItem.Name = "ejecutarAnalizadorToolStripMenuItem"; this.ejecutarAnalizadorToolStripMenuItem.Size = new System.Drawing.Size(159, 22); this.ejecutarAnalizadorToolStripMenuItem.Text = "Analizar Código"; this.ejecutarAnalizadorToolStripMenuItem.Click += new System.EventHandler(this.ejecutarAnalizadorToolStripMenuItem_Click); // // ejecutarConAutómataToolStripMenuItem // this.ejecutarConAutómataToolStripMenuItem.Name = "ejecutarConAutómataToolStripMenuItem"; this.ejecutarConAutómataToolStripMenuItem.Size = new System.Drawing.Size(159, 22); this.ejecutarConAutómataToolStripMenuItem.Text = "Analizar Cadena"; this.ejecutarConAutómataToolStripMenuItem.Click += new System.EventHandler(this.ejecutarConAutómataToolStripMenuItem_Click); // // configuraciónToolStripMenuItem // this.configuraciónToolStripMenuItem.Name = "configuraciónToolStripMenuItem"; this.configuraciónToolStripMenuItem.Size = new System.Drawing.Size(95, 20); this.configuraciónToolStripMenuItem.Text = "Configuración"; // // formatoToolStripMenuItem // this.formatoToolStripMenuItem.Name = "formatoToolStripMenuItem"; this.formatoToolStripMenuItem.Size = new System.Drawing.Size(64, 20); this.formatoToolStripMenuItem.Text = "Formato"; // // ayudaToolStripMenuItem // this.ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem"; this.ayudaToolStripMenuItem.Size = new System.Drawing.Size(53, 20); this.ayudaToolStripMenuItem.Text = "Ayuda"; // // groupBox1 // this.groupBox1.Controls.Add(this.Editor); this.groupBox1.Location = new System.Drawing.Point(12, 48); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(511, 415); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Editor"; // // Editor // this.Editor.AcceptsTab = true; this.Editor.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Editor.Location = new System.Drawing.Point(6, 19); this.Editor.Name = "Editor"; this.Editor.Size = new System.Drawing.Size(500, 393); this.Editor.TabIndex = 0; this.Editor.Text = ""; // // groupBox2 // this.groupBox2.Controls.Add(this.panel1); this.groupBox2.Location = new System.Drawing.Point(529, 48); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(829, 415); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "Pantalla"; this.groupBox2.Enter += new System.EventHandler(this.groupBox2_Enter); // // panel1 // this.panel1.AutoScroll = true; this.panel1.Location = new System.Drawing.Point(7, 19); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(816, 384); this.panel1.TabIndex = 0; this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1370, 749); this.Controls.Add(this.groupBox2); this.Controls.Add(tabControl1); this.Controls.Add(this.groupBox1); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Name = "Form1"; this.Text = "Form1"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Form1_Load); tabControl1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.tabPage4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.tabPage3.ResumeLayout(false); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }
/// <summary> /// Add another TabPage next to the given Tabpage /// </summary> /// <param name="ATabControl">parent control containing the tabpages</param> /// <param name="AAddTabPage">the new tabpage</param> /// <param name="ANextToTabPage">the neighbour</param> public static void AddTabNextToTab(TabControl ATabControl, TabPage AAddTabPage, String ANextToTabPage) { int ExchangeCounter; int RemainingExchangeCounter1; int RemainingExchangeCounter2; TabPage[, ] FollowingTabPages = null; if (AAddTabPage != null) { /* * First add specified TabPage */ if (!ATabControl.Controls.Contains(AAddTabPage)) { ATabControl.Controls.Add(AAddTabPage); } else { return; } /* * Now place it right of the desired TabPage and re-order the following Tabpages... */ // Determine TabPages that need to change order for (ExchangeCounter = 0; ExchangeCounter <= ATabControl.TabCount - 1; ExchangeCounter += 1) { // MessageBox.Show('ExchangeCounter: ' + ExchangeCounter.ToString); if (ATabControl.TabPages[ExchangeCounter].Name == ANextToTabPage) { if (ExchangeCounter < ATabControl.TabCount) { FollowingTabPages = new TabPage[ATabControl.TabCount - (ExchangeCounter - 1), 2]; // MessageBox.Show('Length(FollowingTabPages): ' + Convert.ToString(ATabControl.TabCount ExchangeCounter 1)); FollowingTabPages[0, 0] = AAddTabPage; FollowingTabPages[0, 1] = ATabControl.TabPages[ExchangeCounter + 1]; // MessageBox.Show('FollowingTabPages[0]: ' + FollowingTabPages[0, 0].Name + '; ' + FollowingTabPages[0, 1].Name); // MessageBox.Show('Adding ' + Convert.ToString((ATabControl.TabCount 1) (ExchangeCounter + 2)) + ' further TabPages...'); for (RemainingExchangeCounter1 = 1; RemainingExchangeCounter1 <= (ATabControl.TabCount - 1) - (ExchangeCounter + 2); RemainingExchangeCounter1 += 1) { FollowingTabPages[RemainingExchangeCounter1, 0] = ATabControl.TabPages[RemainingExchangeCounter1 + ExchangeCounter]; FollowingTabPages[RemainingExchangeCounter1, 1] = ATabControl.TabPages[RemainingExchangeCounter1 + ExchangeCounter + 1]; // MessageBox.Show('FollowingTabPages[' + RemainingExchangeCounter1.ToString + ']: ' + FollowingTabPages[RemainingExchangeCounter1, 0].Name + '; ' + FollowingTabPages[RemainingExchangeCounter1, 1].Name); } break; } } } // Exchange positions of determined TabPages ATabControl.SuspendLayout(); for (RemainingExchangeCounter2 = 0; RemainingExchangeCounter2 <= (ATabControl.TabCount - 1) - (ExchangeCounter + 2); RemainingExchangeCounter2 += 1) { // MessageBox.Show('TabPage swap #' + RemainingExchangeCounter2.ToString + '...'); SwapTabPages(ATabControl, FollowingTabPages[RemainingExchangeCounter2, 0], FollowingTabPages[RemainingExchangeCounter2, 1]); } ATabControl.ResumeLayout(); } }
private void InitializeComponent() { components = new Container(); ComponentResourceManager resources = new ComponentResourceManager(typeof(Security_Demo_CP)); toolTip1 = new ToolTip(components); groupBox5 = new GroupBox(); viewEZMacNetwork1 = new ViewEZMacNetwork(); groupBox1 = new GroupBox(); viewRssi1 = new ViewRssi(); tabControl1 = new TabControl(); tabPage1 = new TabPage(); tabPage2 = new TabPage(); viewDataReceiver1 = new ViewDataReceiver(); tabPage3 = new TabPage(); viewNodeInfo4 = new ViewNodeInfo(); viewNodeInfo3 = new ViewNodeInfo(); viewNodeInfo2 = new ViewNodeInfo(); viewNodeInfo1 = new ViewNodeInfo(); viewAlarmPanel1 = new ViewAlarmPanel(); viewHouse = new ViewHouse(); groupBox5.SuspendLayout(); groupBox1.SuspendLayout(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); tabPage2.SuspendLayout(); tabPage3.SuspendLayout(); base.SuspendLayout(); toolTip1.AutoPopDelay = 0x1388; toolTip1.InitialDelay = 50; toolTip1.IsBalloon = true; toolTip1.ReshowDelay = 100; toolTip1.ToolTipIcon = ToolTipIcon.Info; toolTip1.ToolTipTitle = "Information"; groupBox5.BackColor = Color.White; groupBox5.Controls.Add(viewEZMacNetwork1); groupBox5.Location = new Point(6, 6); groupBox5.Name = "groupBox5"; groupBox5.Size = new Size(410, 0x137); groupBox5.TabIndex = 3; groupBox5.TabStop = false; groupBox5.Text = "EZMac(tm) network status"; viewEZMacNetwork1.BackColor = Color.Transparent; viewEZMacNetwork1.BackgroundImageLayout = ImageLayout.None; viewEZMacNetwork1.Location = new Point(0x38, 14); viewEZMacNetwork1.Name = "viewEZMacNetwork1"; viewEZMacNetwork1.Size = new Size(0x131, 0x11e); viewEZMacNetwork1.TabIndex = 0; groupBox1.BackColor = Color.White; groupBox1.Controls.Add(viewRssi1); groupBox1.Location = new Point(6, 0x143); groupBox1.Name = "groupBox1"; groupBox1.Size = new Size(410, 0x9d); groupBox1.TabIndex = 11; groupBox1.TabStop = false; groupBox1.Text = "RSSI"; viewRssi1.BackColor = Color.White; viewRssi1.Location = new Point(6, 0x13); viewRssi1.Name = "viewRssi1"; viewRssi1.Size = new Size(0x18e, 0x84); viewRssi1.TabIndex = 7; tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Controls.Add(tabPage3); tabControl1.Location = new Point(0x1ba, 8); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new Size(430, 0x200); tabControl1.TabIndex = 12; tabPage1.BackColor = Color.White; tabPage1.Controls.Add(groupBox1); tabPage1.Controls.Add(groupBox5); tabPage1.Location = new Point(4, 0x16); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(3); tabPage1.Size = new Size(0x1a6, 0x1e6); tabPage1.TabIndex = 0; tabPage1.Text = "Logic"; tabPage2.BackColor = Color.White; tabPage2.Controls.Add(viewDataReceiver1); tabPage2.Location = new Point(4, 0x16); tabPage2.Name = "tabPage2"; tabPage2.Padding = new Padding(3); tabPage2.Size = new Size(0x1a6, 0x1e6); tabPage2.TabIndex = 1; tabPage2.Text = "Packet"; viewDataReceiver1.BackColor = Color.White; viewDataReceiver1.CustomStringConvertion = true; viewDataReceiver1.InsertHeader = true; viewDataReceiver1.Location = new Point(6, 7); viewDataReceiver1.Name = "viewDataReceiver1"; viewDataReceiver1.Size = new Size(410, 0x1d9); viewDataReceiver1.TabIndex = 1; tabPage3.BackColor = Color.White; tabPage3.Controls.Add(viewNodeInfo4); tabPage3.Controls.Add(viewNodeInfo3); tabPage3.Controls.Add(viewNodeInfo2); tabPage3.Controls.Add(viewNodeInfo1); tabPage3.Location = new Point(4, 0x16); tabPage3.Name = "tabPage3"; tabPage3.Padding = new Padding(3); tabPage3.Size = new Size(0x1a6, 0x1e6); tabPage3.TabIndex = 2; tabPage3.Text = "NodeInfo"; viewNodeInfo4.Location = new Point(110, 0x151); viewNodeInfo4.Name = "viewNodeInfo4"; viewNodeInfo4.NodeName = "NodeName"; viewNodeInfo4.Size = new Size(0xd8, 90); viewNodeInfo4.TabIndex = 3; viewNodeInfo3.Location = new Point(110, 0xf1); viewNodeInfo3.Name = "viewNodeInfo3"; viewNodeInfo3.NodeName = "NodeName"; viewNodeInfo3.Size = new Size(0xd8, 90); viewNodeInfo3.TabIndex = 2; viewNodeInfo2.BackColor = Color.White; viewNodeInfo2.Location = new Point(110, 0x91); viewNodeInfo2.Name = "viewNodeInfo2"; viewNodeInfo2.NodeName = "NodeName"; viewNodeInfo2.Size = new Size(0xd8, 90); viewNodeInfo2.TabIndex = 1; viewNodeInfo1.BackColor = Color.White; viewNodeInfo1.Location = new Point(110, 0x31); viewNodeInfo1.Name = "viewNodeInfo1"; viewNodeInfo1.NodeName = "NodeName"; viewNodeInfo1.Size = new Size(0xd8, 90); viewNodeInfo1.TabIndex = 0; viewAlarmPanel1.BackgroundImage = (Image) resources.GetObject("viewAlarmPanel1.BackgroundImage"); viewAlarmPanel1.BackgroundImageLayout = ImageLayout.None; viewAlarmPanel1.ForeColor = Color.Transparent; viewAlarmPanel1.Location = new Point(0x29, 0x117); viewAlarmPanel1.Name = "viewAlarmPanel1"; viewAlarmPanel1.Size = new Size(0x162, 0xf2); viewAlarmPanel1.TabIndex = 7; viewAlarmPanel1.UnarmCode = "4321"; viewHouse.BackgroundImage = (Image) resources.GetObject("viewHouse.BackgroundImage"); viewHouse.BackgroundImageLayout = ImageLayout.None; viewHouse.Location = new Point(8, 8); viewHouse.Name = "viewHouse"; viewHouse.Size = new Size(0x1a7, 0x109); viewHouse.TabIndex = 6; viewHouse.DoubleClick += new EventHandler(viewHouse_DoubleClick); base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; BackColor = Color.White; base.ClientSize = new Size(880, 0x210); base.Controls.Add(viewAlarmPanel1); base.Controls.Add(tabControl1); base.Controls.Add(viewHouse); base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; base.Name = "Security_Demo_CP"; Text = "Security Demo Application"; base.Load += new EventHandler(Security_Demo_CP_Load); base.Shown += new EventHandler(Security_Demo_CP_Shown); base.FormClosing += new FormClosingEventHandler(formClosingEventHandler); groupBox5.ResumeLayout(false); groupBox1.ResumeLayout(false); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); tabPage2.ResumeLayout(false); tabPage3.ResumeLayout(false); base.ResumeLayout(false); }
private void InitializeComponent() { ComponentResourceManager resources = new ComponentResourceManager(typeof(EnergyHarvesting_Demo_CP)); tabControl1 = new TabControl(); tabPage1 = new TabPage(); groupBox1 = new GroupBox(); viewRssi1 = new ViewRssi(); groupBox5 = new GroupBox(); viewEZMacNetwork1 = new ViewEZMacNetwork(); tabPage2 = new TabPage(); viewDataReceiver1 = new ViewDataReceiver(); tabPage3 = new TabPage(); groupBoxNodeInfo4 = new GroupBox(); textBoxLight4 = new TextBox(); label10 = new Label(); textBoxTemp4 = new TextBox(); label11 = new Label(); label12 = new Label(); textBoxVbat4 = new TextBox(); groupBoxNodeInfo3 = new GroupBox(); textBoxLight3 = new TextBox(); label7 = new Label(); textBoxTemp3 = new TextBox(); label8 = new Label(); label9 = new Label(); textBoxVbat3 = new TextBox(); groupBoxNodeInfo2 = new GroupBox(); textBoxLight2 = new TextBox(); label4 = new Label(); textBoxTemp2 = new TextBox(); label5 = new Label(); label6 = new Label(); textBoxVbat2 = new TextBox(); groupBoxNodeInfo1 = new GroupBox(); textBoxLight1 = new TextBox(); label3 = new Label(); textBoxTemp1 = new TextBox(); label2 = new Label(); label1 = new Label(); textBoxVbat1 = new TextBox(); groupBox2 = new GroupBox(); groupBoxLandscape4 = new GroupBox(); viewLandscape4 = new ViewLandscape(); groupBoxLandscape2 = new GroupBox(); viewLandscape2 = new ViewLandscape(); groupBoxLandscape3 = new GroupBox(); viewLandscape3 = new ViewLandscape(); groupBoxLandscape1 = new GroupBox(); viewLandscape1 = new ViewLandscape(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); groupBox1.SuspendLayout(); groupBox5.SuspendLayout(); tabPage2.SuspendLayout(); tabPage3.SuspendLayout(); groupBoxNodeInfo4.SuspendLayout(); groupBoxNodeInfo3.SuspendLayout(); groupBoxNodeInfo2.SuspendLayout(); groupBoxNodeInfo1.SuspendLayout(); groupBox2.SuspendLayout(); groupBoxLandscape4.SuspendLayout(); groupBoxLandscape2.SuspendLayout(); groupBoxLandscape3.SuspendLayout(); groupBoxLandscape1.SuspendLayout(); base.SuspendLayout(); tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Controls.Add(tabPage3); tabControl1.Location = new Point(0x1ec, 6); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new Size(430, 0x200); tabControl1.TabIndex = 13; tabPage1.BackColor = Color.White; tabPage1.Controls.Add(groupBox1); tabPage1.Controls.Add(groupBox5); tabPage1.Location = new Point(4, 0x16); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(3); tabPage1.Size = new Size(0x1a6, 0x1e6); tabPage1.TabIndex = 0; tabPage1.Text = "Logic"; groupBox1.BackColor = Color.White; groupBox1.Controls.Add(viewRssi1); groupBox1.Location = new Point(6, 0x143); groupBox1.Name = "groupBox1"; groupBox1.Size = new Size(410, 0x9d); groupBox1.TabIndex = 11; groupBox1.TabStop = false; groupBox1.Text = "RSSI"; viewRssi1.BackColor = Color.White; viewRssi1.Location = new Point(6, 0x13); viewRssi1.Name = "viewRssi1"; viewRssi1.Size = new Size(0x18e, 0x84); viewRssi1.TabIndex = 7; groupBox5.BackColor = Color.White; groupBox5.Controls.Add(viewEZMacNetwork1); groupBox5.Location = new Point(6, 6); groupBox5.Name = "groupBox5"; groupBox5.Size = new Size(410, 0x137); groupBox5.TabIndex = 3; groupBox5.TabStop = false; groupBox5.Text = "EZMac(tm) network status"; viewEZMacNetwork1.BackColor = Color.Transparent; viewEZMacNetwork1.BackgroundImageLayout = ImageLayout.None; viewEZMacNetwork1.Location = new Point(0x38, 14); viewEZMacNetwork1.Name = "viewEZMacNetwork1"; viewEZMacNetwork1.Size = new Size(0x131, 0x11e); viewEZMacNetwork1.TabIndex = 0; tabPage2.BackColor = Color.White; tabPage2.Controls.Add(viewDataReceiver1); tabPage2.Location = new Point(4, 0x16); tabPage2.Name = "tabPage2"; tabPage2.Padding = new Padding(3); tabPage2.Size = new Size(0x1a6, 0x1e6); tabPage2.TabIndex = 1; tabPage2.Text = "Packet"; viewDataReceiver1.BackColor = Color.White; viewDataReceiver1.CustomStringConvertion = true; viewDataReceiver1.InsertHeader = true; viewDataReceiver1.Location = new Point(6, 7); viewDataReceiver1.Name = "viewDataReceiver1"; viewDataReceiver1.Size = new Size(410, 0x1d9); viewDataReceiver1.TabIndex = 1; tabPage3.BackColor = Color.White; tabPage3.Controls.Add(groupBoxNodeInfo4); tabPage3.Controls.Add(groupBoxNodeInfo3); tabPage3.Controls.Add(groupBoxNodeInfo2); tabPage3.Controls.Add(groupBoxNodeInfo1); tabPage3.Location = new Point(4, 0x16); tabPage3.Name = "tabPage3"; tabPage3.Padding = new Padding(3); tabPage3.Size = new Size(0x1a6, 0x1e6); tabPage3.TabIndex = 2; tabPage3.Text = "NodeInfo"; groupBoxNodeInfo4.Controls.Add(textBoxLight4); groupBoxNodeInfo4.Controls.Add(label10); groupBoxNodeInfo4.Controls.Add(textBoxTemp4); groupBoxNodeInfo4.Controls.Add(label11); groupBoxNodeInfo4.Controls.Add(label12); groupBoxNodeInfo4.Controls.Add(textBoxVbat4); groupBoxNodeInfo4.Enabled = false; groupBoxNodeInfo4.Location = new Point(0xd4, 0xe8); groupBoxNodeInfo4.Name = "groupBoxNodeInfo4"; groupBoxNodeInfo4.Size = new Size(0xa5, 0x62); groupBoxNodeInfo4.TabIndex = 6; groupBoxNodeInfo4.TabStop = false; groupBoxNodeInfo4.Text = "Node #4"; textBoxLight4.Location = new Point(0x5b, 0x45); textBoxLight4.Name = "textBoxLight4"; textBoxLight4.ReadOnly = true; textBoxLight4.Size = new Size(0x3f, 20); textBoxLight4.TabIndex = 5; label10.AutoSize = true; label10.Location = new Point(6, 0x48); label10.Name = "label10"; label10.Size = new Size(0x3b, 13); label10.TabIndex = 4; label10.Text = "Light Level"; textBoxTemp4.Location = new Point(0x5b, 0x2b); textBoxTemp4.Name = "textBoxTemp4"; textBoxTemp4.ReadOnly = true; textBoxTemp4.Size = new Size(0x3f, 20); textBoxTemp4.TabIndex = 3; label11.AutoSize = true; label11.Location = new Point(6, 0x2e); label11.Name = "label11"; label11.Size = new Size(0x43, 13); label11.TabIndex = 2; label11.Text = "Temperature"; label12.AutoSize = true; label12.Location = new Point(6, 20); label12.Name = "label12"; label12.Size = new Size(0x4f, 13); label12.TabIndex = 1; label12.Text = "Battery Voltage"; textBoxVbat4.Location = new Point(0x5b, 0x11); textBoxVbat4.Name = "textBoxVbat4"; textBoxVbat4.ReadOnly = true; textBoxVbat4.Size = new Size(0x3f, 20); textBoxVbat4.TabIndex = 0; groupBoxNodeInfo3.Controls.Add(textBoxLight3); groupBoxNodeInfo3.Controls.Add(label7); groupBoxNodeInfo3.Controls.Add(textBoxTemp3); groupBoxNodeInfo3.Controls.Add(label8); groupBoxNodeInfo3.Controls.Add(label9); groupBoxNodeInfo3.Controls.Add(textBoxVbat3); groupBoxNodeInfo3.Enabled = false; groupBoxNodeInfo3.Location = new Point(0x29, 0xe8); groupBoxNodeInfo3.Name = "groupBoxNodeInfo3"; groupBoxNodeInfo3.Size = new Size(0xa5, 0x62); groupBoxNodeInfo3.TabIndex = 6; groupBoxNodeInfo3.TabStop = false; groupBoxNodeInfo3.Text = "Node #3"; textBoxLight3.Location = new Point(0x5b, 0x45); textBoxLight3.Name = "textBoxLight3"; textBoxLight3.ReadOnly = true; textBoxLight3.Size = new Size(0x3f, 20); textBoxLight3.TabIndex = 5; label7.AutoSize = true; label7.Location = new Point(6, 0x48); label7.Name = "label7"; label7.Size = new Size(0x3b, 13); label7.TabIndex = 4; label7.Text = "Light Level"; textBoxTemp3.Location = new Point(0x5b, 0x2b); textBoxTemp3.Name = "textBoxTemp3"; textBoxTemp3.ReadOnly = true; textBoxTemp3.Size = new Size(0x3f, 20); textBoxTemp3.TabIndex = 3; label8.AutoSize = true; label8.Location = new Point(6, 0x2e); label8.Name = "label8"; label8.Size = new Size(0x43, 13); label8.TabIndex = 2; label8.Text = "Temperature"; label9.AutoSize = true; label9.Location = new Point(6, 20); label9.Name = "label9"; label9.Size = new Size(0x4f, 13); label9.TabIndex = 1; label9.Text = "Battery Voltage"; textBoxVbat3.Location = new Point(0x5b, 0x11); textBoxVbat3.Name = "textBoxVbat3"; textBoxVbat3.ReadOnly = true; textBoxVbat3.Size = new Size(0x3f, 20); textBoxVbat3.TabIndex = 0; groupBoxNodeInfo2.Controls.Add(textBoxLight2); groupBoxNodeInfo2.Controls.Add(label4); groupBoxNodeInfo2.Controls.Add(textBoxTemp2); groupBoxNodeInfo2.Controls.Add(label5); groupBoxNodeInfo2.Controls.Add(label6); groupBoxNodeInfo2.Controls.Add(textBoxVbat2); groupBoxNodeInfo2.Enabled = false; groupBoxNodeInfo2.Location = new Point(0xd4, 0x80); groupBoxNodeInfo2.Name = "groupBoxNodeInfo2"; groupBoxNodeInfo2.Size = new Size(0xa5, 0x62); groupBoxNodeInfo2.TabIndex = 6; groupBoxNodeInfo2.TabStop = false; groupBoxNodeInfo2.Text = "Node #2"; textBoxLight2.Location = new Point(0x5b, 0x45); textBoxLight2.Name = "textBoxLight2"; textBoxLight2.ReadOnly = true; textBoxLight2.Size = new Size(0x3f, 20); textBoxLight2.TabIndex = 5; label4.AutoSize = true; label4.Location = new Point(6, 0x48); label4.Name = "label4"; label4.Size = new Size(0x3b, 13); label4.TabIndex = 4; label4.Text = "Light Level"; textBoxTemp2.Location = new Point(0x5b, 0x2b); textBoxTemp2.Name = "textBoxTemp2"; textBoxTemp2.ReadOnly = true; textBoxTemp2.Size = new Size(0x3f, 20); textBoxTemp2.TabIndex = 3; label5.AutoSize = true; label5.Location = new Point(6, 0x2e); label5.Name = "label5"; label5.Size = new Size(0x43, 13); label5.TabIndex = 2; label5.Text = "Temperature"; label6.AutoSize = true; label6.Location = new Point(6, 20); label6.Name = "label6"; label6.Size = new Size(0x4f, 13); label6.TabIndex = 1; label6.Text = "Battery Voltage"; textBoxVbat2.Location = new Point(0x5b, 0x11); textBoxVbat2.Name = "textBoxVbat2"; textBoxVbat2.ReadOnly = true; textBoxVbat2.Size = new Size(0x3f, 20); textBoxVbat2.TabIndex = 0; groupBoxNodeInfo1.Controls.Add(textBoxLight1); groupBoxNodeInfo1.Controls.Add(label3); groupBoxNodeInfo1.Controls.Add(textBoxTemp1); groupBoxNodeInfo1.Controls.Add(label2); groupBoxNodeInfo1.Controls.Add(label1); groupBoxNodeInfo1.Controls.Add(textBoxVbat1); groupBoxNodeInfo1.Enabled = false; groupBoxNodeInfo1.Location = new Point(0x29, 0x80); groupBoxNodeInfo1.Name = "groupBoxNodeInfo1"; groupBoxNodeInfo1.Size = new Size(0xa5, 0x62); groupBoxNodeInfo1.TabIndex = 0; groupBoxNodeInfo1.TabStop = false; groupBoxNodeInfo1.Text = "Node #1"; textBoxLight1.Location = new Point(0x5b, 0x45); textBoxLight1.Name = "textBoxLight1"; textBoxLight1.ReadOnly = true; textBoxLight1.Size = new Size(0x3f, 20); textBoxLight1.TabIndex = 5; label3.AutoSize = true; label3.Location = new Point(6, 0x48); label3.Name = "label3"; label3.Size = new Size(0x3b, 13); label3.TabIndex = 4; label3.Text = "Light Level"; textBoxTemp1.Location = new Point(0x5b, 0x2b); textBoxTemp1.Name = "textBoxTemp1"; textBoxTemp1.ReadOnly = true; textBoxTemp1.Size = new Size(0x3f, 20); textBoxTemp1.TabIndex = 3; label2.AutoSize = true; label2.Location = new Point(6, 0x2e); label2.Name = "label2"; label2.Size = new Size(0x43, 13); label2.TabIndex = 2; label2.Text = "Temperature"; label1.AutoSize = true; label1.Location = new Point(6, 20); label1.Name = "label1"; label1.Size = new Size(0x4f, 13); label1.TabIndex = 1; label1.Text = "Battery Voltage"; textBoxVbat1.Location = new Point(0x5b, 0x11); textBoxVbat1.Name = "textBoxVbat1"; textBoxVbat1.ReadOnly = true; textBoxVbat1.Size = new Size(0x3f, 20); textBoxVbat1.TabIndex = 0; groupBox2.Controls.Add(groupBoxLandscape4); groupBox2.Controls.Add(groupBoxLandscape2); groupBox2.Controls.Add(groupBoxLandscape3); groupBox2.Controls.Add(groupBoxLandscape1); groupBox2.Location = new Point(7, 6); groupBox2.Name = "groupBox2"; groupBox2.Size = new Size(0x1df, 0x200); groupBox2.TabIndex = 0x10; groupBox2.TabStop = false; groupBoxLandscape4.Controls.Add(viewLandscape4); groupBoxLandscape4.Enabled = false; groupBoxLandscape4.Location = new Point(0xf2, 0xff); groupBoxLandscape4.Name = "groupBoxLandscape4"; groupBoxLandscape4.Size = new Size(230, 0xb7); groupBoxLandscape4.TabIndex = 0x17; groupBoxLandscape4.TabStop = false; groupBoxLandscape4.Text = "Node #4"; viewLandscape4.BackColor = Color.Transparent; viewLandscape4.BackgroundImage = (Image)resources.GetObject("viewLandscape4.BackgroundImage"); viewLandscape4.BackgroundImageLayout = ImageLayout.Stretch; viewLandscape4.Charge = 10; viewLandscape4.Image = ViewLandscape.ImageSelection.Midday; viewLandscape4.Location = new Point(6, 0x13); viewLandscape4.MaximumSize = new Size(0x15f, 0x101); viewLandscape4.Name = "viewLandscape4"; viewLandscape4.Size = new Size(0xd9, 0x9c); viewLandscape4.TabIndex = 0x11; viewLandscape4.Temperature = "25.0\x00b0C"; groupBoxLandscape2.Controls.Add(viewLandscape2); groupBoxLandscape2.Enabled = false; groupBoxLandscape2.Location = new Point(0xf2, 0x42); groupBoxLandscape2.Name = "groupBoxLandscape2"; groupBoxLandscape2.Size = new Size(230, 0xb7); groupBoxLandscape2.TabIndex = 0x16; groupBoxLandscape2.TabStop = false; groupBoxLandscape2.Text = "Node #2"; viewLandscape2.BackColor = Color.Transparent; viewLandscape2.BackgroundImage = (Image)resources.GetObject("viewLandscape2.BackgroundImage"); viewLandscape2.BackgroundImageLayout = ImageLayout.Stretch; viewLandscape2.Charge = 10; viewLandscape2.Image = ViewLandscape.ImageSelection.Midday; viewLandscape2.Location = new Point(6, 0x13); viewLandscape2.MaximumSize = new Size(0x15f, 0x101); viewLandscape2.Name = "viewLandscape2"; viewLandscape2.Size = new Size(0xd9, 0x9c); viewLandscape2.TabIndex = 0x11; viewLandscape2.Temperature = "25.0\x00b0C"; groupBoxLandscape3.Controls.Add(viewLandscape3); groupBoxLandscape3.Enabled = false; groupBoxLandscape3.Location = new Point(6, 0xff); groupBoxLandscape3.Name = "groupBoxLandscape3"; groupBoxLandscape3.Size = new Size(230, 0xb7); groupBoxLandscape3.TabIndex = 0x16; groupBoxLandscape3.TabStop = false; groupBoxLandscape3.Text = "Node #3"; viewLandscape3.BackColor = Color.Transparent; viewLandscape3.BackgroundImage = (Image)resources.GetObject("viewLandscape3.BackgroundImage"); viewLandscape3.BackgroundImageLayout = ImageLayout.Stretch; viewLandscape3.Charge = 10; viewLandscape3.Image = ViewLandscape.ImageSelection.Midday; viewLandscape3.Location = new Point(6, 0x13); viewLandscape3.MaximumSize = new Size(0x15f, 0x101); viewLandscape3.Name = "viewLandscape3"; viewLandscape3.Size = new Size(0xd9, 0x9c); viewLandscape3.TabIndex = 0x11; viewLandscape3.Temperature = "25.0\x00b0C"; groupBoxLandscape1.Controls.Add(viewLandscape1); groupBoxLandscape1.Enabled = false; groupBoxLandscape1.Location = new Point(6, 0x42); groupBoxLandscape1.Name = "groupBoxLandscape1"; groupBoxLandscape1.Size = new Size(230, 0xb7); groupBoxLandscape1.TabIndex = 0x15; groupBoxLandscape1.TabStop = false; groupBoxLandscape1.Text = "Node #1"; viewLandscape1.BackColor = Color.Transparent; viewLandscape1.BackgroundImage = (Image)resources.GetObject("viewLandscape1.BackgroundImage"); viewLandscape1.BackgroundImageLayout = ImageLayout.Stretch; viewLandscape1.Charge = 10; viewLandscape1.Image = ViewLandscape.ImageSelection.Midday; viewLandscape1.Location = new Point(6, 0x13); viewLandscape1.MaximumSize = new Size(0x15f, 0x101); viewLandscape1.Name = "viewLandscape1"; viewLandscape1.Size = new Size(0xd9, 0x9c); viewLandscape1.TabIndex = 0x11; viewLandscape1.Temperature = "25.0\x00b0C"; base.AutoScaleDimensions = new SizeF(6f, 13f); base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; BackColor = Color.White; base.ClientSize = new Size(0x39e, 0x20c); base.Controls.Add(groupBox2); base.Controls.Add(tabControl1); base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; base.Name = "EnergyHarvesting_Demo_CP"; Text = "Energy Harvesting Demo Application"; base.Load += new EventHandler(Harvesting_Demo_CP_Load); base.Shown += new EventHandler(Harvesting_Demo_CP_Shown); base.FormClosing += new FormClosingEventHandler(Harvesting_Demo_CP_FormClosing); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); groupBox1.ResumeLayout(false); groupBox5.ResumeLayout(false); tabPage2.ResumeLayout(false); tabPage3.ResumeLayout(false); groupBoxNodeInfo4.ResumeLayout(false); groupBoxNodeInfo4.PerformLayout(); groupBoxNodeInfo3.ResumeLayout(false); groupBoxNodeInfo3.PerformLayout(); groupBoxNodeInfo2.ResumeLayout(false); groupBoxNodeInfo2.PerformLayout(); groupBoxNodeInfo1.ResumeLayout(false); groupBoxNodeInfo1.PerformLayout(); groupBox2.ResumeLayout(false); groupBoxLandscape4.ResumeLayout(false); groupBoxLandscape2.ResumeLayout(false); groupBoxLandscape3.ResumeLayout(false); groupBoxLandscape1.ResumeLayout(false); base.ResumeLayout(false); }
public CCProjectsViewMgr(MainForm form, ImageList large, ImageList small) : base() { mainForm = form; this.SuspendLayout(); largeImageList = large; smallImageList = small; CCProjectsViewMgrPanel = new System.Windows.Forms.Panel(); CCProjectsViewMgrPanel.Tag = this; Controls.Add(CCProjectsViewMgrPanel); CCProjectsViewMgrPanel.Location = new System.Drawing.Point(0, 0); CCProjectsViewMgrPanel.Name = "CCProjectsViewMgrPanel"; CCProjectsViewMgrPanel.BackColor = Color.AliceBlue; CCProjectsViewMgrPanel.MouseDoubleClick += new MouseEventHandler(CCProjectsViewMgrPanel_MouseDoubleClick); CCProjectsViewMgrPanel.Dock = DockStyle.Fill; // project views are added to the tabcontrol so it needs to be created first m_tabControl = new TabControl(); m_tabControl.SuspendLayout(); m_tabControl.Name = "tabControl"; m_tabControl.SelectedIndex = 0; m_tabControl.TabIndex = 0; m_tabControl.MouseUp += new MouseEventHandler(TabControl_MouseUp); m_tabControl.MouseClick += new MouseEventHandler(CCProjectsViewMgr_MouseClick); m_tabControl.AllowDrop = true; m_tabControl.DragEnter += new DragEventHandler(TabControl_DragEnter); m_tabControl.DragDrop += new DragEventHandler(TabControl_DragDrop); m_tabControl.DragOver += new DragEventHandler(TabControl_DragOver); m_tabControl.DragLeave += new EventHandler(m_tabControl_DragLeave); m_tabControl.Dock = DockStyle.Fill; m_tabControl.ImageList = smallImageList; CCProjectsViewMgrPanel.Controls.Add(m_tabControl); form.DragEnter += new DragEventHandler(form_DragEnter); // create the container of views m_projectViews = new List<CCProjectsView>(); // the 'all' view always has all the projects the user has subscribed to m_all = new CCProjectsView(this, "All"); m_all.IsUserView = false; AddView(m_all); // the 'broken' view is dynamically updated with any broken projects m_broken = new CCProjectsView(this, "Broken"); m_broken.IsUserView = false; m_broken.IsReadOnly = false; m_broken.TabPage.ImageIndex = ProjectState.Broken.ImageIndex; m_broken.TabPage.TabIndex = 1; // we don't add it to make iterating over 'real' views more easy AddView(m_broken); this.ResumeLayout(false); m_tabControl.ResumeLayout(false); form.dummyDockingPanel.Controls.Add(CCProjectsViewMgrPanel); #region // menus projectContextMenu = new System.Windows.Forms.ContextMenuStrip(); mnuForce = new System.Windows.Forms.ToolStripMenuItem(); mnuAbort = new System.Windows.Forms.ToolStripMenuItem(); mnuStart = new System.Windows.Forms.ToolStripMenuItem(); mnuStop = new System.Windows.Forms.ToolStripMenuItem(); mnuWebPage = new System.Windows.Forms.ToolStripMenuItem(); mnuCancelPending = new System.Windows.Forms.ToolStripMenuItem(); mnuFixBuild = new System.Windows.Forms.ToolStripMenuItem(); mnuCopyBuildLabel = new System.Windows.Forms.ToolStripMenuItem(); mnuSendToNewTab = new System.Windows.Forms.ToolStripMenuItem(); mnuCreateTabFromPattern = new System.Windows.Forms.ToolStripMenuItem(); mnuCreateTabFromCategory = new System.Windows.Forms.ToolStripMenuItem(); projectContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripMenuItem[] { mnuForce, mnuAbort, mnuStart, mnuStop, mnuWebPage, mnuCancelPending, mnuFixBuild, mnuCopyBuildLabel, mnuSendToNewTab, mnuCreateTabFromPattern, mnuCreateTabFromCategory }); mnuForce.Text = "&Force Build"; mnuForce.Click += new System.EventHandler(mnuForce_Click); mnuAbort.Text = "&Abort Build"; mnuAbort.Click += new System.EventHandler(mnuAbort_Click); mnuStart.Text = "&Start Project"; mnuStart.Click += new System.EventHandler(mnuStart_Click); mnuStop.Text = "&Stop Project"; mnuStop.Click += new System.EventHandler(mnuStop_Click); mnuWebPage.Text = "Display &Web Page"; mnuWebPage.Click += new System.EventHandler(mnuWebPage_Click); mnuCancelPending.Text = "&Cancel Pending"; mnuCancelPending.Click += new System.EventHandler(mnuCancelPending_Click); mnuFixBuild.Text = "&Volunteer to Fix Build"; mnuFixBuild.Click += new System.EventHandler(mnuFixBuild_Click); mnuCopyBuildLabel.Text = "Copy Build &Label"; mnuCopyBuildLabel.Click += new System.EventHandler(mnuCopyBuildLabel_Click); mnuSendToNewTab.Text = "Send to New &Tab"; mnuSendToNewTab.Click += new EventHandler(mnuSendToNewTab_Click); mnuCreateTabFromPattern.Text = "New Tab from &Pattern"; mnuCreateTabFromPattern.Click += new EventHandler(mnuCreateTabFromPattern_Click); mnuCreateTabFromCategory.Text = "Create tabs from category"; mnuCreateTabFromCategory.Click += new EventHandler(mnuCreateTabFromCategory_Click); tabContextMenu = new System.Windows.Forms.ContextMenuStrip(); mnuEditName = new System.Windows.Forms.ToolStripMenuItem(); mnuDeleteTab = new System.Windows.Forms.ToolStripMenuItem(); tabContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripMenuItem[] { mnuEditName, mnuDeleteTab, }); mnuEditName.Text = "&Rename Tab"; mnuEditName.Click += new System.EventHandler(mnuEditName_Click); mnuDeleteTab.Text = "&Delete Tab"; mnuDeleteTab.Click += new System.EventHandler(mnuDeleteTab_Click); #endregion mainForm.MainFormController.BindToViewMgr(this); // restore users tabs LoadViewConfiguration(); // colour in the icons on each tab UpdateAllTabPageIcons(null); // set up the general edit box // this needs a tidy up m_tb = new TextBox(); m_tb.PreviewKeyDown += new PreviewKeyDownEventHandler(tb_PreviewKeyDown); m_tb.LostFocus += new EventHandler(tb_LostFocus); int timerPeriod = mainForm.Configuration.PollPeriodSeconds * 1000; m_bTimerRunning = false; m_viewUpdate = new System.Threading.Timer(new System.Threading.TimerCallback(UpdateAllTabPageIcons), this, 0, timerPeriod); this.Show(); }
public ShellTabScene() { _tabControl = new System.Windows.Forms.TabControl(); TabPage tabShell = new System.Windows.Forms.TabPage(); TabPage tabUI = new System.Windows.Forms.TabPage(); _tabControl.SuspendLayout(); // // _tabControl1 // _tabControl.Controls.Add(tabShell); _tabControl.Controls.Add(tabUI); _tabControl.SelectedIndex = 0; _tabControl.TabIndex = 0; // // tabShell // tabShell.Name = "tabShell"; tabShell.Padding = new System.Windows.Forms.Padding(3); tabShell.TabIndex = 0; tabShell.Text = "Shell"; tabShell.UseVisualStyleBackColor = true; shell.Dock = DockStyle.Fill; tabShell.Controls.Add(shell); // // tabUI // tabUI.Name = "tabUI"; tabUI.Padding = new System.Windows.Forms.Padding(3); tabUI.TabIndex = 1; tabUI.Text = "UI"; tabUI.UseVisualStyleBackColor = true; _tabUI = tabUI; _tabControl.ResumeLayout(); }
private void Diseño_Forma() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Inventario)); tabControl1 = new System.Windows.Forms.TabControl(); tab_MateriaPrima = new System.Windows.Forms.TabPage(); groupBox_ListaMateriaPrimam = new System.Windows.Forms.GroupBox(); data_MateriaPrima = new System.Windows.Forms.DataGridView(); Id_AlmacenMateriaPrimam = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_Almacenm = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_MateriaPrimam = new System.Windows.Forms.DataGridViewTextBoxColumn(); Materia_Primam = new System.Windows.Forms.DataGridViewTextBoxColumn(); Lotem = new System.Windows.Forms.DataGridViewTextBoxColumn(); Existenciam = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Compram = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Ventam = new System.Windows.Forms.DataGridViewTextBoxColumn(); Fecham = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox_MateriaPrimam = new System.Windows.Forms.GroupBox(); lbl_Almacenm = new System.Windows.Forms.Label(); lbl_Fecham = new System.Windows.Forms.Label(); combo_Almacenm = new System.Windows.Forms.ComboBox(); lbl_PrecioVentam = new System.Windows.Forms.Label(); comboBox_MateriaPrimam = new System.Windows.Forms.ComboBox(); lbl_PrecioCompram = new System.Windows.Forms.Label(); txt_Lotem = new System.Windows.Forms.TextBox(); lbl_Existenciam = new System.Windows.Forms.Label(); txt_Existenciam = new System.Windows.Forms.TextBox(); lbl_Lotem = new System.Windows.Forms.Label(); txt_PrecioCompram = new System.Windows.Forms.TextBox(); lbl_MateriaPrima = new System.Windows.Forms.Label(); txt_PrecioVentam = new System.Windows.Forms.TextBox(); dateTime_MateriaPrimam = new System.Windows.Forms.DateTimePicker(); tab_MateriaPrimaP = new System.Windows.Forms.TabPage(); groupBox_ListaMateriaPrimap = new System.Windows.Forms.GroupBox(); data_MateriaPrimaP = new System.Windows.Forms.DataGridView(); Id_AlmacenMateriaPrimaP = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_MateriaPrimaP = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_Almacenp = new System.Windows.Forms.DataGridViewTextBoxColumn(); MateriaPrimaP = new System.Windows.Forms.DataGridViewTextBoxColumn(); Lotep = new System.Windows.Forms.DataGridViewTextBoxColumn(); Existenciap = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Comprap = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Ventap = new System.Windows.Forms.DataGridViewTextBoxColumn(); Fechap = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox_MateriaPrimap = new System.Windows.Forms.GroupBox(); lbl_Almacenp = new System.Windows.Forms.Label(); lbl_Fechap = new System.Windows.Forms.Label(); combo_Almacenp = new System.Windows.Forms.ComboBox(); lbl_PrecioVentaP = new System.Windows.Forms.Label(); comboBox_MateriaPrimap = new System.Windows.Forms.ComboBox(); lbl_PrecioComprap = new System.Windows.Forms.Label(); txt_Lotep = new System.Windows.Forms.TextBox(); lbl_Existenciap = new System.Windows.Forms.Label(); txt_Exisnteciap = new System.Windows.Forms.TextBox(); lbl_Lotep = new System.Windows.Forms.Label(); txt_PrecioComprap = new System.Windows.Forms.TextBox(); lbl_MateriaPrimaP = new System.Windows.Forms.Label(); txt_PrecioVentap = new System.Windows.Forms.TextBox(); dateTime_MateriaPrimap = new System.Windows.Forms.DateTimePicker(); tab_ProductoElaborado = new System.Windows.Forms.TabPage(); groupBox_ListaProductoElaborado = new System.Windows.Forms.GroupBox(); data_ProductoElaborado = new System.Windows.Forms.DataGridView(); Id_AlmacenProductoElaborado = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_Almacene = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_ProductoElaborado = new System.Windows.Forms.DataGridViewTextBoxColumn(); Producto = new System.Windows.Forms.DataGridViewTextBoxColumn(); Lotee = new System.Windows.Forms.DataGridViewTextBoxColumn(); Existenciae = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Comprae = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Ventae = new System.Windows.Forms.DataGridViewTextBoxColumn(); Fechae = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox_ProductoElaborado = new System.Windows.Forms.GroupBox(); lbl_Almacene = new System.Windows.Forms.Label(); lbl_Fechae = new System.Windows.Forms.Label(); combo_Almacene = new System.Windows.Forms.ComboBox(); lbl_PrecioVentae = new System.Windows.Forms.Label(); comboBox_ProductoElaborado = new System.Windows.Forms.ComboBox(); lbl_PrecioComprae = new System.Windows.Forms.Label(); txt_Lotee = new System.Windows.Forms.TextBox(); lbl_Existenciae = new System.Windows.Forms.Label(); txt_Existenciae = new System.Windows.Forms.TextBox(); lbl_Lotee = new System.Windows.Forms.Label(); txt_PrecioComprae = new System.Windows.Forms.TextBox(); lbl_ProductoElaborado = new System.Windows.Forms.Label(); txt_PrecioVentae = new System.Windows.Forms.TextBox(); dateTime_ProductoElaborado = new System.Windows.Forms.DateTimePicker(); tab_ProductoIndirecto = new System.Windows.Forms.TabPage(); groupBox_ListaProductoIndirecto = new System.Windows.Forms.GroupBox(); data_ProductoIndirecto = new System.Windows.Forms.DataGridView(); Id_AlmacenProductoIndirecto = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_Almaceni = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_ProductoIndirecto = new System.Windows.Forms.DataGridViewTextBoxColumn(); Productoi = new System.Windows.Forms.DataGridViewTextBoxColumn(); Existenciai = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_CompraI = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Ventai = new System.Windows.Forms.DataGridViewTextBoxColumn(); Fechai = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox_ProductoIndirecto = new System.Windows.Forms.GroupBox(); lbl_Almaceni = new System.Windows.Forms.Label(); lbl_FechaI = new System.Windows.Forms.Label(); combo_Almaceni = new System.Windows.Forms.ComboBox(); lbl_PrecioVentaI = new System.Windows.Forms.Label(); comboBox_ProductoIndirecto = new System.Windows.Forms.ComboBox(); lbl_PrecioCompraI = new System.Windows.Forms.Label(); lbl_Existenciai = new System.Windows.Forms.Label(); txt_Existenciai = new System.Windows.Forms.TextBox(); txt_PrecioComprai = new System.Windows.Forms.TextBox(); lbl_ProductoIndirecto = new System.Windows.Forms.Label(); txt_PrecioVentai = new System.Windows.Forms.TextBox(); dateTime_ProductoIndirecto = new System.Windows.Forms.DateTimePicker(); tab_ProductoTerminado = new System.Windows.Forms.TabPage(); groupBox_ListaProductoTerminado = new System.Windows.Forms.GroupBox(); data_ProductoTerminado = new System.Windows.Forms.DataGridView(); Id_AlmacenProducto = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_Almacent = new System.Windows.Forms.DataGridViewTextBoxColumn(); Id_ProductoTerminado = new System.Windows.Forms.DataGridViewTextBoxColumn(); Productot = new System.Windows.Forms.DataGridViewTextBoxColumn(); Lotet = new System.Windows.Forms.DataGridViewTextBoxColumn(); Existenciat = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Comprat = new System.Windows.Forms.DataGridViewTextBoxColumn(); Precio_Ventat = new System.Windows.Forms.DataGridViewTextBoxColumn(); Descuento = new System.Windows.Forms.DataGridViewTextBoxColumn(); Fechat = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox_ProductoTerminado = new System.Windows.Forms.GroupBox(); lbl_Descuentot = new System.Windows.Forms.Label(); txt_Descuento = new System.Windows.Forms.TextBox(); lbl_Almacent = new System.Windows.Forms.Label(); lbl_Fechat = new System.Windows.Forms.Label(); combo_Almacent = new System.Windows.Forms.ComboBox(); lbl_PrecioVentat = new System.Windows.Forms.Label(); comboBox_ProductoTerminado = new System.Windows.Forms.ComboBox(); lbl_PrecioComprat = new System.Windows.Forms.Label(); txt_Lotet = new System.Windows.Forms.TextBox(); lbl_Existenciat = new System.Windows.Forms.Label(); txt_Existenciat = new System.Windows.Forms.TextBox(); lbl_Lotet = new System.Windows.Forms.Label(); txt_PrecioComprat = new System.Windows.Forms.TextBox(); lbl_Producto = new System.Windows.Forms.Label(); txt_PrecioVentat = new System.Windows.Forms.TextBox(); dateTime_ProductoTerminado = new System.Windows.Forms.DateTimePicker(); menuStrip1 = new System.Windows.Forms.MenuStrip(); archivoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nuevoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); abrirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator = new System.Windows.Forms.ToolStripSeparator(); guardarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); editarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); modificarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); eliminarToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); controlDeProductosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); nivelMaxMinToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ordenDePeladoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ayudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); acercadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); pic_Proveedor = new System.Windows.Forms.PictureBox(); errorProvider1 = new System.Windows.Forms.ErrorProvider(components); tabControl1.SuspendLayout(); tab_MateriaPrima.SuspendLayout(); groupBox_ListaMateriaPrimam.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(data_MateriaPrima)).BeginInit(); groupBox_MateriaPrimam.SuspendLayout(); tab_MateriaPrimaP.SuspendLayout(); groupBox_ListaMateriaPrimap.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(data_MateriaPrimaP)).BeginInit(); groupBox_MateriaPrimap.SuspendLayout(); tab_ProductoElaborado.SuspendLayout(); groupBox_ListaProductoElaborado.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(data_ProductoElaborado)).BeginInit(); groupBox_ProductoElaborado.SuspendLayout(); tab_ProductoIndirecto.SuspendLayout(); groupBox_ListaProductoIndirecto.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(data_ProductoIndirecto)).BeginInit(); groupBox_ProductoIndirecto.SuspendLayout(); tab_ProductoTerminado.SuspendLayout(); groupBox_ListaProductoTerminado.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(data_ProductoTerminado)).BeginInit(); groupBox_ProductoTerminado.SuspendLayout(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(pic_Proveedor)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).BeginInit(); SuspendLayout(); // // tabControl1 // tabControl1.Controls.Add(tab_MateriaPrima); tabControl1.Controls.Add(tab_MateriaPrimaP); tabControl1.Controls.Add(tab_ProductoElaborado); tabControl1.Controls.Add(tab_ProductoIndirecto); tabControl1.Controls.Add(tab_ProductoTerminado); tabControl1.Location = new System.Drawing.Point(10, 73); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new System.Drawing.Size(807, 420); tabControl1.TabIndex = 0; // // tab_MateriaPrima // tab_MateriaPrima.BackColor = System.Drawing.SystemColors.Control; tab_MateriaPrima.Controls.Add(groupBox_ListaMateriaPrimam); tab_MateriaPrima.Controls.Add(groupBox_MateriaPrimam); tab_MateriaPrima.Location = new System.Drawing.Point(4, 22); tab_MateriaPrima.Name = "tab_MateriaPrima"; tab_MateriaPrima.Padding = new System.Windows.Forms.Padding(3); tab_MateriaPrima.Size = new System.Drawing.Size(799, 394); tab_MateriaPrima.TabIndex = 0; tab_MateriaPrima.Text = "Materia prima"; // // groupBox_ListaMateriaPrimam // groupBox_ListaMateriaPrimam.Controls.Add(data_MateriaPrima); groupBox_ListaMateriaPrimam.Location = new System.Drawing.Point(277, 34); groupBox_ListaMateriaPrimam.Name = "groupBox_ListaMateriaPrimam"; groupBox_ListaMateriaPrimam.Size = new System.Drawing.Size(483, 327); groupBox_ListaMateriaPrimam.TabIndex = 82; groupBox_ListaMateriaPrimam.TabStop = false; groupBox_ListaMateriaPrimam.Text = "Lista de materia prima"; // // data_MateriaPrima // data_MateriaPrima.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; data_MateriaPrima.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_AlmacenMateriaPrimam, Id_Almacenm, Id_MateriaPrimam, Materia_Primam, Lotem, Existenciam, Precio_Compram, Precio_Ventam, Fecham}); data_MateriaPrima.Location = new System.Drawing.Point(4, 16); data_MateriaPrima.Name = "data_MateriaPrima"; data_MateriaPrima.Size = new System.Drawing.Size(474, 305); data_MateriaPrima.TabIndex = 0; data_MateriaPrima.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_MateriaPrima_MouseDoubleClick); // // Id_AlmacenMateriaPrimam // Id_AlmacenMateriaPrimam.HeaderText = "Id_AlmacenMateriaPrimam"; Id_AlmacenMateriaPrimam.Name = "Id_AlmacenMateriaPrimam"; Id_AlmacenMateriaPrimam.Visible = false; // // Id_Almacenm // Id_Almacenm.HeaderText = "Id_Almacen"; Id_Almacenm.Name = "Id_Almacenm"; Id_Almacenm.Visible = false; // // Id_MateriaPrimam // Id_MateriaPrimam.HeaderText = "Id_MateriaPrima"; Id_MateriaPrimam.Name = "Id_MateriaPrimam"; Id_MateriaPrimam.Visible = false; // // Materia_Primam // Materia_Primam.HeaderText = "Materia prima"; Materia_Primam.Name = "Materia_Primam"; // // Lotem // Lotem.HeaderText = "Lote"; Lotem.Name = "Lotem"; // // Existenciam // Existenciam.HeaderText = "Existencia"; Existenciam.Name = "Existenciam"; // // Precio_Compram // Precio_Compram.HeaderText = "Precio compra"; Precio_Compram.Name = "Precio_Compram"; // // Precio_Ventam // Precio_Ventam.HeaderText = "Precio venta"; Precio_Ventam.Name = "Precio_Ventam"; // // Fecham // Fecham.HeaderText = "Fecha"; Fecham.Name = "Fecham"; // // groupBox_MateriaPrimam // groupBox_MateriaPrimam.Controls.Add(lbl_Almacenm); groupBox_MateriaPrimam.Controls.Add(lbl_Fecham); groupBox_MateriaPrimam.Controls.Add(combo_Almacenm); groupBox_MateriaPrimam.Controls.Add(lbl_PrecioVentam); groupBox_MateriaPrimam.Controls.Add(comboBox_MateriaPrimam); groupBox_MateriaPrimam.Controls.Add(lbl_PrecioCompram); groupBox_MateriaPrimam.Controls.Add(txt_Lotem); groupBox_MateriaPrimam.Controls.Add(lbl_Existenciam); groupBox_MateriaPrimam.Controls.Add(txt_Existenciam); groupBox_MateriaPrimam.Controls.Add(lbl_Lotem); groupBox_MateriaPrimam.Controls.Add(txt_PrecioCompram); groupBox_MateriaPrimam.Controls.Add(lbl_MateriaPrima); groupBox_MateriaPrimam.Controls.Add(txt_PrecioVentam); groupBox_MateriaPrimam.Controls.Add(dateTime_MateriaPrimam); groupBox_MateriaPrimam.Location = new System.Drawing.Point(39, 34); groupBox_MateriaPrimam.Name = "groupBox_MateriaPrimam"; groupBox_MateriaPrimam.Size = new System.Drawing.Size(232, 327); groupBox_MateriaPrimam.TabIndex = 83; groupBox_MateriaPrimam.TabStop = false; groupBox_MateriaPrimam.Text = "Inventario de materia prima"; // // lbl_Almacenm // lbl_Almacenm.AutoSize = true; lbl_Almacenm.Location = new System.Drawing.Point(16, 31); lbl_Almacenm.Name = "lbl_Almacenm"; lbl_Almacenm.Size = new System.Drawing.Size(48, 13); lbl_Almacenm.TabIndex = 7; lbl_Almacenm.Text = "Almacén"; // // lbl_Fecham // lbl_Fecham.AutoSize = true; lbl_Fecham.Location = new System.Drawing.Point(16, 270); lbl_Fecham.Name = "lbl_Fecham"; lbl_Fecham.Size = new System.Drawing.Size(37, 13); lbl_Fecham.TabIndex = 13; lbl_Fecham.Text = "Fecha"; // // combo_Almacenm // combo_Almacenm.FormattingEnabled = true; combo_Almacenm.Location = new System.Drawing.Point(19, 47); combo_Almacenm.Name = "combo_Almacenm"; combo_Almacenm.Size = new System.Drawing.Size(121, 21); combo_Almacenm.TabIndex = 0; // // lbl_PrecioVentam // lbl_PrecioVentam.AutoSize = true; lbl_PrecioVentam.Location = new System.Drawing.Point(16, 228); lbl_PrecioVentam.Name = "lbl_PrecioVentam"; lbl_PrecioVentam.Size = new System.Drawing.Size(67, 13); lbl_PrecioVentam.TabIndex = 12; lbl_PrecioVentam.Text = "Precio venta"; // // comboBox_MateriaPrimam // comboBox_MateriaPrimam.FormattingEnabled = true; comboBox_MateriaPrimam.Location = new System.Drawing.Point(19, 87); comboBox_MateriaPrimam.Name = "comboBox_MateriaPrimam"; comboBox_MateriaPrimam.Size = new System.Drawing.Size(121, 21); comboBox_MateriaPrimam.TabIndex = 1; // // lbl_PrecioCompram // lbl_PrecioCompram.AutoSize = true; lbl_PrecioCompram.Location = new System.Drawing.Point(16, 189); lbl_PrecioCompram.Name = "lbl_PrecioCompram"; lbl_PrecioCompram.Size = new System.Drawing.Size(75, 13); lbl_PrecioCompram.TabIndex = 11; lbl_PrecioCompram.Text = "Precio compra"; // // txt_Lotem // txt_Lotem.Location = new System.Drawing.Point(19, 127); txt_Lotem.Name = "txt_Lotem"; txt_Lotem.Size = new System.Drawing.Size(100, 20); txt_Lotem.TabIndex = 2; // // lbl_Existenciam // lbl_Existenciam.AutoSize = true; lbl_Existenciam.Location = new System.Drawing.Point(16, 150); lbl_Existenciam.Name = "lbl_Existenciam"; lbl_Existenciam.Size = new System.Drawing.Size(55, 13); lbl_Existenciam.TabIndex = 10; lbl_Existenciam.Text = "Existencia"; // // txt_Existenciam // txt_Existenciam.Location = new System.Drawing.Point(19, 166); txt_Existenciam.Name = "txt_Existenciam"; txt_Existenciam.Size = new System.Drawing.Size(100, 20); txt_Existenciam.TabIndex = 3; // // lbl_Lotem // lbl_Lotem.AutoSize = true; lbl_Lotem.Location = new System.Drawing.Point(16, 111); lbl_Lotem.Name = "lbl_Lotem"; lbl_Lotem.Size = new System.Drawing.Size(28, 13); lbl_Lotem.TabIndex = 9; lbl_Lotem.Text = "Lote"; // // txt_PrecioCompram // txt_PrecioCompram.Location = new System.Drawing.Point(19, 205); txt_PrecioCompram.Name = "txt_PrecioCompram"; txt_PrecioCompram.Size = new System.Drawing.Size(100, 20); txt_PrecioCompram.TabIndex = 4; txt_PrecioCompram.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioCompram_KeyPress); // // lbl_MateriaPrima // lbl_MateriaPrima.AutoSize = true; lbl_MateriaPrima.Location = new System.Drawing.Point(16, 71); lbl_MateriaPrima.Name = "lbl_MateriaPrima"; lbl_MateriaPrima.Size = new System.Drawing.Size(70, 13); lbl_MateriaPrima.TabIndex = 8; lbl_MateriaPrima.Text = "Materia prima"; // // txt_PrecioVentam // txt_PrecioVentam.Location = new System.Drawing.Point(19, 247); txt_PrecioVentam.Name = "txt_PrecioVentam"; txt_PrecioVentam.Size = new System.Drawing.Size(100, 20); txt_PrecioVentam.TabIndex = 5; txt_PrecioVentam.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentam_KeyPress); // // dateTime_MateriaPrimam // dateTime_MateriaPrimam.Location = new System.Drawing.Point(19, 286); dateTime_MateriaPrimam.Name = "dateTime_MateriaPrimam"; dateTime_MateriaPrimam.Size = new System.Drawing.Size(200, 20); dateTime_MateriaPrimam.TabIndex = 6; // // tab_MateriaPrimaP // tab_MateriaPrimaP.BackColor = System.Drawing.SystemColors.Control; tab_MateriaPrimaP.Controls.Add(groupBox_ListaMateriaPrimap); tab_MateriaPrimaP.Controls.Add(groupBox_MateriaPrimap); tab_MateriaPrimaP.Location = new System.Drawing.Point(4, 22); tab_MateriaPrimaP.Name = "tab_MateriaPrimaP"; tab_MateriaPrimaP.Padding = new System.Windows.Forms.Padding(3); tab_MateriaPrimaP.Size = new System.Drawing.Size(799, 394); tab_MateriaPrimaP.TabIndex = 1; tab_MateriaPrimaP.Text = "Materia prima sin rebaba"; // // groupBox_ListaMateriaPrimap // groupBox_ListaMateriaPrimap.Controls.Add(data_MateriaPrimaP); groupBox_ListaMateriaPrimap.Location = new System.Drawing.Point(277, 34); groupBox_ListaMateriaPrimap.Name = "groupBox_ListaMateriaPrimap"; groupBox_ListaMateriaPrimap.Size = new System.Drawing.Size(483, 327); groupBox_ListaMateriaPrimap.TabIndex = 82; groupBox_ListaMateriaPrimap.TabStop = false; groupBox_ListaMateriaPrimap.Text = "Lista de materia prima"; // // data_MateriaPrimaP // data_MateriaPrimaP.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; data_MateriaPrimaP.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_AlmacenMateriaPrimaP, Id_MateriaPrimaP, Id_Almacenp, MateriaPrimaP, Lotep, Existenciap, Precio_Comprap, Precio_Ventap, Fechap}); data_MateriaPrimaP.Location = new System.Drawing.Point(4, 16); data_MateriaPrimaP.Name = "data_MateriaPrimaP"; data_MateriaPrimaP.Size = new System.Drawing.Size(474, 305); data_MateriaPrimaP.TabIndex = 0; data_MateriaPrimaP.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_MateriaPrimaP_MouseDoubleClick); // // Id_AlmacenMateriaPrimaP // Id_AlmacenMateriaPrimaP.HeaderText = "Id_AlmacenMateriaPrimaP"; Id_AlmacenMateriaPrimaP.Name = "Id_AlmacenMateriaPrimaP"; Id_AlmacenMateriaPrimaP.Visible = false; // // Id_MateriaPrimaP // Id_MateriaPrimaP.HeaderText = "Id_MateriaPrimaP"; Id_MateriaPrimaP.Name = "Id_MateriaPrimaP"; Id_MateriaPrimaP.Visible = false; // // Id_Almacenp // Id_Almacenp.HeaderText = "Id_Almacenp"; Id_Almacenp.Name = "Id_Almacenp"; Id_Almacenp.Visible = false; // // MateriaPrimaP // MateriaPrimaP.HeaderText = "Materia prima"; MateriaPrimaP.Name = "MateriaPrimaP"; // // Lotep // Lotep.HeaderText = "Lote"; Lotep.Name = "Lotep"; // // Existenciap // Existenciap.HeaderText = "Existencia"; Existenciap.Name = "Existenciap"; // // Precio_Comprap // Precio_Comprap.HeaderText = "Precio compra"; Precio_Comprap.Name = "Precio_Comprap"; // // Precio_Ventap // Precio_Ventap.HeaderText = "Precio venta"; Precio_Ventap.Name = "Precio_Ventap"; // // Fechap // Fechap.HeaderText = "Fecha"; Fechap.Name = "Fechap"; // // groupBox_MateriaPrimap // groupBox_MateriaPrimap.Controls.Add(lbl_Almacenp); groupBox_MateriaPrimap.Controls.Add(lbl_Fechap); groupBox_MateriaPrimap.Controls.Add(combo_Almacenp); groupBox_MateriaPrimap.Controls.Add(lbl_PrecioVentaP); groupBox_MateriaPrimap.Controls.Add(comboBox_MateriaPrimap); groupBox_MateriaPrimap.Controls.Add(lbl_PrecioComprap); groupBox_MateriaPrimap.Controls.Add(txt_Lotep); groupBox_MateriaPrimap.Controls.Add(lbl_Existenciap); groupBox_MateriaPrimap.Controls.Add(txt_Exisnteciap); groupBox_MateriaPrimap.Controls.Add(lbl_Lotep); groupBox_MateriaPrimap.Controls.Add(txt_PrecioComprap); groupBox_MateriaPrimap.Controls.Add(lbl_MateriaPrimaP); groupBox_MateriaPrimap.Controls.Add(txt_PrecioVentap); groupBox_MateriaPrimap.Controls.Add(dateTime_MateriaPrimap); groupBox_MateriaPrimap.Location = new System.Drawing.Point(39, 34); groupBox_MateriaPrimap.Name = "groupBox_MateriaPrimap"; groupBox_MateriaPrimap.Size = new System.Drawing.Size(232, 327); groupBox_MateriaPrimap.TabIndex = 83; groupBox_MateriaPrimap.TabStop = false; groupBox_MateriaPrimap.Text = "Inventario de materia prima"; // // lbl_Almacenp // lbl_Almacenp.AutoSize = true; lbl_Almacenp.Location = new System.Drawing.Point(16, 31); lbl_Almacenp.Name = "lbl_Almacenp"; lbl_Almacenp.Size = new System.Drawing.Size(48, 13); lbl_Almacenp.TabIndex = 7; lbl_Almacenp.Text = "Almacén"; // // lbl_Fechap // lbl_Fechap.AutoSize = true; lbl_Fechap.Location = new System.Drawing.Point(16, 270); lbl_Fechap.Name = "lbl_Fechap"; lbl_Fechap.Size = new System.Drawing.Size(37, 13); lbl_Fechap.TabIndex = 13; lbl_Fechap.Text = "Fecha"; // // combo_Almacenp // combo_Almacenp.FormattingEnabled = true; combo_Almacenp.Location = new System.Drawing.Point(19, 47); combo_Almacenp.Name = "combo_Almacenp"; combo_Almacenp.Size = new System.Drawing.Size(121, 21); combo_Almacenp.TabIndex = 0; // // lbl_PrecioVentaP // lbl_PrecioVentaP.AutoSize = true; lbl_PrecioVentaP.Location = new System.Drawing.Point(16, 228); lbl_PrecioVentaP.Name = "lbl_PrecioVentaP"; lbl_PrecioVentaP.Size = new System.Drawing.Size(67, 13); lbl_PrecioVentaP.TabIndex = 12; lbl_PrecioVentaP.Text = "Precio venta"; // // comboBox_MateriaPrimap // comboBox_MateriaPrimap.FormattingEnabled = true; comboBox_MateriaPrimap.Location = new System.Drawing.Point(19, 87); comboBox_MateriaPrimap.Name = "comboBox_MateriaPrimap"; comboBox_MateriaPrimap.Size = new System.Drawing.Size(121, 21); comboBox_MateriaPrimap.TabIndex = 1; // // lbl_PrecioComprap // lbl_PrecioComprap.AutoSize = true; lbl_PrecioComprap.Location = new System.Drawing.Point(16, 189); lbl_PrecioComprap.Name = "lbl_PrecioComprap"; lbl_PrecioComprap.Size = new System.Drawing.Size(75, 13); lbl_PrecioComprap.TabIndex = 11; lbl_PrecioComprap.Text = "Precio compra"; // // txt_Lotep // txt_Lotep.Location = new System.Drawing.Point(19, 127); txt_Lotep.Name = "txt_Lotep"; txt_Lotep.Size = new System.Drawing.Size(100, 20); txt_Lotep.TabIndex = 2; // // lbl_Existenciap // lbl_Existenciap.AutoSize = true; lbl_Existenciap.Location = new System.Drawing.Point(16, 150); lbl_Existenciap.Name = "lbl_Existenciap"; lbl_Existenciap.Size = new System.Drawing.Size(55, 13); lbl_Existenciap.TabIndex = 10; lbl_Existenciap.Text = "Existencia"; // // txt_Exisnteciap // txt_Exisnteciap.Location = new System.Drawing.Point(19, 166); txt_Exisnteciap.Name = "txt_Exisnteciap"; txt_Exisnteciap.Size = new System.Drawing.Size(100, 20); txt_Exisnteciap.TabIndex = 3; // // lbl_Lotep // lbl_Lotep.AutoSize = true; lbl_Lotep.Location = new System.Drawing.Point(16, 111); lbl_Lotep.Name = "lbl_Lotep"; lbl_Lotep.Size = new System.Drawing.Size(28, 13); lbl_Lotep.TabIndex = 9; lbl_Lotep.Text = "Lote"; // // txt_PrecioComprap // txt_PrecioComprap.Location = new System.Drawing.Point(19, 205); txt_PrecioComprap.Name = "txt_PrecioComprap"; txt_PrecioComprap.Size = new System.Drawing.Size(100, 20); txt_PrecioComprap.TabIndex = 4; txt_PrecioComprap.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioComprap_KeyPress); // // lbl_MateriaPrimaP // lbl_MateriaPrimaP.AutoSize = true; lbl_MateriaPrimaP.Location = new System.Drawing.Point(16, 71); lbl_MateriaPrimaP.Name = "lbl_MateriaPrimaP"; lbl_MateriaPrimaP.Size = new System.Drawing.Size(70, 13); lbl_MateriaPrimaP.TabIndex = 8; lbl_MateriaPrimaP.Text = "Materia prima"; // // txt_PrecioVentap // txt_PrecioVentap.Location = new System.Drawing.Point(19, 247); txt_PrecioVentap.Name = "txt_PrecioVentap"; txt_PrecioVentap.Size = new System.Drawing.Size(100, 20); txt_PrecioVentap.TabIndex = 5; txt_PrecioVentap.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentap_KeyPress); // // dateTime_MateriaPrimap // dateTime_MateriaPrimap.Location = new System.Drawing.Point(19, 286); dateTime_MateriaPrimap.Name = "dateTime_MateriaPrimap"; dateTime_MateriaPrimap.Size = new System.Drawing.Size(200, 20); dateTime_MateriaPrimap.TabIndex = 6; // // tab_ProductoElaborado // tab_ProductoElaborado.BackColor = System.Drawing.SystemColors.Control; tab_ProductoElaborado.Controls.Add(groupBox_ListaProductoElaborado); tab_ProductoElaborado.Controls.Add(groupBox_ProductoElaborado); tab_ProductoElaborado.Location = new System.Drawing.Point(4, 22); tab_ProductoElaborado.Name = "tab_ProductoElaborado"; tab_ProductoElaborado.Padding = new System.Windows.Forms.Padding(3); tab_ProductoElaborado.Size = new System.Drawing.Size(799, 394); tab_ProductoElaborado.TabIndex = 2; tab_ProductoElaborado.Text = "Producto elaborado"; // // groupBox_ListaProductoElaborado // groupBox_ListaProductoElaborado.Controls.Add(data_ProductoElaborado); groupBox_ListaProductoElaborado.Location = new System.Drawing.Point(277, 34); groupBox_ListaProductoElaborado.Name = "groupBox_ListaProductoElaborado"; groupBox_ListaProductoElaborado.Size = new System.Drawing.Size(483, 327); groupBox_ListaProductoElaborado.TabIndex = 82; groupBox_ListaProductoElaborado.TabStop = false; groupBox_ListaProductoElaborado.Text = "Lista de producto elaborado"; // // data_ProductoElaborado // data_ProductoElaborado.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; data_ProductoElaborado.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_AlmacenProductoElaborado, Id_Almacene, Id_ProductoElaborado, Producto, Lotee, Existenciae, Precio_Comprae, Precio_Ventae, Fechae}); data_ProductoElaborado.Location = new System.Drawing.Point(4, 16); data_ProductoElaborado.Name = "data_ProductoElaborado"; data_ProductoElaborado.Size = new System.Drawing.Size(474, 305); data_ProductoElaborado.TabIndex = 0; data_ProductoElaborado.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_ProductoElaborado_MouseDoubleClick); // // Id_AlmacenProductoElaborado // Id_AlmacenProductoElaborado.HeaderText = "Id_AlmacenProductoElaborado"; Id_AlmacenProductoElaborado.Name = "Id_AlmacenProductoElaborado"; Id_AlmacenProductoElaborado.Visible = false; // // Id_Almacene // Id_Almacene.HeaderText = "Id_Almacene"; Id_Almacene.Name = "Id_Almacene"; Id_Almacene.Visible = false; // // Id_ProductoElaborado // Id_ProductoElaborado.HeaderText = "Id_ProductoElaborado"; Id_ProductoElaborado.Name = "Id_ProductoElaborado"; Id_ProductoElaborado.Visible = false; // // Producto // Producto.HeaderText = "Producto"; Producto.Name = "Producto"; // // Lotee // Lotee.HeaderText = "Lote"; Lotee.Name = "Lotee"; // // Existenciae // Existenciae.HeaderText = "Existencia"; Existenciae.Name = "Existenciae"; // // Precio_Comprae // Precio_Comprae.HeaderText = "Precio compra"; Precio_Comprae.Name = "Precio_Comprae"; // // Precio_Ventae // Precio_Ventae.HeaderText = "Precio venta"; Precio_Ventae.Name = "Precio_Ventae"; // // Fechae // Fechae.HeaderText = "Fecha"; Fechae.Name = "Fechae"; // // groupBox_ProductoElaborado // groupBox_ProductoElaborado.Controls.Add(lbl_Almacene); groupBox_ProductoElaborado.Controls.Add(lbl_Fechae); groupBox_ProductoElaborado.Controls.Add(combo_Almacene); groupBox_ProductoElaborado.Controls.Add(lbl_PrecioVentae); groupBox_ProductoElaborado.Controls.Add(comboBox_ProductoElaborado); groupBox_ProductoElaborado.Controls.Add(lbl_PrecioComprae); groupBox_ProductoElaborado.Controls.Add(txt_Lotee); groupBox_ProductoElaborado.Controls.Add(lbl_Existenciae); groupBox_ProductoElaborado.Controls.Add(txt_Existenciae); groupBox_ProductoElaborado.Controls.Add(lbl_Lotee); groupBox_ProductoElaborado.Controls.Add(txt_PrecioComprae); groupBox_ProductoElaborado.Controls.Add(lbl_ProductoElaborado); groupBox_ProductoElaborado.Controls.Add(txt_PrecioVentae); groupBox_ProductoElaborado.Controls.Add(dateTime_ProductoElaborado); groupBox_ProductoElaborado.Location = new System.Drawing.Point(39, 34); groupBox_ProductoElaborado.Name = "groupBox_ProductoElaborado"; groupBox_ProductoElaborado.Size = new System.Drawing.Size(232, 327); groupBox_ProductoElaborado.TabIndex = 83; groupBox_ProductoElaborado.TabStop = false; groupBox_ProductoElaborado.Text = "Inventario de producto elaborado"; // // lbl_Almacene // lbl_Almacene.AutoSize = true; lbl_Almacene.Location = new System.Drawing.Point(16, 31); lbl_Almacene.Name = "lbl_Almacene"; lbl_Almacene.Size = new System.Drawing.Size(48, 13); lbl_Almacene.TabIndex = 7; lbl_Almacene.Text = "Almacén"; // // lbl_Fechae // lbl_Fechae.AutoSize = true; lbl_Fechae.Location = new System.Drawing.Point(16, 270); lbl_Fechae.Name = "lbl_Fechae"; lbl_Fechae.Size = new System.Drawing.Size(37, 13); lbl_Fechae.TabIndex = 13; lbl_Fechae.Text = "Fecha"; // // combo_Almacene // combo_Almacene.FormattingEnabled = true; combo_Almacene.Location = new System.Drawing.Point(19, 47); combo_Almacene.Name = "combo_Almacene"; combo_Almacene.Size = new System.Drawing.Size(121, 21); combo_Almacene.TabIndex = 0; // // lbl_PrecioVentae // lbl_PrecioVentae.AutoSize = true; lbl_PrecioVentae.Location = new System.Drawing.Point(16, 228); lbl_PrecioVentae.Name = "lbl_PrecioVentae"; lbl_PrecioVentae.Size = new System.Drawing.Size(67, 13); lbl_PrecioVentae.TabIndex = 12; lbl_PrecioVentae.Text = "Precio venta"; // // comboBox_ProductoElaborado // comboBox_ProductoElaborado.FormattingEnabled = true; comboBox_ProductoElaborado.Location = new System.Drawing.Point(19, 87); comboBox_ProductoElaborado.Name = "comboBox_ProductoElaborado"; comboBox_ProductoElaborado.Size = new System.Drawing.Size(121, 21); comboBox_ProductoElaborado.TabIndex = 1; // // lbl_PrecioComprae // lbl_PrecioComprae.AutoSize = true; lbl_PrecioComprae.Location = new System.Drawing.Point(16, 189); lbl_PrecioComprae.Name = "lbl_PrecioComprae"; lbl_PrecioComprae.Size = new System.Drawing.Size(75, 13); lbl_PrecioComprae.TabIndex = 11; lbl_PrecioComprae.Text = "Precio compra"; // // txt_Lotee // txt_Lotee.Location = new System.Drawing.Point(19, 127); txt_Lotee.Name = "txt_Lotee"; txt_Lotee.Size = new System.Drawing.Size(100, 20); txt_Lotee.TabIndex = 2; // // lbl_Existenciae // lbl_Existenciae.AutoSize = true; lbl_Existenciae.Location = new System.Drawing.Point(16, 150); lbl_Existenciae.Name = "lbl_Existenciae"; lbl_Existenciae.Size = new System.Drawing.Size(55, 13); lbl_Existenciae.TabIndex = 10; lbl_Existenciae.Text = "Existencia"; // // txt_Existenciae // txt_Existenciae.Location = new System.Drawing.Point(19, 166); txt_Existenciae.Name = "txt_Existenciae"; txt_Existenciae.Size = new System.Drawing.Size(100, 20); txt_Existenciae.TabIndex = 3; // // lbl_Lotee // lbl_Lotee.AutoSize = true; lbl_Lotee.Location = new System.Drawing.Point(16, 111); lbl_Lotee.Name = "lbl_Lotee"; lbl_Lotee.Size = new System.Drawing.Size(28, 13); lbl_Lotee.TabIndex = 9; lbl_Lotee.Text = "Lote"; // // txt_PrecioComprae // txt_PrecioComprae.Location = new System.Drawing.Point(19, 205); txt_PrecioComprae.Name = "txt_PrecioComprae"; txt_PrecioComprae.Size = new System.Drawing.Size(100, 20); txt_PrecioComprae.TabIndex = 4; txt_PrecioComprae.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioComprae_KeyPress); // // lbl_ProductoElaborado // lbl_ProductoElaborado.AutoSize = true; lbl_ProductoElaborado.Location = new System.Drawing.Point(16, 71); lbl_ProductoElaborado.Name = "lbl_ProductoElaborado"; lbl_ProductoElaborado.Size = new System.Drawing.Size(110, 13); lbl_ProductoElaborado.TabIndex = 8; lbl_ProductoElaborado.Text = "Productos elaborados"; // // txt_PrecioVentae // txt_PrecioVentae.Location = new System.Drawing.Point(19, 247); txt_PrecioVentae.Name = "txt_PrecioVentae"; txt_PrecioVentae.Size = new System.Drawing.Size(100, 20); txt_PrecioVentae.TabIndex = 5; txt_PrecioVentae.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentae_KeyPress); // // dateTime_ProductoElaborado // dateTime_ProductoElaborado.Location = new System.Drawing.Point(19, 286); dateTime_ProductoElaborado.Name = "dateTime_ProductoElaborado"; dateTime_ProductoElaborado.Size = new System.Drawing.Size(200, 20); dateTime_ProductoElaborado.TabIndex = 6; // // tab_ProductoIndirecto // tab_ProductoIndirecto.BackColor = System.Drawing.SystemColors.Control; tab_ProductoIndirecto.Controls.Add(groupBox_ListaProductoIndirecto); tab_ProductoIndirecto.Controls.Add(groupBox_ProductoIndirecto); tab_ProductoIndirecto.Location = new System.Drawing.Point(4, 22); tab_ProductoIndirecto.Name = "tab_ProductoIndirecto"; tab_ProductoIndirecto.Padding = new System.Windows.Forms.Padding(3); tab_ProductoIndirecto.Size = new System.Drawing.Size(799, 394); tab_ProductoIndirecto.TabIndex = 3; tab_ProductoIndirecto.Text = "Producto indirecto"; // // groupBox_ListaProductoIndirecto // groupBox_ListaProductoIndirecto.Controls.Add(data_ProductoIndirecto); groupBox_ListaProductoIndirecto.Location = new System.Drawing.Point(277, 34); groupBox_ListaProductoIndirecto.Name = "groupBox_ListaProductoIndirecto"; groupBox_ListaProductoIndirecto.Size = new System.Drawing.Size(483, 327); groupBox_ListaProductoIndirecto.TabIndex = 82; groupBox_ListaProductoIndirecto.TabStop = false; groupBox_ListaProductoIndirecto.Text = "Lista de producto indirecto"; // // data_ProductoIndirecto // data_ProductoIndirecto.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; data_ProductoIndirecto.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_AlmacenProductoIndirecto, Id_Almaceni, Id_ProductoIndirecto, Productoi, Existenciai, Precio_CompraI, Precio_Ventai, Fechai}); data_ProductoIndirecto.Location = new System.Drawing.Point(4, 16); data_ProductoIndirecto.Name = "data_ProductoIndirecto"; data_ProductoIndirecto.Size = new System.Drawing.Size(474, 305); data_ProductoIndirecto.TabIndex = 0; data_ProductoIndirecto.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_ProductoIndirecto_MouseDoubleClick); // // Id_AlmacenProductoIndirecto // Id_AlmacenProductoIndirecto.HeaderText = "Id_AlmacenProductoIndirecto"; Id_AlmacenProductoIndirecto.Name = "Id_AlmacenProductoIndirecto"; Id_AlmacenProductoIndirecto.Visible = false; // // Id_Almaceni // Id_Almaceni.HeaderText = "Id_Almacen"; Id_Almaceni.Name = "Id_Almaceni"; Id_Almaceni.Visible = false; // // Id_ProductoIndirecto // Id_ProductoIndirecto.HeaderText = "Id_ProductoIndirecto"; Id_ProductoIndirecto.Name = "Id_ProductoIndirecto"; Id_ProductoIndirecto.Visible = false; // // Productoi // Productoi.HeaderText = "Producto"; Productoi.Name = "Productoi"; // // Existenciai // Existenciai.HeaderText = "Existencia"; Existenciai.Name = "Existenciai"; // // Precio_CompraI // Precio_CompraI.HeaderText = "Precio compra"; Precio_CompraI.Name = "Precio_CompraI"; // // Precio_Ventai // Precio_Ventai.HeaderText = "Precio venta"; Precio_Ventai.Name = "Precio_Ventai"; // // Fechai // Fechai.HeaderText = "Fecha"; Fechai.Name = "Fechai"; // // groupBox_ProductoIndirecto // groupBox_ProductoIndirecto.Controls.Add(lbl_Almaceni); groupBox_ProductoIndirecto.Controls.Add(lbl_FechaI); groupBox_ProductoIndirecto.Controls.Add(combo_Almaceni); groupBox_ProductoIndirecto.Controls.Add(lbl_PrecioVentaI); groupBox_ProductoIndirecto.Controls.Add(comboBox_ProductoIndirecto); groupBox_ProductoIndirecto.Controls.Add(lbl_PrecioCompraI); groupBox_ProductoIndirecto.Controls.Add(lbl_Existenciai); groupBox_ProductoIndirecto.Controls.Add(txt_Existenciai); groupBox_ProductoIndirecto.Controls.Add(txt_PrecioComprai); groupBox_ProductoIndirecto.Controls.Add(lbl_ProductoIndirecto); groupBox_ProductoIndirecto.Controls.Add(txt_PrecioVentai); groupBox_ProductoIndirecto.Controls.Add(dateTime_ProductoIndirecto); groupBox_ProductoIndirecto.Location = new System.Drawing.Point(39, 34); groupBox_ProductoIndirecto.Name = "groupBox_ProductoIndirecto"; groupBox_ProductoIndirecto.Size = new System.Drawing.Size(232, 327); groupBox_ProductoIndirecto.TabIndex = 83; groupBox_ProductoIndirecto.TabStop = false; groupBox_ProductoIndirecto.Text = "Inventario de producto indirecto"; // // lbl_Almaceni // lbl_Almaceni.AutoSize = true; lbl_Almaceni.Location = new System.Drawing.Point(16, 31); lbl_Almaceni.Name = "lbl_Almaceni"; lbl_Almaceni.Size = new System.Drawing.Size(48, 13); lbl_Almaceni.TabIndex = 7; lbl_Almaceni.Text = "Almacén"; // // lbl_FechaI // lbl_FechaI.AutoSize = true; lbl_FechaI.Location = new System.Drawing.Point(16, 233); lbl_FechaI.Name = "lbl_FechaI"; lbl_FechaI.Size = new System.Drawing.Size(37, 13); lbl_FechaI.TabIndex = 13; lbl_FechaI.Text = "Fecha"; // // combo_Almaceni // combo_Almaceni.FormattingEnabled = true; combo_Almaceni.Location = new System.Drawing.Point(19, 47); combo_Almaceni.Name = "combo_Almaceni"; combo_Almaceni.Size = new System.Drawing.Size(121, 21); combo_Almaceni.TabIndex = 0; // // lbl_PrecioVentaI // lbl_PrecioVentaI.AutoSize = true; lbl_PrecioVentaI.Location = new System.Drawing.Point(16, 191); lbl_PrecioVentaI.Name = "lbl_PrecioVentaI"; lbl_PrecioVentaI.Size = new System.Drawing.Size(67, 13); lbl_PrecioVentaI.TabIndex = 12; lbl_PrecioVentaI.Text = "Precio venta"; // // comboBox_ProductoIndirecto // comboBox_ProductoIndirecto.FormattingEnabled = true; comboBox_ProductoIndirecto.Location = new System.Drawing.Point(19, 87); comboBox_ProductoIndirecto.Name = "comboBox_ProductoIndirecto"; comboBox_ProductoIndirecto.Size = new System.Drawing.Size(121, 21); comboBox_ProductoIndirecto.TabIndex = 1; // // lbl_PrecioCompraI // lbl_PrecioCompraI.AutoSize = true; lbl_PrecioCompraI.Location = new System.Drawing.Point(16, 152); lbl_PrecioCompraI.Name = "lbl_PrecioCompraI"; lbl_PrecioCompraI.Size = new System.Drawing.Size(75, 13); lbl_PrecioCompraI.TabIndex = 11; lbl_PrecioCompraI.Text = "Precio compra"; // // lbl_Existenciai // lbl_Existenciai.AutoSize = true; lbl_Existenciai.Location = new System.Drawing.Point(16, 113); lbl_Existenciai.Name = "lbl_Existenciai"; lbl_Existenciai.Size = new System.Drawing.Size(55, 13); lbl_Existenciai.TabIndex = 10; lbl_Existenciai.Text = "Existencia"; // // txt_Existenciai // txt_Existenciai.Location = new System.Drawing.Point(19, 129); txt_Existenciai.Name = "txt_Existenciai"; txt_Existenciai.Size = new System.Drawing.Size(100, 20); txt_Existenciai.TabIndex = 3; // // txt_PrecioComprai // txt_PrecioComprai.Location = new System.Drawing.Point(19, 168); txt_PrecioComprai.Name = "txt_PrecioComprai"; txt_PrecioComprai.Size = new System.Drawing.Size(100, 20); txt_PrecioComprai.TabIndex = 4; txt_PrecioComprai.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioComprai_KeyPress); // // lbl_ProductoIndirecto // lbl_ProductoIndirecto.AutoSize = true; lbl_ProductoIndirecto.Location = new System.Drawing.Point(16, 71); lbl_ProductoIndirecto.Name = "lbl_ProductoIndirecto"; lbl_ProductoIndirecto.Size = new System.Drawing.Size(93, 13); lbl_ProductoIndirecto.TabIndex = 8; lbl_ProductoIndirecto.Text = "Producto indirecto"; // // txt_PrecioVentai // txt_PrecioVentai.Location = new System.Drawing.Point(19, 210); txt_PrecioVentai.Name = "txt_PrecioVentai"; txt_PrecioVentai.Size = new System.Drawing.Size(100, 20); txt_PrecioVentai.TabIndex = 5; txt_PrecioVentai.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentai_KeyPress); // // dateTime_ProductoIndirecto // dateTime_ProductoIndirecto.Location = new System.Drawing.Point(19, 249); dateTime_ProductoIndirecto.Name = "dateTime_ProductoIndirecto"; dateTime_ProductoIndirecto.Size = new System.Drawing.Size(200, 20); dateTime_ProductoIndirecto.TabIndex = 6; // // tab_ProductoTerminado // tab_ProductoTerminado.BackColor = System.Drawing.SystemColors.Control; tab_ProductoTerminado.Controls.Add(groupBox_ListaProductoTerminado); tab_ProductoTerminado.Controls.Add(groupBox_ProductoTerminado); tab_ProductoTerminado.Location = new System.Drawing.Point(4, 22); tab_ProductoTerminado.Name = "tab_ProductoTerminado"; tab_ProductoTerminado.Padding = new System.Windows.Forms.Padding(3); tab_ProductoTerminado.Size = new System.Drawing.Size(799, 394); tab_ProductoTerminado.TabIndex = 4; tab_ProductoTerminado.Text = "Producto terminado"; // // groupBox_ListaProductoTerminado // groupBox_ListaProductoTerminado.Controls.Add(data_ProductoTerminado); groupBox_ListaProductoTerminado.Location = new System.Drawing.Point(277, 34); groupBox_ListaProductoTerminado.Name = "groupBox_ListaProductoTerminado"; groupBox_ListaProductoTerminado.Size = new System.Drawing.Size(483, 327); groupBox_ListaProductoTerminado.TabIndex = 82; groupBox_ListaProductoTerminado.TabStop = false; groupBox_ListaProductoTerminado.Text = "Lista de producto terminado"; // // data_ProductoTerminado // data_ProductoTerminado.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; data_ProductoTerminado.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Id_AlmacenProducto, Id_Almacent, Id_ProductoTerminado, Productot, Lotet, Existenciat, Precio_Comprat, Precio_Ventat, Descuento, Fechat}); data_ProductoTerminado.Location = new System.Drawing.Point(4, 16); data_ProductoTerminado.Name = "data_ProductoTerminado"; data_ProductoTerminado.Size = new System.Drawing.Size(474, 305); data_ProductoTerminado.TabIndex = 0; data_ProductoTerminado.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(data_ProductoTerminado_MouseDoubleClick); // // Id_AlmacenProducto // Id_AlmacenProducto.HeaderText = "Id_AlmacenProducto"; Id_AlmacenProducto.Name = "Id_AlmacenProducto"; Id_AlmacenProducto.Visible = false; // // Id_Almacent // Id_Almacent.HeaderText = "Id_Almacen"; Id_Almacent.Name = "Id_Almacent"; Id_Almacent.Visible = false; // // Id_ProductoTerminado // Id_ProductoTerminado.HeaderText = "Id_ProductoTerminado"; Id_ProductoTerminado.Name = "Id_ProductoTerminado"; Id_ProductoTerminado.Visible = false; // // Productot // Productot.HeaderText = "Producto"; Productot.Name = "Productot"; // // Lotet // Lotet.HeaderText = "Lote"; Lotet.Name = "Lotet"; // // Existenciat // Existenciat.HeaderText = "Existencia"; Existenciat.Name = "Existenciat"; // // Precio_Comprat // Precio_Comprat.HeaderText = "Precio compra"; Precio_Comprat.Name = "Precio_Comprat"; // // Precio_Ventat // Precio_Ventat.HeaderText = "Precio venta"; Precio_Ventat.Name = "Precio_Ventat"; // // Descuento // Descuento.HeaderText = "Descuento"; Descuento.Name = "Descuento"; // // Fechat // Fechat.HeaderText = "Fecha"; Fechat.Name = "Fechat"; // // groupBox_ProductoTerminado // groupBox_ProductoTerminado.Controls.Add(lbl_Descuentot); groupBox_ProductoTerminado.Controls.Add(txt_Descuento); groupBox_ProductoTerminado.Controls.Add(lbl_Almacent); groupBox_ProductoTerminado.Controls.Add(lbl_Fechat); groupBox_ProductoTerminado.Controls.Add(combo_Almacent); groupBox_ProductoTerminado.Controls.Add(lbl_PrecioVentat); groupBox_ProductoTerminado.Controls.Add(comboBox_ProductoTerminado); groupBox_ProductoTerminado.Controls.Add(lbl_PrecioComprat); groupBox_ProductoTerminado.Controls.Add(txt_Lotet); groupBox_ProductoTerminado.Controls.Add(lbl_Existenciat); groupBox_ProductoTerminado.Controls.Add(txt_Existenciat); groupBox_ProductoTerminado.Controls.Add(lbl_Lotet); groupBox_ProductoTerminado.Controls.Add(txt_PrecioComprat); groupBox_ProductoTerminado.Controls.Add(lbl_Producto); groupBox_ProductoTerminado.Controls.Add(txt_PrecioVentat); groupBox_ProductoTerminado.Controls.Add(dateTime_ProductoTerminado); groupBox_ProductoTerminado.Location = new System.Drawing.Point(39, 34); groupBox_ProductoTerminado.Name = "groupBox_ProductoTerminado"; groupBox_ProductoTerminado.Size = new System.Drawing.Size(232, 341); groupBox_ProductoTerminado.TabIndex = 83; groupBox_ProductoTerminado.TabStop = false; groupBox_ProductoTerminado.Text = "Inventario de producto terminado"; // // lbl_Descuentot // lbl_Descuentot.AutoSize = true; lbl_Descuentot.Location = new System.Drawing.Point(16, 254); lbl_Descuentot.Name = "lbl_Descuentot"; lbl_Descuentot.Size = new System.Drawing.Size(59, 13); lbl_Descuentot.TabIndex = 15; lbl_Descuentot.Text = "Descuento"; // // txt_Descuento // txt_Descuento.Location = new System.Drawing.Point(19, 272); txt_Descuento.Name = "txt_Descuento"; txt_Descuento.Size = new System.Drawing.Size(100, 20); txt_Descuento.TabIndex = 14; txt_Descuento.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_Descuento_KeyPress); // // lbl_Almacent // lbl_Almacent.AutoSize = true; lbl_Almacent.Location = new System.Drawing.Point(16, 17); lbl_Almacent.Name = "lbl_Almacent"; lbl_Almacent.Size = new System.Drawing.Size(48, 13); lbl_Almacent.TabIndex = 7; lbl_Almacent.Text = "Almacén"; // // lbl_Fechat // lbl_Fechat.AutoSize = true; lbl_Fechat.Location = new System.Drawing.Point(16, 293); lbl_Fechat.Name = "lbl_Fechat"; lbl_Fechat.Size = new System.Drawing.Size(37, 13); lbl_Fechat.TabIndex = 13; lbl_Fechat.Text = "Fecha"; // // combo_Almacent // combo_Almacent.FormattingEnabled = true; combo_Almacent.Location = new System.Drawing.Point(19, 33); combo_Almacent.Name = "combo_Almacent"; combo_Almacent.Size = new System.Drawing.Size(121, 21); combo_Almacent.TabIndex = 0; // // lbl_PrecioVentat // lbl_PrecioVentat.AutoSize = true; lbl_PrecioVentat.Location = new System.Drawing.Point(16, 214); lbl_PrecioVentat.Name = "lbl_PrecioVentat"; lbl_PrecioVentat.Size = new System.Drawing.Size(67, 13); lbl_PrecioVentat.TabIndex = 12; lbl_PrecioVentat.Text = "Precio venta"; // // comboBox_ProductoTerminado // comboBox_ProductoTerminado.FormattingEnabled = true; comboBox_ProductoTerminado.Location = new System.Drawing.Point(19, 73); comboBox_ProductoTerminado.Name = "comboBox_ProductoTerminado"; comboBox_ProductoTerminado.Size = new System.Drawing.Size(121, 21); comboBox_ProductoTerminado.TabIndex = 1; // // lbl_PrecioComprat // lbl_PrecioComprat.AutoSize = true; lbl_PrecioComprat.Location = new System.Drawing.Point(16, 175); lbl_PrecioComprat.Name = "lbl_PrecioComprat"; lbl_PrecioComprat.Size = new System.Drawing.Size(75, 13); lbl_PrecioComprat.TabIndex = 11; lbl_PrecioComprat.Text = "Precio compra"; // // txt_Lotet // txt_Lotet.Location = new System.Drawing.Point(19, 113); txt_Lotet.Name = "txt_Lotet"; txt_Lotet.Size = new System.Drawing.Size(100, 20); txt_Lotet.TabIndex = 2; // // lbl_Existenciat // lbl_Existenciat.AutoSize = true; lbl_Existenciat.Location = new System.Drawing.Point(16, 136); lbl_Existenciat.Name = "lbl_Existenciat"; lbl_Existenciat.Size = new System.Drawing.Size(55, 13); lbl_Existenciat.TabIndex = 10; lbl_Existenciat.Text = "Existencia"; // // txt_Existenciat // txt_Existenciat.Location = new System.Drawing.Point(19, 152); txt_Existenciat.Name = "txt_Existenciat"; txt_Existenciat.Size = new System.Drawing.Size(100, 20); txt_Existenciat.TabIndex = 3; // // lbl_Lotet // lbl_Lotet.AutoSize = true; lbl_Lotet.Location = new System.Drawing.Point(16, 97); lbl_Lotet.Name = "lbl_Lotet"; lbl_Lotet.Size = new System.Drawing.Size(28, 13); lbl_Lotet.TabIndex = 9; lbl_Lotet.Text = "Lote"; // // txt_PrecioComprat // txt_PrecioComprat.Location = new System.Drawing.Point(19, 191); txt_PrecioComprat.Name = "txt_PrecioComprat"; txt_PrecioComprat.Size = new System.Drawing.Size(100, 20); txt_PrecioComprat.TabIndex = 4; txt_PrecioComprat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioComprat_KeyPress); // // lbl_Producto // lbl_Producto.AutoSize = true; lbl_Producto.Location = new System.Drawing.Point(16, 57); lbl_Producto.Name = "lbl_Producto"; lbl_Producto.Size = new System.Drawing.Size(50, 13); lbl_Producto.TabIndex = 8; lbl_Producto.Text = "Producto"; // // txt_PrecioVentat // txt_PrecioVentat.Location = new System.Drawing.Point(19, 233); txt_PrecioVentat.Name = "txt_PrecioVentat"; txt_PrecioVentat.Size = new System.Drawing.Size(100, 20); txt_PrecioVentat.TabIndex = 5; txt_PrecioVentat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(txt_PrecioVentat_KeyPress); // // dateTime_ProductoTerminado // dateTime_ProductoTerminado.Location = new System.Drawing.Point(19, 309); dateTime_ProductoTerminado.Name = "dateTime_ProductoTerminado"; dateTime_ProductoTerminado.Size = new System.Drawing.Size(200, 20); dateTime_ProductoTerminado.TabIndex = 6; // // menuStrip1 // menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(186)))), ((int)(((byte)(82))))); menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { archivoToolStripMenuItem, editarToolStripMenuItem, controlDeProductosToolStripMenuItem, ayudaToolStripMenuItem}); menuStrip1.Location = new System.Drawing.Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new System.Drawing.Size(834, 24); menuStrip1.TabIndex = 78; menuStrip1.Text = "menuStrip1"; // // archivoToolStripMenuItem // archivoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { nuevoToolStripMenuItem, abrirToolStripMenuItem, toolStripSeparator, guardarToolStripMenuItem, toolStripSeparator1, toolStripSeparator2, salirToolStripMenuItem}); archivoToolStripMenuItem.Name = "archivoToolStripMenuItem"; archivoToolStripMenuItem.Size = new System.Drawing.Size(60, 20); archivoToolStripMenuItem.Text = "&Archivo"; // // nuevoToolStripMenuItem // nuevoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("nuevoToolStripMenuItem.Image"))); nuevoToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Nuevo; nuevoToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; nuevoToolStripMenuItem.Name = "nuevoToolStripMenuItem"; nuevoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); nuevoToolStripMenuItem.Size = new System.Drawing.Size(156, 22); nuevoToolStripMenuItem.Text = "&Nuevo"; nuevoToolStripMenuItem.Click += new System.EventHandler(nuevoToolStripMenuItem_Click); // // abrirToolStripMenuItem // abrirToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("abrirToolStripMenuItem.Image"))); abrirToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Abrir; abrirToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; abrirToolStripMenuItem.Name = "abrirToolStripMenuItem"; abrirToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); abrirToolStripMenuItem.Size = new System.Drawing.Size(156, 22); abrirToolStripMenuItem.Text = "&Abrir"; abrirToolStripMenuItem.Click += new System.EventHandler(abrirToolStripMenuItem_Click); // // toolStripSeparator // toolStripSeparator.Name = "toolStripSeparator"; toolStripSeparator.Size = new System.Drawing.Size(153, 6); // // guardarToolStripMenuItem // guardarToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("guardarToolStripMenuItem.Image"))); guardarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Guardar; guardarToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta; guardarToolStripMenuItem.Name = "guardarToolStripMenuItem"; guardarToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); guardarToolStripMenuItem.Size = new System.Drawing.Size(156, 22); guardarToolStripMenuItem.Text = "&Guardar"; guardarToolStripMenuItem.Click += new System.EventHandler(guardarToolStripMenuItem_Click); // // toolStripSeparator1 // toolStripSeparator1.Name = "toolStripSeparator1"; toolStripSeparator1.Size = new System.Drawing.Size(153, 6); // // toolStripSeparator2 // toolStripSeparator2.Name = "toolStripSeparator2"; toolStripSeparator2.Size = new System.Drawing.Size(153, 6); // // salirToolStripMenuItem // salirToolStripMenuItem.Name = "salirToolStripMenuItem"; salirToolStripMenuItem.Size = new System.Drawing.Size(156, 22); salirToolStripMenuItem.Text = "&Salir"; salirToolStripMenuItem.Click += new System.EventHandler(salirToolStripMenuItem_Click); // // editarToolStripMenuItem // editarToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { toolStripSeparator3, modificarToolStripMenuItem, eliminarToolStripMenuItem}); editarToolStripMenuItem.Name = "editarToolStripMenuItem"; editarToolStripMenuItem.Size = new System.Drawing.Size(49, 20); editarToolStripMenuItem.Text = "&Editar"; // // toolStripSeparator3 // toolStripSeparator3.Name = "toolStripSeparator3"; toolStripSeparator3.Size = new System.Drawing.Size(122, 6); // // modificarToolStripMenuItem // modificarToolStripMenuItem.Enabled = false; modificarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Modificar; modificarToolStripMenuItem.Name = "modificarToolStripMenuItem"; modificarToolStripMenuItem.Size = new System.Drawing.Size(125, 22); modificarToolStripMenuItem.Text = "Modificar"; modificarToolStripMenuItem.Click += new System.EventHandler(modificarToolStripMenuItem_Click); // // eliminarToolStripMenuItem // eliminarToolStripMenuItem.Enabled = false; eliminarToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Borrar; eliminarToolStripMenuItem.Name = "eliminarToolStripMenuItem"; eliminarToolStripMenuItem.Size = new System.Drawing.Size(125, 22); eliminarToolStripMenuItem.Text = "Eliminar"; eliminarToolStripMenuItem.Click += new System.EventHandler(eliminarToolStripMenuItem_Click); // // controlDeProductosToolStripMenuItem // controlDeProductosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { nivelMaxMinToolStripMenuItem, ordenDePeladoToolStripMenuItem}); controlDeProductosToolStripMenuItem.Name = "controlDeProductosToolStripMenuItem"; controlDeProductosToolStripMenuItem.Size = new System.Drawing.Size(132, 20); controlDeProductosToolStripMenuItem.Text = "Control de productos"; // // nivelMaxMinToolStripMenuItem // nivelMaxMinToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Control_Inventario; nivelMaxMinToolStripMenuItem.Name = "nivelMaxMinToolStripMenuItem"; nivelMaxMinToolStripMenuItem.Size = new System.Drawing.Size(162, 22); nivelMaxMinToolStripMenuItem.Text = "Nivel Max/Min"; nivelMaxMinToolStripMenuItem.Click += new System.EventHandler(nivelMaxMinToolStripMenuItem_Click); // // ordenDePeladoToolStripMenuItem // ordenDePeladoToolStripMenuItem.Image = global::Shajobe.Properties.Resources.Caja; ordenDePeladoToolStripMenuItem.Name = "ordenDePeladoToolStripMenuItem"; ordenDePeladoToolStripMenuItem.Size = new System.Drawing.Size(162, 22); ordenDePeladoToolStripMenuItem.Text = "Orden de pelado"; ordenDePeladoToolStripMenuItem.Click += new System.EventHandler(ordenDePeladoToolStripMenuItem_Click); // // ayudaToolStripMenuItem // ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { acercadeToolStripMenuItem}); ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem"; ayudaToolStripMenuItem.Size = new System.Drawing.Size(53, 20); ayudaToolStripMenuItem.Text = "Ay&uda"; // // acercadeToolStripMenuItem // acercadeToolStripMenuItem.Name = "acercadeToolStripMenuItem"; acercadeToolStripMenuItem.Size = new System.Drawing.Size(135, 22); acercadeToolStripMenuItem.Text = "&Acerca de..."; // // pic_Proveedor // pic_Proveedor.BackgroundImage = global::Shajobe.Properties.Resources.Inventario; pic_Proveedor.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; pic_Proveedor.Location = new System.Drawing.Point(732, 24); pic_Proveedor.Name = "pic_Proveedor"; pic_Proveedor.Size = new System.Drawing.Size(85, 68); pic_Proveedor.TabIndex = 79; pic_Proveedor.TabStop = false; // // errorProvider1 // errorProvider1.ContainerControl = this; // // Inventario // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(228)))), ((int)(((byte)(196))))); Icon = global::Shajobe.Properties.Resources.Inventario_ICO; ClientSize = new System.Drawing.Size(834, 511); Controls.Add(pic_Proveedor); Controls.Add(menuStrip1); Controls.Add(tabControl1); MaximizeBox = false; MaximumSize = new System.Drawing.Size(840, 535); MinimumSize = new System.Drawing.Size(840, 535); Name = "Inventario"; Text = "Inventario"; Load += new System.EventHandler(Inventario_Load); tabControl1.ResumeLayout(false); tab_MateriaPrima.ResumeLayout(false); groupBox_ListaMateriaPrimam.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(data_MateriaPrima)).EndInit(); groupBox_MateriaPrimam.ResumeLayout(false); groupBox_MateriaPrimam.PerformLayout(); tab_MateriaPrimaP.ResumeLayout(false); groupBox_ListaMateriaPrimap.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(data_MateriaPrimaP)).EndInit(); groupBox_MateriaPrimap.ResumeLayout(false); groupBox_MateriaPrimap.PerformLayout(); tab_ProductoElaborado.ResumeLayout(false); groupBox_ListaProductoElaborado.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(data_ProductoElaborado)).EndInit(); groupBox_ProductoElaborado.ResumeLayout(false); groupBox_ProductoElaborado.PerformLayout(); tab_ProductoIndirecto.ResumeLayout(false); groupBox_ListaProductoIndirecto.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(data_ProductoIndirecto)).EndInit(); groupBox_ProductoIndirecto.ResumeLayout(false); groupBox_ProductoIndirecto.PerformLayout(); tab_ProductoTerminado.ResumeLayout(false); groupBox_ListaProductoTerminado.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(data_ProductoTerminado)).EndInit(); groupBox_ProductoTerminado.ResumeLayout(false); groupBox_ProductoTerminado.PerformLayout(); menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(pic_Proveedor)).EndInit(); ((System.ComponentModel.ISupportInitialize)(errorProvider1)).EndInit(); AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER); AnimateWindow(Handle, 350, AnimateWindowFlags.AW_CENTER | AnimateWindowFlags.AW_SLIDE); ResumeLayout(false); PerformLayout(); }
private void MyInitializeComponent() { // иконка)) Icon = GeneralRes.EffLength; // собственно содержание формы TypeOfColumns = new System.Windows.Forms.TabControl(); SimpleColumn = new System.Windows.Forms.TabPage(); SteppedColumn = new System.Windows.Forms.TabPage(); ColumnWithIncompleteCoupling = new System.Windows.Forms.TabPage(); SimpleColumn.SuspendLayout(); SteppedColumn.SuspendLayout(); ColumnWithIncompleteCoupling.SuspendLayout(); TypeOfColumns.SuspendLayout(); SuspendLayout(); // // TypeOfColumns // TypeOfColumns.Controls.Add(SimpleColumn); TypeOfColumns.Controls.Add(SteppedColumn); TypeOfColumns.Controls.Add(ColumnWithIncompleteCoupling); TypeOfColumns.Dock = System.Windows.Forms.DockStyle.Fill; TypeOfColumns.Location = new System.Drawing.Point(0, 0); TypeOfColumns.Name = "TypeOfColumns"; TypeOfColumns.SelectedIndex = 0; TypeOfColumns.Size = new System.Drawing.Size(536, 620); TypeOfColumns.TabIndex = 0; // // SimpleColumn // SimpleColumn.BackColor = System.Drawing.SystemColors.Control; SimpleColumn.Controls.Add(effectiveLenghtOfSimpleColumn); SimpleColumn.Location = new System.Drawing.Point(4, 22); SimpleColumn.Name = "SimpleColumn"; SimpleColumn.Padding = new System.Windows.Forms.Padding(3); SimpleColumn.Size = new System.Drawing.Size(528, 594); SimpleColumn.TabIndex = 0; SimpleColumn.Text = GeneralRes.ColumnsOfConstantSection; // // SteppedColumn // SteppedColumn.BackColor = System.Drawing.SystemColors.Control; SteppedColumn.Controls.Add(effectiveLenghtOfSteppedColumn); SteppedColumn.Location = new System.Drawing.Point(4, 22); SteppedColumn.Name = "SteppedColumn"; SteppedColumn.Padding = new System.Windows.Forms.Padding(3); SteppedColumn.Size = new System.Drawing.Size(528, 594); SteppedColumn.TabIndex = 1; SteppedColumn.Text = GeneralRes.SteppedColumns; // // ColumnWithIncompleteCoupling // ColumnWithIncompleteCoupling.BackColor = System.Drawing.SystemColors.Control; ColumnWithIncompleteCoupling.Controls.Add(effectiveLenghtOfColumnWithIncompleteCoupling); ColumnWithIncompleteCoupling.Location = new System.Drawing.Point(4, 22); ColumnWithIncompleteCoupling.Name = "ColumnWithIncompleteCoupling"; ColumnWithIncompleteCoupling.Padding = new System.Windows.Forms.Padding(3); ColumnWithIncompleteCoupling.Size = new System.Drawing.Size(528, 594); ColumnWithIncompleteCoupling.TabIndex = 2; ColumnWithIncompleteCoupling.Text = GeneralRes.ColumnWithIncompleteCoupling; // // EffectiveLenghtOfSimpleColumn // effectiveLenghtOfSimpleColumn.Dock = System.Windows.Forms.DockStyle.Fill; effectiveLenghtOfSimpleColumn.Location = new System.Drawing.Point(3, 3); effectiveLenghtOfSimpleColumn.Name = "effectiveLenghtOfColumn"; effectiveLenghtOfSimpleColumn.Size = new System.Drawing.Size(522, 588); effectiveLenghtOfSimpleColumn.TabIndex = 0; // // EffectiveLenghtOfSteppedColumn // effectiveLenghtOfSteppedColumn.Dock = System.Windows.Forms.DockStyle.Fill; effectiveLenghtOfSteppedColumn.Location = new System.Drawing.Point(3, 3); effectiveLenghtOfSteppedColumn.Name = "controlEffectiveLenghtOfSteppedColumn"; effectiveLenghtOfSteppedColumn.Size = new System.Drawing.Size(522, 588); effectiveLenghtOfSteppedColumn.TabIndex = 0; // // EffectiveLenghtOfColumnWithIncompleteCoupling // effectiveLenghtOfColumnWithIncompleteCoupling.Dock = System.Windows.Forms.DockStyle.Fill; effectiveLenghtOfColumnWithIncompleteCoupling.Location = new System.Drawing.Point(3, 3); effectiveLenghtOfColumnWithIncompleteCoupling.Name = "controlEffectiveLenghtOfColumnWithIncompleteCoupling"; effectiveLenghtOfColumnWithIncompleteCoupling.Size = new System.Drawing.Size(522, 588); effectiveLenghtOfColumnWithIncompleteCoupling.TabIndex = 0; // // FormForDesignOfEffectiveLenghtOfColumns // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; MinimumSize = new System.Drawing.Size(552, 656); MaximizeBox = false; Controls.Add(TypeOfColumns); Name = "FormForDesignOfEffectiveLenghtOfColumns"; Text = GeneralRes.DeterminationOfEffectiveLengthOfSteelColumns; FormClosing += new System.Windows.Forms.FormClosingEventHandler(FormForDesignOfEffectiveLenghtOfColumns_FormClosing); SimpleColumn.ResumeLayout(false); SteppedColumn.ResumeLayout(false); ColumnWithIncompleteCoupling.ResumeLayout(false); TypeOfColumns.ResumeLayout(false); ResumeLayout(false); }
public static void TabControlInsert(TabControl tc, TabPage tp, int index) { tc.SuspendLayout(); // temp storage to rearrange tabs TabPage[] temp = new TabPage[tc.TabPages.Count+1]; // copy pages in order and insert new page when needed for(int i=0; i<tc.TabPages.Count+1; i++) { if(i < index) temp[i] = tc.TabPages[i]; else if(i == index) temp[i] = tp; else if(i > index) temp[i] = tc.TabPages[i-1]; } // erase all tab pages while(tc.TabPages.Count > 0) tc.TabPages.RemoveAt(0); // add them back with new page inserted for(int i=0; i<temp.Length; i++) tc.TabPages.Add(temp[i]); tc.ResumeLayout(); }
private void InitializeComponent() { var resources = new ComponentResourceManager(typeof(InternalExceptionView)); pictureBox = new PictureBox(); txtExceptionType = new TextBox(); txtExceptionDetails = new TextBox(); lblExceptionType = new Label(); tpException = new TabPage(); tpGeneral = new TabPage(); txtExceptionMessage = new TextBox(); lblExceptionMessage = new Label(); lblGeneralMessage = new Label(); tabControl = new TabControl(); cmdOK = new Button(); ((ISupportInitialize)(pictureBox)).BeginInit(); tpException.SuspendLayout(); tpGeneral.SuspendLayout(); tabControl.SuspendLayout(); SuspendLayout(); // // pictureBox // pictureBox.Image = ((Image)(resources.GetObject("pictureBox.Image"))); pictureBox.Location = new Point(3, 3); pictureBox.Name = "pictureBox"; pictureBox.Size = new Size(68, 86); pictureBox.SizeMode = PictureBoxSizeMode.AutoSize; pictureBox.TabIndex = 0; pictureBox.TabStop = false; // // txtExceptionType // txtExceptionType.Anchor = (AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right; txtExceptionType.Location = new Point(77, 74); txtExceptionType.Name = "txtExceptionType"; txtExceptionType.ReadOnly = true; txtExceptionType.Size = new Size(306, 20); txtExceptionType.TabIndex = 3; // // txtExceptionDetails // txtExceptionDetails.BorderStyle = BorderStyle.None; txtExceptionDetails.Dock = DockStyle.Fill; txtExceptionDetails.Location = new Point(0, 0); txtExceptionDetails.Multiline = true; txtExceptionDetails.Name = "txtExceptionDetails"; txtExceptionDetails.ReadOnly = true; txtExceptionDetails.Size = new Size(386, 175); txtExceptionDetails.TabIndex = 6; // // lblExceptionType // lblExceptionType.Location = new Point(8, 74); lblExceptionType.Name = "lblExceptionType"; lblExceptionType.Size = new Size(40, 15); lblExceptionType.TabIndex = 2; lblExceptionType.Text = "Type:"; // // tpException // tpException.Controls.Add(txtExceptionDetails); tpException.Location = new Point(4, 22); tpException.Name = "tpException"; tpException.Size = new Size(386, 175); tpException.TabIndex = 1; tpException.Text = "Exception"; tpException.ToolTipText = "Displays detailed information about the error that occurred"; // // tpGeneral // tpGeneral.Controls.Add(pictureBox); tpGeneral.Controls.Add(txtExceptionMessage); tpGeneral.Controls.Add(txtExceptionType); tpGeneral.Controls.Add(lblExceptionType); tpGeneral.Controls.Add(lblExceptionMessage); tpGeneral.Controls.Add(lblGeneralMessage); tpGeneral.Location = new Point(4, 22); tpGeneral.Name = "tpGeneral"; tpGeneral.Size = new Size(386, 175); tpGeneral.TabIndex = 0; tpGeneral.Text = "General"; tpGeneral.ToolTipText = "Displays general information about the error that occurred"; // // txtExceptionMessage // txtExceptionMessage.Anchor = ((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right; txtExceptionMessage.Location = new Point(77, 100); txtExceptionMessage.Multiline = true; txtExceptionMessage.Name = "txtExceptionMessage"; txtExceptionMessage.ReadOnly = true; txtExceptionMessage.Size = new Size(306, 71); txtExceptionMessage.TabIndex = 5; // // lblExceptionMessage // lblExceptionMessage.Location = new Point(15, 100); lblExceptionMessage.Name = "lblExceptionMessage"; lblExceptionMessage.Size = new Size(56, 14); lblExceptionMessage.TabIndex = 4; lblExceptionMessage.Text = "Message"; // // lblGeneralMessage // lblGeneralMessage.Anchor = (AnchorStyles.Top | AnchorStyles.Left) | AnchorStyles.Right; lblGeneralMessage.Location = new Point(77, 7); lblGeneralMessage.Name = "lblGeneralMessage"; lblGeneralMessage.Size = new Size(306, 60); lblGeneralMessage.TabIndex = 1; lblGeneralMessage.Text = "An internal exception has occurred within Exception Reporter"; // // tabControl // tabControl.Anchor = ((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right; tabControl.Controls.Add(tpGeneral); tabControl.Controls.Add(tpException); tabControl.HotTrack = true; tabControl.Location = new Point(8, 7); tabControl.Name = "tabControl"; tabControl.SelectedIndex = 0; tabControl.ShowToolTips = true; tabControl.Size = new Size(394, 201); tabControl.TabIndex = 0; // // cmdOK // cmdOK.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; cmdOK.ImageAlign = ContentAlignment.MiddleLeft; cmdOK.Location = new Point(320, 212); cmdOK.Name = "cmdOK"; cmdOK.Size = new Size(80, 25); cmdOK.TabIndex = 7; cmdOK.Text = "OK"; // // InternalExceptionView // AutoScaleBaseSize = new Size(5, 13); ClientSize = new Size(407, 241); Controls.Add(tabControl); Controls.Add(cmdOK); MaximizeBox = false; MinimizeBox = false; Name = "InternalExceptionView"; ShowInTaskbar = false; StartPosition = FormStartPosition.CenterParent; Text = "Exception Reporter: Problem Occurred"; ((ISupportInitialize)(pictureBox)).EndInit(); tpException.ResumeLayout(false); tpException.PerformLayout(); tpGeneral.ResumeLayout(false); tpGeneral.PerformLayout(); tabControl.ResumeLayout(false); ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.TabControl _bottomtabcontrol; GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn2 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn3 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn4 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn5 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn6 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn7 = new GlacialComponents.Controls.GLColumn(); System.Windows.Forms.ToolStripMenuItem _menuScanAll; System.Windows.Forms.ToolStripMenuItem _menuScanOneHour; System.Windows.Forms.ToolStripMenuItem _menuScanFourHours; System.Windows.Forms.ToolStripMenuItem _menuScanYesterday; System.Windows.Forms.ToolStripMenuItem _menuScanTwoDays; System.Windows.Forms.ToolStripMenuItem _menuScanLastWeek; System.Windows.Forms.ToolStripMenuItem _menuScanLastMonth; System.Windows.Forms.ToolStripMenuItem _menuScanSince; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); GlacialComponents.Controls.GLColumn glColumn8 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn9 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn10 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn11 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn12 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn13 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn14 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn15 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn16 = new GlacialComponents.Controls.GLColumn(); GlacialComponents.Controls.GLColumn glColumn17 = new GlacialComponents.Controls.GLColumn(); this._queuetab = new System.Windows.Forms.TabPage(); this._fileQueueList = new GlacialComponents.Controls.GlacialList(); this._fileQueueMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this._menuQueueRemove = new System.Windows.Forms.ToolStripMenuItem(); this._menuQueueRemoveOther = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this._menuQueueSelectAll = new System.Windows.Forms.ToolStripMenuItem(); this._menuQueueUnselectAll = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this._menuQueueDeploy = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this._menuQueueClear = new System.Windows.Forms.ToolStripMenuItem(); this._toolstripBottom = new System.Windows.Forms.ToolStrip(); this._queueAutoRemove = new System.Windows.Forms.ToolStripButton(); this._logtab = new System.Windows.Forms.TabPage(); this._logtext = new System.Windows.Forms.TextBox(); this._tabcontrol = new System.Windows.Forms.TabControl(); this._filetab = new System.Windows.Forms.TabPage(); this._splitHorizontal = new System.Windows.Forms.SplitContainer(); this._splitVertical = new System.Windows.Forms.SplitContainer(); this._folderTree = new System.Windows.Forms.TreeView(); this._folderTreeMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this._menuQueueFolder = new System.Windows.Forms.ToolStripMenuItem(); this._folderImages = new System.Windows.Forms.ImageList(this.components); this._filelist = new GlacialComponents.Controls.GlacialList(); this._fileListMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this._menuQueueFiles = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator(); this._menuSelectAll = new System.Windows.Forms.ToolStripMenuItem(); this._menuUnselectAll = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator(); this._menuEditFiles = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator(); this._menuInclude = new System.Windows.Forms.ToolStripMenuItem(); this._menuIncludeSingleFile = new System.Windows.Forms.ToolStripMenuItem(); this._menuIncludeAllInFolder = new System.Windows.Forms.ToolStripMenuItem(); this._menuIncludeAllInSubfolders = new System.Windows.Forms.ToolStripMenuItem(); this._menuIncludeAll = new System.Windows.Forms.ToolStripMenuItem(); this._menuExclude = new System.Windows.Forms.ToolStripMenuItem(); this._databasetab = new System.Windows.Forms.TabPage(); this._databaselist = new GlacialComponents.Controls.GlacialList(); this._databaselistmenu = new System.Windows.Forms.ContextMenu(); this._menuViewDetails = new System.Windows.Forms.MenuItem(); this.menuItem5 = new System.Windows.Forms.MenuItem(); this._menuIncludeDbObject = new System.Windows.Forms.MenuItem(); this._menuExcludeDbObject = new System.Windows.Forms.MenuItem(); this.menuItem11 = new System.Windows.Forms.MenuItem(); this._menuIncludeAllDbObjects = new System.Windows.Forms.MenuItem(); this._menuExcludeAllDbObjects = new System.Windows.Forms.MenuItem(); this._toolstripTop = new System.Windows.Forms.ToolStrip(); this._btnOpen = new System.Windows.Forms.ToolStripButton(); this._btnSave = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this._btnSettings = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this._btnRefresh = new System.Windows.Forms.ToolStripButton(); this._btnQueueAll = new System.Windows.Forms.ToolStripButton(); this._btnQueueModified = new System.Windows.Forms.ToolStripDropDownButton(); this._scanMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this._menuQueueLastDeployment = new System.Windows.Forms.ToolStripMenuItem(); this._btnQueueSinceLastDeploy = new System.Windows.Forms.ToolStripButton(); this._btnDeployQueue = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this._btnVerifyDatabase = new System.Windows.Forms.ToolStripButton(); this._btnScanDatabase = new System.Windows.Forms.ToolStripButton(); this._btnDeployDatabase = new System.Windows.Forms.ToolStripButton(); this._menuQueue = new System.Windows.Forms.ToolStripMenuItem(); this._mainmenu = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._menuNewProject = new System.Windows.Forms.ToolStripMenuItem(); this._menuOpenProject = new System.Windows.Forms.ToolStripMenuItem(); this._menuSaveProject = new System.Windows.Forms.ToolStripMenuItem(); this._menuSaveProjectAs = new System.Windows.Forms.ToolStripMenuItem(); this._menuCloseProject = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this._menuRecentProjects = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator(); this._menuExit = new System.Windows.Forms.ToolStripMenuItem(); this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._menuRefresh = new System.Windows.Forms.ToolStripMenuItem(); this._menuDeployQueue = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); this._menuVerifyDatabase = new System.Windows.Forms.ToolStripMenuItem(); this._menuScanDatabase = new System.Windows.Forms.ToolStripMenuItem(); this._menuDeployDatabase = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator(); this._menuConfiguration = new System.Windows.Forms.ToolStripMenuItem(); this._menuSettings = new System.Windows.Forms.ToolStripMenuItem(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this._menuAbout = new System.Windows.Forms.ToolStripMenuItem(); this._statusStrip = new System.Windows.Forms.StatusStrip(); this._statusProgressBar = new System.Windows.Forms.ToolStripProgressBar(); this._statusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this._statusLabel2 = new System.Windows.Forms.ToolStripStatusLabel(); this._activeConfiguration = new System.Windows.Forms.ToolStripDropDownButton(); _bottomtabcontrol = new System.Windows.Forms.TabControl(); _menuScanAll = new System.Windows.Forms.ToolStripMenuItem(); _menuScanOneHour = new System.Windows.Forms.ToolStripMenuItem(); _menuScanFourHours = new System.Windows.Forms.ToolStripMenuItem(); _menuScanYesterday = new System.Windows.Forms.ToolStripMenuItem(); _menuScanTwoDays = new System.Windows.Forms.ToolStripMenuItem(); _menuScanLastWeek = new System.Windows.Forms.ToolStripMenuItem(); _menuScanLastMonth = new System.Windows.Forms.ToolStripMenuItem(); _menuScanSince = new System.Windows.Forms.ToolStripMenuItem(); _bottomtabcontrol.SuspendLayout(); this._queuetab.SuspendLayout(); this._fileQueueMenu.SuspendLayout(); this._toolstripBottom.SuspendLayout(); this._logtab.SuspendLayout(); this._tabcontrol.SuspendLayout(); this._filetab.SuspendLayout(); this._splitHorizontal.Panel1.SuspendLayout(); this._splitHorizontal.Panel2.SuspendLayout(); this._splitHorizontal.SuspendLayout(); this._splitVertical.Panel1.SuspendLayout(); this._splitVertical.Panel2.SuspendLayout(); this._splitVertical.SuspendLayout(); this._folderTreeMenu.SuspendLayout(); this._fileListMenu.SuspendLayout(); this._databasetab.SuspendLayout(); this._toolstripTop.SuspendLayout(); this._scanMenu.SuspendLayout(); this._mainmenu.SuspendLayout(); this._statusStrip.SuspendLayout(); this.SuspendLayout(); // // _bottomtabcontrol // _bottomtabcontrol.Controls.Add(this._queuetab); _bottomtabcontrol.Controls.Add(this._logtab); _bottomtabcontrol.Dock = System.Windows.Forms.DockStyle.Fill; _bottomtabcontrol.Location = new System.Drawing.Point(0, 0); _bottomtabcontrol.Name = "_bottomtabcontrol"; _bottomtabcontrol.SelectedIndex = 0; _bottomtabcontrol.Size = new System.Drawing.Size(988, 184); _bottomtabcontrol.TabIndex = 12; // // _queuetab // this._queuetab.Controls.Add(this._fileQueueList); this._queuetab.Controls.Add(this._toolstripBottom); this._queuetab.Location = new System.Drawing.Point(4, 22); this._queuetab.Name = "_queuetab"; this._queuetab.Padding = new System.Windows.Forms.Padding(3); this._queuetab.Size = new System.Drawing.Size(980, 158); this._queuetab.TabIndex = 0; this._queuetab.Text = "Queue"; // // _fileQueueList // this._fileQueueList.BackColor = System.Drawing.SystemColors.Window; glColumn1.Name = "Filename"; glColumn1.Text = "Name"; glColumn1.Width = 450; glColumn2.Name = "LastModified"; glColumn2.Text = "Last modified"; glColumn2.Width = 118; glColumn3.Name = "Size"; glColumn3.Text = "Size"; glColumn3.TextAlignment = System.Drawing.ContentAlignment.MiddleRight; glColumn3.Width = 50; glColumn4.Name = "Destination"; glColumn4.Text = "Destination"; glColumn4.Width = 130; glColumn5.Name = "RemotePath"; glColumn5.Text = "Remote path"; glColumn5.Width = 170; glColumn6.Name = "RemoteName"; glColumn6.Text = "Remote name"; glColumn7.Name = "Progress"; glColumn7.Text = "Progress"; this._fileQueueList.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] { glColumn1, glColumn2, glColumn3, glColumn4, glColumn5, glColumn6, glColumn7}); this._fileQueueList.ContextMenuStrip = this._fileQueueMenu; this._fileQueueList.Dock = System.Windows.Forms.DockStyle.Fill; this._fileQueueList.HotItemTracking = true; this._fileQueueList.HotTrackingColor = System.Drawing.SystemColors.HotTrack; this._fileQueueList.ImageList = null; this._fileQueueList.Location = new System.Drawing.Point(3, 28); this._fileQueueList.MultiSelect = true; this._fileQueueList.Name = "_fileQueueList"; this._fileQueueList.SelectedTextColor = System.Drawing.SystemColors.HighlightText; this._fileQueueList.SelectionColor = System.Drawing.SystemColors.Highlight; this._fileQueueList.Size = new System.Drawing.Size(974, 127); this._fileQueueList.TabIndex = 11; this._fileQueueList.UnfocusedSelectionColor = System.Drawing.SystemColors.Highlight; this._fileQueueList.DoubleClick += new System.EventHandler(this._fileQueueList_DoubleClick); // // _fileQueueMenu // this._fileQueueMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._menuQueueRemove, this._menuQueueRemoveOther, this.toolStripSeparator6, this._menuQueueSelectAll, this._menuQueueUnselectAll, this.toolStripSeparator7, this._menuQueueDeploy, this.toolStripSeparator5, this._menuQueueClear}); this._fileQueueMenu.Name = "_fileQueueMenu"; this._fileQueueMenu.Size = new System.Drawing.Size(257, 154); this._fileQueueMenu.Opening += new System.ComponentModel.CancelEventHandler(this._fileQueueMenu_Opening); // // _menuQueueRemove // this._menuQueueRemove.Name = "_menuQueueRemove"; this._menuQueueRemove.ShortcutKeys = System.Windows.Forms.Keys.Delete; this._menuQueueRemove.Size = new System.Drawing.Size(256, 22); this._menuQueueRemove.Text = "Remove file(s) from Queue"; this._menuQueueRemove.Click += new System.EventHandler(this._menuQueueRemove_Click); // // _menuQueueRemoveOther // this._menuQueueRemoveOther.Name = "_menuQueueRemoveOther"; this._menuQueueRemoveOther.Size = new System.Drawing.Size(256, 22); this._menuQueueRemoveOther.Text = "Remove non-selected from Queue"; this._menuQueueRemoveOther.Click += new System.EventHandler(this._menuQueueRemoveOther_Click); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(253, 6); // // _menuQueueSelectAll // this._menuQueueSelectAll.Name = "_menuQueueSelectAll"; this._menuQueueSelectAll.Size = new System.Drawing.Size(256, 22); this._menuQueueSelectAll.Text = "Select All"; this._menuQueueSelectAll.Click += new System.EventHandler(this._menuQueueSelectAll_Click); // // _menuQueueUnselectAll // this._menuQueueUnselectAll.Name = "_menuQueueUnselectAll"; this._menuQueueUnselectAll.Size = new System.Drawing.Size(256, 22); this._menuQueueUnselectAll.Text = "Unselect All"; this._menuQueueUnselectAll.Click += new System.EventHandler(this._menuQueueUnselectAll_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(253, 6); // // _menuQueueDeploy // this._menuQueueDeploy.Name = "_menuQueueDeploy"; this._menuQueueDeploy.Size = new System.Drawing.Size(256, 22); this._menuQueueDeploy.Text = "Deploy Queue"; this._menuQueueDeploy.Click += new System.EventHandler(this._menuQueueDeploy_Click); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(253, 6); // // _menuQueueClear // this._menuQueueClear.Name = "_menuQueueClear"; this._menuQueueClear.Size = new System.Drawing.Size(256, 22); this._menuQueueClear.Text = "&Clear Queue"; this._menuQueueClear.Click += new System.EventHandler(this._menuQueueClear_Click); // // _toolstripBottom // this._toolstripBottom.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._queueAutoRemove}); this._toolstripBottom.Location = new System.Drawing.Point(3, 3); this._toolstripBottom.Name = "_toolstripBottom"; this._toolstripBottom.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this._toolstripBottom.Size = new System.Drawing.Size(974, 25); this._toolstripBottom.TabIndex = 12; this._toolstripBottom.Text = "toolStrip1"; // // _queueAutoRemove // this._queueAutoRemove.Checked = true; this._queueAutoRemove.CheckOnClick = true; this._queueAutoRemove.CheckState = System.Windows.Forms.CheckState.Checked; this._queueAutoRemove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._queueAutoRemove.Image = global::Deployer.Properties.Resources.index_delete; this._queueAutoRemove.ImageTransparentColor = System.Drawing.Color.Magenta; this._queueAutoRemove.Name = "_queueAutoRemove"; this._queueAutoRemove.Size = new System.Drawing.Size(23, 22); this._queueAutoRemove.Text = "toolStripButton1"; this._queueAutoRemove.ToolTipText = "Automatically remove successfully transferred files from the queue."; // // _logtab // this._logtab.Controls.Add(this._logtext); this._logtab.Location = new System.Drawing.Point(4, 22); this._logtab.Name = "_logtab"; this._logtab.Padding = new System.Windows.Forms.Padding(3); this._logtab.Size = new System.Drawing.Size(980, 158); this._logtab.TabIndex = 1; this._logtab.Text = "Log"; // // _logtext // this._logtext.BackColor = System.Drawing.Color.White; this._logtext.Dock = System.Windows.Forms.DockStyle.Fill; this._logtext.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._logtext.Location = new System.Drawing.Point(3, 3); this._logtext.Multiline = true; this._logtext.Name = "_logtext"; this._logtext.ReadOnly = true; this._logtext.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this._logtext.Size = new System.Drawing.Size(974, 152); this._logtext.TabIndex = 1; // // _menuScanAll // _menuScanAll.Name = "_menuScanAll"; _menuScanAll.Size = new System.Drawing.Size(190, 22); _menuScanAll.Text = "All"; _menuScanAll.ToolTipText = "Queue all files"; _menuScanAll.Click += new System.EventHandler(this._menuScanAll_Click); // // _menuScanOneHour // _menuScanOneHour.Name = "_menuScanOneHour"; _menuScanOneHour.Size = new System.Drawing.Size(190, 22); _menuScanOneHour.Tag = "hour"; _menuScanOneHour.Text = "Less than an hour"; _menuScanOneHour.Click += new System.EventHandler(this._menuScanModified_Click); // // _menuScanFourHours // _menuScanFourHours.Name = "_menuScanFourHours"; _menuScanFourHours.Size = new System.Drawing.Size(190, 22); _menuScanFourHours.Tag = "4hours"; _menuScanFourHours.Text = "Four hours ago"; _menuScanFourHours.Click += new System.EventHandler(this._menuScanModified_Click); // // _menuScanYesterday // _menuScanYesterday.Name = "_menuScanYesterday"; _menuScanYesterday.Size = new System.Drawing.Size(190, 22); _menuScanYesterday.Tag = "yesterday"; _menuScanYesterday.Text = "Since yesterday"; _menuScanYesterday.Click += new System.EventHandler(this._menuScanModified_Click); // // _menuScanTwoDays // _menuScanTwoDays.Name = "_menuScanTwoDays"; _menuScanTwoDays.Size = new System.Drawing.Size(190, 22); _menuScanTwoDays.Tag = "twodays"; _menuScanTwoDays.Text = "Two days ago"; _menuScanTwoDays.Click += new System.EventHandler(this._menuScanModified_Click); // // _menuScanLastWeek // _menuScanLastWeek.Name = "_menuScanLastWeek"; _menuScanLastWeek.Size = new System.Drawing.Size(190, 22); _menuScanLastWeek.Tag = "week"; _menuScanLastWeek.Text = "Last week"; _menuScanLastWeek.Click += new System.EventHandler(this._menuScanModified_Click); // // _menuScanLastMonth // _menuScanLastMonth.Name = "_menuScanLastMonth"; _menuScanLastMonth.Size = new System.Drawing.Size(190, 22); _menuScanLastMonth.Tag = "month"; _menuScanLastMonth.Text = "Last month"; _menuScanLastMonth.Click += new System.EventHandler(this._menuScanModified_Click); // // _menuScanSince // _menuScanSince.Name = "_menuScanSince"; _menuScanSince.Size = new System.Drawing.Size(190, 22); _menuScanSince.Tag = "date"; _menuScanSince.Text = "Since date..."; _menuScanSince.Click += new System.EventHandler(this._menuScanModified_Click); // // _tabcontrol // this._tabcontrol.Controls.Add(this._filetab); this._tabcontrol.Controls.Add(this._databasetab); this._tabcontrol.Dock = System.Windows.Forms.DockStyle.Fill; this._tabcontrol.Location = new System.Drawing.Point(0, 63); this._tabcontrol.Name = "_tabcontrol"; this._tabcontrol.SelectedIndex = 0; this._tabcontrol.Size = new System.Drawing.Size(996, 561); this._tabcontrol.TabIndex = 11; // // _filetab // this._filetab.Controls.Add(this._splitHorizontal); this._filetab.Location = new System.Drawing.Point(4, 22); this._filetab.Name = "_filetab"; this._filetab.Size = new System.Drawing.Size(988, 535); this._filetab.TabIndex = 0; this._filetab.Text = "Files"; // // _splitHorizontal // this._splitHorizontal.Dock = System.Windows.Forms.DockStyle.Fill; this._splitHorizontal.Location = new System.Drawing.Point(0, 0); this._splitHorizontal.Name = "_splitHorizontal"; this._splitHorizontal.Orientation = System.Windows.Forms.Orientation.Horizontal; // // _splitHorizontal.Panel1 // this._splitHorizontal.Panel1.Controls.Add(this._splitVertical); // // _splitHorizontal.Panel2 // this._splitHorizontal.Panel2.Controls.Add(_bottomtabcontrol); this._splitHorizontal.Size = new System.Drawing.Size(988, 535); this._splitHorizontal.SplitterDistance = 347; this._splitHorizontal.TabIndex = 12; // // _splitVertical // this._splitVertical.Dock = System.Windows.Forms.DockStyle.Fill; this._splitVertical.Location = new System.Drawing.Point(0, 0); this._splitVertical.Name = "_splitVertical"; // // _splitVertical.Panel1 // this._splitVertical.Panel1.Controls.Add(this._folderTree); // // _splitVertical.Panel2 // this._splitVertical.Panel2.Controls.Add(this._filelist); this._splitVertical.Size = new System.Drawing.Size(988, 347); this._splitVertical.SplitterDistance = 272; this._splitVertical.TabIndex = 11; // // _folderTree // this._folderTree.ContextMenuStrip = this._folderTreeMenu; this._folderTree.Dock = System.Windows.Forms.DockStyle.Fill; this._folderTree.HideSelection = false; this._folderTree.HotTracking = true; this._folderTree.ImageIndex = 0; this._folderTree.ImageList = this._folderImages; this._folderTree.Location = new System.Drawing.Point(0, 0); this._folderTree.Name = "_folderTree"; this._folderTree.SelectedImageIndex = 0; this._folderTree.Size = new System.Drawing.Size(272, 347); this._folderTree.TabIndex = 0; this._folderTree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this._folderTree_AfterSelect); this._folderTree.MouseDown += new System.Windows.Forms.MouseEventHandler(this._folderTree_MouseDown); // // _folderTreeMenu // this._folderTreeMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._menuQueueFolder}); this._folderTreeMenu.Name = "_folderTreeMenu"; this._folderTreeMenu.Size = new System.Drawing.Size(183, 26); this._folderTreeMenu.Opening += new System.ComponentModel.CancelEventHandler(this._folderTreeMenu_Opening); // // _menuQueueFolder // this._menuQueueFolder.Name = "_menuQueueFolder"; this._menuQueueFolder.Size = new System.Drawing.Size(182, 22); this._menuQueueFolder.Text = "Add folder to Queue"; this._menuQueueFolder.Click += new System.EventHandler(this._menuQueueFolder_Click); // // _folderImages // this._folderImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_folderImages.ImageStream"))); this._folderImages.TransparentColor = System.Drawing.Color.Transparent; this._folderImages.Images.SetKeyName(0, "folder_closed.png"); this._folderImages.Images.SetKeyName(1, "folder.png"); this._folderImages.Images.SetKeyName(2, "server_from_client.png"); // // _filelist // this._filelist.BackColor = System.Drawing.SystemColors.Window; glColumn8.Name = "Filename"; glColumn8.Text = "Name"; glColumn8.Width = 300; glColumn9.Name = "LastModified"; glColumn9.Text = "Last modified"; glColumn9.Width = 118; glColumn10.Name = "Size"; glColumn10.Text = "Size"; glColumn10.TextAlignment = System.Drawing.ContentAlignment.MiddleRight; glColumn10.Width = 50; glColumn11.Name = "Destination"; glColumn11.Text = "Destination"; glColumn11.Width = 110; glColumn12.Name = "RemotePath"; glColumn12.Text = "Remote path"; glColumn12.Width = 150; glColumn13.Name = "RemoteFileName"; glColumn13.Text = "Remote filename"; this._filelist.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] { glColumn8, glColumn9, glColumn10, glColumn11, glColumn12, glColumn13}); this._filelist.ContextMenuStrip = this._fileListMenu; this._filelist.Dock = System.Windows.Forms.DockStyle.Fill; this._filelist.HotItemTracking = true; this._filelist.HotTrackingColor = System.Drawing.SystemColors.HotTrack; this._filelist.ImageList = null; this._filelist.Location = new System.Drawing.Point(0, 0); this._filelist.MultiSelect = true; this._filelist.Name = "_filelist"; this._filelist.SelectedTextColor = System.Drawing.SystemColors.HighlightText; this._filelist.SelectionColor = System.Drawing.SystemColors.Highlight; this._filelist.Size = new System.Drawing.Size(712, 347); this._filelist.TabIndex = 10; this._filelist.UnfocusedSelectionColor = System.Drawing.SystemColors.Highlight; this._filelist.DoubleClick += new System.EventHandler(this._filelist_DoubleClick); // // _fileListMenu // this._fileListMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._menuQueueFiles, this.toolStripMenuItem5, this._menuSelectAll, this._menuUnselectAll, this.toolStripMenuItem6, this._menuEditFiles, this.toolStripMenuItem7, this._menuInclude, this._menuExclude}); this._fileListMenu.Name = "_fileListMenu"; this._fileListMenu.Size = new System.Drawing.Size(181, 154); this._fileListMenu.Opening += new System.ComponentModel.CancelEventHandler(this._fileListMenu_Opening); // // _menuQueueFiles // this._menuQueueFiles.Name = "_menuQueueFiles"; this._menuQueueFiles.Size = new System.Drawing.Size(180, 22); this._menuQueueFiles.Text = "Add file(s) to Queue"; this._menuQueueFiles.Click += new System.EventHandler(this._menuQueueFiles_Click); // // toolStripMenuItem5 // this.toolStripMenuItem5.Name = "toolStripMenuItem5"; this.toolStripMenuItem5.Size = new System.Drawing.Size(177, 6); // // _menuSelectAll // this._menuSelectAll.Name = "_menuSelectAll"; this._menuSelectAll.Size = new System.Drawing.Size(180, 22); this._menuSelectAll.Text = "Select All"; this._menuSelectAll.Click += new System.EventHandler(this._menuSelectAll_Click); // // _menuUnselectAll // this._menuUnselectAll.Name = "_menuUnselectAll"; this._menuUnselectAll.Size = new System.Drawing.Size(180, 22); this._menuUnselectAll.Text = "Unselect All"; this._menuUnselectAll.Click += new System.EventHandler(this._menuUnselectAll_Click); // // toolStripMenuItem6 // this.toolStripMenuItem6.Name = "toolStripMenuItem6"; this.toolStripMenuItem6.Size = new System.Drawing.Size(177, 6); // // _menuEditFiles // this._menuEditFiles.Name = "_menuEditFiles"; this._menuEditFiles.Size = new System.Drawing.Size(180, 22); this._menuEditFiles.Text = "Edit Files..."; this._menuEditFiles.Click += new System.EventHandler(this._menuEditFiles_Click); // // toolStripMenuItem7 // this.toolStripMenuItem7.Name = "toolStripMenuItem7"; this.toolStripMenuItem7.Size = new System.Drawing.Size(177, 6); // // _menuInclude // this._menuInclude.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this._menuIncludeSingleFile, this._menuIncludeAllInFolder, this._menuIncludeAllInSubfolders, this._menuIncludeAll}); this._menuInclude.Name = "_menuInclude"; this._menuInclude.Size = new System.Drawing.Size(180, 22); this._menuInclude.Text = "Include"; // // _menuIncludeSingleFile // this._menuIncludeSingleFile.Name = "_menuIncludeSingleFile"; this._menuIncludeSingleFile.Size = new System.Drawing.Size(245, 22); this._menuIncludeSingleFile.Text = "Only \"myfile.txt\""; // // _menuIncludeAllInFolder // this._menuIncludeAllInFolder.Name = "_menuIncludeAllInFolder"; this._menuIncludeAllInFolder.Size = new System.Drawing.Size(245, 22); this._menuIncludeAllInFolder.Text = "*.txt in this folder"; // // _menuIncludeAllInSubfolders // this._menuIncludeAllInSubfolders.Name = "_menuIncludeAllInSubfolders"; this._menuIncludeAllInSubfolders.Size = new System.Drawing.Size(245, 22); this._menuIncludeAllInSubfolders.Text = "*.txt in this folder and subfolders"; // // _menuIncludeAll // this._menuIncludeAll.Name = "_menuIncludeAll"; this._menuIncludeAll.Size = new System.Drawing.Size(245, 22); this._menuIncludeAll.Text = "All *.txt files"; // // _menuExclude // this._menuExclude.Enabled = false; this._menuExclude.Name = "_menuExclude"; this._menuExclude.Size = new System.Drawing.Size(180, 22); this._menuExclude.Text = "Exclude"; // // _databasetab // this._databasetab.Controls.Add(this._databaselist); this._databasetab.Location = new System.Drawing.Point(4, 22); this._databasetab.Name = "_databasetab"; this._databasetab.Size = new System.Drawing.Size(988, 535); this._databasetab.TabIndex = 1; this._databasetab.Text = "Database"; // // _databaselist // this._databaselist.BackColor = System.Drawing.SystemColors.Window; glColumn14.CheckBoxes = true; glColumn14.Name = "Name"; glColumn14.Text = "Object Name"; glColumn14.Width = 200; glColumn15.Name = "Type"; glColumn15.Text = "Type"; glColumn16.Name = "Progress"; glColumn16.Text = "Progress"; glColumn16.Width = 60; glColumn17.Name = "Summary"; glColumn17.Text = "Summary"; glColumn17.Width = 400; this._databaselist.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] { glColumn14, glColumn15, glColumn16, glColumn17}); this._databaselist.ContextMenu = this._databaselistmenu; this._databaselist.Dock = System.Windows.Forms.DockStyle.Fill; this._databaselist.HotTrackingColor = System.Drawing.SystemColors.HotTrack; this._databaselist.ImageList = null; this._databaselist.Location = new System.Drawing.Point(0, 0); this._databaselist.MultiSelect = true; this._databaselist.Name = "_databaselist"; this._databaselist.SelectedTextColor = System.Drawing.SystemColors.HighlightText; this._databaselist.SelectionColor = System.Drawing.SystemColors.Highlight; this._databaselist.Size = new System.Drawing.Size(988, 535); this._databaselist.TabIndex = 0; this._databaselist.UnfocusedSelectionColor = System.Drawing.SystemColors.Highlight; this._databaselist.DoubleClick += new System.EventHandler(this._databaselist_DoubleClick); // // _databaselistmenu // this._databaselistmenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this._menuViewDetails, this.menuItem5, this._menuIncludeDbObject, this._menuExcludeDbObject, this.menuItem11, this._menuIncludeAllDbObjects, this._menuExcludeAllDbObjects}); this._databaselistmenu.Popup += new System.EventHandler(this._databaselistmenu_Popup); // // _menuViewDetails // this._menuViewDetails.DefaultItem = true; this._menuViewDetails.Index = 0; this._menuViewDetails.Text = "&View details"; this._menuViewDetails.Click += new System.EventHandler(this._menuViewDetails_Click); // // menuItem5 // this.menuItem5.Index = 1; this.menuItem5.Text = "-"; // // _menuIncludeDbObject // this._menuIncludeDbObject.Index = 2; this._menuIncludeDbObject.Text = "&Select Object(s)"; this._menuIncludeDbObject.Click += new System.EventHandler(this._menuIncludeDbObject_Click); // // _menuExcludeDbObject // this._menuExcludeDbObject.Index = 3; this._menuExcludeDbObject.Text = "&Unselect Object(s)"; this._menuExcludeDbObject.Click += new System.EventHandler(this._menuExcludeDbObject_Click); // // menuItem11 // this.menuItem11.Index = 4; this.menuItem11.Text = "-"; // // _menuIncludeAllDbObjects // this._menuIncludeAllDbObjects.Index = 5; this._menuIncludeAllDbObjects.Text = "Select &All"; this._menuIncludeAllDbObjects.Click += new System.EventHandler(this._menuIncludeAllDbObjects_Click); // // _menuExcludeAllDbObjects // this._menuExcludeAllDbObjects.Index = 6; this._menuExcludeAllDbObjects.Text = "U&nselect All"; this._menuExcludeAllDbObjects.Click += new System.EventHandler(this._menuExcludeAllDbObjects_Click); // // _toolstripTop // this._toolstripTop.ImageScalingSize = new System.Drawing.Size(32, 32); this._toolstripTop.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._btnOpen, this._btnSave, this.toolStripSeparator1, this._btnSettings, this.toolStripSeparator2, this._btnRefresh, this._btnQueueAll, this._btnQueueModified, this._btnQueueSinceLastDeploy, this._btnDeployQueue, this.toolStripSeparator3, this._btnVerifyDatabase, this._btnScanDatabase, this._btnDeployDatabase}); this._toolstripTop.Location = new System.Drawing.Point(0, 24); this._toolstripTop.Name = "_toolstripTop"; this._toolstripTop.Size = new System.Drawing.Size(996, 39); this._toolstripTop.TabIndex = 12; this._toolstripTop.Text = "toolStrip2"; // // _btnOpen // this._btnOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnOpen.Image = global::Deployer.Properties.Resources.folder_out; this._btnOpen.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnOpen.Name = "_btnOpen"; this._btnOpen.Size = new System.Drawing.Size(36, 36); this._btnOpen.Text = "Open project"; this._btnOpen.Click += new System.EventHandler(this._menuOpenProject_Click); // // _btnSave // this._btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnSave.Image = global::Deployer.Properties.Resources.disk_blue; this._btnSave.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnSave.Name = "_btnSave"; this._btnSave.Size = new System.Drawing.Size(36, 36); this._btnSave.Text = "Save project"; this._btnSave.Click += new System.EventHandler(this._menuSaveProject_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39); // // _btnSettings // this._btnSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnSettings.Image = global::Deployer.Properties.Resources.preferences; this._btnSettings.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnSettings.Name = "_btnSettings"; this._btnSettings.Size = new System.Drawing.Size(36, 36); this._btnSettings.Text = "Settings"; this._btnSettings.ToolTipText = "Edit project settings"; this._btnSettings.Click += new System.EventHandler(this._menuSettings_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 39); // // _btnRefresh // this._btnRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnRefresh.Image = global::Deployer.Properties.Resources.refresh; this._btnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnRefresh.Name = "_btnRefresh"; this._btnRefresh.Size = new System.Drawing.Size(36, 36); this._btnRefresh.Text = "Refresh"; this._btnRefresh.ToolTipText = "Refresh file structure"; this._btnRefresh.Click += new System.EventHandler(this._menuRefresh_Click); // // _btnQueueAll // this._btnQueueAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnQueueAll.Image = global::Deployer.Properties.Resources.index; this._btnQueueAll.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnQueueAll.Name = "_btnQueueAll"; this._btnQueueAll.Size = new System.Drawing.Size(36, 36); this._btnQueueAll.Text = "Queue all"; this._btnQueueAll.ToolTipText = "Queue all files"; this._btnQueueAll.Click += new System.EventHandler(this._menuScanAll_Click); // // _btnQueueModified // this._btnQueueModified.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnQueueModified.DropDown = this._scanMenu; this._btnQueueModified.Image = global::Deployer.Properties.Resources.index_view; this._btnQueueModified.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnQueueModified.Name = "_btnQueueModified"; this._btnQueueModified.Size = new System.Drawing.Size(45, 36); this._btnQueueModified.Text = "Queue modified"; this._btnQueueModified.ToolTipText = "Queue modified files"; // // _scanMenu // this._scanMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { _menuScanAll, this.toolStripSeparator4, this._menuQueueLastDeployment, _menuScanOneHour, _menuScanFourHours, _menuScanYesterday, _menuScanTwoDays, _menuScanLastWeek, _menuScanLastMonth, _menuScanSince}); this._scanMenu.Name = "_scanmenu2"; this._scanMenu.OwnerItem = this._menuQueue; this._scanMenu.Size = new System.Drawing.Size(191, 208); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(187, 6); // // _menuQueueLastDeployment // this._menuQueueLastDeployment.Name = "_menuQueueLastDeployment"; this._menuQueueLastDeployment.Size = new System.Drawing.Size(190, 22); this._menuQueueLastDeployment.Tag = "last"; this._menuQueueLastDeployment.Text = "Since last deployment"; this._menuQueueLastDeployment.ToolTipText = "Queue files modified since last deployment"; this._menuQueueLastDeployment.Click += new System.EventHandler(this._menuScanModified_Click); // // _btnQueueSinceLastDeploy // this._btnQueueSinceLastDeploy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnQueueSinceLastDeploy.Image = global::Deployer.Properties.Resources.index_refresh; this._btnQueueSinceLastDeploy.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnQueueSinceLastDeploy.Name = "_btnQueueSinceLastDeploy"; this._btnQueueSinceLastDeploy.Size = new System.Drawing.Size(36, 36); this._btnQueueSinceLastDeploy.Text = "Queue modified"; this._btnQueueSinceLastDeploy.ToolTipText = "Queue files modified since last deployment"; this._btnQueueSinceLastDeploy.Click += new System.EventHandler(this._menuScanLastDeployment_Click); // // _btnDeployQueue // this._btnDeployQueue.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnDeployQueue.Image = global::Deployer.Properties.Resources.index_up; this._btnDeployQueue.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnDeployQueue.Name = "_btnDeployQueue"; this._btnDeployQueue.Size = new System.Drawing.Size(36, 36); this._btnDeployQueue.Text = "Deploy"; this._btnDeployQueue.ToolTipText = "Deploy queue"; this._btnDeployQueue.Click += new System.EventHandler(this._menuUpload_Click); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(6, 39); // // _btnVerifyDatabase // this._btnVerifyDatabase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnVerifyDatabase.Image = global::Deployer.Properties.Resources.data_view; this._btnVerifyDatabase.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnVerifyDatabase.Name = "_btnVerifyDatabase"; this._btnVerifyDatabase.Size = new System.Drawing.Size(36, 36); this._btnVerifyDatabase.Text = "Verify database"; this._btnVerifyDatabase.Click += new System.EventHandler(this._menuVerifyDatabase_Click); // // _btnScanDatabase // this._btnScanDatabase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnScanDatabase.Image = global::Deployer.Properties.Resources.data_refresh; this._btnScanDatabase.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnScanDatabase.Name = "_btnScanDatabase"; this._btnScanDatabase.Size = new System.Drawing.Size(36, 36); this._btnScanDatabase.Text = "Scan database"; this._btnScanDatabase.ToolTipText = "Scan stored procedures in database"; this._btnScanDatabase.Click += new System.EventHandler(this._menuScanDatabase_Click); // // _btnDeployDatabase // this._btnDeployDatabase.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this._btnDeployDatabase.Image = global::Deployer.Properties.Resources.data_up; this._btnDeployDatabase.ImageTransparentColor = System.Drawing.Color.Magenta; this._btnDeployDatabase.Name = "_btnDeployDatabase"; this._btnDeployDatabase.Size = new System.Drawing.Size(36, 36); this._btnDeployDatabase.Text = "Deploy database"; this._btnDeployDatabase.ToolTipText = "Deploy stored procedures"; this._btnDeployDatabase.Click += new System.EventHandler(this._menuDeployDatabase_Click); // // _menuQueue // this._menuQueue.DropDown = this._scanMenu; this._menuQueue.Name = "_menuQueue"; this._menuQueue.Size = new System.Drawing.Size(179, 22); this._menuQueue.Text = "&Queue Files"; // // _mainmenu // this._mainmenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.projectToolStripMenuItem, this.helpToolStripMenuItem}); this._mainmenu.Location = new System.Drawing.Point(0, 0); this._mainmenu.Name = "_mainmenu"; this._mainmenu.Size = new System.Drawing.Size(996, 24); this._mainmenu.TabIndex = 14; this._mainmenu.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this._menuNewProject, this._menuOpenProject, this._menuSaveProject, this._menuSaveProjectAs, this._menuCloseProject, this.toolStripMenuItem1, this._menuRecentProjects, this.toolStripMenuItem2, this._menuExit}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); this.fileToolStripMenuItem.Text = "&File"; // // _menuNewProject // this._menuNewProject.Image = global::Deployer.Properties.Resources.document_new; this._menuNewProject.Name = "_menuNewProject"; this._menuNewProject.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N))); this._menuNewProject.Size = new System.Drawing.Size(195, 22); this._menuNewProject.Text = "&New Project..."; this._menuNewProject.Click += new System.EventHandler(this._menuNewProject_Click); // // _menuOpenProject // this._menuOpenProject.Image = global::Deployer.Properties.Resources.folder_out; this._menuOpenProject.Name = "_menuOpenProject"; this._menuOpenProject.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O))); this._menuOpenProject.Size = new System.Drawing.Size(195, 22); this._menuOpenProject.Text = "&Open Project..."; this._menuOpenProject.Click += new System.EventHandler(this._menuOpenProject_Click); // // _menuSaveProject // this._menuSaveProject.Image = global::Deployer.Properties.Resources.disk_blue; this._menuSaveProject.Name = "_menuSaveProject"; this._menuSaveProject.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S))); this._menuSaveProject.Size = new System.Drawing.Size(195, 22); this._menuSaveProject.Text = "&Save Project"; this._menuSaveProject.Click += new System.EventHandler(this._menuSaveProject_Click); // // _menuSaveProjectAs // this._menuSaveProjectAs.Name = "_menuSaveProjectAs"; this._menuSaveProjectAs.Size = new System.Drawing.Size(195, 22); this._menuSaveProjectAs.Text = "Save Project &As..."; this._menuSaveProjectAs.Click += new System.EventHandler(this._menuSaveProjectAs_Click); // // _menuCloseProject // this._menuCloseProject.Name = "_menuCloseProject"; this._menuCloseProject.Size = new System.Drawing.Size(195, 22); this._menuCloseProject.Text = "Close Project"; this._menuCloseProject.Click += new System.EventHandler(this._menuCloseProject_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(192, 6); // // _menuRecentProjects // this._menuRecentProjects.Name = "_menuRecentProjects"; this._menuRecentProjects.Size = new System.Drawing.Size(195, 22); this._menuRecentProjects.Text = "&Recent Projects"; // // toolStripMenuItem2 // this.toolStripMenuItem2.Name = "toolStripMenuItem2"; this.toolStripMenuItem2.Size = new System.Drawing.Size(192, 6); // // _menuExit // this._menuExit.Name = "_menuExit"; this._menuExit.Size = new System.Drawing.Size(195, 22); this._menuExit.Text = "E&xit"; this._menuExit.Click += new System.EventHandler(this._menuExit_Click); // // projectToolStripMenuItem // this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this._menuRefresh, this._menuQueue, this._menuDeployQueue, this.toolStripMenuItem3, this._menuVerifyDatabase, this._menuScanDatabase, this._menuDeployDatabase, this.toolStripMenuItem4, this._menuConfiguration, this._menuSettings}); this.projectToolStripMenuItem.Name = "projectToolStripMenuItem"; this.projectToolStripMenuItem.Size = new System.Drawing.Size(56, 20); this.projectToolStripMenuItem.Text = "&Project"; // // _menuRefresh // this._menuRefresh.Name = "_menuRefresh"; this._menuRefresh.ShortcutKeys = System.Windows.Forms.Keys.F5; this._menuRefresh.Size = new System.Drawing.Size(179, 22); this._menuRefresh.Text = "&Refresh"; this._menuRefresh.Click += new System.EventHandler(this._menuRefresh_Click); // // _menuDeployQueue // this._menuDeployQueue.Image = global::Deployer.Properties.Resources.index_up; this._menuDeployQueue.Name = "_menuDeployQueue"; this._menuDeployQueue.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U))); this._menuDeployQueue.Size = new System.Drawing.Size(179, 22); this._menuDeployQueue.Text = "&Deploy Files"; this._menuDeployQueue.Click += new System.EventHandler(this._menuUpload_Click); // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(176, 6); // // _menuVerifyDatabase // this._menuVerifyDatabase.Name = "_menuVerifyDatabase"; this._menuVerifyDatabase.Size = new System.Drawing.Size(179, 22); this._menuVerifyDatabase.Text = "&Verify Database"; this._menuVerifyDatabase.Click += new System.EventHandler(this._menuVerifyDatabase_Click); // // _menuScanDatabase // this._menuScanDatabase.Name = "_menuScanDatabase"; this._menuScanDatabase.Size = new System.Drawing.Size(179, 22); this._menuScanDatabase.Text = "S&can Database"; this._menuScanDatabase.ToolTipText = "Scan stored procedures in database"; this._menuScanDatabase.Click += new System.EventHandler(this._menuScanDatabase_Click); // // _menuDeployDatabase // this._menuDeployDatabase.Name = "_menuDeployDatabase"; this._menuDeployDatabase.Size = new System.Drawing.Size(179, 22); this._menuDeployDatabase.Text = "D&eploy Database"; this._menuDeployDatabase.ToolTipText = "Deploy stored procedures"; this._menuDeployDatabase.Click += new System.EventHandler(this._menuDeployDatabase_Click); // // toolStripMenuItem4 // this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Size = new System.Drawing.Size(176, 6); // // _menuConfiguration // this._menuConfiguration.Name = "_menuConfiguration"; this._menuConfiguration.Size = new System.Drawing.Size(179, 22); this._menuConfiguration.Text = "Configuration"; // // _menuSettings // this._menuSettings.Name = "_menuSettings"; this._menuSettings.Size = new System.Drawing.Size(179, 22); this._menuSettings.Text = "&Settings..."; this._menuSettings.Click += new System.EventHandler(this._menuSettings_Click); // // helpToolStripMenuItem // this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this._menuAbout}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); this.helpToolStripMenuItem.Text = "&Help"; // // _menuAbout // this._menuAbout.Name = "_menuAbout"; this._menuAbout.Size = new System.Drawing.Size(107, 22); this._menuAbout.Text = "&About"; this._menuAbout.Click += new System.EventHandler(this._menuAbout_Click); // // _statusStrip // this._statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._statusProgressBar, this._statusLabel, this._statusLabel2, this._activeConfiguration}); this._statusStrip.Location = new System.Drawing.Point(0, 624); this._statusStrip.Name = "_statusStrip"; this._statusStrip.Size = new System.Drawing.Size(996, 22); this._statusStrip.TabIndex = 15; this._statusStrip.Text = "statusStrip1"; // // _statusProgressBar // this._statusProgressBar.Name = "_statusProgressBar"; this._statusProgressBar.Size = new System.Drawing.Size(100, 16); // // _statusLabel // this._statusLabel.Name = "_statusLabel"; this._statusLabel.Size = new System.Drawing.Size(782, 17); this._statusLabel.Spring = true; this._statusLabel.Text = "Ready"; this._statusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // _statusLabel2 // this._statusLabel2.Name = "_statusLabel2"; this._statusLabel2.Size = new System.Drawing.Size(84, 17); this._statusLabel2.Text = "Configuration:"; // // _activeConfiguration // this._activeConfiguration.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this._activeConfiguration.Image = ((System.Drawing.Image)(resources.GetObject("_activeConfiguration.Image"))); this._activeConfiguration.ImageTransparentColor = System.Drawing.Color.Magenta; this._activeConfiguration.Name = "_activeConfiguration"; this._activeConfiguration.Size = new System.Drawing.Size(13, 20); this._activeConfiguration.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this._activeConfiguration_DropDownItemClicked); // // MainForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 14); this.ClientSize = new System.Drawing.Size(996, 646); this.Controls.Add(this._tabcontrol); this.Controls.Add(this._toolstripTop); this.Controls.Add(this._mainmenu); this.Controls.Add(this._statusStrip); this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this._mainmenu; this.MinimumSize = new System.Drawing.Size(500, 300); this.Name = "MainForm"; this.Text = "Deployer"; this.Load += new System.EventHandler(this.MainForm_Load); this.Closed += new System.EventHandler(this.MainForm_Closed); this.Closing += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing); _bottomtabcontrol.ResumeLayout(false); this._queuetab.ResumeLayout(false); this._queuetab.PerformLayout(); this._fileQueueMenu.ResumeLayout(false); this._toolstripBottom.ResumeLayout(false); this._toolstripBottom.PerformLayout(); this._logtab.ResumeLayout(false); this._logtab.PerformLayout(); this._tabcontrol.ResumeLayout(false); this._filetab.ResumeLayout(false); this._splitHorizontal.Panel1.ResumeLayout(false); this._splitHorizontal.Panel2.ResumeLayout(false); this._splitHorizontal.ResumeLayout(false); this._splitVertical.Panel1.ResumeLayout(false); this._splitVertical.Panel2.ResumeLayout(false); this._splitVertical.ResumeLayout(false); this._folderTreeMenu.ResumeLayout(false); this._fileListMenu.ResumeLayout(false); this._databasetab.ResumeLayout(false); this._toolstripTop.ResumeLayout(false); this._toolstripTop.PerformLayout(); this._scanMenu.ResumeLayout(false); this._mainmenu.ResumeLayout(false); this._mainmenu.PerformLayout(); this._statusStrip.ResumeLayout(false); this._statusStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); }
public void ImportTabControl(TabControl tabControl) { this.SuspendLayout(); tabControl.SuspendLayout(); Pages.Clear(); foreach(TabPage tabPage in tabControl.TabPages) { TabNavigatorPage page = new TabNavigatorPage(); page.Text = tabPage.Text; page.Visible = false; page.Left = 0; page.Top = 0; page.Width = tabPage.Width; page.Height = tabPage.Height; page.Anchor = AnchorStyles.Left | AnchorStyles.Top | AnchorStyles.Right | AnchorStyles.Bottom; page.BackColor = Color.Transparent; Controls.Add(page); Pages.Add(page); /* List<Control> ctls = new List<Control>(); foreach (Control c in tabPage.Controls) { ctls.Add(c); } tabPage.Controls.Clear(); foreach (Control c in ctls) page.Controls.Add(c); */ for (;tabPage.Controls.Count > 0;) { Control ctlChild = tabPage.Controls[0]; tabPage.Controls.Remove(ctlChild); page.Controls.Add(ctlChild); } } //tabControl.Parent.Controls.Remove(this); tabControl.Visible = false; //this.Visible = false; ComputeSizes(); SelectTab(0); this.ResumeLayout(); tabControl.ResumeLayout(); }
/// ----------------------------------------------------------------------------------- /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> /// ----------------------------------------------------------------------------------- private void InitializeComponent() { System.Windows.Forms.Button m_btnAdd; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeaderFooterSetupDlg)); System.Windows.Forms.Button m_btnModify; System.Windows.Forms.Button m_btnOk; System.Windows.Forms.Button m_btnCancel; System.Windows.Forms.Button m_btnHelp; System.Windows.Forms.Label m_lblDescription; System.Windows.Forms.TabControl tabControl1; System.Windows.Forms.TabPage m_tpFirst; System.Windows.Forms.Panel m_pnlFirstPage; System.Windows.Forms.Label m_lblFirstPage; System.Windows.Forms.TabPage m_tpOddEven; System.Windows.Forms.Panel panel3; System.Windows.Forms.GroupBox m_grpBoxEdit; SIL.FieldWorks.Common.Controls.LineControl lineControl1; this.m_pnlFirstTop = new System.Windows.Forms.Panel(); this.m_chkFirstSameAsOdd = new System.Windows.Forms.CheckBox(); this.m_pnlFirstBottom = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.m_pnlEvenPage = new System.Windows.Forms.Panel(); this.m_pnlEvenTop = new System.Windows.Forms.Panel(); this.m_chkEvenSameAsOdd = new System.Windows.Forms.CheckBox(); this.m_pnlEvenBottom = new System.Windows.Forms.Panel(); this.m_pnlOddPage = new System.Windows.Forms.Panel(); this.m_pnlOddBottom = new System.Windows.Forms.Panel(); this.m_pnlOddTop = new System.Windows.Forms.Panel(); this.m_lblOddPage = new System.Windows.Forms.Label(); this.m_lblEvenPage = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.m_btnDelete = new System.Windows.Forms.Button(); this.m_lstBoxName = new System.Windows.Forms.ListBox(); this.panel1 = new System.Windows.Forms.Panel(); this.m_txtBoxDescription = new System.Windows.Forms.TextBox(); m_btnAdd = new System.Windows.Forms.Button(); m_btnModify = new System.Windows.Forms.Button(); m_btnOk = new System.Windows.Forms.Button(); m_btnCancel = new System.Windows.Forms.Button(); m_btnHelp = new System.Windows.Forms.Button(); m_lblDescription = new System.Windows.Forms.Label(); tabControl1 = new System.Windows.Forms.TabControl(); m_tpFirst = new System.Windows.Forms.TabPage(); m_pnlFirstPage = new System.Windows.Forms.Panel(); m_lblFirstPage = new System.Windows.Forms.Label(); m_tpOddEven = new System.Windows.Forms.TabPage(); panel3 = new System.Windows.Forms.Panel(); m_grpBoxEdit = new System.Windows.Forms.GroupBox(); lineControl1 = new SIL.FieldWorks.Common.Controls.LineControl(); tabControl1.SuspendLayout(); m_tpFirst.SuspendLayout(); m_pnlFirstPage.SuspendLayout(); m_tpOddEven.SuspendLayout(); this.m_pnlEvenPage.SuspendLayout(); this.m_pnlOddPage.SuspendLayout(); m_grpBoxEdit.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // m_btnAdd // resources.ApplyResources(m_btnAdd, "m_btnAdd"); m_btnAdd.Name = "m_btnAdd"; m_btnAdd.Click += new System.EventHandler(this.m_btnAdd_Click); // // m_btnModify // resources.ApplyResources(m_btnModify, "m_btnModify"); m_btnModify.Name = "m_btnModify"; m_btnModify.Click += new System.EventHandler(this.m_btnModify_Click); // // m_btnOk // resources.ApplyResources(m_btnOk, "m_btnOk"); m_btnOk.Name = "m_btnOk"; m_btnOk.Click += new System.EventHandler(this.m_btnOk_Click); // // m_btnCancel // m_btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; resources.ApplyResources(m_btnCancel, "m_btnCancel"); m_btnCancel.Name = "m_btnCancel"; // // m_btnHelp // resources.ApplyResources(m_btnHelp, "m_btnHelp"); m_btnHelp.Name = "m_btnHelp"; m_btnHelp.Click += new System.EventHandler(this.m_btnHelp_Click); // // m_lblDescription // resources.ApplyResources(m_lblDescription, "m_lblDescription"); m_lblDescription.Name = "m_lblDescription"; // // tabControl1 // tabControl1.Controls.Add(m_tpFirst); tabControl1.Controls.Add(m_tpOddEven); resources.ApplyResources(tabControl1, "tabControl1"); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; // // m_tpFirst // m_tpFirst.Controls.Add(m_pnlFirstPage); m_tpFirst.Controls.Add(m_lblFirstPage); m_tpFirst.Controls.Add(this.panel2); resources.ApplyResources(m_tpFirst, "m_tpFirst"); m_tpFirst.Name = "m_tpFirst"; // // m_pnlFirstPage // m_pnlFirstPage.BackColor = System.Drawing.SystemColors.Window; m_pnlFirstPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; m_pnlFirstPage.Controls.Add(this.m_pnlFirstTop); m_pnlFirstPage.Controls.Add(this.m_chkFirstSameAsOdd); m_pnlFirstPage.Controls.Add(this.m_pnlFirstBottom); resources.ApplyResources(m_pnlFirstPage, "m_pnlFirstPage"); m_pnlFirstPage.Name = "m_pnlFirstPage"; // // m_pnlFirstTop // resources.ApplyResources(this.m_pnlFirstTop, "m_pnlFirstTop"); this.m_pnlFirstTop.Name = "m_pnlFirstTop"; // // m_chkFirstSameAsOdd // resources.ApplyResources(this.m_chkFirstSameAsOdd, "m_chkFirstSameAsOdd"); this.m_chkFirstSameAsOdd.Name = "m_chkFirstSameAsOdd"; this.m_chkFirstSameAsOdd.CheckedChanged += new System.EventHandler(this.m_chkFirstSameAsOdd_CheckedChanged); // // m_pnlFirstBottom // resources.ApplyResources(this.m_pnlFirstBottom, "m_pnlFirstBottom"); this.m_pnlFirstBottom.Name = "m_pnlFirstBottom"; // // m_lblFirstPage // resources.ApplyResources(m_lblFirstPage, "m_lblFirstPage"); m_lblFirstPage.Name = "m_lblFirstPage"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.Silver; resources.ApplyResources(this.panel2, "panel2"); this.panel2.Name = "panel2"; // // m_tpOddEven // m_tpOddEven.Controls.Add(this.m_pnlEvenPage); m_tpOddEven.Controls.Add(this.m_pnlOddPage); m_tpOddEven.Controls.Add(this.m_lblOddPage); m_tpOddEven.Controls.Add(this.m_lblEvenPage); m_tpOddEven.Controls.Add(panel3); m_tpOddEven.Controls.Add(this.panel4); resources.ApplyResources(m_tpOddEven, "m_tpOddEven"); m_tpOddEven.Name = "m_tpOddEven"; // // m_pnlEvenPage // this.m_pnlEvenPage.BackColor = System.Drawing.SystemColors.Window; this.m_pnlEvenPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_pnlEvenPage.Controls.Add(this.m_pnlEvenTop); this.m_pnlEvenPage.Controls.Add(this.m_chkEvenSameAsOdd); this.m_pnlEvenPage.Controls.Add(this.m_pnlEvenBottom); resources.ApplyResources(this.m_pnlEvenPage, "m_pnlEvenPage"); this.m_pnlEvenPage.Name = "m_pnlEvenPage"; // // m_pnlEvenTop // resources.ApplyResources(this.m_pnlEvenTop, "m_pnlEvenTop"); this.m_pnlEvenTop.Name = "m_pnlEvenTop"; // // m_chkEvenSameAsOdd // resources.ApplyResources(this.m_chkEvenSameAsOdd, "m_chkEvenSameAsOdd"); this.m_chkEvenSameAsOdd.Name = "m_chkEvenSameAsOdd"; this.m_chkEvenSameAsOdd.CheckedChanged += new System.EventHandler(this.m_chkEvenSameAsOdd_CheckedChanged); // // m_pnlEvenBottom // resources.ApplyResources(this.m_pnlEvenBottom, "m_pnlEvenBottom"); this.m_pnlEvenBottom.Name = "m_pnlEvenBottom"; // // m_pnlOddPage // this.m_pnlOddPage.BackColor = System.Drawing.SystemColors.Window; this.m_pnlOddPage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.m_pnlOddPage.Controls.Add(this.m_pnlOddBottom); this.m_pnlOddPage.Controls.Add(this.m_pnlOddTop); resources.ApplyResources(this.m_pnlOddPage, "m_pnlOddPage"); this.m_pnlOddPage.Name = "m_pnlOddPage"; // // m_pnlOddBottom // resources.ApplyResources(this.m_pnlOddBottom, "m_pnlOddBottom"); this.m_pnlOddBottom.Name = "m_pnlOddBottom"; // // m_pnlOddTop // resources.ApplyResources(this.m_pnlOddTop, "m_pnlOddTop"); this.m_pnlOddTop.Name = "m_pnlOddTop"; // // m_lblOddPage // resources.ApplyResources(this.m_lblOddPage, "m_lblOddPage"); this.m_lblOddPage.Name = "m_lblOddPage"; // // m_lblEvenPage // resources.ApplyResources(this.m_lblEvenPage, "m_lblEvenPage"); this.m_lblEvenPage.Name = "m_lblEvenPage"; // // panel3 // panel3.BackColor = System.Drawing.Color.Silver; resources.ApplyResources(panel3, "panel3"); panel3.Name = "panel3"; // // panel4 // this.panel4.BackColor = System.Drawing.Color.Silver; resources.ApplyResources(this.panel4, "panel4"); this.panel4.Name = "panel4"; // // m_grpBoxEdit // m_grpBoxEdit.Controls.Add(m_btnModify); m_grpBoxEdit.Controls.Add(this.m_btnDelete); m_grpBoxEdit.Controls.Add(m_btnAdd); m_grpBoxEdit.Controls.Add(this.m_lstBoxName); resources.ApplyResources(m_grpBoxEdit, "m_grpBoxEdit"); m_grpBoxEdit.Name = "m_grpBoxEdit"; m_grpBoxEdit.TabStop = false; // // m_btnDelete // resources.ApplyResources(this.m_btnDelete, "m_btnDelete"); this.m_btnDelete.Name = "m_btnDelete"; this.m_btnDelete.Click += new System.EventHandler(this.m_btnDelete_Click); // // m_lstBoxName // resources.ApplyResources(this.m_lstBoxName, "m_lstBoxName"); this.m_lstBoxName.Name = "m_lstBoxName"; this.m_lstBoxName.SelectedIndexChanged += new System.EventHandler(this.m_lstBoxName_SelectedIndexChanged); // // panel1 // this.panel1.Controls.Add(m_lblDescription); this.panel1.Controls.Add(tabControl1); this.panel1.Controls.Add(lineControl1); this.panel1.Controls.Add(this.m_txtBoxDescription); resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // lineControl1 // lineControl1.BackColor = System.Drawing.Color.Transparent; resources.ApplyResources(lineControl1, "lineControl1"); lineControl1.ForeColor2 = System.Drawing.Color.Transparent; lineControl1.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal; lineControl1.Name = "lineControl1"; // // m_txtBoxDescription // resources.ApplyResources(this.m_txtBoxDescription, "m_txtBoxDescription"); this.m_txtBoxDescription.Name = "m_txtBoxDescription"; this.m_txtBoxDescription.ReadOnly = true; // // HeaderFooterSetupDlg // this.AcceptButton = m_btnOk; resources.ApplyResources(this, "$this"); this.CancelButton = m_btnCancel; this.Controls.Add(m_grpBoxEdit); this.Controls.Add(this.panel1); this.Controls.Add(m_btnHelp); this.Controls.Add(m_btnCancel); this.Controls.Add(m_btnOk); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "HeaderFooterSetupDlg"; this.ShowInTaskbar = false; tabControl1.ResumeLayout(false); m_tpFirst.ResumeLayout(false); m_pnlFirstPage.ResumeLayout(false); m_tpOddEven.ResumeLayout(false); this.m_pnlEvenPage.ResumeLayout(false); this.m_pnlOddPage.ResumeLayout(false); m_grpBoxEdit.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); }
private void InitializeComponent() { ComponentResourceManager resources = new ComponentResourceManager(typeof(RF_To_USB_Network_Demo_CP)); tabControl1 = new TabControl(); tabPage1 = new TabPage(); groupBox1 = new GroupBox(); viewRssi1 = new ViewRssi(); groupBox5 = new GroupBox(); viewEZMacNetwork1 = new ViewEZMacNetwork(); tabPage2 = new TabPage(); viewDataReceiver1 = new ViewDataReceiver(); groupBox2 = new GroupBox(); groupBoxNode4 = new GroupBox(); viewProgressPot4 = new ViewProgressValue(); viewProgressTemp4 = new ViewProgressValue(); groupBoxNode3 = new GroupBox(); viewProgressPot3 = new ViewProgressValue(); viewProgressTemp3 = new ViewProgressValue(); groupBoxNode2 = new GroupBox(); viewProgressPot2 = new ViewProgressValue(); viewProgressTemp2 = new ViewProgressValue(); groupBoxNode1 = new GroupBox(); viewProgressPot1 = new ViewProgressValue(); viewProgressTemp1 = new ViewProgressValue(); tabControl1.SuspendLayout(); tabPage1.SuspendLayout(); groupBox1.SuspendLayout(); groupBox5.SuspendLayout(); tabPage2.SuspendLayout(); groupBox2.SuspendLayout(); groupBoxNode4.SuspendLayout(); groupBoxNode3.SuspendLayout(); groupBoxNode2.SuspendLayout(); groupBoxNode1.SuspendLayout(); base.SuspendLayout(); tabControl1.Controls.Add(tabPage1); tabControl1.Controls.Add(tabPage2); tabControl1.Location = new Point(0x1ec, 6); tabControl1.Name = "tabControl1"; tabControl1.SelectedIndex = 0; tabControl1.Size = new Size(430, 0x200); tabControl1.TabIndex = 13; tabPage1.BackColor = Color.White; tabPage1.Controls.Add(groupBox1); tabPage1.Controls.Add(groupBox5); tabPage1.Location = new Point(4, 0x16); tabPage1.Name = "tabPage1"; tabPage1.Padding = new Padding(3); tabPage1.Size = new Size(0x1a6, 0x1e6); tabPage1.TabIndex = 0; tabPage1.Text = "Logic"; groupBox1.BackColor = Color.White; groupBox1.Controls.Add(viewRssi1); groupBox1.Location = new Point(6, 0x143); groupBox1.Name = "groupBox1"; groupBox1.Size = new Size(410, 0x9d); groupBox1.TabIndex = 11; groupBox1.TabStop = false; groupBox1.Text = "RSSI"; viewRssi1.BackColor = Color.White; viewRssi1.Location = new Point(6, 0x13); viewRssi1.Name = "viewRssi1"; viewRssi1.Size = new Size(0x18e, 0x84); viewRssi1.TabIndex = 7; groupBox5.BackColor = Color.White; groupBox5.Controls.Add(viewEZMacNetwork1); groupBox5.Location = new Point(6, 6); groupBox5.Name = "groupBox5"; groupBox5.Size = new Size(410, 0x137); groupBox5.TabIndex = 3; groupBox5.TabStop = false; groupBox5.Text = "EZMac(tm) network status"; viewEZMacNetwork1.BackColor = Color.Transparent; viewEZMacNetwork1.BackgroundImageLayout = ImageLayout.None; viewEZMacNetwork1.Location = new Point(0x38, 14); viewEZMacNetwork1.Name = "viewEZMacNetwork1"; viewEZMacNetwork1.Size = new Size(0x131, 0x11e); viewEZMacNetwork1.TabIndex = 0; tabPage2.BackColor = Color.White; tabPage2.Controls.Add(viewDataReceiver1); tabPage2.Location = new Point(4, 0x16); tabPage2.Name = "tabPage2"; tabPage2.Padding = new Padding(3); tabPage2.Size = new Size(0x1a6, 0x1e6); tabPage2.TabIndex = 1; tabPage2.Text = "Packet"; viewDataReceiver1.BackColor = Color.White; viewDataReceiver1.CustomStringConvertion = true; viewDataReceiver1.InsertHeader = true; viewDataReceiver1.Location = new Point(6, 7); viewDataReceiver1.Name = "viewDataReceiver1"; viewDataReceiver1.Size = new Size(410, 0x1d9); viewDataReceiver1.TabIndex = 1; groupBox2.Controls.Add(groupBoxNode4); groupBox2.Controls.Add(groupBoxNode3); groupBox2.Controls.Add(groupBoxNode2); groupBox2.Controls.Add(groupBoxNode1); groupBox2.Location = new Point(7, 6); groupBox2.Name = "groupBox2"; groupBox2.Size = new Size(0x1df, 0x200); groupBox2.TabIndex = 0x10; groupBox2.TabStop = false; groupBoxNode4.Controls.Add(viewProgressPot4); groupBoxNode4.Controls.Add(viewProgressTemp4); groupBoxNode4.Enabled = false; groupBoxNode4.Location = new Point(0xf2, 0xfd); groupBoxNode4.Name = "groupBoxNode4"; groupBoxNode4.Size = new Size(230, 0x9c); groupBoxNode4.TabIndex = 0x16; groupBoxNode4.TabStop = false; groupBoxNode4.Text = "Node #4"; viewProgressPot4.Image = (Image) resources.GetObject("viewProgressPot4.Image"); viewProgressPot4.Location = new Point(6, 0x57); viewProgressPot4.Maximum = 1000.0; viewProgressPot4.Minimum = 0.0; viewProgressPot4.Name = "viewProgressPot4"; viewProgressPot4.Size = new Size(0xda, 0x3e); viewProgressPot4.TabIndex = 1; viewProgressPot4.TextGroup = "Potentiometer"; viewProgressPot4.TextMax = "1000"; viewProgressPot4.TextMin = "0"; viewProgressPot4.TextUnits = ""; viewProgressPot4.Value = 500.0; viewProgressTemp4.Image = (Image) resources.GetObject("viewProgressTemp4.Image"); viewProgressTemp4.Location = new Point(6, 0x13); viewProgressTemp4.Maximum = 85.0; viewProgressTemp4.Minimum = -40.0; viewProgressTemp4.Name = "viewProgressTemp4"; viewProgressTemp4.Size = new Size(0xda, 0x3e); viewProgressTemp4.TabIndex = 0; viewProgressTemp4.TextGroup = "Temperature"; viewProgressTemp4.TextMax = "85 \x00b0C"; viewProgressTemp4.TextMin = "-40 \x00b0C"; viewProgressTemp4.TextUnits = "\x00b0C"; viewProgressTemp4.Value = 25.0; groupBoxNode3.Controls.Add(viewProgressPot3); groupBoxNode3.Controls.Add(viewProgressTemp3); groupBoxNode3.Enabled = false; groupBoxNode3.Location = new Point(6, 0xfd); groupBoxNode3.Name = "groupBoxNode3"; groupBoxNode3.Size = new Size(230, 0x9c); groupBoxNode3.TabIndex = 0x16; groupBoxNode3.TabStop = false; groupBoxNode3.Text = "Node #3"; viewProgressPot3.Image = (Image) resources.GetObject("viewProgressPot3.Image"); viewProgressPot3.Location = new Point(6, 0x57); viewProgressPot3.Maximum = 1000.0; viewProgressPot3.Minimum = 0.0; viewProgressPot3.Name = "viewProgressPot3"; viewProgressPot3.Size = new Size(0xda, 0x3e); viewProgressPot3.TabIndex = 1; viewProgressPot3.TextGroup = "Potentiometer"; viewProgressPot3.TextMax = "1000"; viewProgressPot3.TextMin = "0"; viewProgressPot3.TextUnits = ""; viewProgressPot3.Value = 500.0; viewProgressTemp3.Image = (Image) resources.GetObject("viewProgressTemp3.Image"); viewProgressTemp3.Location = new Point(6, 0x13); viewProgressTemp3.Maximum = 85.0; viewProgressTemp3.Minimum = -40.0; viewProgressTemp3.Name = "viewProgressTemp3"; viewProgressTemp3.Size = new Size(0xda, 0x3e); viewProgressTemp3.TabIndex = 0; viewProgressTemp3.TextGroup = "Temperature"; viewProgressTemp3.TextMax = "85 \x00b0C"; viewProgressTemp3.TextMin = "-40 \x00b0C"; viewProgressTemp3.TextUnits = "\x00b0C"; viewProgressTemp3.Value = 25.0; groupBoxNode2.Controls.Add(viewProgressPot2); groupBoxNode2.Controls.Add(viewProgressTemp2); groupBoxNode2.Enabled = false; groupBoxNode2.Location = new Point(0xf2, 0x5b); groupBoxNode2.Name = "groupBoxNode2"; groupBoxNode2.Size = new Size(230, 0x9c); groupBoxNode2.TabIndex = 0x16; groupBoxNode2.TabStop = false; groupBoxNode2.Text = "Node #2"; viewProgressPot2.Image = (Image) resources.GetObject("viewProgressPot2.Image"); viewProgressPot2.Location = new Point(6, 0x57); viewProgressPot2.Maximum = 1000.0; viewProgressPot2.Minimum = 0.0; viewProgressPot2.Name = "viewProgressPot2"; viewProgressPot2.Size = new Size(0xda, 0x3e); viewProgressPot2.TabIndex = 1; viewProgressPot2.TextGroup = "Potentiometer"; viewProgressPot2.TextMax = "1000"; viewProgressPot2.TextMin = "0"; viewProgressPot2.TextUnits = ""; viewProgressPot2.Value = 500.0; viewProgressTemp2.Image = (Image) resources.GetObject("viewProgressTemp2.Image"); viewProgressTemp2.Location = new Point(6, 0x13); viewProgressTemp2.Maximum = 85.0; viewProgressTemp2.Minimum = -40.0; viewProgressTemp2.Name = "viewProgressTemp2"; viewProgressTemp2.Size = new Size(0xda, 0x3e); viewProgressTemp2.TabIndex = 0; viewProgressTemp2.TextGroup = "Temperature"; viewProgressTemp2.TextMax = "85 \x00b0C"; viewProgressTemp2.TextMin = "-40 \x00b0C"; viewProgressTemp2.TextUnits = "\x00b0C"; viewProgressTemp2.Value = 25.0; groupBoxNode1.Controls.Add(viewProgressPot1); groupBoxNode1.Controls.Add(viewProgressTemp1); groupBoxNode1.Enabled = false; groupBoxNode1.Location = new Point(6, 0x5b); groupBoxNode1.Name = "groupBoxNode1"; groupBoxNode1.Size = new Size(230, 0x9c); groupBoxNode1.TabIndex = 0x15; groupBoxNode1.TabStop = false; groupBoxNode1.Text = "Node #1"; viewProgressPot1.Image = (Image) resources.GetObject("viewProgressPot1.Image"); viewProgressPot1.Location = new Point(6, 0x57); viewProgressPot1.Maximum = 1000.0; viewProgressPot1.Minimum = 0.0; viewProgressPot1.Name = "viewProgressPot1"; viewProgressPot1.Size = new Size(0xda, 0x3e); viewProgressPot1.TabIndex = 1; viewProgressPot1.TextGroup = "Potentiometer"; viewProgressPot1.TextMax = "1000"; viewProgressPot1.TextMin = "0"; viewProgressPot1.TextUnits = ""; viewProgressPot1.Value = 500.0; viewProgressTemp1.Image = (Image) resources.GetObject("viewProgressTemp1.Image"); viewProgressTemp1.Location = new Point(6, 0x13); viewProgressTemp1.Maximum = 85.0; viewProgressTemp1.Minimum = -40.0; viewProgressTemp1.Name = "viewProgressTemp1"; viewProgressTemp1.Size = new Size(0xda, 0x3e); viewProgressTemp1.TabIndex = 0; viewProgressTemp1.TextGroup = "Temperature"; viewProgressTemp1.TextMax = "85 \x00b0C"; viewProgressTemp1.TextMin = "-40 \x00b0C"; viewProgressTemp1.TextUnits = "\x00b0C"; viewProgressTemp1.Value = 25.0; base.AutoScaleDimensions = new SizeF(6f, 13f); base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; BackColor = Color.White; base.ClientSize = new Size(0x39e, 0x20c); base.Controls.Add(groupBox2); base.Controls.Add(tabControl1); base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; base.Name = "RF_To_USB_Network_Demo_CP"; Text = "RF to USB Network Demo Application"; base.Load += new EventHandler(RF_To_USB_Network_Demo_CP_Load); base.Shown += new EventHandler(RF_To_USB_Network_Demo_CP_Shown); base.FormClosing += new FormClosingEventHandler(RF_To_USB_Network_Demo_CP_FormClosing); tabControl1.ResumeLayout(false); tabPage1.ResumeLayout(false); groupBox1.ResumeLayout(false); groupBox5.ResumeLayout(false); tabPage2.ResumeLayout(false); groupBox2.ResumeLayout(false); groupBoxNode4.ResumeLayout(false); groupBoxNode3.ResumeLayout(false); groupBoxNode2.ResumeLayout(false); groupBoxNode1.ResumeLayout(false); base.ResumeLayout(false); }
private void InitializeComponent() { var dataGridViewCellStyle13 = new DataGridViewCellStyle(); var dataGridViewCellStyle14 = new DataGridViewCellStyle(); var dataGridViewCellStyle15 = new DataGridViewCellStyle(); var dataGridViewCellStyle16 = new DataGridViewCellStyle(); var dataGridViewCellStyle17 = new DataGridViewCellStyle(); var dataGridViewCellStyle18 = new DataGridViewCellStyle(); var dataGridViewCellStyle19 = new DataGridViewCellStyle(); var dataGridViewCellStyle20 = new DataGridViewCellStyle(); var dataGridViewCellStyle21 = new DataGridViewCellStyle(); var dataGridViewCellStyle22 = new DataGridViewCellStyle(); var dataGridViewCellStyle23 = new DataGridViewCellStyle(); var dataGridViewCellStyle24 = new DataGridViewCellStyle(); TabControl1 = new TabControl(); TabAll = new TabPage(); GridAllInvoices = new DataGridView(); InvoiceType = new DataGridViewTextBoxColumn(); Number = new DataGridViewTextBoxColumn(); InvoiceDate = new DataGridViewTextBoxColumn(); CustomerPurchaseOrderNumber = new DataGridViewTextBoxColumn(); Customer = new DataGridViewCardLinkColumn(); PromisedDate = new DataGridViewTextBoxColumn(); BalanceDueAmount = new DataGridViewTextBoxColumn(); Status = new DataGridViewTextBoxColumn(); UID = new DataGridViewTextBoxColumn(); URI = new DataGridViewTextBoxColumn(); RowVersion = new DataGridViewTextBoxColumn(); TabOpen = new TabPage(); GridOpenInvoices = new DataGridView(); DataGridViewTextBoxColumn1 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn2 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn3 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn4 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn5 = new DataGridViewCardLinkColumn(); DataGridViewTextBoxColumn6 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn7 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn8 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn9 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn10 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn11 = new DataGridViewTextBoxColumn(); TabCredit = new TabPage(); GridCreditInvoices = new DataGridView(); DataGridViewTextBoxColumn12 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn13 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn14 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn15 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn16 = new DataGridViewCardLinkColumn(); DataGridViewTextBoxColumn17 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn18 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn19 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn20 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn21 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn22 = new DataGridViewTextBoxColumn(); TabClosed = new TabPage(); GridClosedInvoices = new DataGridView(); DataGridViewTextBoxColumn23 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn24 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn25 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn26 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn27 = new DataGridViewCardLinkColumn(); DataGridViewTextBoxColumn28 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn29 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn30 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn31 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn32 = new DataGridViewTextBoxColumn(); DataGridViewTextBoxColumn33 = new DataGridViewTextBoxColumn(); BtnNew = new Button(); Panel1 = new Panel(); BtnPageRight = new Button(); TextPage = new TextBox(); BtnPageLeft = new Button(); TabControl1.SuspendLayout(); TabAll.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(GridAllInvoices)).BeginInit(); TabOpen.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(GridOpenInvoices)).BeginInit(); TabCredit.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(GridCreditInvoices)).BeginInit(); TabClosed.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(GridClosedInvoices)).BeginInit(); Panel1.SuspendLayout(); SuspendLayout(); // // TabControl1 // TabControl1.Anchor = ((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right; TabControl1.Controls.Add(TabAll); TabControl1.Controls.Add(TabOpen); TabControl1.Controls.Add(TabCredit); TabControl1.Controls.Add(TabClosed); TabControl1.Location = new System.Drawing.Point(12, 12); TabControl1.Name = "TabControl1"; TabControl1.SelectedIndex = 0; TabControl1.Size = new System.Drawing.Size(760, 509); TabControl1.TabIndex = 0; // // TabAll // TabAll.Controls.Add(GridAllInvoices); TabAll.Location = new System.Drawing.Point(4, 22); TabAll.Name = "TabAll"; TabAll.Padding = new Padding(3); TabAll.Size = new System.Drawing.Size(752, 483); TabAll.TabIndex = 0; TabAll.Text = "All Invoices"; TabAll.UseVisualStyleBackColor = true; // // GridAllInvoices // GridAllInvoices.AllowUserToAddRows = false; GridAllInvoices.AllowUserToDeleteRows = false; GridAllInvoices.Anchor = ((AnchorStyles.Top | AnchorStyles.Bottom) | AnchorStyles.Left) | AnchorStyles.Right; GridAllInvoices.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.DisplayedCells; GridAllInvoices.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; GridAllInvoices.Columns.AddRange(new DataGridViewColumn[] { InvoiceType, Number, InvoiceDate, CustomerPurchaseOrderNumber, Customer, PromisedDate, BalanceDueAmount, Status, UID, URI, RowVersion}); GridAllInvoices.Location = new System.Drawing.Point(3, 3); GridAllInvoices.Name = "GridAllInvoices"; GridAllInvoices.Size = new System.Drawing.Size(746, 477); GridAllInvoices.TabIndex = 0; GridAllInvoices.CellContentDoubleClick += new DataGridViewCellEventHandler(GridAllInvoicesCellContentDoubleClick); // // InvoiceType // InvoiceType.DataPropertyName = "InvoiceType"; InvoiceType.HeaderText = "Type"; InvoiceType.Name = "InvoiceType"; InvoiceType.Width = 56; // // Number // Number.DataPropertyName = "Number"; Number.HeaderText = "Number"; Number.Name = "Number"; Number.Width = 69; // // InvoiceDate // InvoiceDate.DataPropertyName = "Date"; dataGridViewCellStyle13.Alignment = DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle13.Format = "d"; dataGridViewCellStyle13.NullValue = null; InvoiceDate.DefaultCellStyle = dataGridViewCellStyle13; InvoiceDate.HeaderText = "Date"; InvoiceDate.Name = "InvoiceDate"; InvoiceDate.Width = 55; // // CustomerPurchaseOrderNumber // CustomerPurchaseOrderNumber.DataPropertyName = "CustomerPurchaseOrderNumber"; CustomerPurchaseOrderNumber.HeaderText = "CustomerPurchaseOrderNumber"; CustomerPurchaseOrderNumber.Name = "CustomerPurchaseOrderNumber"; CustomerPurchaseOrderNumber.SortMode = DataGridViewColumnSortMode.NotSortable; CustomerPurchaseOrderNumber.Visible = false; CustomerPurchaseOrderNumber.Width = 165; // // Customer // Customer.DataPropertyName = "Customer"; Customer.HeaderText = "Customer"; Customer.Name = "Customer"; Customer.ReadOnly = true; Customer.Resizable = DataGridViewTriState.True; Customer.SortMode = DataGridViewColumnSortMode.Automatic; Customer.Width = 76; // // PromisedDate // PromisedDate.DataPropertyName = "PromisedDate"; PromisedDate.HeaderText = "Promised Date"; PromisedDate.Name = "PromisedDate"; PromisedDate.SortMode = DataGridViewColumnSortMode.NotSortable; PromisedDate.Visible = false; PromisedDate.Width = 82; // // BalanceDueAmount // BalanceDueAmount.DataPropertyName = "BalanceDueAmount"; dataGridViewCellStyle14.Alignment = DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle14.Format = "C2"; dataGridViewCellStyle14.NullValue = null; BalanceDueAmount.DefaultCellStyle = dataGridViewCellStyle14; BalanceDueAmount.HeaderText = "Balance Due"; BalanceDueAmount.Name = "BalanceDueAmount"; BalanceDueAmount.Width = 94; // // Status // Status.DataPropertyName = "Status"; dataGridViewCellStyle15.Alignment = DataGridViewContentAlignment.MiddleCenter; Status.DefaultCellStyle = dataGridViewCellStyle15; Status.HeaderText = "Status"; Status.Name = "Status"; Status.Width = 62; // // UID // UID.DataPropertyName = "UID"; UID.HeaderText = "UID"; UID.Name = "UID"; UID.SortMode = DataGridViewColumnSortMode.NotSortable; UID.Visible = false; UID.Width = 32; // // URI // URI.DataPropertyName = "URI"; URI.HeaderText = "URI"; URI.Name = "URI"; URI.SortMode = DataGridViewColumnSortMode.NotSortable; URI.Visible = false; URI.Width = 32; // // RowVersion // RowVersion.DataPropertyName = "RowVersion"; RowVersion.HeaderText = "RowVersion"; RowVersion.Name = "RowVersion"; RowVersion.SortMode = DataGridViewColumnSortMode.NotSortable; RowVersion.Visible = false; RowVersion.Width = 70; // // TabOpen // TabOpen.Controls.Add(GridOpenInvoices); TabOpen.Location = new System.Drawing.Point(4, 22); TabOpen.Name = "TabOpen"; TabOpen.Padding = new Padding(3); TabOpen.Size = new System.Drawing.Size(752, 483); TabOpen.TabIndex = 1; TabOpen.Text = "Open Invoices"; TabOpen.UseVisualStyleBackColor = true; // // GridOpenInvoices // GridOpenInvoices.AllowUserToAddRows = false; GridOpenInvoices.AllowUserToDeleteRows = false; GridOpenInvoices.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.DisplayedCells; GridOpenInvoices.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; GridOpenInvoices.Columns.AddRange(new DataGridViewColumn[] { DataGridViewTextBoxColumn1, DataGridViewTextBoxColumn2, DataGridViewTextBoxColumn3, DataGridViewTextBoxColumn4, DataGridViewTextBoxColumn5, DataGridViewTextBoxColumn6, DataGridViewTextBoxColumn7, DataGridViewTextBoxColumn8, DataGridViewTextBoxColumn9, DataGridViewTextBoxColumn10, DataGridViewTextBoxColumn11}); GridOpenInvoices.Dock = DockStyle.Fill; GridOpenInvoices.Location = new System.Drawing.Point(3, 3); GridOpenInvoices.Name = "GridOpenInvoices"; GridOpenInvoices.Size = new System.Drawing.Size(746, 477); GridOpenInvoices.TabIndex = 1; // // DataGridViewTextBoxColumn1 // DataGridViewTextBoxColumn1.DataPropertyName = "InvoiceType"; DataGridViewTextBoxColumn1.HeaderText = "Type"; DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1"; DataGridViewTextBoxColumn1.Width = 56; // // DataGridViewTextBoxColumn2 // DataGridViewTextBoxColumn2.DataPropertyName = "Number"; DataGridViewTextBoxColumn2.HeaderText = "Number"; DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2"; DataGridViewTextBoxColumn2.Width = 69; // // DataGridViewTextBoxColumn3 // DataGridViewTextBoxColumn3.DataPropertyName = "Date"; dataGridViewCellStyle16.Alignment = DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle16.Format = "d"; dataGridViewCellStyle16.NullValue = null; DataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle16; DataGridViewTextBoxColumn3.HeaderText = "Date"; DataGridViewTextBoxColumn3.Name = "DataGridViewTextBoxColumn3"; DataGridViewTextBoxColumn3.Width = 55; // // DataGridViewTextBoxColumn4 // DataGridViewTextBoxColumn4.DataPropertyName = "CustomerPurchaseOrderNumber"; DataGridViewTextBoxColumn4.HeaderText = "CustomerPurchaseOrderNumber"; DataGridViewTextBoxColumn4.Name = "DataGridViewTextBoxColumn4"; DataGridViewTextBoxColumn4.Visible = false; DataGridViewTextBoxColumn4.Width = 184; // // DataGridViewTextBoxColumn5 // DataGridViewTextBoxColumn5.DataPropertyName = "Customer"; DataGridViewTextBoxColumn5.HeaderText = "Customer"; DataGridViewTextBoxColumn5.Name = "DataGridViewTextBoxColumn5"; DataGridViewTextBoxColumn5.ReadOnly = true; DataGridViewTextBoxColumn5.Resizable = DataGridViewTriState.True; DataGridViewTextBoxColumn5.SortMode = DataGridViewColumnSortMode.Automatic; DataGridViewTextBoxColumn5.Width = 76; // // DataGridViewTextBoxColumn6 // DataGridViewTextBoxColumn6.DataPropertyName = "PromisedDate"; DataGridViewTextBoxColumn6.HeaderText = "Promised Date"; DataGridViewTextBoxColumn6.Name = "DataGridViewTextBoxColumn6"; DataGridViewTextBoxColumn6.Visible = false; DataGridViewTextBoxColumn6.Width = 101; // // DataGridViewTextBoxColumn7 // DataGridViewTextBoxColumn7.DataPropertyName = "BalanceDueAmount"; dataGridViewCellStyle17.Alignment = DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle17.Format = "C2"; dataGridViewCellStyle17.NullValue = null; DataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle17; DataGridViewTextBoxColumn7.HeaderText = "Balance Due"; DataGridViewTextBoxColumn7.Name = "DataGridViewTextBoxColumn7"; DataGridViewTextBoxColumn7.Width = 94; // // DataGridViewTextBoxColumn8 // DataGridViewTextBoxColumn8.DataPropertyName = "Status"; dataGridViewCellStyle18.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle18; DataGridViewTextBoxColumn8.HeaderText = "Status"; DataGridViewTextBoxColumn8.Name = "DataGridViewTextBoxColumn8"; DataGridViewTextBoxColumn8.Width = 62; // // DataGridViewTextBoxColumn9 // DataGridViewTextBoxColumn9.DataPropertyName = "UID"; DataGridViewTextBoxColumn9.HeaderText = "UID"; DataGridViewTextBoxColumn9.Name = "DataGridViewTextBoxColumn9"; DataGridViewTextBoxColumn9.Visible = false; DataGridViewTextBoxColumn9.Width = 51; // // DataGridViewTextBoxColumn10 // DataGridViewTextBoxColumn10.DataPropertyName = "URI"; DataGridViewTextBoxColumn10.HeaderText = "URI"; DataGridViewTextBoxColumn10.Name = "DataGridViewTextBoxColumn10"; DataGridViewTextBoxColumn10.Visible = false; DataGridViewTextBoxColumn10.Width = 51; // // DataGridViewTextBoxColumn11 // DataGridViewTextBoxColumn11.DataPropertyName = "RowVersion"; DataGridViewTextBoxColumn11.HeaderText = "RowVersion"; DataGridViewTextBoxColumn11.Name = "DataGridViewTextBoxColumn11"; DataGridViewTextBoxColumn11.Visible = false; DataGridViewTextBoxColumn11.Width = 89; // // TabCredit // TabCredit.Controls.Add(GridCreditInvoices); TabCredit.Location = new System.Drawing.Point(4, 22); TabCredit.Name = "TabCredit"; TabCredit.Padding = new Padding(3); TabCredit.Size = new System.Drawing.Size(752, 483); TabCredit.TabIndex = 3; TabCredit.Text = "Returns & Credits"; TabCredit.UseVisualStyleBackColor = true; // // GridCreditInvoices // GridCreditInvoices.AllowUserToAddRows = false; GridCreditInvoices.AllowUserToDeleteRows = false; GridCreditInvoices.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.DisplayedCells; GridCreditInvoices.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; GridCreditInvoices.Columns.AddRange(new DataGridViewColumn[] { DataGridViewTextBoxColumn12, DataGridViewTextBoxColumn13, DataGridViewTextBoxColumn14, DataGridViewTextBoxColumn15, DataGridViewTextBoxColumn16, DataGridViewTextBoxColumn17, DataGridViewTextBoxColumn18, DataGridViewTextBoxColumn19, DataGridViewTextBoxColumn20, DataGridViewTextBoxColumn21, DataGridViewTextBoxColumn22}); GridCreditInvoices.Dock = DockStyle.Fill; GridCreditInvoices.Location = new System.Drawing.Point(3, 3); GridCreditInvoices.Name = "GridCreditInvoices"; GridCreditInvoices.Size = new System.Drawing.Size(746, 477); GridCreditInvoices.TabIndex = 2; // // DataGridViewTextBoxColumn12 // DataGridViewTextBoxColumn12.DataPropertyName = "InvoiceType"; DataGridViewTextBoxColumn12.HeaderText = "Type"; DataGridViewTextBoxColumn12.Name = "DataGridViewTextBoxColumn12"; DataGridViewTextBoxColumn12.Width = 56; // // DataGridViewTextBoxColumn13 // DataGridViewTextBoxColumn13.DataPropertyName = "Number"; DataGridViewTextBoxColumn13.HeaderText = "Number"; DataGridViewTextBoxColumn13.Name = "DataGridViewTextBoxColumn13"; DataGridViewTextBoxColumn13.Width = 69; // // DataGridViewTextBoxColumn14 // DataGridViewTextBoxColumn14.DataPropertyName = "Date"; dataGridViewCellStyle19.Alignment = DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle19.Format = "d"; dataGridViewCellStyle19.NullValue = null; DataGridViewTextBoxColumn14.DefaultCellStyle = dataGridViewCellStyle19; DataGridViewTextBoxColumn14.HeaderText = "Date"; DataGridViewTextBoxColumn14.Name = "DataGridViewTextBoxColumn14"; DataGridViewTextBoxColumn14.Width = 55; // // DataGridViewTextBoxColumn15 // DataGridViewTextBoxColumn15.DataPropertyName = "CustomerPurchaseOrderNumber"; DataGridViewTextBoxColumn15.HeaderText = "CustomerPurchaseOrderNumber"; DataGridViewTextBoxColumn15.Name = "DataGridViewTextBoxColumn15"; DataGridViewTextBoxColumn15.Visible = false; DataGridViewTextBoxColumn15.Width = 184; // // DataGridViewTextBoxColumn16 // DataGridViewTextBoxColumn16.DataPropertyName = "Customer"; DataGridViewTextBoxColumn16.HeaderText = "Customer"; DataGridViewTextBoxColumn16.Name = "DataGridViewTextBoxColumn16"; DataGridViewTextBoxColumn16.ReadOnly = true; DataGridViewTextBoxColumn16.Resizable = DataGridViewTriState.True; DataGridViewTextBoxColumn16.SortMode = DataGridViewColumnSortMode.Automatic; DataGridViewTextBoxColumn16.Width = 76; // // DataGridViewTextBoxColumn17 // DataGridViewTextBoxColumn17.DataPropertyName = "PromisedDate"; DataGridViewTextBoxColumn17.HeaderText = "Promised Date"; DataGridViewTextBoxColumn17.Name = "DataGridViewTextBoxColumn17"; DataGridViewTextBoxColumn17.Visible = false; DataGridViewTextBoxColumn17.Width = 101; // // DataGridViewTextBoxColumn18 // DataGridViewTextBoxColumn18.DataPropertyName = "BalanceDueAmount"; dataGridViewCellStyle20.Alignment = DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle20.Format = "C2"; dataGridViewCellStyle20.NullValue = null; DataGridViewTextBoxColumn18.DefaultCellStyle = dataGridViewCellStyle20; DataGridViewTextBoxColumn18.HeaderText = "Balance Due"; DataGridViewTextBoxColumn18.Name = "DataGridViewTextBoxColumn18"; DataGridViewTextBoxColumn18.Width = 94; // // DataGridViewTextBoxColumn19 // DataGridViewTextBoxColumn19.DataPropertyName = "Status"; dataGridViewCellStyle21.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridViewTextBoxColumn19.DefaultCellStyle = dataGridViewCellStyle21; DataGridViewTextBoxColumn19.HeaderText = "Status"; DataGridViewTextBoxColumn19.Name = "DataGridViewTextBoxColumn19"; DataGridViewTextBoxColumn19.Width = 62; // // DataGridViewTextBoxColumn20 // DataGridViewTextBoxColumn20.DataPropertyName = "UID"; DataGridViewTextBoxColumn20.HeaderText = "UID"; DataGridViewTextBoxColumn20.Name = "DataGridViewTextBoxColumn20"; DataGridViewTextBoxColumn20.Visible = false; DataGridViewTextBoxColumn20.Width = 51; // // DataGridViewTextBoxColumn21 // DataGridViewTextBoxColumn21.DataPropertyName = "URI"; DataGridViewTextBoxColumn21.HeaderText = "URI"; DataGridViewTextBoxColumn21.Name = "DataGridViewTextBoxColumn21"; DataGridViewTextBoxColumn21.Visible = false; DataGridViewTextBoxColumn21.Width = 51; // // DataGridViewTextBoxColumn22 // DataGridViewTextBoxColumn22.DataPropertyName = "RowVersion"; DataGridViewTextBoxColumn22.HeaderText = "RowVersion"; DataGridViewTextBoxColumn22.Name = "DataGridViewTextBoxColumn22"; DataGridViewTextBoxColumn22.Visible = false; DataGridViewTextBoxColumn22.Width = 89; // // TabClosed // TabClosed.Controls.Add(GridClosedInvoices); TabClosed.Location = new System.Drawing.Point(4, 22); TabClosed.Name = "TabClosed"; TabClosed.Size = new System.Drawing.Size(752, 483); TabClosed.TabIndex = 2; TabClosed.Text = "Closed Invoices"; TabClosed.UseVisualStyleBackColor = true; // // GridClosedInvoices // GridClosedInvoices.AllowUserToAddRows = false; GridClosedInvoices.AllowUserToDeleteRows = false; GridClosedInvoices.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.DisplayedCells; GridClosedInvoices.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; GridClosedInvoices.Columns.AddRange(new DataGridViewColumn[] { DataGridViewTextBoxColumn23, DataGridViewTextBoxColumn24, DataGridViewTextBoxColumn25, DataGridViewTextBoxColumn26, DataGridViewTextBoxColumn27, DataGridViewTextBoxColumn28, DataGridViewTextBoxColumn29, DataGridViewTextBoxColumn30, DataGridViewTextBoxColumn31, DataGridViewTextBoxColumn32, DataGridViewTextBoxColumn33}); GridClosedInvoices.Dock = DockStyle.Fill; GridClosedInvoices.Location = new System.Drawing.Point(0, 0); GridClosedInvoices.Name = "GridClosedInvoices"; GridClosedInvoices.Size = new System.Drawing.Size(752, 483); GridClosedInvoices.TabIndex = 3; // // DataGridViewTextBoxColumn23 // DataGridViewTextBoxColumn23.DataPropertyName = "InvoiceType"; DataGridViewTextBoxColumn23.HeaderText = "Type"; DataGridViewTextBoxColumn23.Name = "DataGridViewTextBoxColumn23"; DataGridViewTextBoxColumn23.Width = 56; // // DataGridViewTextBoxColumn24 // DataGridViewTextBoxColumn24.DataPropertyName = "Number"; DataGridViewTextBoxColumn24.HeaderText = "Number"; DataGridViewTextBoxColumn24.Name = "DataGridViewTextBoxColumn24"; DataGridViewTextBoxColumn24.Width = 69; // // DataGridViewTextBoxColumn25 // DataGridViewTextBoxColumn25.DataPropertyName = "Date"; dataGridViewCellStyle22.Alignment = DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle22.Format = "d"; dataGridViewCellStyle22.NullValue = null; DataGridViewTextBoxColumn25.DefaultCellStyle = dataGridViewCellStyle22; DataGridViewTextBoxColumn25.HeaderText = "Date"; DataGridViewTextBoxColumn25.Name = "DataGridViewTextBoxColumn25"; DataGridViewTextBoxColumn25.Width = 55; // // DataGridViewTextBoxColumn26 // DataGridViewTextBoxColumn26.DataPropertyName = "CustomerPurchaseOrderNumber"; DataGridViewTextBoxColumn26.HeaderText = "CustomerPurchaseOrderNumber"; DataGridViewTextBoxColumn26.Name = "DataGridViewTextBoxColumn26"; DataGridViewTextBoxColumn26.Visible = false; DataGridViewTextBoxColumn26.Width = 184; // // DataGridViewTextBoxColumn27 // DataGridViewTextBoxColumn27.DataPropertyName = "Customer"; DataGridViewTextBoxColumn27.HeaderText = "Customer"; DataGridViewTextBoxColumn27.Name = "DataGridViewTextBoxColumn27"; DataGridViewTextBoxColumn27.ReadOnly = true; DataGridViewTextBoxColumn27.Resizable = DataGridViewTriState.True; DataGridViewTextBoxColumn27.SortMode = DataGridViewColumnSortMode.Automatic; DataGridViewTextBoxColumn27.Width = 76; // // DataGridViewTextBoxColumn28 // DataGridViewTextBoxColumn28.DataPropertyName = "PromisedDate"; DataGridViewTextBoxColumn28.HeaderText = "Promised Date"; DataGridViewTextBoxColumn28.Name = "DataGridViewTextBoxColumn28"; DataGridViewTextBoxColumn28.Visible = false; DataGridViewTextBoxColumn28.Width = 101; // // DataGridViewTextBoxColumn29 // DataGridViewTextBoxColumn29.DataPropertyName = "BalanceDueAmount"; dataGridViewCellStyle23.Alignment = DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle23.Format = "C2"; dataGridViewCellStyle23.NullValue = null; DataGridViewTextBoxColumn29.DefaultCellStyle = dataGridViewCellStyle23; DataGridViewTextBoxColumn29.HeaderText = "Balance Due"; DataGridViewTextBoxColumn29.Name = "DataGridViewTextBoxColumn29"; DataGridViewTextBoxColumn29.Width = 94; // // DataGridViewTextBoxColumn30 // DataGridViewTextBoxColumn30.DataPropertyName = "Status"; dataGridViewCellStyle24.Alignment = DataGridViewContentAlignment.MiddleCenter; DataGridViewTextBoxColumn30.DefaultCellStyle = dataGridViewCellStyle24; DataGridViewTextBoxColumn30.HeaderText = "Status"; DataGridViewTextBoxColumn30.Name = "DataGridViewTextBoxColumn30"; DataGridViewTextBoxColumn30.Width = 62; // // DataGridViewTextBoxColumn31 // DataGridViewTextBoxColumn31.DataPropertyName = "UID"; DataGridViewTextBoxColumn31.HeaderText = "UID"; DataGridViewTextBoxColumn31.Name = "DataGridViewTextBoxColumn31"; DataGridViewTextBoxColumn31.Visible = false; DataGridViewTextBoxColumn31.Width = 51; // // DataGridViewTextBoxColumn32 // DataGridViewTextBoxColumn32.DataPropertyName = "URI"; DataGridViewTextBoxColumn32.HeaderText = "URI"; DataGridViewTextBoxColumn32.Name = "DataGridViewTextBoxColumn32"; DataGridViewTextBoxColumn32.Visible = false; DataGridViewTextBoxColumn32.Width = 51; // // DataGridViewTextBoxColumn33 // DataGridViewTextBoxColumn33.DataPropertyName = "RowVersion"; DataGridViewTextBoxColumn33.HeaderText = "RowVersion"; DataGridViewTextBoxColumn33.Name = "DataGridViewTextBoxColumn33"; DataGridViewTextBoxColumn33.Visible = false; DataGridViewTextBoxColumn33.Width = 89; // // BtnNew // BtnNew.Anchor = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Right))); BtnNew.Location = new System.Drawing.Point(616, 527); BtnNew.Name = "BtnNew"; BtnNew.Size = new System.Drawing.Size(75, 23); BtnNew.TabIndex = 3; BtnNew.Text = "&New"; BtnNew.UseVisualStyleBackColor = true; BtnNew.Click += new System.EventHandler(BtnNewClick); // // Panel1 // Panel1.Anchor = ((AnchorStyles)((AnchorStyles.Bottom | AnchorStyles.Left))); Panel1.BorderStyle = BorderStyle.FixedSingle; Panel1.Controls.Add(BtnPageRight); Panel1.Controls.Add(TextPage); Panel1.Controls.Add(BtnPageLeft); Panel1.Location = new System.Drawing.Point(16, 528); Panel1.Name = "Panel1"; Panel1.Size = new System.Drawing.Size(147, 22); Panel1.TabIndex = 4; // // BtnPageRight // BtnPageRight.Location = new System.Drawing.Point(115, 0); BtnPageRight.Margin = new Padding(0); BtnPageRight.Name = "BtnPageRight"; BtnPageRight.Size = new System.Drawing.Size(30, 20); BtnPageRight.TabIndex = 2; BtnPageRight.Text = ">"; BtnPageRight.UseVisualStyleBackColor = true; BtnPageRight.Click += new System.EventHandler(BtnPageRightClick); // // TextPage // TextPage.BackColor = System.Drawing.Color.White; TextPage.Location = new System.Drawing.Point(31, 0); TextPage.Name = "TextPage"; TextPage.ReadOnly = true; TextPage.Size = new System.Drawing.Size(84, 20); TextPage.TabIndex = 1; TextPage.TextAlign = HorizontalAlignment.Center; // // BtnPageLeft // BtnPageLeft.Location = new System.Drawing.Point(0, 0); BtnPageLeft.Margin = new Padding(0); BtnPageLeft.Name = "BtnPageLeft"; BtnPageLeft.Size = new System.Drawing.Size(30, 20); BtnPageLeft.TabIndex = 0; BtnPageLeft.Text = "<"; BtnPageLeft.UseVisualStyleBackColor = true; BtnPageLeft.Click += new System.EventHandler(BtnPageLeftClick); // // InvoiceListForm // AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); ClientSize = new System.Drawing.Size(784, 562); Controls.Add(Panel1); Controls.Add(BtnNew); Controls.Add(TabControl1); Name = "InvoiceListForm"; Text = "Invoice List"; Load += new System.EventHandler(InvoiceListFormLoad); Controls.SetChildIndex(TabControl1, 0); Controls.SetChildIndex(BtnNew, 0); Controls.SetChildIndex(Panel1, 0); TabControl1.ResumeLayout(false); TabAll.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(GridAllInvoices)).EndInit(); TabOpen.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(GridOpenInvoices)).EndInit(); TabCredit.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(GridCreditInvoices)).EndInit(); TabClosed.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(GridClosedInvoices)).EndInit(); Panel1.ResumeLayout(false); Panel1.PerformLayout(); ResumeLayout(false); PerformLayout(); }
private void InitializeComponent() { components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AppWin_SPITool_PRO)); grbRegisterFilter = new System.Windows.Forms.GroupBox(); btnCheckUncheck = new System.Windows.Forms.Button(); chbStatus = new System.Windows.Forms.CheckBox(); chbTest = new System.Windows.Forms.CheckBox(); chbMisc = new System.Windows.Forms.CheckBox(); chbDigital = new System.Windows.Forms.CheckBox(); chbRF = new System.Windows.Forms.CheckBox(); dgvRegisterList = new System.Windows.Forms.DataGridView(); Mark = new System.Windows.Forms.DataGridViewCheckBoxColumn(); Addr = new System.Windows.Forms.DataGridViewTextBoxColumn(); Hex = new System.Windows.Forms.DataGridViewTextBoxColumn(); RName = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); bit0 = new System.Windows.Forms.DataGridViewTextBoxColumn(); Read = new System.Windows.Forms.DataGridViewButtonColumn(); Write = new System.Windows.Forms.DataGridViewButtonColumn(); B1 = new System.Windows.Forms.DataGridViewButtonColumn(); B2 = new System.Windows.Forms.DataGridViewButtonColumn(); B3 = new System.Windows.Forms.DataGridViewButtonColumn(); B4 = new System.Windows.Forms.DataGridViewButtonColumn(); regListId = new System.Windows.Forms.DataGridViewTextBoxColumn(); groupBox1 = new System.Windows.Forms.GroupBox(); chbMarked = new System.Windows.Forms.CheckBox(); chbCUAll = new System.Windows.Forms.CheckBox(); spcMainContainer = new System.Windows.Forms.SplitContainer(); grbLog = new System.Windows.Forms.GroupBox(); btnClearLog2 = new System.Windows.Forms.Button(); chbDisableLogging2 = new System.Windows.Forms.CheckBox(); rtbLogWindow2 = new System.Windows.Forms.RichTextBox(); btnLoadDefaultRegister = new System.Windows.Forms.Button(); btnWriteAllRegister = new System.Windows.Forms.Button(); btnReadAllRegister = new System.Windows.Forms.Button(); tbcMain = new System.Windows.Forms.TabControl(); tabPage4 = new System.Windows.Forms.TabPage(); grbBatch = new System.Windows.Forms.GroupBox(); pnlBatchMain = new System.Windows.Forms.Panel(); pnlBatch4 = new System.Windows.Forms.Panel(); txbBatch4 = new System.Windows.Forms.TextBox(); btnRunB4 = new System.Windows.Forms.Button(); chbLoopB4 = new System.Windows.Forms.CheckBox(); rtbBatchList4 = new System.Windows.Forms.TextBox(); pnlBatch3 = new System.Windows.Forms.Panel(); txbBatch3 = new System.Windows.Forms.TextBox(); chbLoopB3 = new System.Windows.Forms.CheckBox(); btnRunB3 = new System.Windows.Forms.Button(); rtbBatchList3 = new System.Windows.Forms.TextBox(); pnlBatch2 = new System.Windows.Forms.Panel(); txbBatch2 = new System.Windows.Forms.TextBox(); chbLoopB2 = new System.Windows.Forms.CheckBox(); btnRunB2 = new System.Windows.Forms.Button(); rtbBatchList2 = new System.Windows.Forms.TextBox(); pnlBatch1 = new System.Windows.Forms.Panel(); txbBatch1 = new System.Windows.Forms.TextBox(); rtbBatchList1 = new System.Windows.Forms.TextBox(); btnRunB1 = new System.Windows.Forms.Button(); chbLoopB1 = new System.Windows.Forms.CheckBox(); vrbViewBatch = new System.Windows.Forms.GroupBox(); label5 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); chbViewB4 = new System.Windows.Forms.CheckBox(); chbViewB3 = new System.Windows.Forms.CheckBox(); chbViewB2 = new System.Windows.Forms.CheckBox(); chbViewB1 = new System.Windows.Forms.CheckBox(); grbSaveLoad = new System.Windows.Forms.GroupBox(); btnSaveBatch = new System.Windows.Forms.Button(); rdbSaveOpenB4 = new System.Windows.Forms.RadioButton(); btnOpenBatch = new System.Windows.Forms.Button(); rdbSaveOpenB3 = new System.Windows.Forms.RadioButton(); rdbSaveOpenB2 = new System.Windows.Forms.RadioButton(); rdbSaveOpenB1 = new System.Windows.Forms.RadioButton(); grbLoopControl = new System.Windows.Forms.GroupBox(); nudLoopLimit = new System.Windows.Forms.NumericUpDown(); btnResetLoop = new System.Windows.Forms.Button(); txbLoopCount = new System.Windows.Forms.TextBox(); label4 = new System.Windows.Forms.Label(); chbLoopLimit = new System.Windows.Forms.CheckBox(); tbpFIFO = new System.Windows.Forms.TabPage(); pnlBerPer = new System.Windows.Forms.Panel(); btnResetFifo = new System.Windows.Forms.Button(); lblBER = new System.Windows.Forms.Label(); lblBitError = new System.Windows.Forms.Label(); lblDatabits = new System.Windows.Forms.Label(); txbBitErrors = new System.Windows.Forms.TextBox(); txbBER = new System.Windows.Forms.TextBox(); txbDatabits = new System.Windows.Forms.TextBox(); lblPER = new System.Windows.Forms.Label(); lblLost = new System.Windows.Forms.Label(); lblPackets = new System.Windows.Forms.Label(); txbLost = new System.Windows.Forms.TextBox(); txbPER = new System.Windows.Forms.TextBox(); txbPackets = new System.Windows.Forms.TextBox(); pnlRXFIFO = new System.Windows.Forms.Panel(); dgvRX = new System.Windows.Forms.DataGridView(); dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); xpdC = new System.Windows.Forms.DataGridViewTextBoxColumn(); errC = new System.Windows.Forms.DataGridViewTextBoxColumn(); btnSaveRead = new System.Windows.Forms.Button(); btnOpenRead = new System.Windows.Forms.Button(); btnRead = new System.Windows.Forms.Button(); pnlTXFIFO = new System.Windows.Forms.Panel(); dgvTX = new System.Windows.Forms.DataGridView(); numC = new System.Windows.Forms.DataGridViewTextBoxColumn(); dataC = new System.Windows.Forms.DataGridViewTextBoxColumn(); btnSaveWrite = new System.Windows.Forms.Button(); btnOpenWrite = new System.Windows.Forms.Button(); btnWrite = new System.Windows.Forms.Button(); tbpDescription = new System.Windows.Forms.TabPage(); txbDescription = new System.Windows.Forms.RichTextBox(); chbDisableLogging = new System.Windows.Forms.CheckBox(); lblTermWin = new System.Windows.Forms.Label(); btnClearLog = new System.Windows.Forms.Button(); rtbLogWindow = new System.Windows.Forms.RichTextBox(); spiStatusBar = new System.Windows.Forms.StatusBar(); statusBarPanel1 = new System.Windows.Forms.StatusBarPanel(); sbChipRevPane = new System.Windows.Forms.StatusBarPanel(); sbDeviceStatePane = new System.Windows.Forms.StatusBarPanel(); statusBarPanel4 = new StatusBarTest.StatusBarProgressPanel(); tmrCommon = new System.Windows.Forms.Timer(components); ttpMainToolTip = new System.Windows.Forms.ToolTip(components); tsrMainToolStrip = new NewWDS.Applications.App_Common.AppToolStrip.ApplicationToolStrip(); grbRegisterFilter.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(dgvRegisterList)).BeginInit(); groupBox1.SuspendLayout(); spcMainContainer.Panel1.SuspendLayout(); spcMainContainer.Panel2.SuspendLayout(); spcMainContainer.SuspendLayout(); grbLog.SuspendLayout(); tbcMain.SuspendLayout(); tabPage4.SuspendLayout(); grbBatch.SuspendLayout(); pnlBatchMain.SuspendLayout(); pnlBatch4.SuspendLayout(); pnlBatch3.SuspendLayout(); pnlBatch2.SuspendLayout(); pnlBatch1.SuspendLayout(); vrbViewBatch.SuspendLayout(); grbSaveLoad.SuspendLayout(); grbLoopControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(nudLoopLimit)).BeginInit(); tbpFIFO.SuspendLayout(); pnlBerPer.SuspendLayout(); pnlRXFIFO.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(dgvRX)).BeginInit(); pnlTXFIFO.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(dgvTX)).BeginInit(); tbpDescription.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(statusBarPanel1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sbChipRevPane)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(sbDeviceStatePane)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(statusBarPanel4)).BeginInit(); SuspendLayout(); // // grbRegisterFilter // grbRegisterFilter.Controls.Add(btnCheckUncheck); grbRegisterFilter.Controls.Add(chbStatus); grbRegisterFilter.Controls.Add(chbTest); grbRegisterFilter.Controls.Add(chbMisc); grbRegisterFilter.Controls.Add(chbDigital); grbRegisterFilter.Controls.Add(chbRF); grbRegisterFilter.Location = new System.Drawing.Point(900, 7); grbRegisterFilter.Name = "grbRegisterFilter"; grbRegisterFilter.Size = new System.Drawing.Size(81, 166); grbRegisterFilter.TabIndex = 9; grbRegisterFilter.TabStop = false; grbRegisterFilter.Text = "Filter"; // // btnCheckUncheck // btnCheckUncheck.Location = new System.Drawing.Point(2, 134); btnCheckUncheck.Name = "btnCheckUncheck"; btnCheckUncheck.Size = new System.Drawing.Size(75, 23); btnCheckUncheck.TabIndex = 3; btnCheckUncheck.Text = "UnCheck"; btnCheckUncheck.UseVisualStyleBackColor = true; btnCheckUncheck.Click += new System.EventHandler(btnCheckUncheck_Click); // // chbStatus // chbStatus.AutoSize = true; chbStatus.Checked = true; chbStatus.CheckState = System.Windows.Forms.CheckState.Checked; chbStatus.Location = new System.Drawing.Point(3, 111); chbStatus.Name = "chbStatus"; chbStatus.Size = new System.Drawing.Size(70, 21); chbStatus.TabIndex = 5; chbStatus.Text = "Status"; chbStatus.UseVisualStyleBackColor = true; chbStatus.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged); // // chbTest // chbTest.AutoSize = true; chbTest.Checked = true; chbTest.CheckState = System.Windows.Forms.CheckState.Checked; chbTest.Location = new System.Drawing.Point(3, 88); chbTest.Name = "chbTest"; chbTest.Size = new System.Drawing.Size(58, 21); chbTest.TabIndex = 4; chbTest.Text = "Test"; chbTest.UseVisualStyleBackColor = true; chbTest.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged); // // chbMisc // chbMisc.AutoSize = true; chbMisc.Checked = true; chbMisc.CheckState = System.Windows.Forms.CheckState.Checked; chbMisc.Location = new System.Drawing.Point(3, 65); chbMisc.Name = "chbMisc"; chbMisc.Size = new System.Drawing.Size(62, 21); chbMisc.TabIndex = 3; chbMisc.Text = "Misc."; chbMisc.UseVisualStyleBackColor = true; chbMisc.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged); // // chbDigital // chbDigital.AutoSize = true; chbDigital.Checked = true; chbDigital.CheckState = System.Windows.Forms.CheckState.Checked; chbDigital.Location = new System.Drawing.Point(3, 42); chbDigital.Name = "chbDigital"; chbDigital.Size = new System.Drawing.Size(69, 21); chbDigital.TabIndex = 2; chbDigital.Text = "Digital"; chbDigital.UseVisualStyleBackColor = true; chbDigital.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged); // // chbRF // chbRF.AutoSize = true; chbRF.Checked = true; chbRF.CheckState = System.Windows.Forms.CheckState.Checked; chbRF.Location = new System.Drawing.Point(3, 19); chbRF.Name = "chbRF"; chbRF.Size = new System.Drawing.Size(48, 21); chbRF.TabIndex = 1; chbRF.Text = "RF"; chbRF.UseVisualStyleBackColor = true; chbRF.CheckedChanged += new System.EventHandler(chbFilter_CheckedChanged); // // dgvRegisterList // dgvRegisterList.AllowUserToAddRows = false; dgvRegisterList.AllowUserToDeleteRows = false; dgvRegisterList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dgvRegisterList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Mark, Addr, Hex, RName, bit7, bit6, bit5, bit4, bit3, bit2, bit1, bit0, Read, Write, B1, B2, B3, B4, regListId}); dgvRegisterList.Location = new System.Drawing.Point(3, 8); dgvRegisterList.MultiSelect = false; dgvRegisterList.Name = "dgvRegisterList"; dgvRegisterList.RowHeadersWidth = 25; dgvRegisterList.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))); dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dgvRegisterList.RowsDefaultCellStyle = dataGridViewCellStyle1; dgvRegisterList.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; dgvRegisterList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; dgvRegisterList.Size = new System.Drawing.Size(893, 220); dgvRegisterList.TabIndex = 10; dgvRegisterList.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(dgvRegisterList_CellBeginEdit); dgvRegisterList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(dgvRegisterList_CellClick); dgvRegisterList.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(dgvRegisterList_CellDoubleClick); dgvRegisterList.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(dgvRegisterList_CellEndEdit); dgvRegisterList.SelectionChanged += new System.EventHandler(dgvRegisterList_SelectionChanged); dgvRegisterList.Sorted += new System.EventHandler(dgvRegisterList_Sorted); // // Mark // Mark.HeaderText = "M"; Mark.Name = "Mark"; Mark.Width = 20; // // Addr // Addr.HeaderText = "Addr."; Addr.Name = "Addr"; Addr.ReadOnly = true; Addr.Width = 38; // // Hex // Hex.HeaderText = "Hex"; Hex.Name = "Hex"; Hex.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; Hex.Width = 38; // // RName // RName.HeaderText = "Name"; RName.Name = "RName"; RName.ReadOnly = true; RName.Width = 200; // // bit7 // bit7.HeaderText = "bit7"; bit7.Name = "bit7"; bit7.ReadOnly = true; bit7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit7.Width = 50; // // bit6 // bit6.HeaderText = "bit6"; bit6.Name = "bit6"; bit6.ReadOnly = true; bit6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit6.Width = 50; // // bit5 // bit5.HeaderText = "bit5"; bit5.Name = "bit5"; bit5.ReadOnly = true; bit5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit5.Width = 50; // // bit4 // bit4.HeaderText = "bit4"; bit4.Name = "bit4"; bit4.ReadOnly = true; bit4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit4.Width = 50; // // bit3 // bit3.HeaderText = "bit3"; bit3.Name = "bit3"; bit3.ReadOnly = true; bit3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit3.Width = 50; // // bit2 // bit2.HeaderText = "bit2"; bit2.Name = "bit2"; bit2.ReadOnly = true; bit2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit2.Width = 50; // // bit1 // bit1.HeaderText = "bit1"; bit1.Name = "bit1"; bit1.ReadOnly = true; bit1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit1.Width = 50; // // bit0 // bit0.HeaderText = "bit0"; bit0.Name = "bit0"; bit0.ReadOnly = true; bit0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; bit0.Width = 50; // // Read // Read.HeaderText = "R"; Read.Name = "Read"; Read.Width = 29; // // Write // Write.HeaderText = "W"; Write.Name = "Write"; Write.Width = 29; // // B1 // B1.HeaderText = "1"; B1.Name = "B1"; B1.Width = 24; // // B2 // B2.HeaderText = "2"; B2.Name = "B2"; B2.Width = 24; // // B3 // B3.HeaderText = "3"; B3.Name = "B3"; B3.Width = 24; // // B4 // B4.HeaderText = "4"; B4.Name = "B4"; B4.Width = 24; // // regListId // regListId.HeaderText = "LId"; regListId.Name = "regListId"; regListId.ReadOnly = true; regListId.Visible = false; // // groupBox1 // groupBox1.Controls.Add(chbMarked); groupBox1.Controls.Add(chbCUAll); groupBox1.Location = new System.Drawing.Point(3, 234); groupBox1.Name = "groupBox1"; groupBox1.Size = new System.Drawing.Size(382, 46); groupBox1.TabIndex = 23; groupBox1.TabStop = false; groupBox1.Text = "Grid View Control"; // // chbMarked // chbMarked.AutoSize = true; chbMarked.Location = new System.Drawing.Point(194, 19); chbMarked.Name = "chbMarked"; chbMarked.Size = new System.Drawing.Size(170, 21); chbMarked.TabIndex = 23; chbMarked.Text = "View Marked / View All"; chbMarked.UseVisualStyleBackColor = true; chbMarked.CheckedChanged += new System.EventHandler(chbMarked_CheckedChanged); // // chbCUAll // chbCUAll.AutoSize = true; chbCUAll.Location = new System.Drawing.Point(29, 19); chbCUAll.Name = "chbCUAll"; chbCUAll.Size = new System.Drawing.Size(141, 21); chbCUAll.TabIndex = 6; chbCUAll.Text = "Mark / Unmark All"; chbCUAll.UseVisualStyleBackColor = true; chbCUAll.CheckedChanged += new System.EventHandler(chbCUAll_CheckedChanged); // // spcMainContainer // spcMainContainer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(38)))), ((int)(((byte)(51))))); spcMainContainer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; spcMainContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; spcMainContainer.Location = new System.Drawing.Point(0, 31); spcMainContainer.Name = "spcMainContainer"; // // spcMainContainer.Panel1 // spcMainContainer.Panel1.BackColor = System.Drawing.SystemColors.Control; spcMainContainer.Panel1.Controls.Add(grbLog); spcMainContainer.Panel1.Controls.Add(dgvRegisterList); spcMainContainer.Panel1.Controls.Add(btnLoadDefaultRegister); spcMainContainer.Panel1.Controls.Add(btnWriteAllRegister); spcMainContainer.Panel1.Controls.Add(grbRegisterFilter); spcMainContainer.Panel1.Controls.Add(groupBox1); spcMainContainer.Panel1.Controls.Add(btnReadAllRegister); spcMainContainer.Panel1.Controls.Add(tbcMain); // // spcMainContainer.Panel2 // spcMainContainer.Panel2.BackColor = System.Drawing.SystemColors.Control; spcMainContainer.Panel2.Controls.Add(chbDisableLogging); spcMainContainer.Panel2.Controls.Add(lblTermWin); spcMainContainer.Panel2.Controls.Add(btnClearLog); spcMainContainer.Panel2.Controls.Add(rtbLogWindow); spcMainContainer.Panel2MinSize = 2; spcMainContainer.Size = new System.Drawing.Size(1000, 628); spcMainContainer.SplitterDistance = 988; spcMainContainer.SplitterWidth = 6; spcMainContainer.TabIndex = 25; spcMainContainer.TabStop = false; // // grbLog // grbLog.Controls.Add(btnClearLog2); grbLog.Controls.Add(chbDisableLogging2); grbLog.Controls.Add(rtbLogWindow2); grbLog.Location = new System.Drawing.Point(638, 312); grbLog.Name = "grbLog"; grbLog.Size = new System.Drawing.Size(333, 288); grbLog.TabIndex = 25; grbLog.TabStop = false; grbLog.Text = "Log window"; // // btnClearLog2 // btnClearLog2.AccessibleRole = System.Windows.Forms.AccessibleRole.None; btnClearLog2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); btnClearLog2.Location = new System.Drawing.Point(227, 250); btnClearLog2.Name = "btnClearLog2"; btnClearLog2.Size = new System.Drawing.Size(90, 25); btnClearLog2.TabIndex = 6; btnClearLog2.Text = "Clear Log"; btnClearLog2.UseVisualStyleBackColor = true; btnClearLog2.Click += new System.EventHandler(btnClearLog2_Click); // // chbDisableLogging2 // chbDisableLogging2.Appearance = System.Windows.Forms.Appearance.Button; chbDisableLogging2.AutoSize = true; chbDisableLogging2.BackColor = System.Drawing.Color.Red; chbDisableLogging2.Checked = true; chbDisableLogging2.CheckState = System.Windows.Forms.CheckState.Checked; chbDisableLogging2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chbDisableLogging2.Location = new System.Drawing.Point(15, 251); chbDisableLogging2.Name = "chbDisableLogging2"; chbDisableLogging2.Size = new System.Drawing.Size(117, 27); chbDisableLogging2.TabIndex = 7; chbDisableLogging2.Text = "Enable Logging"; chbDisableLogging2.UseVisualStyleBackColor = false; chbDisableLogging2.CheckedChanged += new System.EventHandler(chbDisableLogging2_CheckedChanged); // // rtbLogWindow2 // rtbLogWindow2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); rtbLogWindow2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); rtbLogWindow2.Location = new System.Drawing.Point(15, 19); rtbLogWindow2.Name = "rtbLogWindow2"; rtbLogWindow2.ReadOnly = true; rtbLogWindow2.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; rtbLogWindow2.Size = new System.Drawing.Size(302, 225); rtbLogWindow2.TabIndex = 3; rtbLogWindow2.Text = ""; // // btnLoadDefaultRegister // btnLoadDefaultRegister.Image = ((System.Drawing.Image)(resources.GetObject("btnLoadDefaultRegister.Image"))); btnLoadDefaultRegister.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; btnLoadDefaultRegister.Location = new System.Drawing.Point(596, 234); btnLoadDefaultRegister.Name = "btnLoadDefaultRegister"; btnLoadDefaultRegister.Size = new System.Drawing.Size(100, 46); btnLoadDefaultRegister.TabIndex = 24; btnLoadDefaultRegister.Text = "Load Defaults"; btnLoadDefaultRegister.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; btnLoadDefaultRegister.UseVisualStyleBackColor = true; btnLoadDefaultRegister.Click += new System.EventHandler(btnLoadDefaultRegister_Click); // // btnWriteAllRegister // btnWriteAllRegister.Image = ((System.Drawing.Image)(resources.GetObject("btnWriteAllRegister.Image"))); btnWriteAllRegister.ImageAlign = System.Drawing.ContentAlignment.TopCenter; btnWriteAllRegister.Location = new System.Drawing.Point(800, 234); btnWriteAllRegister.Name = "btnWriteAllRegister"; btnWriteAllRegister.Size = new System.Drawing.Size(100, 46); btnWriteAllRegister.TabIndex = 22; btnWriteAllRegister.Text = "Write All Visible"; btnWriteAllRegister.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; btnWriteAllRegister.UseVisualStyleBackColor = true; btnWriteAllRegister.Click += new System.EventHandler(btnWriteAllRegister_Click); // // btnReadAllRegister // btnReadAllRegister.Image = ((System.Drawing.Image)(resources.GetObject("btnReadAllRegister.Image"))); btnReadAllRegister.ImageAlign = System.Drawing.ContentAlignment.TopCenter; btnReadAllRegister.Location = new System.Drawing.Point(698, 234); btnReadAllRegister.Name = "btnReadAllRegister"; btnReadAllRegister.Size = new System.Drawing.Size(100, 46); btnReadAllRegister.TabIndex = 21; btnReadAllRegister.Text = "Read All Visible"; btnReadAllRegister.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; btnReadAllRegister.UseVisualStyleBackColor = true; btnReadAllRegister.Click += new System.EventHandler(btnReadAllRegister_Click); // // tbcMain // tbcMain.Controls.Add(tabPage4); tbcMain.Controls.Add(tbpFIFO); tbcMain.Controls.Add(tbpDescription); tbcMain.Location = new System.Drawing.Point(3, 286); tbcMain.Name = "tbcMain"; tbcMain.SelectedIndex = 0; tbcMain.Size = new System.Drawing.Size(629, 335); tbcMain.TabIndex = 5; // // tabPage4 // tabPage4.Controls.Add(grbBatch); tabPage4.Location = new System.Drawing.Point(4, 26); tabPage4.Name = "tabPage4"; tabPage4.Size = new System.Drawing.Size(621, 305); tabPage4.TabIndex = 3; tabPage4.Text = "Batch Editor"; // // grbBatch // grbBatch.Controls.Add(pnlBatchMain); grbBatch.Controls.Add(vrbViewBatch); grbBatch.Controls.Add(grbSaveLoad); grbBatch.Controls.Add(grbLoopControl); grbBatch.Location = new System.Drawing.Point(3, 8); grbBatch.Name = "grbBatch"; grbBatch.Size = new System.Drawing.Size(612, 298); grbBatch.TabIndex = 2; grbBatch.TabStop = false; grbBatch.Text = "Batch Command Execution"; // // pnlBatchMain // pnlBatchMain.Controls.Add(pnlBatch4); pnlBatchMain.Controls.Add(pnlBatch3); pnlBatchMain.Controls.Add(pnlBatch2); pnlBatchMain.Controls.Add(pnlBatch1); pnlBatchMain.Location = new System.Drawing.Point(6, 19); pnlBatchMain.Name = "pnlBatchMain"; pnlBatchMain.Size = new System.Drawing.Size(492, 265); pnlBatchMain.TabIndex = 31; // // pnlBatch4 // pnlBatch4.Controls.Add(txbBatch4); pnlBatch4.Controls.Add(btnRunB4); pnlBatch4.Controls.Add(chbLoopB4); pnlBatch4.Controls.Add(rtbBatchList4); pnlBatch4.Dock = System.Windows.Forms.DockStyle.Left; pnlBatch4.Location = new System.Drawing.Point(369, 0); pnlBatch4.Name = "pnlBatch4"; pnlBatch4.Size = new System.Drawing.Size(123, 265); pnlBatch4.TabIndex = 33; // // txbBatch4 // txbBatch4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); txbBatch4.BackColor = System.Drawing.SystemColors.Window; txbBatch4.Location = new System.Drawing.Point(3, 3); txbBatch4.Name = "txbBatch4"; txbBatch4.Size = new System.Drawing.Size(116, 23); txbBatch4.TabIndex = 12; txbBatch4.Text = "Batch 4"; txbBatch4.Click += new System.EventHandler(BatchList_Click); txbBatch4.Leave += new System.EventHandler(txbBatch_Leave); txbBatch4.MouseHover += new System.EventHandler(txbBatch_MouseHover); // // btnRunB4 // btnRunB4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); btnRunB4.Location = new System.Drawing.Point(4, 238); btnRunB4.Name = "btnRunB4"; btnRunB4.Size = new System.Drawing.Size(50, 25); btnRunB4.TabIndex = 14; btnRunB4.Text = "Run"; btnRunB4.UseVisualStyleBackColor = true; btnRunB4.Click += new System.EventHandler(RunPauseBatch); // // chbLoopB4 // chbLoopB4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); chbLoopB4.AutoSize = true; chbLoopB4.Location = new System.Drawing.Point(58, 240); chbLoopB4.Name = "chbLoopB4"; chbLoopB4.Size = new System.Drawing.Size(62, 21); chbLoopB4.TabIndex = 15; chbLoopB4.Text = "Loop"; chbLoopB4.UseVisualStyleBackColor = true; chbLoopB4.Visible = false; // // rtbBatchList4 // rtbBatchList4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); rtbBatchList4.Location = new System.Drawing.Point(3, 26); rtbBatchList4.MaxLength = 5000; rtbBatchList4.Multiline = true; rtbBatchList4.Name = "rtbBatchList4"; rtbBatchList4.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; rtbBatchList4.Size = new System.Drawing.Size(116, 207); rtbBatchList4.TabIndex = 29; rtbBatchList4.WordWrap = false; rtbBatchList4.Click += new System.EventHandler(BatchList_Click); // // pnlBatch3 // pnlBatch3.Controls.Add(txbBatch3); pnlBatch3.Controls.Add(chbLoopB3); pnlBatch3.Controls.Add(btnRunB3); pnlBatch3.Controls.Add(rtbBatchList3); pnlBatch3.Dock = System.Windows.Forms.DockStyle.Left; pnlBatch3.Location = new System.Drawing.Point(246, 0); pnlBatch3.Name = "pnlBatch3"; pnlBatch3.Size = new System.Drawing.Size(123, 265); pnlBatch3.TabIndex = 32; // // txbBatch3 // txbBatch3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); txbBatch3.BackColor = System.Drawing.SystemColors.Window; txbBatch3.Location = new System.Drawing.Point(3, 3); txbBatch3.Name = "txbBatch3"; txbBatch3.Size = new System.Drawing.Size(116, 23); txbBatch3.TabIndex = 8; txbBatch3.Text = "Batch 3"; txbBatch3.Click += new System.EventHandler(BatchList_Click); txbBatch3.Leave += new System.EventHandler(txbBatch_Leave); txbBatch3.MouseHover += new System.EventHandler(txbBatch_MouseHover); // // chbLoopB3 // chbLoopB3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); chbLoopB3.AutoSize = true; chbLoopB3.Location = new System.Drawing.Point(58, 240); chbLoopB3.Name = "chbLoopB3"; chbLoopB3.Size = new System.Drawing.Size(62, 21); chbLoopB3.TabIndex = 11; chbLoopB3.Text = "Loop"; chbLoopB3.UseVisualStyleBackColor = true; chbLoopB3.Visible = false; // // btnRunB3 // btnRunB3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); btnRunB3.Location = new System.Drawing.Point(4, 238); btnRunB3.Name = "btnRunB3"; btnRunB3.Size = new System.Drawing.Size(50, 25); btnRunB3.TabIndex = 10; btnRunB3.Text = "Run"; btnRunB3.UseVisualStyleBackColor = true; btnRunB3.Click += new System.EventHandler(RunPauseBatch); // // rtbBatchList3 // rtbBatchList3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); rtbBatchList3.Location = new System.Drawing.Point(3, 26); rtbBatchList3.MaxLength = 5000; rtbBatchList3.Multiline = true; rtbBatchList3.Name = "rtbBatchList3"; rtbBatchList3.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; rtbBatchList3.Size = new System.Drawing.Size(116, 207); rtbBatchList3.TabIndex = 28; rtbBatchList3.WordWrap = false; rtbBatchList3.Click += new System.EventHandler(BatchList_Click); // // pnlBatch2 // pnlBatch2.Controls.Add(txbBatch2); pnlBatch2.Controls.Add(chbLoopB2); pnlBatch2.Controls.Add(btnRunB2); pnlBatch2.Controls.Add(rtbBatchList2); pnlBatch2.Dock = System.Windows.Forms.DockStyle.Left; pnlBatch2.Location = new System.Drawing.Point(123, 0); pnlBatch2.Name = "pnlBatch2"; pnlBatch2.Size = new System.Drawing.Size(123, 265); pnlBatch2.TabIndex = 31; // // txbBatch2 // txbBatch2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); txbBatch2.BackColor = System.Drawing.SystemColors.Window; txbBatch2.Location = new System.Drawing.Point(3, 3); txbBatch2.Name = "txbBatch2"; txbBatch2.Size = new System.Drawing.Size(116, 23); txbBatch2.TabIndex = 4; txbBatch2.Text = "Batch 2"; txbBatch2.Click += new System.EventHandler(BatchList_Click); txbBatch2.Leave += new System.EventHandler(txbBatch_Leave); txbBatch2.MouseHover += new System.EventHandler(txbBatch_MouseHover); // // chbLoopB2 // chbLoopB2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); chbLoopB2.AutoSize = true; chbLoopB2.Location = new System.Drawing.Point(58, 240); chbLoopB2.Name = "chbLoopB2"; chbLoopB2.Size = new System.Drawing.Size(62, 21); chbLoopB2.TabIndex = 7; chbLoopB2.Text = "Loop"; chbLoopB2.UseVisualStyleBackColor = true; chbLoopB2.Visible = false; // // btnRunB2 // btnRunB2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); btnRunB2.Location = new System.Drawing.Point(4, 238); btnRunB2.Name = "btnRunB2"; btnRunB2.Size = new System.Drawing.Size(50, 25); btnRunB2.TabIndex = 6; btnRunB2.Text = "Run"; btnRunB2.UseVisualStyleBackColor = true; btnRunB2.Click += new System.EventHandler(RunPauseBatch); // // rtbBatchList2 // rtbBatchList2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); rtbBatchList2.Location = new System.Drawing.Point(3, 26); rtbBatchList2.MaxLength = 5000; rtbBatchList2.Multiline = true; rtbBatchList2.Name = "rtbBatchList2"; rtbBatchList2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; rtbBatchList2.Size = new System.Drawing.Size(116, 207); rtbBatchList2.TabIndex = 27; rtbBatchList2.WordWrap = false; rtbBatchList2.Click += new System.EventHandler(BatchList_Click); // // pnlBatch1 // pnlBatch1.Controls.Add(txbBatch1); pnlBatch1.Controls.Add(rtbBatchList1); pnlBatch1.Controls.Add(btnRunB1); pnlBatch1.Controls.Add(chbLoopB1); pnlBatch1.Dock = System.Windows.Forms.DockStyle.Left; pnlBatch1.Location = new System.Drawing.Point(0, 0); pnlBatch1.Name = "pnlBatch1"; pnlBatch1.Size = new System.Drawing.Size(123, 265); pnlBatch1.TabIndex = 30; // // txbBatch1 // txbBatch1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); txbBatch1.BackColor = System.Drawing.SystemColors.Window; txbBatch1.Location = new System.Drawing.Point(3, 3); txbBatch1.Name = "txbBatch1"; txbBatch1.Size = new System.Drawing.Size(116, 23); txbBatch1.TabIndex = 0; txbBatch1.Text = "Batch 1"; ttpMainToolTip.SetToolTip(txbBatch1, "r"); txbBatch1.Click += new System.EventHandler(BatchList_Click); txbBatch1.Leave += new System.EventHandler(txbBatch_Leave); txbBatch1.MouseHover += new System.EventHandler(txbBatch_MouseHover); // // rtbBatchList1 // rtbBatchList1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); rtbBatchList1.Location = new System.Drawing.Point(3, 26); rtbBatchList1.MaxLength = 5000; rtbBatchList1.Multiline = true; rtbBatchList1.Name = "rtbBatchList1"; rtbBatchList1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; rtbBatchList1.Size = new System.Drawing.Size(116, 207); rtbBatchList1.TabIndex = 26; rtbBatchList1.WordWrap = false; rtbBatchList1.Click += new System.EventHandler(BatchList_Click); // // btnRunB1 // btnRunB1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); btnRunB1.Location = new System.Drawing.Point(5, 238); btnRunB1.Name = "btnRunB1"; btnRunB1.Size = new System.Drawing.Size(50, 25); btnRunB1.TabIndex = 2; btnRunB1.Text = "Run"; btnRunB1.UseVisualStyleBackColor = true; btnRunB1.Click += new System.EventHandler(RunPauseBatch); // // chbLoopB1 // chbLoopB1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); chbLoopB1.AutoSize = true; chbLoopB1.Location = new System.Drawing.Point(58, 241); chbLoopB1.Name = "chbLoopB1"; chbLoopB1.Size = new System.Drawing.Size(62, 21); chbLoopB1.TabIndex = 3; chbLoopB1.Text = "Loop"; chbLoopB1.UseVisualStyleBackColor = true; chbLoopB1.Visible = false; // // vrbViewBatch // vrbViewBatch.Controls.Add(label5); vrbViewBatch.Controls.Add(label3); vrbViewBatch.Controls.Add(label2); vrbViewBatch.Controls.Add(label1); vrbViewBatch.Controls.Add(chbViewB4); vrbViewBatch.Controls.Add(chbViewB3); vrbViewBatch.Controls.Add(chbViewB2); vrbViewBatch.Controls.Add(chbViewB1); vrbViewBatch.Location = new System.Drawing.Point(506, 12); vrbViewBatch.Name = "vrbViewBatch"; vrbViewBatch.Size = new System.Drawing.Size(102, 59); vrbViewBatch.TabIndex = 30; vrbViewBatch.TabStop = false; vrbViewBatch.Text = "View Batch"; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(73, 36); label5.Name = "label5"; label5.Size = new System.Drawing.Size(16, 17); label5.TabIndex = 7; label5.Text = "4"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(54, 36); label3.Name = "label3"; label3.Size = new System.Drawing.Size(16, 17); label3.TabIndex = 6; label3.Text = "3"; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(32, 36); label2.Name = "label2"; label2.Size = new System.Drawing.Size(16, 17); label2.TabIndex = 5; label2.Text = "2"; // // label1 // label1.AutoSize = true; label1.Location = new System.Drawing.Point(12, 36); label1.Name = "label1"; label1.Size = new System.Drawing.Size(16, 17); label1.TabIndex = 4; label1.Text = "1"; // // chbViewB4 // chbViewB4.AutoSize = true; chbViewB4.Checked = true; chbViewB4.CheckState = System.Windows.Forms.CheckState.Checked; chbViewB4.Location = new System.Drawing.Point(72, 19); chbViewB4.Name = "chbViewB4"; chbViewB4.Size = new System.Drawing.Size(18, 17); chbViewB4.TabIndex = 3; chbViewB4.UseVisualStyleBackColor = true; chbViewB4.CheckedChanged += new System.EventHandler(chbView_CheckedChanged); // // chbViewB3 // chbViewB3.AutoSize = true; chbViewB3.Checked = true; chbViewB3.CheckState = System.Windows.Forms.CheckState.Checked; chbViewB3.Location = new System.Drawing.Point(52, 19); chbViewB3.Name = "chbViewB3"; chbViewB3.Size = new System.Drawing.Size(18, 17); chbViewB3.TabIndex = 2; chbViewB3.UseVisualStyleBackColor = true; chbViewB3.CheckedChanged += new System.EventHandler(chbView_CheckedChanged); // // chbViewB2 // chbViewB2.AutoSize = true; chbViewB2.Checked = true; chbViewB2.CheckState = System.Windows.Forms.CheckState.Checked; chbViewB2.Location = new System.Drawing.Point(32, 19); chbViewB2.Name = "chbViewB2"; chbViewB2.Size = new System.Drawing.Size(18, 17); chbViewB2.TabIndex = 1; chbViewB2.UseVisualStyleBackColor = true; chbViewB2.CheckedChanged += new System.EventHandler(chbView_CheckedChanged); // // chbViewB1 // chbViewB1.AutoSize = true; chbViewB1.Checked = true; chbViewB1.CheckState = System.Windows.Forms.CheckState.Checked; chbViewB1.Location = new System.Drawing.Point(12, 19); chbViewB1.Name = "chbViewB1"; chbViewB1.Size = new System.Drawing.Size(18, 17); chbViewB1.TabIndex = 0; chbViewB1.UseVisualStyleBackColor = true; chbViewB1.CheckedChanged += new System.EventHandler(chbView_CheckedChanged); // // grbSaveLoad // grbSaveLoad.Controls.Add(btnSaveBatch); grbSaveLoad.Controls.Add(rdbSaveOpenB4); grbSaveLoad.Controls.Add(btnOpenBatch); grbSaveLoad.Controls.Add(rdbSaveOpenB3); grbSaveLoad.Controls.Add(rdbSaveOpenB2); grbSaveLoad.Controls.Add(rdbSaveOpenB1); grbSaveLoad.Location = new System.Drawing.Point(506, 75); grbSaveLoad.Name = "grbSaveLoad"; grbSaveLoad.Size = new System.Drawing.Size(102, 78); grbSaveLoad.TabIndex = 17; grbSaveLoad.TabStop = false; grbSaveLoad.Text = "Save/Load Batch"; // // btnSaveBatch // btnSaveBatch.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveBatch.Image"))); btnSaveBatch.Location = new System.Drawing.Point(51, 46); btnSaveBatch.Name = "btnSaveBatch"; btnSaveBatch.Size = new System.Drawing.Size(26, 26); btnSaveBatch.TabIndex = 22; btnSaveBatch.UseVisualStyleBackColor = true; btnSaveBatch.Click += new System.EventHandler(btnSaveBatch_Click); // // rdbSaveOpenB4 // rdbSaveOpenB4.AutoSize = true; rdbSaveOpenB4.Location = new System.Drawing.Point(71, 27); rdbSaveOpenB4.Name = "rdbSaveOpenB4"; rdbSaveOpenB4.Size = new System.Drawing.Size(17, 16); rdbSaveOpenB4.TabIndex = 3; rdbSaveOpenB4.TabStop = true; rdbSaveOpenB4.UseVisualStyleBackColor = true; rdbSaveOpenB4.CheckedChanged += new System.EventHandler(rdbSaveOpen_CheckedChanged); // // btnOpenBatch // btnOpenBatch.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenBatch.Image"))); btnOpenBatch.Location = new System.Drawing.Point(19, 46); btnOpenBatch.Name = "btnOpenBatch"; btnOpenBatch.Size = new System.Drawing.Size(26, 26); btnOpenBatch.TabIndex = 21; btnOpenBatch.UseVisualStyleBackColor = true; btnOpenBatch.Click += new System.EventHandler(btnOpenBatch_Click); // // rdbSaveOpenB3 // rdbSaveOpenB3.AutoSize = true; rdbSaveOpenB3.Location = new System.Drawing.Point(51, 27); rdbSaveOpenB3.Name = "rdbSaveOpenB3"; rdbSaveOpenB3.Size = new System.Drawing.Size(17, 16); rdbSaveOpenB3.TabIndex = 2; rdbSaveOpenB3.TabStop = true; rdbSaveOpenB3.UseVisualStyleBackColor = true; rdbSaveOpenB3.CheckedChanged += new System.EventHandler(rdbSaveOpen_CheckedChanged); // // rdbSaveOpenB2 // rdbSaveOpenB2.AutoSize = true; rdbSaveOpenB2.Location = new System.Drawing.Point(31, 27); rdbSaveOpenB2.Name = "rdbSaveOpenB2"; rdbSaveOpenB2.Size = new System.Drawing.Size(17, 16); rdbSaveOpenB2.TabIndex = 1; rdbSaveOpenB2.TabStop = true; rdbSaveOpenB2.UseVisualStyleBackColor = true; rdbSaveOpenB2.CheckedChanged += new System.EventHandler(rdbSaveOpen_CheckedChanged); // // rdbSaveOpenB1 // rdbSaveOpenB1.AutoSize = true; rdbSaveOpenB1.Checked = true; rdbSaveOpenB1.Location = new System.Drawing.Point(11, 27); rdbSaveOpenB1.Name = "rdbSaveOpenB1"; rdbSaveOpenB1.Size = new System.Drawing.Size(17, 16); rdbSaveOpenB1.TabIndex = 0; rdbSaveOpenB1.TabStop = true; rdbSaveOpenB1.UseVisualStyleBackColor = true; rdbSaveOpenB1.CheckedChanged += new System.EventHandler(rdbSaveOpen_CheckedChanged); // // grbLoopControl // grbLoopControl.Controls.Add(chbLoopLimit); grbLoopControl.Controls.Add(btnResetLoop); grbLoopControl.Controls.Add(txbLoopCount); grbLoopControl.Controls.Add(label4); grbLoopControl.Controls.Add(nudLoopLimit); grbLoopControl.Location = new System.Drawing.Point(506, 154); grbLoopControl.Name = "grbLoopControl"; grbLoopControl.Size = new System.Drawing.Size(102, 130); grbLoopControl.TabIndex = 16; grbLoopControl.TabStop = false; grbLoopControl.Text = "Loop control"; grbLoopControl.Visible = false; // // nudLoopLimit // nudLoopLimit.Location = new System.Drawing.Point(33, 39); nudLoopLimit.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); nudLoopLimit.Minimum = new decimal(new int[] { 1, 0, 0, 0}); nudLoopLimit.Name = "nudLoopLimit"; nudLoopLimit.ReadOnly = true; nudLoopLimit.Size = new System.Drawing.Size(47, 23); nudLoopLimit.TabIndex = 5; nudLoopLimit.Value = new decimal(new int[] { 1, 0, 0, 0}); nudLoopLimit.ValueChanged += new System.EventHandler(nudLoopLimit_ValueChanged); // // btnResetLoop // btnResetLoop.Location = new System.Drawing.Point(12, 103); btnResetLoop.Margin = new System.Windows.Forms.Padding(0); btnResetLoop.Name = "btnResetLoop"; btnResetLoop.Size = new System.Drawing.Size(74, 24); btnResetLoop.TabIndex = 4; btnResetLoop.Text = "Stop/Reset"; btnResetLoop.UseVisualStyleBackColor = true; btnResetLoop.Click += new System.EventHandler(btnResetLoop_Click); // // txbLoopCount // txbLoopCount.Enabled = false; txbLoopCount.Location = new System.Drawing.Point(33, 75); txbLoopCount.Margin = new System.Windows.Forms.Padding(1); txbLoopCount.Name = "txbLoopCount"; txbLoopCount.ReadOnly = true; txbLoopCount.Size = new System.Drawing.Size(47, 23); txbLoopCount.TabIndex = 3; txbLoopCount.Text = "0"; txbLoopCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label4 // label4.AutoSize = true; label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F); label4.Location = new System.Drawing.Point(9, 60); label4.Margin = new System.Windows.Forms.Padding(1, 0, 1, 0); label4.Name = "label4"; label4.Size = new System.Drawing.Size(71, 15); label4.TabIndex = 2; label4.Text = "Loop count:"; // // chbLoopLimit // chbLoopLimit.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chbLoopLimit.Location = new System.Drawing.Point(33, 18); chbLoopLimit.Margin = new System.Windows.Forms.Padding(1); chbLoopLimit.MaximumSize = new System.Drawing.Size(0, 17); chbLoopLimit.Name = "chbLoopLimit"; chbLoopLimit.Size = new System.Drawing.Size(64, 17); chbLoopLimit.TabIndex = 0; chbLoopLimit.Text = "Limit"; chbLoopLimit.UseVisualStyleBackColor = true; chbLoopLimit.CheckedChanged += new System.EventHandler(chbLoopLimit_CheckedChanged); // // tbpFIFO // tbpFIFO.BackColor = System.Drawing.SystemColors.Control; tbpFIFO.Controls.Add(pnlBerPer); tbpFIFO.Controls.Add(pnlRXFIFO); tbpFIFO.Controls.Add(pnlTXFIFO); tbpFIFO.Location = new System.Drawing.Point(4, 25); tbpFIFO.Name = "tbpFIFO"; tbpFIFO.Padding = new System.Windows.Forms.Padding(3); tbpFIFO.Size = new System.Drawing.Size(621, 306); tbpFIFO.TabIndex = 0; tbpFIFO.Text = "FIFO"; // // pnlBerPer // pnlBerPer.Controls.Add(btnResetFifo); pnlBerPer.Controls.Add(lblBER); pnlBerPer.Controls.Add(lblBitError); pnlBerPer.Controls.Add(lblDatabits); pnlBerPer.Controls.Add(txbBitErrors); pnlBerPer.Controls.Add(txbBER); pnlBerPer.Controls.Add(txbDatabits); pnlBerPer.Controls.Add(lblPER); pnlBerPer.Controls.Add(lblLost); pnlBerPer.Controls.Add(lblPackets); pnlBerPer.Controls.Add(txbLost); pnlBerPer.Controls.Add(txbPER); pnlBerPer.Controls.Add(txbPackets); pnlBerPer.Location = new System.Drawing.Point(367, 19); pnlBerPer.Name = "pnlBerPer"; pnlBerPer.Size = new System.Drawing.Size(124, 263); pnlBerPer.TabIndex = 28; // // btnResetFifo // btnResetFifo.Location = new System.Drawing.Point(58, 199); btnResetFifo.Name = "btnResetFifo"; btnResetFifo.Size = new System.Drawing.Size(45, 26); btnResetFifo.TabIndex = 27; btnResetFifo.Text = "Reset"; btnResetFifo.UseVisualStyleBackColor = true; btnResetFifo.Click += new System.EventHandler(btnResetFifo_Click); // // lblBER // lblBER.AutoSize = true; lblBER.Location = new System.Drawing.Point(7, 176); lblBER.Name = "lblBER"; lblBER.Size = new System.Drawing.Size(40, 17); lblBER.TabIndex = 26; lblBER.Text = "BER:"; // // lblBitError // lblBitError.AutoSize = true; lblBitError.Location = new System.Drawing.Point(7, 150); lblBitError.Name = "lblBitError"; lblBitError.Size = new System.Drawing.Size(70, 17); lblBitError.TabIndex = 25; lblBitError.Text = "Bit errors:"; // // lblDatabits // lblDatabits.AutoSize = true; lblDatabits.Location = new System.Drawing.Point(7, 122); lblDatabits.Name = "lblDatabits"; lblDatabits.Size = new System.Drawing.Size(64, 17); lblDatabits.TabIndex = 24; lblDatabits.Text = "Databits:"; // // txbBitErrors // txbBitErrors.BackColor = System.Drawing.SystemColors.Control; txbBitErrors.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txbBitErrors.Location = new System.Drawing.Point(58, 145); txbBitErrors.Name = "txbBitErrors"; txbBitErrors.ReadOnly = true; txbBitErrors.Size = new System.Drawing.Size(60, 23); txbBitErrors.TabIndex = 23; txbBitErrors.Text = "0"; txbBitErrors.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txbBER // txbBER.BackColor = System.Drawing.SystemColors.Control; txbBER.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txbBER.ForeColor = System.Drawing.Color.Red; txbBER.Location = new System.Drawing.Point(58, 173); txbBER.Name = "txbBER"; txbBER.ReadOnly = true; txbBER.Size = new System.Drawing.Size(60, 23); txbBER.TabIndex = 22; txbBER.Text = "0"; txbBER.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txbDatabits // txbDatabits.BackColor = System.Drawing.SystemColors.Control; txbDatabits.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txbDatabits.Location = new System.Drawing.Point(58, 119); txbDatabits.Name = "txbDatabits"; txbDatabits.ReadOnly = true; txbDatabits.Size = new System.Drawing.Size(60, 23); txbDatabits.TabIndex = 21; txbDatabits.Text = "0"; txbDatabits.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // lblPER // lblPER.AutoSize = true; lblPER.Location = new System.Drawing.Point(7, 94); lblPER.Name = "lblPER"; lblPER.Size = new System.Drawing.Size(40, 17); lblPER.TabIndex = 20; lblPER.Text = "PER:"; // // lblLost // lblLost.AutoSize = true; lblLost.Location = new System.Drawing.Point(7, 68); lblLost.Name = "lblLost"; lblLost.Size = new System.Drawing.Size(39, 17); lblLost.TabIndex = 19; lblLost.Text = "Lost:"; // // lblPackets // lblPackets.AutoSize = true; lblPackets.Location = new System.Drawing.Point(7, 40); lblPackets.Name = "lblPackets"; lblPackets.Size = new System.Drawing.Size(62, 17); lblPackets.TabIndex = 18; lblPackets.Text = "Packets:"; // // txbLost // txbLost.BackColor = System.Drawing.SystemColors.Control; txbLost.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txbLost.Location = new System.Drawing.Point(58, 65); txbLost.Name = "txbLost"; txbLost.ReadOnly = true; txbLost.Size = new System.Drawing.Size(60, 23); txbLost.TabIndex = 17; txbLost.Text = "0"; txbLost.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txbPER // txbPER.BackColor = System.Drawing.SystemColors.Control; txbPER.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txbPER.ForeColor = System.Drawing.Color.Red; txbPER.Location = new System.Drawing.Point(58, 91); txbPER.Name = "txbPER"; txbPER.ReadOnly = true; txbPER.Size = new System.Drawing.Size(60, 23); txbPER.TabIndex = 16; txbPER.Text = "0"; txbPER.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // txbPackets // txbPackets.BackColor = System.Drawing.SystemColors.Control; txbPackets.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); txbPackets.Location = new System.Drawing.Point(58, 37); txbPackets.Name = "txbPackets"; txbPackets.ReadOnly = true; txbPackets.Size = new System.Drawing.Size(60, 23); txbPackets.TabIndex = 15; txbPackets.Text = "0"; txbPackets.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // pnlRXFIFO // pnlRXFIFO.Controls.Add(dgvRX); pnlRXFIFO.Controls.Add(btnSaveRead); pnlRXFIFO.Controls.Add(btnOpenRead); pnlRXFIFO.Controls.Add(btnRead); pnlRXFIFO.Location = new System.Drawing.Point(147, 19); pnlRXFIFO.Name = "pnlRXFIFO"; pnlRXFIFO.Size = new System.Drawing.Size(177, 263); pnlRXFIFO.TabIndex = 27; // // dgvRX // dgvRX.AllowUserToAddRows = false; dgvRX.AllowUserToDeleteRows = false; dgvRX.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dgvRX.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { dataGridViewTextBoxColumn1, dataGridViewTextBoxColumn2, xpdC, errC}); dgvRX.Location = new System.Drawing.Point(3, 3); dgvRX.MultiSelect = false; dgvRX.Name = "dgvRX"; dgvRX.RowHeadersWidth = 25; dgvRX.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; dgvRX.Size = new System.Drawing.Size(168, 224); dgvRX.TabIndex = 26; dgvRX.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(dgvRX_CellEndEdit); dgvRX.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(dgvRX_ColumnHeaderMouseClick); // // dataGridViewTextBoxColumn1 // dataGridViewTextBoxColumn1.HeaderText = "#"; dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; dataGridViewTextBoxColumn1.ReadOnly = true; dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; dataGridViewTextBoxColumn1.Width = 32; // // dataGridViewTextBoxColumn2 // dataGridViewTextBoxColumn2.HeaderText = "Hex"; dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; dataGridViewTextBoxColumn2.ReadOnly = true; dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; dataGridViewTextBoxColumn2.Width = 30; // // xpdC // xpdC.HeaderText = "Xpd"; xpdC.Name = "xpdC"; xpdC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; xpdC.Width = 30; // // errC // errC.HeaderText = "Err"; errC.Name = "errC"; errC.ReadOnly = true; errC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; errC.Width = 30; // // btnSaveRead // btnSaveRead.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveRead.Image"))); btnSaveRead.Location = new System.Drawing.Point(103, 234); btnSaveRead.Name = "btnSaveRead"; btnSaveRead.Size = new System.Drawing.Size(26, 26); btnSaveRead.TabIndex = 25; btnSaveRead.UseVisualStyleBackColor = true; btnSaveRead.Click += new System.EventHandler(btnSaveRead_Click); // // btnOpenRead // btnOpenRead.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenRead.Image"))); btnOpenRead.Location = new System.Drawing.Point(78, 234); btnOpenRead.Name = "btnOpenRead"; btnOpenRead.Size = new System.Drawing.Size(26, 26); btnOpenRead.TabIndex = 24; btnOpenRead.UseVisualStyleBackColor = true; btnOpenRead.Click += new System.EventHandler(btnOpenRead_Click); // // btnRead // btnRead.Location = new System.Drawing.Point(32, 234); btnRead.Name = "btnRead"; btnRead.Size = new System.Drawing.Size(45, 26); btnRead.TabIndex = 23; btnRead.Text = "Read"; btnRead.UseVisualStyleBackColor = true; btnRead.Click += new System.EventHandler(btnRead_Click); // // pnlTXFIFO // pnlTXFIFO.Controls.Add(dgvTX); pnlTXFIFO.Controls.Add(btnSaveWrite); pnlTXFIFO.Controls.Add(btnOpenWrite); pnlTXFIFO.Controls.Add(btnWrite); pnlTXFIFO.Location = new System.Drawing.Point(25, 19); pnlTXFIFO.Name = "pnlTXFIFO"; pnlTXFIFO.Size = new System.Drawing.Size(116, 263); pnlTXFIFO.TabIndex = 26; // // dgvTX // dgvTX.AllowUserToAddRows = false; dgvTX.AllowUserToDeleteRows = false; dgvTX.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; dgvTX.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { numC, dataC}); dgvTX.Location = new System.Drawing.Point(5, 3); dgvTX.MultiSelect = false; dgvTX.Name = "dgvTX"; dgvTX.RowHeadersWidth = 25; dgvTX.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; dgvTX.Size = new System.Drawing.Size(106, 224); dgvTX.TabIndex = 25; dgvTX.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(dgvTX_CellEndEdit); dgvTX.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(dgvTX_ColumnHeaderMouseClick); // // numC // numC.HeaderText = "#"; numC.Name = "numC"; numC.ReadOnly = true; numC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; numC.Width = 30; // // dataC // dataC.HeaderText = "Hex"; dataC.Name = "dataC"; dataC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; dataC.Width = 32; // // btnSaveWrite // btnSaveWrite.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveWrite.Image"))); btnSaveWrite.Location = new System.Drawing.Point(79, 234); btnSaveWrite.Name = "btnSaveWrite"; btnSaveWrite.Size = new System.Drawing.Size(26, 26); btnSaveWrite.TabIndex = 24; btnSaveWrite.UseVisualStyleBackColor = true; btnSaveWrite.Click += new System.EventHandler(btnSaveWrite_Click); // // btnOpenWrite // btnOpenWrite.Image = ((System.Drawing.Image)(resources.GetObject("btnOpenWrite.Image"))); btnOpenWrite.Location = new System.Drawing.Point(54, 234); btnOpenWrite.Name = "btnOpenWrite"; btnOpenWrite.Size = new System.Drawing.Size(26, 26); btnOpenWrite.TabIndex = 23; btnOpenWrite.UseVisualStyleBackColor = true; btnOpenWrite.Click += new System.EventHandler(btnOpenWrite_Click); // // btnWrite // btnWrite.Location = new System.Drawing.Point(8, 234); btnWrite.Name = "btnWrite"; btnWrite.Size = new System.Drawing.Size(45, 26); btnWrite.TabIndex = 22; btnWrite.Text = "Write"; btnWrite.UseVisualStyleBackColor = true; btnWrite.Click += new System.EventHandler(btnWrite_Click); // // tbpDescription // tbpDescription.BackColor = System.Drawing.SystemColors.Control; tbpDescription.Controls.Add(txbDescription); tbpDescription.Location = new System.Drawing.Point(4, 25); tbpDescription.Name = "tbpDescription"; tbpDescription.Padding = new System.Windows.Forms.Padding(3); tbpDescription.Size = new System.Drawing.Size(621, 306); tbpDescription.TabIndex = 1; tbpDescription.Text = "Register Description"; // // txbDescription // txbDescription.BackColor = System.Drawing.SystemColors.Window; txbDescription.Location = new System.Drawing.Point(6, 6); txbDescription.Name = "txbDescription"; txbDescription.ReadOnly = true; txbDescription.Size = new System.Drawing.Size(609, 290); txbDescription.TabIndex = 1; txbDescription.Text = "test"; txbDescription.WordWrap = false; // // chbDisableLogging // chbDisableLogging.Appearance = System.Windows.Forms.Appearance.Button; chbDisableLogging.AutoSize = true; chbDisableLogging.BackColor = System.Drawing.Color.Red; chbDisableLogging.Checked = true; chbDisableLogging.CheckState = System.Windows.Forms.CheckState.Checked; chbDisableLogging.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); chbDisableLogging.Location = new System.Drawing.Point(16, 525); chbDisableLogging.Name = "chbDisableLogging"; chbDisableLogging.Size = new System.Drawing.Size(117, 27); chbDisableLogging.TabIndex = 5; chbDisableLogging.Text = "Enable Logging"; chbDisableLogging.UseVisualStyleBackColor = false; chbDisableLogging.CheckedChanged += new System.EventHandler(chbDisableLogging_CheckedChanged); // // lblTermWin // lblTermWin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); lblTermWin.AutoSize = true; lblTermWin.Location = new System.Drawing.Point(38, 7); lblTermWin.Margin = new System.Windows.Forms.Padding(3); lblTermWin.Name = "lblTermWin"; lblTermWin.Size = new System.Drawing.Size(85, 17); lblTermWin.TabIndex = 2; lblTermWin.Text = "Log window:"; lblTermWin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnClearLog // btnClearLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); btnClearLog.Location = new System.Drawing.Point(-315, 525); btnClearLog.Name = "btnClearLog"; btnClearLog.Size = new System.Drawing.Size(75, 23); btnClearLog.TabIndex = 1; btnClearLog.Text = "Clear Log"; btnClearLog.UseVisualStyleBackColor = true; btnClearLog.Click += new System.EventHandler(btnClearLog_Click); // // rtbLogWindow // rtbLogWindow.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); rtbLogWindow.Location = new System.Drawing.Point(16, 25); rtbLogWindow.Name = "rtbLogWindow"; rtbLogWindow.ReadOnly = true; rtbLogWindow.Size = new System.Drawing.Size(0, 494); rtbLogWindow.TabIndex = 0; rtbLogWindow.Text = ""; // // spiStatusBar // spiStatusBar.Location = new System.Drawing.Point(0, 660); spiStatusBar.Name = "spiStatusBar"; spiStatusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { statusBarPanel1, sbChipRevPane, sbDeviceStatePane, statusBarPanel4}); spiStatusBar.ShowPanels = true; spiStatusBar.Size = new System.Drawing.Size(996, 22); spiStatusBar.TabIndex = 28; // // statusBarPanel1 // statusBarPanel1.Name = "statusBarPanel1"; statusBarPanel1.Text = " Device: Type=SIMULATION"; statusBarPanel1.Width = 170; // // sbChipRevPane // sbChipRevPane.Name = "sbChipRevPane"; sbChipRevPane.Text = "Chip Revision: A"; // // sbDeviceStatePane // sbDeviceStatePane.Name = "sbDeviceStatePane"; sbDeviceStatePane.Text = "Status: Ready"; sbDeviceStatePane.Width = 630; // // statusBarPanel4 // statusBarPanel4.Alignment = System.Windows.Forms.HorizontalAlignment.Right; statusBarPanel4.AnimationStyle = StatusBarTest.ProgressDisplayStyle.LeftToRight; statusBarPanel4.AnimationTick = System.TimeSpan.Parse("00:00:00.5000000"); statusBarPanel4.EndPoint = ((long)(100)); statusBarPanel4.Name = "statusBarPanel4"; statusBarPanel4.ProgressPosition = ((long)(0)); statusBarPanel4.ShowText = true; statusBarPanel4.StartPoint = ((long)(0)); statusBarPanel4.StepSize = ((long)(10)); statusBarPanel4.Style = System.Windows.Forms.StatusBarPanelStyle.OwnerDraw; statusBarPanel4.TextFont = new System.Drawing.Font("Arial", 8F); // // tmrCommon // tmrCommon.Interval = 2000; tmrCommon.Tick += new System.EventHandler(tsrMainToolStrip_IdentifyRequested); // // ttpMainToolTip // ttpMainToolTip.AutoPopDelay = 5000; ttpMainToolTip.InitialDelay = 0; ttpMainToolTip.ReshowDelay = 0; // // tsrMainToolStrip // tsrMainToolStrip.AmmeteringEnabled = true; tsrMainToolStrip.AmmeteringVisible = true; tsrMainToolStrip.AutoSize = false; tsrMainToolStrip.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; tsrMainToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; tsrMainToolStrip.IdentifyEnabled = true; tsrMainToolStrip.IdentifyVisible = true; tsrMainToolStrip.Location = new System.Drawing.Point(0, 0); tsrMainToolStrip.Name = "tsrMainToolStrip"; tsrMainToolStrip.Nickname = "Nickname"; tsrMainToolStrip.OpenEnabled = true; tsrMainToolStrip.OpenVisible = true; tsrMainToolStrip.ResetEnabled = true; tsrMainToolStrip.ResetVisible = true; tsrMainToolStrip.SaveEnabled = true; tsrMainToolStrip.SaveVisible = true; tsrMainToolStrip.Size = new System.Drawing.Size(996, 31); tsrMainToolStrip.SwitchEnabled = true; tsrMainToolStrip.SwitchVisible = true; tsrMainToolStrip.TabIndex = 30; tsrMainToolStrip.Text = "applicationToolStrip1"; tsrMainToolStrip.VoltageEnabled = true; tsrMainToolStrip.VoltageVisible = true; tsrMainToolStrip.AmmeteringRequested += new System.EventHandler(tsrMainToolStrip_AmmeteringRequested); tsrMainToolStrip.IdentifyRequested += new System.EventHandler(tsrMainToolStrip_IdentifyRequested); tsrMainToolStrip.OpenRequested += new System.EventHandler(tsrMainToolStrip_OpenRequested); tsrMainToolStrip.ResetRequested += new System.EventHandler(tsrMainToolStrip_ResetRequested); tsrMainToolStrip.SaveRequested += new System.EventHandler(tsrMainToolStrip_SaveRequested); tsrMainToolStrip.SetVoltageRequested += new NewWDS.Applications.App_Common.AppToolStrip.ApplicationToolStrip.SetVoltageEventHandler(tsrMainToolStrip_SetVoltageRequested); tsrMainToolStrip.SwitchMouseEnterRequested += new System.EventHandler(tsrMainToolStrip_SwitchMouseEnterRequested); tsrMainToolStrip.SwitchRequested += new System.EventHandler(tsrMainToolStrip_SwitchRequested); // // AppWin_SPITool_PRO // AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; ClientSize = new System.Drawing.Size(996, 682); Controls.Add(tsrMainToolStrip); Controls.Add(spiStatusBar); Controls.Add(spcMainContainer); Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; MaximizeBox = false; Name = "AppWin_SPITool_PRO"; ShowIcon = false; Text = "Si4XXX Register Setting Panel"; FormClosing += new System.Windows.Forms.FormClosingEventHandler(formClosingEventHandler); Load += new System.EventHandler(SPI_Form_Load); grbRegisterFilter.ResumeLayout(false); grbRegisterFilter.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(dgvRegisterList)).EndInit(); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); spcMainContainer.Panel1.ResumeLayout(false); spcMainContainer.Panel2.ResumeLayout(false); spcMainContainer.Panel2.PerformLayout(); spcMainContainer.ResumeLayout(false); grbLog.ResumeLayout(false); grbLog.PerformLayout(); tbcMain.ResumeLayout(false); tabPage4.ResumeLayout(false); grbBatch.ResumeLayout(false); pnlBatchMain.ResumeLayout(false); pnlBatch4.ResumeLayout(false); pnlBatch4.PerformLayout(); pnlBatch3.ResumeLayout(false); pnlBatch3.PerformLayout(); pnlBatch2.ResumeLayout(false); pnlBatch2.PerformLayout(); pnlBatch1.ResumeLayout(false); pnlBatch1.PerformLayout(); vrbViewBatch.ResumeLayout(false); vrbViewBatch.PerformLayout(); grbSaveLoad.ResumeLayout(false); grbSaveLoad.PerformLayout(); grbLoopControl.ResumeLayout(false); grbLoopControl.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(nudLoopLimit)).EndInit(); tbpFIFO.ResumeLayout(false); pnlBerPer.ResumeLayout(false); pnlBerPer.PerformLayout(); pnlRXFIFO.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(dgvRX)).EndInit(); pnlTXFIFO.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(dgvTX)).EndInit(); tbpDescription.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(statusBarPanel1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sbChipRevPane)).EndInit(); ((System.ComponentModel.ISupportInitialize)(sbDeviceStatePane)).EndInit(); ((System.ComponentModel.ISupportInitialize)(statusBarPanel4)).EndInit(); ResumeLayout(false); }
private void MakeTabControlAndPages() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InterlinMaster)); // // create the TabControl and TabPages // m_tabCtrl = new InterlinMaster.ITextTabControl(); m_tabCtrl.SuspendLayout(); m_tpInfo = new System.Windows.Forms.TabPage(); m_tpInfo.SuspendLayout(); m_tpRawText = new System.Windows.Forms.TabPage(); m_tpRawText.SuspendLayout(); m_tpGloss = new System.Windows.Forms.TabPage(); m_tpGloss.SuspendLayout(); m_tpInterlinear = new System.Windows.Forms.TabPage(); m_tpInterlinear.SuspendLayout(); m_tpTagging = new System.Windows.Forms.TabPage(); m_tpTagging.SuspendLayout(); m_tpPrintView = new System.Windows.Forms.TabPage(); m_tpPrintView.SuspendLayout(); m_tpCChart = new System.Windows.Forms.TabPage(); m_tpCChart.SuspendLayout(); // // Finish defining the TabControl. // resources.ApplyResources(this.m_tabCtrl, "m_tabCtrl"); m_tabCtrl.AccessibleDescription = "tab control for Text/Interlinear Text"; m_tabCtrl.AccessibleName = "m_tabCtrl.AccessibleName"; m_tabCtrl.Appearance = System.Windows.Forms.TabAppearance.Normal; //The order of these must match TabPageSelection order m_tabCtrl.Controls.Add(m_tpInfo); m_tabCtrl.Controls.Add(m_tpRawText); m_tabCtrl.Controls.Add(m_tpGloss); m_tabCtrl.Controls.Add(m_tpInterlinear); m_tabCtrl.Controls.Add(m_tpTagging); m_tabCtrl.Controls.Add(m_tpPrintView); m_tabCtrl.Controls.Add(m_tpCChart); m_tabCtrl.Dock = System.Windows.Forms.DockStyle.Fill; //m_tabCtrl.Location = new System.Drawing.Point(8, m_tcPane.Height + 8); m_tabCtrl.Name = "m_tabCtrl"; m_tabCtrl.Padding = new System.Drawing.Point(6,3); m_tabCtrl.RightToLeft = System.Windows.Forms.RightToLeft.Inherit; m_tabCtrl.SelectedIndex = ktpsRawText; m_tabCtrl.SelectedIndexChanged += new System.EventHandler(m_tabCtrl_SelectedIndexChanged); // // Finish defining m_tpInfo. // resources.ApplyResources(this.m_tpInfo, "m_tpInfo"); m_tpInfo.AccessibleDescription = "tab page for Comments"; m_tpInfo.AccessibleName = "m_tpInfo.AccessibleName"; m_tpInfo.Name = "m_tpInfo"; m_tpInfo.RightToLeft = System.Windows.Forms.RightToLeft.Inherit; // // m_tpRawText // resources.ApplyResources(this.m_tpRawText, "m_tpRawText"); m_tpRawText.AccessibleDescription = "tab page for Text"; m_tpRawText.AccessibleName = "m_tpRawText.AccessibleName"; m_tpRawText.Name = "m_tpRawText"; m_tpRawText.RightToLeft = System.Windows.Forms.RightToLeft.Inherit; // // m_tpInterlinear & m_tpGloss // m_panelInterlin = new Panel(); m_panelInterlin.Dock = DockStyle.Fill; InitializeInterlinearTabPage(m_tpGloss, "m_tpGloss"); InitializeInterlinearTabPage(m_tpInterlinear,"m_tpInterlinear"); // First add the interlin panel to the gloss tab. m_tpGloss.Controls.Add(m_panelInterlin); // // m_tpTaggingView // m_panelTagging = new Panel(); m_panelTagging.Dock = DockStyle.Fill; resources.ApplyResources(this.m_tpTagging, "m_tpTagging"); m_tpTagging.AccessibleDescription = "tab page for Tagging View"; m_tpTagging.AccessibleName = "m_tpTagging.AccessibleName"; m_tpTagging.Name = "m_tpTagging"; m_tpTagging.RightToLeft = System.Windows.Forms.RightToLeft.Inherit; m_tpTagging.Controls.Add(m_panelTagging); // // m_tpPrintView // m_panelPrintView = new Panel(); m_panelPrintView.Dock = DockStyle.Fill; resources.ApplyResources(this.m_tpPrintView, "m_tpPrintView"); m_tpPrintView.AccessibleDescription = "tab page for Print View"; m_tpPrintView.AccessibleName = "m_tpPrintView.AccessibleName"; m_tpPrintView.Name = "m_tpPrintView"; m_tpPrintView.RightToLeft = System.Windows.Forms.RightToLeft.Inherit; m_tpPrintView.Controls.Add(m_panelPrintView); // // Finish defining m_tpCChart. // resources.ApplyResources(this.m_tpCChart, "m_tpCChart"); m_tpCChart.AccessibleDescription = "tab page for Constituent Charts"; m_tpCChart.AccessibleName = "m_tpCChart.AccessibleName"; m_tpCChart.Name = "m_tpCChart"; m_tpCChart.RightToLeft = System.Windows.Forms.RightToLeft.Inherit; }