Changeset 16141 for branches/2817-BinPackingSpeedup/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelectorDialog.Designer.cs
- Timestamp:
- 09/14/18 11:47:37 (6 years ago)
- Location:
- branches/2817-BinPackingSpeedup
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2817-BinPackingSpeedup
- Property svn:mergeinfo changed
-
branches/2817-BinPackingSpeedup/HeuristicLab.Clients.Hive.JobManager
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager merged eligible /stable/HeuristicLab.Clients.Hive.JobManager merged eligible /trunk/HeuristicLab.Clients.Hive.JobManager merged eligible /branches/1721-RandomForestPersistence/HeuristicLab.Clients.Hive.JobManager 10321-10322 /branches/Algorithms.GradientDescent/HeuristicLab.Clients.Hive.JobManager 5516-5520 /branches/Async/HeuristicLab.Clients.Hive.JobManager 13329-15286 /branches/Benchmarking/sources/HeuristicLab.Clients.Hive.JobManager 6917-7005 /branches/CloningRefactoring/HeuristicLab.Clients.Hive.JobManager 4656-4721 /branches/CodeEditor/HeuristicLab.Clients.Hive.JobManager 11700-11806 /branches/DataAnalysis Refactoring/HeuristicLab.Clients.Hive.JobManager 5471-5808 /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Clients.Hive.JobManager 5815-6180 /branches/DataAnalysis/HeuristicLab.Clients.Hive.JobManager 4458-4459,4462,4464 /branches/DataPreprocessing/HeuristicLab.Clients.Hive.JobManager 10085-11101 /branches/GP.Grammar.Editor/HeuristicLab.Clients.Hive.JobManager 6284-6795 /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Clients.Hive.JobManager 5060 /branches/HLScript/HeuristicLab.Clients.Hive.JobManager 10331-10358 /branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Clients.Hive.JobManager 11570-12508 /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Clients.Hive.JobManager 6123-9799 /branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Clients.Hive.JobManager 11130-12721 /branches/HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager 15377-15760 /branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.JobManager 12440-12877 /branches/LogResidualEvaluator/HeuristicLab.Clients.Hive.JobManager 10202-10483 /branches/NET40/sources/HeuristicLab.Clients.Hive.JobManager 5138-5162 /branches/NSGA-II Changes/HeuristicLab.Clients.Hive.JobManager 12033-12122 /branches/ParallelEngine/HeuristicLab.Clients.Hive.JobManager 5175-5192 /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Clients.Hive.JobManager 7568-7810 /branches/QAPAlgorithms/HeuristicLab.Clients.Hive.JobManager 6350-6627 /branches/Restructure trunk solution/HeuristicLab.Clients.Hive.JobManager 6828 /branches/RuntimeOptimizer/HeuristicLab.Clients.Hive.JobManager 8943-9078 /branches/ScatterSearch (trunk integration)/HeuristicLab.Clients.Hive.JobManager 7787-8333 /branches/SlaveShutdown/HeuristicLab.Clients.Hive.JobManager 8944-8956 /branches/SpectralKernelForGaussianProcesses/HeuristicLab.Clients.Hive.JobManager 10204-10479 /branches/SuccessProgressAnalysis/HeuristicLab.Clients.Hive.JobManager 5370-5682 /branches/Trunk/HeuristicLab.Clients.Hive.JobManager 6829-6865 /branches/UnloadJobs/HeuristicLab.Clients.Hive.JobManager 9168-9215 /branches/VNS/HeuristicLab.Clients.Hive.JobManager 5594-5752 /branches/crossvalidation-2434/HeuristicLab.Clients.Hive.JobManager 12948-12950 /branches/histogram/HeuristicLab.Clients.Hive.JobManager 5959-6341 /branches/symbreg-factors-2650/HeuristicLab.Clients.Hive.JobManager 14232-14825
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
branches/2817-BinPackingSpeedup/HeuristicLab.Clients.Hive.JobManager/3.3/Views/HiveResourceSelectorDialog.Designer.cs
r16140 r16141 45 45 /// </summary> 46 46 private void InitializeComponent() { 47 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveResourceSelectorDialog));47 this.components = new System.ComponentModel.Container(); 48 48 this.okButton = new System.Windows.Forms.Button(); 49 49 this.cancelButton = new System.Windows.Forms.Button(); 50 50 this.refreshButton = new System.Windows.Forms.Button(); 51 this.hiveResourceSelector = new HeuristicLab.Clients.Hive.JobManager.Views.HiveResourceSelector(); 51 this.toolTip = new System.Windows.Forms.ToolTip(this.components); 52 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 53 this.hiveResourceSelector = new HeuristicLab.Clients.Hive.JobManager.Views.HiveProjectSelector(); 54 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 52 55 this.SuspendLayout(); 53 56 // … … 56 59 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 57 60 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; 61 this.okButton.Enabled = false; 58 62 this.okButton.Location = new System.Drawing.Point(405, 609); 59 63 this.okButton.Name = "okButton"; … … 62 66 this.okButton.Text = "&OK"; 63 67 this.okButton.UseVisualStyleBackColor = true; 68 this.errorProvider.SetIconAlignment(this.okButton, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); 69 this.errorProvider.SetIconPadding(this.okButton, 2); 64 70 // 65 71 // cancelButton … … 82 88 this.refreshButton.Size = new System.Drawing.Size(24, 24); 83 89 this.refreshButton.TabIndex = 3; 90 this.toolTip.SetToolTip(this.refreshButton, "Refresh data"); 84 91 this.refreshButton.UseVisualStyleBackColor = true; 85 92 this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); 86 93 // 94 // errorProvider 95 // 96 this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; 97 this.errorProvider.ContainerControl = this; 98 // 87 99 // hiveResourceSelector 88 100 // 89 this.hiveResourceSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 90 | System.Windows.Forms.AnchorStyles.Left) 101 this.hiveResourceSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 102 | System.Windows.Forms.AnchorStyles.Left) 91 103 | System.Windows.Forms.AnchorStyles.Right))); 92 104 this.hiveResourceSelector.Caption = "View"; 93 105 this.hiveResourceSelector.Content = null; 106 this.hiveResourceSelector.JobId = new System.Guid("00000000-0000-0000-0000-000000000000"); 94 107 this.hiveResourceSelector.Location = new System.Drawing.Point(12, 12); 95 108 this.hiveResourceSelector.Name = "hiveResourceSelector"; 109 this.hiveResourceSelector.ProjectId = null; 96 110 this.hiveResourceSelector.ReadOnly = false; 111 this.hiveResourceSelector.SelectedProject = null; 112 this.hiveResourceSelector.SelectedProjectId = null; 113 this.hiveResourceSelector.SelectedResourceIds = null; 97 114 this.hiveResourceSelector.Size = new System.Drawing.Size(549, 591); 98 115 this.hiveResourceSelector.TabIndex = 0; 116 this.hiveResourceSelector.SelectedProjectChanged += new System.EventHandler(this.hiveResourceSelector_SelectedProjectChanged); 117 this.hiveResourceSelector.AssignedResourcesChanged += new System.EventHandler(this.hiveResourceSelector_SelectedResourcesChanged); 118 this.hiveResourceSelector.ProjectsTreeViewDoubleClicked += new System.EventHandler(this.hiveResourceSelector_ProjectsTreeViewDoubleClicked); 99 119 // 100 120 // HiveResourceSelectorDialog 101 121 // 102 122 this.AcceptButton = this.okButton; 103 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);104 123 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 105 124 this.CancelButton = this.cancelButton; … … 115 134 this.ShowInTaskbar = false; 116 135 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; 117 this.Text = "Select Resources"; 118 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HiveResourceSelectorDialog_FormClosing); 136 this.Text = "Select Project"; 119 137 this.Load += new System.EventHandler(this.HiveResourceSelectorDialog_Load); 138 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 120 139 this.ResumeLayout(false); 121 140 … … 126 145 protected System.Windows.Forms.Button okButton; 127 146 protected System.Windows.Forms.Button cancelButton; 128 protected HiveResourceSelector hiveResourceSelector;129 147 protected System.Windows.Forms.Button refreshButton; 148 protected System.Windows.Forms.ToolTip toolTip; 149 protected System.Windows.Forms.ErrorProvider errorProvider; 150 protected HiveProjectSelector hiveResourceSelector; 130 151 } 131 152 }
Note: See TracChangeset
for help on using the changeset viewer.