00001 namespace Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.QueueManagerPlugin.Forms
00002 {
00003 partial class QueueManagerForm
00004 {
00005
00006
00007
00008 private System.ComponentModel.IContainer components = null;
00009
00010
00011
00012
00013
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Windows Form Designer generated code
00024
00025
00026
00027
00028
00029 private void InitializeComponent()
00030 {
00031 this.components = new System.ComponentModel.Container();
00032 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QueueManagerForm));
00033 this.toolStrip = new System.Windows.Forms.ToolStrip();
00034 this.optionsToolStripButton = new System.Windows.Forms.ToolStripButton();
00035 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
00036 this.startDateoolStripLabel = new System.Windows.Forms.ToolStripLabel();
00037 this.endDateToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00038 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
00039 this.startToolStripButton = new System.Windows.Forms.ToolStripButton();
00040 this.stopToolStripButton = new System.Windows.Forms.ToolStripButton();
00041 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
00042 this.intervalToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00043 this.intervalToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
00044 this.sortColumnToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00045 this.sortColumnToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
00046 this.sortOrderToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00047 this.sortOrderToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
00048 this.rowsToolStripLabel = new System.Windows.Forms.ToolStripLabel();
00049 this.itemsToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
00050 this.optionsPanel = new System.Windows.Forms.Panel();
00051 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
00052 this.columnsPanel = new System.Windows.Forms.Panel();
00053 this.columnsLabel = new System.Windows.Forms.Label();
00054 this.jobTypesPanel = new System.Windows.Forms.Panel();
00055 this.jobTypesLabel = new System.Windows.Forms.Label();
00056 this.completionStatusesPanel = new System.Windows.Forms.Panel();
00057 this.startTimeDateTimePicker = new System.Windows.Forms.DateTimePicker();
00058 this.endTimeDateTimePicker = new System.Windows.Forms.DateTimePicker();
00059 this.endDateTimePicker = new System.Windows.Forms.DateTimePicker();
00060 this.startDateTimePicker = new System.Windows.Forms.DateTimePicker();
00061 this.completionStatusesLabel = new System.Windows.Forms.Label();
00062 this.hideButton = new System.Windows.Forms.Button();
00063 this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
00064 this.queueDataGridView = new System.Windows.Forms.DataGridView();
00065 this.toolStrip.SuspendLayout();
00066 this.optionsPanel.SuspendLayout();
00067 this.tableLayoutPanel.SuspendLayout();
00068 this.columnsPanel.SuspendLayout();
00069 this.jobTypesPanel.SuspendLayout();
00070 this.completionStatusesPanel.SuspendLayout();
00071 ((System.ComponentModel.ISupportInitialize)(this.queueDataGridView)).BeginInit();
00072 this.SuspendLayout();
00073
00074
00075
00076 this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00077 this.optionsToolStripButton,
00078 this.toolStripSeparator1,
00079 this.startDateoolStripLabel,
00080 this.endDateToolStripLabel,
00081 this.toolStripSeparator2,
00082 this.startToolStripButton,
00083 this.stopToolStripButton,
00084 this.toolStripSeparator3,
00085 this.intervalToolStripLabel,
00086 this.intervalToolStripTextBox,
00087 this.sortColumnToolStripLabel,
00088 this.sortColumnToolStripComboBox,
00089 this.sortOrderToolStripLabel,
00090 this.sortOrderToolStripComboBox,
00091 this.rowsToolStripLabel,
00092 this.itemsToolStripTextBox});
00093 this.toolStrip.Location = new System.Drawing.Point(0, 0);
00094 this.toolStrip.Name = "toolStrip";
00095 this.toolStrip.Size = new System.Drawing.Size(1362, 25);
00096 this.toolStrip.TabIndex = 0;
00097 this.toolStrip.Text = "toolStrip1";
00098
00099
00100
00101 this.optionsToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00102 this.optionsToolStripButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.QueueManagerPlugin.Properties.Resources.database_edit;
00103 this.optionsToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00104 this.optionsToolStripButton.Name = "optionsToolStripButton";
00105 this.optionsToolStripButton.Size = new System.Drawing.Size(23, 22);
00106 this.optionsToolStripButton.Text = "&Options";
00107 this.optionsToolStripButton.Click += new System.EventHandler(this.optionsToolStripButton_Click);
00108
00109
00110
00111 this.toolStripSeparator1.Name = "toolStripSeparator1";
00112 this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
00113
00114
00115
00116 this.startDateoolStripLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
00117 this.startDateoolStripLabel.Name = "startDateoolStripLabel";
00118 this.startDateoolStripLabel.Size = new System.Drawing.Size(65, 22);
00119 this.startDateoolStripLabel.Text = "&Start Date";
00120
00121
00122
00123 this.endDateToolStripLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
00124 this.endDateToolStripLabel.Name = "endDateToolStripLabel";
00125 this.endDateToolStripLabel.Size = new System.Drawing.Size(57, 22);
00126 this.endDateToolStripLabel.Text = "End Date";
00127
00128
00129
00130 this.toolStripSeparator2.Name = "toolStripSeparator2";
00131 this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
00132
00133
00134
00135 this.startToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00136 this.startToolStripButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.QueueManagerPlugin.Properties.Resources.bullet_go;
00137 this.startToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00138 this.startToolStripButton.Name = "startToolStripButton";
00139 this.startToolStripButton.Size = new System.Drawing.Size(23, 22);
00140 this.startToolStripButton.Text = "toolStripButton1";
00141 this.startToolStripButton.Click += new System.EventHandler(this.startToolStripButton_Click);
00142
00143
00144
00145 this.stopToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00146 this.stopToolStripButton.Enabled = false;
00147 this.stopToolStripButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.QueueManagerPlugin.Properties.Resources.stop;
00148 this.stopToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
00149 this.stopToolStripButton.Name = "stopToolStripButton";
00150 this.stopToolStripButton.Size = new System.Drawing.Size(23, 22);
00151 this.stopToolStripButton.Text = "toolStripButton1";
00152 this.stopToolStripButton.Click += new System.EventHandler(this.stopToolStripButton_Click);
00153
00154
00155
00156 this.toolStripSeparator3.Name = "toolStripSeparator3";
00157 this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
00158
00159
00160
00161 this.intervalToolStripLabel.Name = "intervalToolStripLabel";
00162 this.intervalToolStripLabel.Size = new System.Drawing.Size(86, 22);
00163 this.intervalToolStripLabel.Text = "Polling Interval";
00164
00165
00166
00167 this.intervalToolStripTextBox.Name = "intervalToolStripTextBox";
00168 this.intervalToolStripTextBox.Size = new System.Drawing.Size(25, 25);
00169 this.intervalToolStripTextBox.Text = "0";
00170 this.intervalToolStripTextBox.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
00171 this.intervalToolStripTextBox.Click += new System.EventHandler(this.intervalToolStripTextBox_Click);
00172
00173
00174
00175 this.sortColumnToolStripLabel.Name = "sortColumnToolStripLabel";
00176 this.sortColumnToolStripLabel.Size = new System.Drawing.Size(90, 22);
00177 this.sortColumnToolStripLabel.Text = "Sort By Column";
00178
00179
00180
00181 this.sortColumnToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
00182 this.sortColumnToolStripComboBox.Name = "sortColumnToolStripComboBox";
00183 this.sortColumnToolStripComboBox.Size = new System.Drawing.Size(121, 25);
00184 this.sortColumnToolStripComboBox.SelectedIndexChanged += new System.EventHandler(this.sortColumnToolStripComboBox_SelectedIndexChanged);
00185
00186
00187
00188 this.sortOrderToolStripLabel.Name = "sortOrderToolStripLabel";
00189 this.sortOrderToolStripLabel.Size = new System.Drawing.Size(61, 22);
00190 this.sortOrderToolStripLabel.Text = "Sort Order";
00191
00192
00193
00194 this.sortOrderToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
00195 this.sortOrderToolStripComboBox.Name = "sortOrderToolStripComboBox";
00196 this.sortOrderToolStripComboBox.Size = new System.Drawing.Size(121, 25);
00197 this.sortOrderToolStripComboBox.SelectedIndexChanged += new System.EventHandler(this.sortOrderToolStripComboBox_SelectedIndexChanged);
00198
00199
00200
00201 this.rowsToolStripLabel.Name = "rowsToolStripLabel";
00202 this.rowsToolStripLabel.Size = new System.Drawing.Size(97, 22);
00203 this.rowsToolStripLabel.Text = "Number of Items";
00204
00205
00206
00207 this.itemsToolStripTextBox.Name = "itemsToolStripTextBox";
00208 this.itemsToolStripTextBox.Size = new System.Drawing.Size(50, 25);
00209 this.itemsToolStripTextBox.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
00210 this.itemsToolStripTextBox.TextChanged += new System.EventHandler(this.itemsToolStripTextBox_TextChanged);
00211 this.itemsToolStripTextBox.Click += new System.EventHandler(this.itemsToolStripTextBox_Click);
00212
00213
00214
00215 this.optionsPanel.BackColor = System.Drawing.Color.White;
00216 this.optionsPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00217 this.optionsPanel.Controls.Add(this.tableLayoutPanel);
00218 this.optionsPanel.Controls.Add(this.hideButton);
00219 this.optionsPanel.Dock = System.Windows.Forms.DockStyle.Top;
00220 this.optionsPanel.Location = new System.Drawing.Point(0, 25);
00221 this.optionsPanel.Name = "optionsPanel";
00222 this.optionsPanel.Size = new System.Drawing.Size(1362, 353);
00223 this.optionsPanel.TabIndex = 1;
00224
00225
00226
00227 this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetPartial;
00228 this.tableLayoutPanel.ColumnCount = 4;
00229 this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 431F));
00230 this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 431F));
00231 this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 431F));
00232 this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
00233 this.tableLayoutPanel.Controls.Add(this.columnsPanel, 2, 0);
00234 this.tableLayoutPanel.Controls.Add(this.jobTypesPanel, 0, 0);
00235 this.tableLayoutPanel.Controls.Add(this.completionStatusesPanel, 1, 0);
00236 this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
00237 this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
00238 this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);
00239 this.tableLayoutPanel.Name = "tableLayoutPanel";
00240 this.tableLayoutPanel.RowCount = 1;
00241 this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
00242 this.tableLayoutPanel.Size = new System.Drawing.Size(1360, 328);
00243 this.tableLayoutPanel.TabIndex = 1;
00244
00245
00246
00247 this.columnsPanel.Controls.Add(this.columnsLabel);
00248 this.columnsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
00249 this.columnsPanel.Location = new System.Drawing.Point(874, 6);
00250 this.columnsPanel.Name = "columnsPanel";
00251 this.columnsPanel.Size = new System.Drawing.Size(425, 316);
00252 this.columnsPanel.TabIndex = 2;
00253
00254
00255
00256 this.columnsLabel.BackColor = System.Drawing.Color.LightGray;
00257 this.columnsLabel.Dock = System.Windows.Forms.DockStyle.Top;
00258 this.columnsLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00259 this.columnsLabel.Location = new System.Drawing.Point(0, 0);
00260 this.columnsLabel.Name = "columnsLabel";
00261 this.columnsLabel.Size = new System.Drawing.Size(425, 23);
00262 this.columnsLabel.TabIndex = 1;
00263 this.columnsLabel.Text = "Columns";
00264 this.columnsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
00265
00266
00267
00268 this.jobTypesPanel.Controls.Add(this.jobTypesLabel);
00269 this.jobTypesPanel.Dock = System.Windows.Forms.DockStyle.Fill;
00270 this.jobTypesPanel.Location = new System.Drawing.Point(6, 6);
00271 this.jobTypesPanel.Name = "jobTypesPanel";
00272 this.jobTypesPanel.Size = new System.Drawing.Size(425, 316);
00273 this.jobTypesPanel.TabIndex = 0;
00274
00275
00276
00277 this.jobTypesLabel.BackColor = System.Drawing.Color.LightGray;
00278 this.jobTypesLabel.Dock = System.Windows.Forms.DockStyle.Top;
00279 this.jobTypesLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00280 this.jobTypesLabel.Location = new System.Drawing.Point(0, 0);
00281 this.jobTypesLabel.Name = "jobTypesLabel";
00282 this.jobTypesLabel.Size = new System.Drawing.Size(425, 23);
00283 this.jobTypesLabel.TabIndex = 2;
00284 this.jobTypesLabel.Text = "Job Types";
00285 this.jobTypesLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
00286
00287
00288
00289 this.completionStatusesPanel.BackColor = System.Drawing.Color.LightGray;
00290 this.completionStatusesPanel.Controls.Add(this.startTimeDateTimePicker);
00291 this.completionStatusesPanel.Controls.Add(this.endTimeDateTimePicker);
00292 this.completionStatusesPanel.Controls.Add(this.endDateTimePicker);
00293 this.completionStatusesPanel.Controls.Add(this.startDateTimePicker);
00294 this.completionStatusesPanel.Controls.Add(this.completionStatusesLabel);
00295 this.completionStatusesPanel.Dock = System.Windows.Forms.DockStyle.Fill;
00296 this.completionStatusesPanel.Location = new System.Drawing.Point(440, 6);
00297 this.completionStatusesPanel.Name = "completionStatusesPanel";
00298 this.completionStatusesPanel.Size = new System.Drawing.Size(425, 316);
00299 this.completionStatusesPanel.TabIndex = 1;
00300
00301
00302
00303 this.startTimeDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Time;
00304 this.startTimeDateTimePicker.Location = new System.Drawing.Point(229, 43);
00305 this.startTimeDateTimePicker.Name = "startTimeDateTimePicker";
00306 this.startTimeDateTimePicker.Size = new System.Drawing.Size(136, 20);
00307 this.startTimeDateTimePicker.TabIndex = 6;
00308 this.startTimeDateTimePicker.Visible = false;
00309
00310
00311
00312 this.endTimeDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Time;
00313 this.endTimeDateTimePicker.Location = new System.Drawing.Point(229, 69);
00314 this.endTimeDateTimePicker.Name = "endTimeDateTimePicker";
00315 this.endTimeDateTimePicker.Size = new System.Drawing.Size(136, 20);
00316 this.endTimeDateTimePicker.TabIndex = 5;
00317 this.endTimeDateTimePicker.Visible = false;
00318
00319
00320
00321 this.endDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
00322 this.endDateTimePicker.Location = new System.Drawing.Point(23, 69);
00323 this.endDateTimePicker.Name = "endDateTimePicker";
00324 this.endDateTimePicker.Size = new System.Drawing.Size(126, 20);
00325 this.endDateTimePicker.TabIndex = 4;
00326 this.endDateTimePicker.Visible = false;
00327
00328
00329
00330 this.startDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
00331 this.startDateTimePicker.Location = new System.Drawing.Point(23, 43);
00332 this.startDateTimePicker.Name = "startDateTimePicker";
00333 this.startDateTimePicker.Size = new System.Drawing.Size(126, 20);
00334 this.startDateTimePicker.TabIndex = 3;
00335 this.startDateTimePicker.Visible = false;
00336
00337
00338
00339 this.completionStatusesLabel.BackColor = System.Drawing.Color.LightGray;
00340 this.completionStatusesLabel.Dock = System.Windows.Forms.DockStyle.Top;
00341 this.completionStatusesLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00342 this.completionStatusesLabel.Location = new System.Drawing.Point(0, 0);
00343 this.completionStatusesLabel.Name = "completionStatusesLabel";
00344 this.completionStatusesLabel.Size = new System.Drawing.Size(425, 23);
00345 this.completionStatusesLabel.TabIndex = 1;
00346 this.completionStatusesLabel.Text = "Job Completion Statuses";
00347 this.completionStatusesLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
00348
00349
00350
00351 this.hideButton.Dock = System.Windows.Forms.DockStyle.Bottom;
00352 this.hideButton.FlatAppearance.BorderSize = 0;
00353 this.hideButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
00354 this.hideButton.Image = global::Mcs.Epm.MicrosoftProject.mpFx.Client.Plugins.QueueManagerPlugin.Properties.Resources.application_get;
00355 this.hideButton.Location = new System.Drawing.Point(0, 328);
00356 this.hideButton.Name = "hideButton";
00357 this.hideButton.Size = new System.Drawing.Size(1360, 23);
00358 this.hideButton.TabIndex = 0;
00359 this.hideButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
00360 this.hideButton.UseVisualStyleBackColor = true;
00361 this.hideButton.Click += new System.EventHandler(this.hideButton_Click);
00362
00363
00364
00365 this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
00366 this.notifyIcon.Text = "Queue Manager Notifications";
00367
00368
00369
00370 this.queueDataGridView.AllowUserToAddRows = false;
00371 this.queueDataGridView.AllowUserToDeleteRows = false;
00372 this.queueDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
00373 this.queueDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
00374 this.queueDataGridView.Location = new System.Drawing.Point(0, 378);
00375 this.queueDataGridView.Name = "queueDataGridView";
00376 this.queueDataGridView.RowHeadersVisible = false;
00377 this.queueDataGridView.ShowRowErrors = false;
00378 this.queueDataGridView.Size = new System.Drawing.Size(1362, 91);
00379 this.queueDataGridView.TabIndex = 2;
00380
00381
00382
00383 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00384 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00385 this.ClientSize = new System.Drawing.Size(1362, 469);
00386 this.Controls.Add(this.queueDataGridView);
00387 this.Controls.Add(this.optionsPanel);
00388 this.Controls.Add(this.toolStrip);
00389 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00390 this.Name = "QueueManagerForm";
00391 this.Text = "Queue Manager";
00392 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.QueueManagerForm_FormClosed);
00393 this.toolStrip.ResumeLayout(false);
00394 this.toolStrip.PerformLayout();
00395 this.optionsPanel.ResumeLayout(false);
00396 this.tableLayoutPanel.ResumeLayout(false);
00397 this.columnsPanel.ResumeLayout(false);
00398 this.jobTypesPanel.ResumeLayout(false);
00399 this.completionStatusesPanel.ResumeLayout(false);
00400 ((System.ComponentModel.ISupportInitialize)(this.queueDataGridView)).EndInit();
00401 this.ResumeLayout(false);
00402 this.PerformLayout();
00403
00404 }
00405
00406 #endregion
00407
00408 private System.Windows.Forms.ToolStrip toolStrip;
00409 private System.Windows.Forms.ToolStripButton optionsToolStripButton;
00410 private System.Windows.Forms.Panel optionsPanel;
00411 private System.Windows.Forms.Button hideButton;
00412 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
00413 private System.Windows.Forms.ToolStripButton startToolStripButton;
00414 private System.Windows.Forms.ToolStripButton stopToolStripButton;
00415 private System.Windows.Forms.NotifyIcon notifyIcon;
00416 private System.Windows.Forms.DataGridView queueDataGridView;
00417 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
00418 private System.Windows.Forms.Panel jobTypesPanel;
00419 private System.Windows.Forms.Panel completionStatusesPanel;
00420 private System.Windows.Forms.Label completionStatusesLabel;
00421 private System.Windows.Forms.Label jobTypesLabel;
00422 private System.Windows.Forms.Panel columnsPanel;
00423 private System.Windows.Forms.Label columnsLabel;
00424 private System.Windows.Forms.DateTimePicker startDateTimePicker;
00425 private System.Windows.Forms.ToolStripLabel startDateoolStripLabel;
00426 private System.Windows.Forms.ToolStripLabel endDateToolStripLabel;
00427 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
00428 private System.Windows.Forms.DateTimePicker endDateTimePicker;
00429 private System.Windows.Forms.DateTimePicker startTimeDateTimePicker;
00430 private System.Windows.Forms.DateTimePicker endTimeDateTimePicker;
00431 private System.Windows.Forms.ToolStripLabel intervalToolStripLabel;
00432 private System.Windows.Forms.ToolStripTextBox intervalToolStripTextBox;
00433 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
00434 private System.Windows.Forms.ToolStripLabel sortColumnToolStripLabel;
00435 private System.Windows.Forms.ToolStripComboBox sortColumnToolStripComboBox;
00436 private System.Windows.Forms.ToolStripLabel sortOrderToolStripLabel;
00437 private System.Windows.Forms.ToolStripComboBox sortOrderToolStripComboBox;
00438 private System.Windows.Forms.ToolStripLabel rowsToolStripLabel;
00439 private System.Windows.Forms.ToolStripTextBox itemsToolStripTextBox;
00440 }
00441 }