- Timestamp:
- 12/18/08 17:18:26 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Console/AddJobForm.Designer.cs
r1030 r1037 69 69 this.cbParJob.Name = "cbParJob"; 70 70 this.cbParJob.Size = new System.Drawing.Size(212, 21); 71 this.cbParJob.TabIndex = 3;71 this.cbParJob.TabIndex = 2; 72 72 // 73 73 // btnAdd … … 76 76 this.btnAdd.Name = "btnAdd"; 77 77 this.btnAdd.Size = new System.Drawing.Size(75, 23); 78 this.btnAdd.TabIndex = 4;78 this.btnAdd.TabIndex = 3; 79 79 this.btnAdd.Text = "Add"; 80 80 this.btnAdd.UseVisualStyleBackColor = true; 81 this.btnAdd.Click += new System.EventHandler(this. btnAdd_Click);81 this.btnAdd.Click += new System.EventHandler(this.BtnAdd_Click); 82 82 // 83 83 // btnClose … … 86 86 this.btnClose.Name = "btnClose"; 87 87 this.btnClose.Size = new System.Drawing.Size(75, 23); 88 this.btnClose.TabIndex = 5;88 this.btnClose.TabIndex = 4; 89 89 this.btnClose.Text = "Close"; 90 90 this.btnClose.UseVisualStyleBackColor = true; 91 this.btnClose.Click += new System.EventHandler(this. btnClose_Click);91 this.btnClose.Click += new System.EventHandler(this.BtnClose_Click); 92 92 // 93 93 // lblNumJobs … … 105 105 this.tbNumJobs.Name = "tbNumJobs"; 106 106 this.tbNumJobs.Size = new System.Drawing.Size(212, 20); 107 this.tbNumJobs.TabIndex = 7;107 this.tbNumJobs.TabIndex = 1; 108 108 this.tbNumJobs.Text = "1"; 109 109 //
Note: See TracChangeset
for help on using the changeset viewer.