0byt3m1n1
Path:
C:
/
BACKUPS
/
Biometric Backup
/
KELTRON
/
COSEC V14R4.1
/
Setup
/
API Samples
/
CSharp
/
[
Home
]
File: EventDataTab.Designer.cs
namespace CSharp { partial class EventDataTab { /// <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 Component 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.panel1 = new System.Windows.Forms.Panel(); this.pnlRange = new System.Windows.Forms.Panel(); this.btnBrowseGroup = new System.Windows.Forms.Button(); this.label18 = new System.Windows.Forms.Label(); this.cmbRange = new System.Windows.Forms.ComboBox(); this.label19 = new System.Windows.Forms.Label(); this.txtRangeID = new System.Windows.Forms.TextBox(); this.label20 = new System.Windows.Forms.Label(); this.pnlMonthYear = new System.Windows.Forms.Panel(); this.label25 = new System.Windows.Forms.Label(); this.nudYear = new System.Windows.Forms.NumericUpDown(); this.label24 = new System.Windows.Forms.Label(); this.nudMonth = new System.Windows.Forms.NumericUpDown(); this.pnlIndexCount = new System.Windows.Forms.Panel(); this.label22 = new System.Windows.Forms.Label(); this.nudIndex = new System.Windows.Forms.NumericUpDown(); this.nudCount = new System.Windows.Forms.NumericUpDown(); this.label23 = new System.Windows.Forms.Label(); this.pnlDateRange = new System.Windows.Forms.Panel(); this.dtEndDate = new System.Windows.Forms.DateTimePicker(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.dtStartDate = new System.Windows.Forms.DateTimePicker(); this.rdFormatxml = new System.Windows.Forms.RadioButton(); this.rdFormatText = new System.Windows.Forms.RadioButton(); this.label21 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.txtSavePath = new System.Windows.Forms.TextBox(); this.rdLoadToGrid = new System.Windows.Forms.RadioButton(); this.rdSaveTo = new System.Windows.Forms.RadioButton(); this.label15 = new System.Windows.Forms.Label(); this.cmbRequestType = new System.Windows.Forms.ComboBox(); this.btnGetData = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.panel1.SuspendLayout(); this.pnlRange.SuspendLayout(); this.pnlMonthYear.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudYear)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudMonth)).BeginInit(); this.pnlIndexCount.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudIndex)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nudCount)).BeginInit(); this.pnlDateRange.SuspendLayout(); this.panel3.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.pnlRange); this.panel1.Controls.Add(this.pnlMonthYear); this.panel1.Controls.Add(this.pnlIndexCount); this.panel1.Controls.Add(this.pnlDateRange); this.panel1.Controls.Add(this.rdFormatxml); this.panel1.Controls.Add(this.rdFormatText); this.panel1.Controls.Add(this.label21); this.panel1.Controls.Add(this.panel3); this.panel1.Controls.Add(this.label15); this.panel1.Controls.Add(this.cmbRequestType); this.panel1.Controls.Add(this.btnGetData); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(778, 232); this.panel1.TabIndex = 1; // // pnlRange // this.pnlRange.Controls.Add(this.btnBrowseGroup); this.pnlRange.Controls.Add(this.label18); this.pnlRange.Controls.Add(this.cmbRange); this.pnlRange.Controls.Add(this.label19); this.pnlRange.Controls.Add(this.txtRangeID); this.pnlRange.Controls.Add(this.label20); this.pnlRange.Location = new System.Drawing.Point(5, 64); this.pnlRange.Name = "pnlRange"; this.pnlRange.Size = new System.Drawing.Size(712, 62); this.pnlRange.TabIndex = 5; // // btnBrowseGroup // this.btnBrowseGroup.Location = new System.Drawing.Point(402, 30); this.btnBrowseGroup.Name = "btnBrowseGroup"; this.btnBrowseGroup.Size = new System.Drawing.Size(37, 23); this.btnBrowseGroup.TabIndex = 4; this.btnBrowseGroup.Text = "..."; this.btnBrowseGroup.UseVisualStyleBackColor = true; this.btnBrowseGroup.Click += new System.EventHandler(this.btnBrowseGroup_Click); // // label18 // this.label18.Location = new System.Drawing.Point(3, 4); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(53, 19); this.label18.TabIndex = 0; this.label18.Text = "Range:"; // // cmbRange // this.cmbRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRange.FormattingEnabled = true; this.cmbRange.Location = new System.Drawing.Point(87, 2); this.cmbRange.Name = "cmbRange"; this.cmbRange.Size = new System.Drawing.Size(190, 21); this.cmbRange.TabIndex = 1; this.cmbRange.SelectedIndexChanged += new System.EventHandler(this.cmbRange_SelectedIndexChanged); // // label19 // this.label19.Location = new System.Drawing.Point(3, 34); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(63, 19); this.label19.TabIndex = 2; this.label19.Text = "Range ID:"; // // txtRangeID // this.txtRangeID.Location = new System.Drawing.Point(87, 32); this.txtRangeID.Name = "txtRangeID"; this.txtRangeID.Size = new System.Drawing.Size(313, 20); this.txtRangeID.TabIndex = 3; // // label20 // this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label20.Location = new System.Drawing.Point(438, 30); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(271, 23); this.label20.TabIndex = 0; this.label20.Text = "e.g: 1,3,15,255 or 1-15"; // // pnlMonthYear // this.pnlMonthYear.Controls.Add(this.label25); this.pnlMonthYear.Controls.Add(this.nudYear); this.pnlMonthYear.Controls.Add(this.label24); this.pnlMonthYear.Controls.Add(this.nudMonth); this.pnlMonthYear.Location = new System.Drawing.Point(581, 31); this.pnlMonthYear.Name = "pnlMonthYear"; this.pnlMonthYear.Size = new System.Drawing.Size(212, 27); this.pnlMonthYear.TabIndex = 4; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(104, 7); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(32, 13); this.label25.TabIndex = 2; this.label25.Text = "Year:"; // // nudYear // this.nudYear.Location = new System.Drawing.Point(139, 3); this.nudYear.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.nudYear.Minimum = new decimal(new int[] { 1000, 0, 0, 0}); this.nudYear.Name = "nudYear"; this.nudYear.Size = new System.Drawing.Size(67, 20); this.nudYear.TabIndex = 3; this.nudYear.Value = new decimal(new int[] { 2011, 0, 0, 0}); // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(4, 7); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(40, 13); this.label24.TabIndex = 0; this.label24.Text = "Month:"; // // nudMonth // this.nudMonth.Location = new System.Drawing.Point(45, 3); this.nudMonth.Maximum = new decimal(new int[] { 12, 0, 0, 0}); this.nudMonth.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.nudMonth.Name = "nudMonth"; this.nudMonth.Size = new System.Drawing.Size(44, 20); this.nudMonth.TabIndex = 1; this.nudMonth.Value = new decimal(new int[] { 1, 0, 0, 0}); // // pnlIndexCount // this.pnlIndexCount.Controls.Add(this.label22); this.pnlIndexCount.Controls.Add(this.nudIndex); this.pnlIndexCount.Controls.Add(this.nudCount); this.pnlIndexCount.Controls.Add(this.label23); this.pnlIndexCount.Location = new System.Drawing.Point(295, 31); this.pnlIndexCount.Name = "pnlIndexCount"; this.pnlIndexCount.Size = new System.Drawing.Size(280, 27); this.pnlIndexCount.TabIndex = 3; // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(4, 7); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(35, 13); this.label22.TabIndex = 0; this.label22.Text = "index:"; // // nudIndex // this.nudIndex.Location = new System.Drawing.Point(45, 3); this.nudIndex.Maximum = new decimal(new int[] { -1530494977, 232830, 0, 0}); this.nudIndex.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.nudIndex.Name = "nudIndex"; this.nudIndex.Size = new System.Drawing.Size(120, 20); this.nudIndex.TabIndex = 1; this.nudIndex.Value = new decimal(new int[] { 1, 0, 0, 0}); // // nudCount // this.nudCount.Location = new System.Drawing.Point(220, 3); this.nudCount.Maximum = new decimal(new int[] { 999, 0, 0, 0}); this.nudCount.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.nudCount.Name = "nudCount"; this.nudCount.Size = new System.Drawing.Size(55, 20); this.nudCount.TabIndex = 3; this.nudCount.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(179, 7); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(37, 13); this.label23.TabIndex = 2; this.label23.Text = "count:"; // // pnlDateRange // this.pnlDateRange.Controls.Add(this.dtEndDate); this.pnlDateRange.Controls.Add(this.label16); this.pnlDateRange.Controls.Add(this.label17); this.pnlDateRange.Controls.Add(this.dtStartDate); this.pnlDateRange.Location = new System.Drawing.Point(5, 31); this.pnlDateRange.Name = "pnlDateRange"; this.pnlDateRange.Size = new System.Drawing.Size(284, 27); this.pnlDateRange.TabIndex = 2; // // dtEndDate // this.dtEndDate.CustomFormat = "dd/MM/yyyy"; this.dtEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtEndDate.Location = new System.Drawing.Point(176, 2); this.dtEndDate.Name = "dtEndDate"; this.dtEndDate.Size = new System.Drawing.Size(101, 20); this.dtEndDate.TabIndex = 3; // // label16 // this.label16.Location = new System.Drawing.Point(3, 4); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(36, 19); this.label16.TabIndex = 0; this.label16.Text = "From:"; // // label17 // this.label17.Location = new System.Drawing.Point(150, 3); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(27, 19); this.label17.TabIndex = 2; this.label17.Text = "To:"; // // dtStartDate // this.dtStartDate.CustomFormat = "dd/MM/yyyy"; this.dtStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtStartDate.Location = new System.Drawing.Point(43, 3); this.dtStartDate.Name = "dtStartDate"; this.dtStartDate.Size = new System.Drawing.Size(98, 20); this.dtStartDate.TabIndex = 1; // // rdFormatxml // this.rdFormatxml.Location = new System.Drawing.Point(143, 136); this.rdFormatxml.Name = "rdFormatxml"; this.rdFormatxml.Size = new System.Drawing.Size(40, 16); this.rdFormatxml.TabIndex = 8; this.rdFormatxml.Text = "xml"; this.rdFormatxml.UseVisualStyleBackColor = true; this.rdFormatxml.CheckedChanged += new System.EventHandler(this.RdFormatxmlCheckedChanged); // // rdFormatText // this.rdFormatText.Checked = true; this.rdFormatText.Location = new System.Drawing.Point(93, 136); this.rdFormatText.Name = "rdFormatText"; this.rdFormatText.Size = new System.Drawing.Size(45, 16); this.rdFormatText.TabIndex = 7; this.rdFormatText.TabStop = true; this.rdFormatText.Text = "text"; this.rdFormatText.UseVisualStyleBackColor = true; this.rdFormatText.CheckedChanged += new System.EventHandler(this.RdFormatTextCheckedChanged); // // label21 // this.label21.Location = new System.Drawing.Point(10, 138); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(53, 14); this.label21.TabIndex = 6; this.label21.Text = "Format:"; // // panel3 // this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.panel3.Controls.Add(this.txtSavePath); this.panel3.Controls.Add(this.rdLoadToGrid); this.panel3.Controls.Add(this.rdSaveTo); this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Location = new System.Drawing.Point(0, 164); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(778, 68); this.panel3.TabIndex = 10; // // txtSavePath // this.txtSavePath.Location = new System.Drawing.Point(94, 6); this.txtSavePath.Name = "txtSavePath"; this.txtSavePath.ReadOnly = true; this.txtSavePath.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtSavePath.Size = new System.Drawing.Size(447, 20); this.txtSavePath.TabIndex = 1; // // rdLoadToGrid // this.rdLoadToGrid.Enabled = false; this.rdLoadToGrid.Location = new System.Drawing.Point(11, 36); this.rdLoadToGrid.Name = "rdLoadToGrid"; this.rdLoadToGrid.Size = new System.Drawing.Size(84, 18); this.rdLoadToGrid.TabIndex = 2; this.rdLoadToGrid.Text = "Load to Grid"; this.rdLoadToGrid.UseVisualStyleBackColor = true; // // rdSaveTo // this.rdSaveTo.Checked = true; this.rdSaveTo.Location = new System.Drawing.Point(11, 7); this.rdSaveTo.Name = "rdSaveTo"; this.rdSaveTo.Size = new System.Drawing.Size(84, 18); this.rdSaveTo.TabIndex = 0; this.rdSaveTo.TabStop = true; this.rdSaveTo.Text = "Save to"; this.rdSaveTo.UseVisualStyleBackColor = true; this.rdSaveTo.CheckedChanged += new System.EventHandler(this.RdSaveToCheckedChanged); // // label15 // this.label15.Location = new System.Drawing.Point(10, 8); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(78, 15); this.label15.TabIndex = 0; this.label15.Text = "Request Type:"; // // cmbRequestType // this.cmbRequestType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbRequestType.FormattingEnabled = true; this.cmbRequestType.Items.AddRange(new object[] { "Access Control Events", "Time & Attendance Events", "Daily Attendance Data", "Monthly Attendance Data"}); this.cmbRequestType.Location = new System.Drawing.Point(94, 5); this.cmbRequestType.Name = "cmbRequestType"; this.cmbRequestType.Size = new System.Drawing.Size(190, 21); this.cmbRequestType.TabIndex = 1; this.cmbRequestType.SelectedIndexChanged += new System.EventHandler(this.CmbRequestTypeSelectedIndexChanged); // // btnGetData // this.btnGetData.Location = new System.Drawing.Point(213, 132); this.btnGetData.Name = "btnGetData"; this.btnGetData.Size = new System.Drawing.Size(87, 24); this.btnGetData.TabIndex = 9; this.btnGetData.Text = "Get Data"; this.btnGetData.UseVisualStyleBackColor = true; this.btnGetData.Click += new System.EventHandler(this.BtnGetDataClick); // // panel2 // this.panel2.Controls.Add(this.dataGridView1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 232); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(778, 443); this.panel2.TabIndex = 15; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 0); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.Size = new System.Drawing.Size(778, 443); this.dataGridView1.TabIndex = 0; // // EventDataTab // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "EventDataTab"; this.Size = new System.Drawing.Size(778, 675); this.Load += new System.EventHandler(this.EventDataTab_Load); this.panel1.ResumeLayout(false); this.pnlRange.ResumeLayout(false); this.pnlRange.PerformLayout(); this.pnlMonthYear.ResumeLayout(false); this.pnlMonthYear.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudYear)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudMonth)).EndInit(); this.pnlIndexCount.ResumeLayout(false); this.pnlIndexCount.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudIndex)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudCount)).EndInit(); this.pnlDateRange.ResumeLayout(false); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel pnlRange; private System.Windows.Forms.Button btnBrowseGroup; private System.Windows.Forms.Label label18; private System.Windows.Forms.ComboBox cmbRange; private System.Windows.Forms.Label label19; private System.Windows.Forms.TextBox txtRangeID; private System.Windows.Forms.Label label20; private System.Windows.Forms.Panel pnlMonthYear; private System.Windows.Forms.Label label25; private System.Windows.Forms.NumericUpDown nudYear; private System.Windows.Forms.Label label24; private System.Windows.Forms.NumericUpDown nudMonth; private System.Windows.Forms.Panel pnlIndexCount; private System.Windows.Forms.Label label22; private System.Windows.Forms.NumericUpDown nudIndex; private System.Windows.Forms.NumericUpDown nudCount; private System.Windows.Forms.Label label23; private System.Windows.Forms.Panel pnlDateRange; private System.Windows.Forms.DateTimePicker dtEndDate; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.DateTimePicker dtStartDate; private System.Windows.Forms.RadioButton rdFormatxml; private System.Windows.Forms.RadioButton rdFormatText; private System.Windows.Forms.Label label21; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.TextBox txtSavePath; private System.Windows.Forms.RadioButton rdLoadToGrid; private System.Windows.Forms.RadioButton rdSaveTo; private System.Windows.Forms.Label label15; private System.Windows.Forms.ComboBox cmbRequestType; private System.Windows.Forms.Button btnGetData; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.DataGridView dataGridView1; } }