namespace HeuristicLab.Hive.Server.ServerConsole { partial class JobListViewControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.btn_finishedJob_next = new System.Windows.Forms.Button(); this.btn_finishedJob_prev = new System.Windows.Forms.Button(); this.listView1 = new JobListView(null, 5); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.comboBox1); this.splitContainer1.Panel1.Controls.Add(this.btn_finishedJob_next); this.splitContainer1.Panel1.Controls.Add(this.btn_finishedJob_prev); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.listView1); this.splitContainer1.Size = new System.Drawing.Size(586, 479); this.splitContainer1.SplitterDistance = 31; this.splitContainer1.TabIndex = 0; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "25", "50", "75", "100"}); this.comboBox1.Location = new System.Drawing.Point(165, 3); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(48, 21); this.comboBox1.TabIndex = 5; // // btn_finishedJob_next // this.btn_finishedJob_next.Location = new System.Drawing.Point(84, 3); this.btn_finishedJob_next.Name = "btn_finishedJob_next"; this.btn_finishedJob_next.Size = new System.Drawing.Size(75, 23); this.btn_finishedJob_next.TabIndex = 4; this.btn_finishedJob_next.Text = "-->"; this.btn_finishedJob_next.UseVisualStyleBackColor = true; // // btn_finishedJob_prev // this.btn_finishedJob_prev.Location = new System.Drawing.Point(3, 3); this.btn_finishedJob_prev.Name = "btn_finishedJob_prev"; this.btn_finishedJob_prev.Size = new System.Drawing.Size(75, 23); this.btn_finishedJob_prev.TabIndex = 3; this.btn_finishedJob_prev.Text = "<--"; this.btn_finishedJob_prev.UseVisualStyleBackColor = true; // // listView1 // this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.Location = new System.Drawing.Point(0, 0); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(586, 444); this.listView1.TabIndex = 0; this.listView1.UseCompatibleStateImageBehavior = false; // // JobListViewControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.splitContainer1); this.Name = "JobListViewControl"; this.Size = new System.Drawing.Size(586, 479); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button btn_finishedJob_next; private System.Windows.Forms.Button btn_finishedJob_prev; private System.Windows.Forms.ListView listView1; } }