patbef-ServiceInside/Support/Controls/Devices.Designer.cs

512 lines
29 KiB
C#
Raw Permalink Normal View History

2024-01-29 16:26:54 +01:00
namespace Support.Controls
{
partial class Devices
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
this.panel1 = new System.Windows.Forms.Panel();
this.btnSearch = new System.Windows.Forms.Button();
this.txtUDID = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txtBirthday = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtZIP = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtOrderId = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.dtDevice = new System.Windows.Forms.DataGridView();
this.clmUDID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.clmPIN = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.clmDeviceType = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.clmCreated = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label6 = new System.Windows.Forms.Label();
this.dgResults = new System.Windows.Forms.DataGridView();
this.clmCreate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.clmOrderId = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.clmZIP = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.clmBirthday = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.clmAvailable = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.clmNotified = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.clmPickedUp = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.clmStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
this.clmLogs = new System.Windows.Forms.DataGridViewImageColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dtDevice)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgResults)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.panel1.Controls.Add(this.btnSearch);
this.panel1.Controls.Add(this.txtUDID);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.txtBirthday);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.txtZIP);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.txtOrderId);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(22, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1008, 121);
this.panel1.TabIndex = 0;
//
// btnSearch
//
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(0)))), ((int)(((byte)(122)))));
this.btnSearch.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSearch.FlatAppearance.BorderSize = 0;
this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(885, 70);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(109, 29);
this.btnSearch.TabIndex = 9;
this.btnSearch.Text = "Suche";
this.btnSearch.UseVisualStyleBackColor = false;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// txtUDID
//
this.txtUDID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtUDID.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtUDID.Location = new System.Drawing.Point(545, 70);
this.txtUDID.Name = "txtUDID";
this.txtUDID.Size = new System.Drawing.Size(334, 29);
this.txtUDID.TabIndex = 8;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(542, 50);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(45, 17);
this.label5.TabIndex = 7;
this.label5.Text = "UDID";
//
// txtBirthday
//
this.txtBirthday.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtBirthday.Location = new System.Drawing.Point(373, 70);
this.txtBirthday.Name = "txtBirthday";
this.txtBirthday.Size = new System.Drawing.Size(166, 29);
this.txtBirthday.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(370, 50);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(94, 17);
this.label4.TabIndex = 5;
this.label4.Text = "Geb. Datum";
//
// txtZIP
//
this.txtZIP.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtZIP.Location = new System.Drawing.Point(201, 70);
this.txtZIP.Name = "txtZIP";
this.txtZIP.Size = new System.Drawing.Size(166, 29);
this.txtZIP.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(198, 50);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(37, 17);
this.label3.TabIndex = 3;
this.label3.Text = "PLZ";
//
// txtOrderId
//
this.txtOrderId.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtOrderId.Location = new System.Drawing.Point(29, 70);
this.txtOrderId.Name = "txtOrderId";
this.txtOrderId.Size = new System.Drawing.Size(166, 29);
this.txtOrderId.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(26, 50);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(126, 17);
this.label2.TabIndex = 1;
this.label2.Text = "Auftragsnummer";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(20, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(210, 25);
this.label1.TabIndex = 0;
this.label1.Text = "Suche nach Geräten";
//
// contextMenuStrip1
//
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
//
// dtDevice
//
this.dtDevice.AllowUserToAddRows = false;
this.dtDevice.AllowUserToDeleteRows = false;
this.dtDevice.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Gray;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Gray;
this.dtDevice.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dtDevice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dtDevice.BackgroundColor = System.Drawing.Color.White;
this.dtDevice.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.Gray;
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Gray;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dtDevice.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dtDevice.ColumnHeadersHeight = 50;
this.dtDevice.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dtDevice.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.clmUDID,
this.clmPIN,
this.clmDeviceType,
this.clmCreated});
this.dtDevice.EnableHeadersVisualStyles = false;
this.dtDevice.GridColor = System.Drawing.Color.White;
this.dtDevice.Location = new System.Drawing.Point(22, 139);
this.dtDevice.MultiSelect = false;
this.dtDevice.Name = "dtDevice";
this.dtDevice.ReadOnly = true;
this.dtDevice.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
this.dtDevice.RowHeadersVisible = false;
this.dtDevice.RowHeadersWidth = 45;
this.dtDevice.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dtDevice.RowsDefaultCellStyle = dataGridViewCellStyle3;
this.dtDevice.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dtDevice.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.White;
this.dtDevice.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dtDevice.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Black;
this.dtDevice.RowTemplate.Height = 35;
this.dtDevice.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dtDevice.ShowCellErrors = false;
this.dtDevice.ShowCellToolTips = false;
this.dtDevice.ShowEditingIcon = false;
this.dtDevice.ShowRowErrors = false;
this.dtDevice.Size = new System.Drawing.Size(1008, 104);
this.dtDevice.TabIndex = 2;
//
// clmUDID
//
this.clmUDID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.clmUDID.DataPropertyName = "UDID";
this.clmUDID.HeaderText = "UDID";
this.clmUDID.Name = "clmUDID";
this.clmUDID.ReadOnly = true;
this.clmUDID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
//
// clmPIN
//
this.clmPIN.DataPropertyName = "PIN";
this.clmPIN.HeaderText = "PIN";
this.clmPIN.Name = "clmPIN";
this.clmPIN.ReadOnly = true;
this.clmPIN.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.clmPIN.Width = 200;
//
// clmDeviceType
//
this.clmDeviceType.DataPropertyName = "Type";
this.clmDeviceType.HeaderText = "Gerätetyp";
this.clmDeviceType.Name = "clmDeviceType";
this.clmDeviceType.ReadOnly = true;
this.clmDeviceType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.clmDeviceType.Width = 200;
//
// clmCreated
//
this.clmCreated.DataPropertyName = "Created";
this.clmCreated.HeaderText = "Erstellt am";
this.clmCreated.Name = "clmCreated";
this.clmCreated.ReadOnly = true;
this.clmCreated.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
this.clmCreated.Width = 200;
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(22, 246);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(998, 64);
this.label6.TabIndex = 3;
this.label6.Text = "Befunde";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// dgResults
//
this.dgResults.AllowUserToAddRows = false;
this.dgResults.AllowUserToDeleteRows = false;
this.dgResults.AllowUserToResizeRows = false;
this.dgResults.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgResults.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgResults.BackgroundColor = System.Drawing.Color.White;
this.dgResults.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
this.dgResults.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
this.dgResults.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.Gray;
dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.Gray;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgResults.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
this.dgResults.ColumnHeadersHeight = 45;
this.dgResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgResults.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.clmCreate,
this.clmOrderId,
this.clmZIP,
this.clmBirthday,
this.dataGridViewTextBoxColumn1,
this.clmAvailable,
this.clmNotified,
this.clmPickedUp,
this.clmStatus,
this.clmLogs});
this.dgResults.EnableHeadersVisualStyles = false;
this.dgResults.GridColor = System.Drawing.Color.White;
this.dgResults.Location = new System.Drawing.Point(22, 313);
this.dgResults.MultiSelect = false;
this.dgResults.Name = "dgResults";
this.dgResults.ReadOnly = true;
this.dgResults.RowHeadersVisible = false;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.DimGray;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.White;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black;
this.dgResults.RowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgResults.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.dgResults.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.White;
this.dgResults.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.dgResults.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.Black;
this.dgResults.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.SystemColors.Highlight;
this.dgResults.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.White;
this.dgResults.RowTemplate.Height = 32;
this.dgResults.RowTemplate.ReadOnly = true;
this.dgResults.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dgResults.ShowCellErrors = false;
this.dgResults.ShowCellToolTips = false;
this.dgResults.ShowEditingIcon = false;
this.dgResults.ShowRowErrors = false;
this.dgResults.Size = new System.Drawing.Size(1008, 287);
this.dgResults.TabIndex = 4;
this.dgResults.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgResults_CellContentClick);
this.dgResults.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgResults_CellMouseEnter);
//
// clmCreate
//
this.clmCreate.DataPropertyName = "Created";
this.clmCreate.FillWeight = 122.2039F;
this.clmCreate.HeaderText = "Erstellt am";
this.clmCreate.Name = "clmCreate";
this.clmCreate.ReadOnly = true;
//
// clmOrderId
//
this.clmOrderId.DataPropertyName = "OrderId";
this.clmOrderId.FillWeight = 56.87561F;
this.clmOrderId.HeaderText = "Auftragsnummer";
this.clmOrderId.Name = "clmOrderId";
this.clmOrderId.ReadOnly = true;
//
// clmZIP
//
this.clmZIP.DataPropertyName = "ZIP";
this.clmZIP.FillWeight = 56.87561F;
this.clmZIP.HeaderText = "PLZ";
this.clmZIP.Name = "clmZIP";
this.clmZIP.ReadOnly = true;
//
// clmBirthday
//
this.clmBirthday.DataPropertyName = "Birthday";
this.clmBirthday.FillWeight = 56.87561F;
this.clmBirthday.HeaderText = "Geb. Datum";
this.clmBirthday.Name = "clmBirthday";
this.clmBirthday.ReadOnly = true;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "UDID";
this.dataGridViewTextBoxColumn1.FillWeight = 227.8832F;
this.dataGridViewTextBoxColumn1.HeaderText = "UDID";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// clmAvailable
//
this.clmAvailable.DataPropertyName = "AvailableFormated";
this.clmAvailable.FillWeight = 56.87561F;
this.clmAvailable.HeaderText = "Bereit zum Download";
this.clmAvailable.Name = "clmAvailable";
this.clmAvailable.ReadOnly = true;
//
// clmNotified
//
this.clmNotified.DataPropertyName = "NotifiedFormated";
this.clmNotified.FillWeight = 56.87561F;
this.clmNotified.HeaderText = "Benachrichtig";
this.clmNotified.Name = "clmNotified";
this.clmNotified.ReadOnly = true;
//
// clmPickedUp
//
this.clmPickedUp.DataPropertyName = "PickedUpFormated";
this.clmPickedUp.FillWeight = 56.87561F;
this.clmPickedUp.HeaderText = "Heruntergeladen";
this.clmPickedUp.Name = "clmPickedUp";
this.clmPickedUp.ReadOnly = true;
//
// clmStatus
//
this.clmStatus.DataPropertyName = "Status";
this.clmStatus.FillWeight = 56.87561F;
this.clmStatus.HeaderText = "Status";
this.clmStatus.Name = "clmStatus";
this.clmStatus.ReadOnly = true;
//
// dataGridViewImageColumn1
//
this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.dataGridViewImageColumn1.FillWeight = 10F;
this.dataGridViewImageColumn1.HeaderText = "";
this.dataGridViewImageColumn1.Image = global::Support.Properties.Resources.logs;
this.dataGridViewImageColumn1.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
this.dataGridViewImageColumn1.MinimumWidth = 10;
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
this.dataGridViewImageColumn1.ReadOnly = true;
this.dataGridViewImageColumn1.Width = 32;
//
// clmLogs
//
this.clmLogs.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.clmLogs.FillWeight = 10F;
this.clmLogs.HeaderText = "";
this.clmLogs.Image = global::Support.Properties.Resources.logs;
this.clmLogs.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
this.clmLogs.MinimumWidth = 10;
this.clmLogs.Name = "clmLogs";
this.clmLogs.ReadOnly = true;
this.clmLogs.Width = 32;
//
// Devices
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.dgResults);
this.Controls.Add(this.label6);
this.Controls.Add(this.dtDevice);
this.Controls.Add(this.panel1);
this.Name = "Devices";
this.Size = new System.Drawing.Size(1060, 615);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dtDevice)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgResults)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnSearch;
private System.Windows.Forms.TextBox txtUDID;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtBirthday;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtZIP;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtOrderId;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.DataGridView dtDevice;
private System.Windows.Forms.DataGridViewTextBoxColumn clmUDID;
private System.Windows.Forms.DataGridViewTextBoxColumn clmPIN;
private System.Windows.Forms.DataGridViewTextBoxColumn clmDeviceType;
private System.Windows.Forms.DataGridViewTextBoxColumn clmCreated;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.DataGridView dgResults;
private System.Windows.Forms.DataGridViewTextBoxColumn clmCreate;
private System.Windows.Forms.DataGridViewTextBoxColumn clmOrderId;
private System.Windows.Forms.DataGridViewTextBoxColumn clmZIP;
private System.Windows.Forms.DataGridViewTextBoxColumn clmBirthday;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn clmAvailable;
private System.Windows.Forms.DataGridViewTextBoxColumn clmNotified;
private System.Windows.Forms.DataGridViewTextBoxColumn clmPickedUp;
private System.Windows.Forms.DataGridViewTextBoxColumn clmStatus;
private System.Windows.Forms.DataGridViewImageColumn clmLogs;
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
}
}