SafeDispatch/Safedispatch_4_0/AddPredefineJobTicket.Designer.cs
2024-02-22 18:43:59 +02:00

329 lines
18 KiB
C#

namespace Safedispatch_4_0
{
partial class AddPredefineJobTicket
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <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();
Telerik.WinControls.UI.RadListDataItem radListDataItem1 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem2 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.RadListDataItem radListDataItem3 = new Telerik.WinControls.UI.RadListDataItem();
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AddPredefineJobTicket));
this.tbNewPredefine = new Telerik.WinControls.UI.RadTextBox();
this.lbAddNewPredefine = new Telerik.WinControls.UI.RadLabel();
this.btnAddPredefineJobTicket = new Telerik.WinControls.UI.RadButton();
this.btnDeletePredefine = new Telerik.WinControls.UI.RadButton();
this.lbListPredefine = new Telerik.WinControls.UI.RadLabel();
this.btnCancel = new Telerik.WinControls.UI.RadButton();
this.lbText = new Telerik.WinControls.UI.RadLabel();
this.txtText = new Telerik.WinControls.UI.RadTextBox();
this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
this.txComment = new Telerik.WinControls.UI.RadTextBox();
this.radDateTimePicker2 = new Telerik.WinControls.UI.RadDateTimePicker();
this.ckSpecEndDate = new Telerik.WinControls.UI.RadCheckBox();
this.radDropDownList1 = new Telerik.WinControls.UI.RadDropDownList();
this.lbPriority = new Telerik.WinControls.UI.RadLabel();
this.PredefineGridView = new Telerik.WinControls.UI.RadGridView();
this.contextMenu = new Telerik.WinControls.UI.RadContextMenu(this.components);
this.btnNew = new Telerik.WinControls.UI.RadButton();
((System.ComponentModel.ISupportInitialize)(this.tbNewPredefine)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbAddNewPredefine)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnAddPredefineJobTicket)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnDeletePredefine)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbListPredefine)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnCancel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbText)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtText)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txComment)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radDateTimePicker2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ckSpecEndDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radDropDownList1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lbPriority)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PredefineGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PredefineGridView.MasterTemplate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.btnNew)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
this.SuspendLayout();
//
// tbNewPredefine
//
this.tbNewPredefine.Location = new System.Drawing.Point(150, 13);
this.tbNewPredefine.MaxLength = 140;
this.tbNewPredefine.Name = "tbNewPredefine";
this.tbNewPredefine.Size = new System.Drawing.Size(135, 20);
this.tbNewPredefine.TabIndex = 0;
//
// lbAddNewPredefine
//
this.lbAddNewPredefine.Location = new System.Drawing.Point(12, 14);
this.lbAddNewPredefine.Name = "lbAddNewPredefine";
this.lbAddNewPredefine.Size = new System.Drawing.Size(39, 18);
this.lbAddNewPredefine.TabIndex = 7;
this.lbAddNewPredefine.Text = "Name:";
//
// btnAddPredefineJobTicket
//
this.btnAddPredefineJobTicket.Location = new System.Drawing.Point(76, 380);
this.btnAddPredefineJobTicket.Name = "btnAddPredefineJobTicket";
this.btnAddPredefineJobTicket.Size = new System.Drawing.Size(57, 25);
this.btnAddPredefineJobTicket.TabIndex = 6;
this.btnAddPredefineJobTicket.Text = "Save";
this.btnAddPredefineJobTicket.Click += new System.EventHandler(this.btnAddPredefineJobTicket_Click);
//
// btnDeletePredefine
//
this.btnDeletePredefine.Location = new System.Drawing.Point(135, 380);
this.btnDeletePredefine.Name = "btnDeletePredefine";
this.btnDeletePredefine.Size = new System.Drawing.Size(94, 25);
this.btnDeletePredefine.TabIndex = 7;
this.btnDeletePredefine.Text = "Delete selected";
this.btnDeletePredefine.Click += new System.EventHandler(this.btnDeletePredefine_Click);
//
// lbListPredefine
//
this.lbListPredefine.Location = new System.Drawing.Point(12, 179);
this.lbListPredefine.Name = "lbListPredefine";
this.lbListPredefine.Size = new System.Drawing.Size(150, 18);
this.lbListPredefine.TabIndex = 6;
this.lbListPredefine.Text = "List of predefined job tickets:";
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(232, 380);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(54, 25);
this.btnCancel.TabIndex = 8;
this.btnCancel.Text = "Cancel";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// lbText
//
this.lbText.Location = new System.Drawing.Point(12, 47);
this.lbText.Name = "lbText";
this.lbText.Size = new System.Drawing.Size(30, 18);
this.lbText.TabIndex = 9;
this.lbText.Text = "Text:";
//
// txtText
//
this.txtText.Location = new System.Drawing.Point(150, 46);
this.txtText.MaxLength = 140;
this.txtText.Name = "txtText";
this.txtText.Size = new System.Drawing.Size(135, 20);
this.txtText.TabIndex = 1;
//
// radLabel2
//
this.radLabel2.Location = new System.Drawing.Point(13, 81);
this.radLabel2.Name = "radLabel2";
this.radLabel2.Size = new System.Drawing.Size(58, 18);
this.radLabel2.TabIndex = 11;
this.radLabel2.Text = "Comment:";
//
// txComment
//
this.txComment.Location = new System.Drawing.Point(151, 80);
this.txComment.MaxLength = 140;
this.txComment.Name = "txComment";
this.txComment.Size = new System.Drawing.Size(134, 20);
this.txComment.TabIndex = 2;
//
// radDateTimePicker2
//
this.radDateTimePicker2.CustomFormat = "MM/dd/yyyy, HH:mm";
this.radDateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.radDateTimePicker2.Location = new System.Drawing.Point(150, 146);
this.radDateTimePicker2.MinDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
this.radDateTimePicker2.Name = "radDateTimePicker2";
this.radDateTimePicker2.NullDate = new System.DateTime(1753, 1, 1, 0, 0, 0, 0);
this.radDateTimePicker2.Size = new System.Drawing.Size(135, 20);
this.radDateTimePicker2.TabIndex = 5;
this.radDateTimePicker2.TabStop = false;
this.radDateTimePicker2.Text = "11/29/2010, 15:17";
this.radDateTimePicker2.Value = new System.DateTime(2010, 11, 29, 15, 17, 13, 76);
//
// ckSpecEndDate
//
this.ckSpecEndDate.Location = new System.Drawing.Point(15, 148);
this.ckSpecEndDate.Name = "ckSpecEndDate";
this.ckSpecEndDate.Size = new System.Drawing.Size(114, 18);
this.ckSpecEndDate.TabIndex = 4;
this.ckSpecEndDate.Text = "Specified End Date";
//
// radDropDownList1
//
this.radDropDownList1.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList;
radListDataItem1.Text = "Low";
radListDataItem2.Text = "Medium";
radListDataItem3.Text = "High";
this.radDropDownList1.Items.Add(radListDataItem1);
this.radDropDownList1.Items.Add(radListDataItem2);
this.radDropDownList1.Items.Add(radListDataItem3);
this.radDropDownList1.Location = new System.Drawing.Point(150, 106);
this.radDropDownList1.Name = "radDropDownList1";
this.radDropDownList1.Size = new System.Drawing.Size(135, 20);
this.radDropDownList1.TabIndex = 3;
//
// lbPriority
//
this.lbPriority.Location = new System.Drawing.Point(14, 109);
this.lbPriority.Name = "lbPriority";
this.lbPriority.Size = new System.Drawing.Size(44, 18);
this.lbPriority.TabIndex = 27;
this.lbPriority.Text = "Priority:";
//
// PredefineGridView
//
this.PredefineGridView.Location = new System.Drawing.Point(15, 203);
//
//
//
this.PredefineGridView.MasterTemplate.AllowAddNewRow = false;
this.PredefineGridView.MasterTemplate.AllowColumnChooser = false;
this.PredefineGridView.MasterTemplate.AllowColumnHeaderContextMenu = false;
this.PredefineGridView.MasterTemplate.AllowDeleteRow = false;
this.PredefineGridView.MasterTemplate.AllowDragToGroup = false;
this.PredefineGridView.MasterTemplate.AllowEditRow = false;
gridViewTextBoxColumn1.FieldName = "Name";
gridViewTextBoxColumn1.HeaderText = "Name";
gridViewTextBoxColumn1.Name = "Name";
gridViewTextBoxColumn2.FieldName = "Text";
gridViewTextBoxColumn2.HeaderText = "Text";
gridViewTextBoxColumn2.Name = "Text";
gridViewTextBoxColumn3.FieldName = "Comment";
gridViewTextBoxColumn3.HeaderText = "Comment";
gridViewTextBoxColumn3.Name = "Comment";
gridViewTextBoxColumn4.FieldName = "Priority";
gridViewTextBoxColumn4.HeaderText = "Priority";
gridViewTextBoxColumn4.Name = "Priority";
gridViewTextBoxColumn5.Expression = "";
gridViewTextBoxColumn5.HeaderText = "Specified End Date";
gridViewTextBoxColumn5.Name = "end_date";
this.PredefineGridView.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
gridViewTextBoxColumn1,
gridViewTextBoxColumn2,
gridViewTextBoxColumn3,
gridViewTextBoxColumn4,
gridViewTextBoxColumn5});
this.PredefineGridView.MasterTemplate.EnableGrouping = false;
this.PredefineGridView.Name = "PredefineGridView";
this.PredefineGridView.Size = new System.Drawing.Size(270, 150);
this.PredefineGridView.TabIndex = 31;
this.PredefineGridView.Text = "radGridView1";
this.PredefineGridView.ContextMenuOpening += new Telerik.WinControls.UI.ContextMenuOpeningEventHandler(this.PredefineGridView_ContextMenuOpening);
//
// btnNew
//
this.btnNew.Location = new System.Drawing.Point(15, 380);
this.btnNew.Name = "btnNew";
this.btnNew.Size = new System.Drawing.Size(57, 25);
this.btnNew.TabIndex = 32;
this.btnNew.Text = "New";
this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
//
// AddPredefineJobTicket
//
this.ClientSize = new System.Drawing.Size(298, 413);
this.Controls.Add(this.btnNew);
this.Controls.Add(this.btnAddPredefineJobTicket);
this.Controls.Add(this.PredefineGridView);
this.Controls.Add(this.radDateTimePicker2);
this.Controls.Add(this.ckSpecEndDate);
this.Controls.Add(this.radDropDownList1);
this.Controls.Add(this.lbPriority);
this.Controls.Add(this.radLabel2);
this.Controls.Add(this.txComment);
this.Controls.Add(this.lbText);
this.Controls.Add(this.txtText);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.lbListPredefine);
this.Controls.Add(this.btnDeletePredefine);
this.Controls.Add(this.lbAddNewPredefine);
this.Controls.Add(this.tbNewPredefine);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "AddPredefineJobTicket";
//
//
//
this.RootElement.ApplyShapeToControl = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Predefined job ticket";
this.ThemeName = "ControlDefault";
((System.ComponentModel.ISupportInitialize)(this.tbNewPredefine)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbAddNewPredefine)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnAddPredefineJobTicket)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnDeletePredefine)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbListPredefine)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnCancel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbText)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtText)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txComment)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radDateTimePicker2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ckSpecEndDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radDropDownList1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lbPriority)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PredefineGridView.MasterTemplate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PredefineGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.btnNew)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Telerik.WinControls.UI.RadTextBox tbNewPredefine;
private Telerik.WinControls.UI.RadLabel lbAddNewPredefine;
private Telerik.WinControls.UI.RadButton btnAddPredefineJobTicket;
private Telerik.WinControls.UI.RadButton btnDeletePredefine;
private Telerik.WinControls.UI.RadLabel lbListPredefine;
private Telerik.WinControls.UI.RadButton btnCancel;
private Telerik.WinControls.UI.RadLabel lbText;
private Telerik.WinControls.UI.RadTextBox txtText;
private Telerik.WinControls.UI.RadLabel radLabel2;
private Telerik.WinControls.UI.RadTextBox txComment;
private Telerik.WinControls.UI.RadDateTimePicker radDateTimePicker2;
private Telerik.WinControls.UI.RadCheckBox ckSpecEndDate;
private Telerik.WinControls.UI.RadDropDownList radDropDownList1;
private Telerik.WinControls.UI.RadLabel lbPriority;
private Telerik.WinControls.UI.RadGridView PredefineGridView;
private Telerik.WinControls.UI.RadContextMenu contextMenu;
private Telerik.WinControls.UI.RadButton btnNew;
}
}