0byt3m1n1
Path:
C:
/
BACKUPS
/
Biometric Backup
/
KELTRON
/
COSEC V14R4.1
/
Setup
/
API Samples
/
CSharp
/
[
Home
]
File: MainForm.designer.cs
/* * Created by SharpDevelop. * User: YogeshPrajapati * Date: 5/4/2011 * Time: 3:53 PM * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ namespace CSharp { partial class MainForm { /// <summary> /// Designer variable used to keep track of non-visual components. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Disposes resources used by the form. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); } /// <summary> /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might /// not be able to load this method if it was changed manually. /// </summary> private void InitializeComponent() { this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.userAddEditTab1 = new CSharp.UserAddEditTab(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.assignRevokeDeviceTab1 = new CSharp.AssignRevokeDeviceTab(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.eventDataTab1 = new CSharp.EventDataTab(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.txtHTTPData = new System.Windows.Forms.TextBox(); this.panel5 = new System.Windows.Forms.Panel(); this.btnClearHttp = new System.Windows.Forms.Button(); this.tabUserPhoto = new System.Windows.Forms.TabPage(); this.userTemplateDataTransfer1 = new CSharp.UserTemplateDataTransfer(); this.panel4 = new System.Windows.Forms.Panel(); this.txtPassword = new System.Windows.Forms.TextBox(); this.lblPassword = new System.Windows.Forms.Label(); this.pnlCheckingService = new System.Windows.Forms.Panel(); this.progressCheckingService = new System.Windows.Forms.ProgressBar(); this.label1 = new System.Windows.Forms.Label(); this.btnCheckService = new System.Windows.Forms.Button(); this.txtWebURL = new System.Windows.Forms.TextBox(); this.lblapisvc = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.lblMsg = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage4.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.panel5.SuspendLayout(); this.tabUserPhoto.SuspendLayout(); this.panel4.SuspendLayout(); this.pnlCheckingService.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabUserPhoto); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(5, 36); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(875, 516); this.tabControl1.TabIndex = 2; // // tabPage1 // this.tabPage1.AutoScroll = true; this.tabPage1.Controls.Add(this.userAddEditTab1); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(867, 490); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "User Add/Edit"; this.tabPage1.UseVisualStyleBackColor = true; // // userAddEditTab1 // this.userAddEditTab1.AutoSize = true; this.userAddEditTab1.Location = new System.Drawing.Point(3, 3); this.userAddEditTab1.Name = "userAddEditTab1"; this.userAddEditTab1.Size = new System.Drawing.Size(414, 633); this.userAddEditTab1.TabIndex = 0; // // tabPage4 // this.tabPage4.Controls.Add(this.assignRevokeDeviceTab1); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(3); this.tabPage4.Size = new System.Drawing.Size(867, 490); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "Assign / Revoke Devices"; this.tabPage4.UseVisualStyleBackColor = true; // // assignRevokeDeviceTab1 // this.assignRevokeDeviceTab1.Dock = System.Windows.Forms.DockStyle.Fill; this.assignRevokeDeviceTab1.Location = new System.Drawing.Point(3, 3); this.assignRevokeDeviceTab1.Name = "assignRevokeDeviceTab1"; this.assignRevokeDeviceTab1.Size = new System.Drawing.Size(861, 484); this.assignRevokeDeviceTab1.TabIndex = 0; // // tabPage2 // this.tabPage2.Controls.Add(this.eventDataTab1); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(867, 490); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Event Data"; this.tabPage2.UseVisualStyleBackColor = true; // // eventDataTab1 // this.eventDataTab1.Dock = System.Windows.Forms.DockStyle.Fill; this.eventDataTab1.Location = new System.Drawing.Point(3, 3); this.eventDataTab1.Name = "eventDataTab1"; this.eventDataTab1.Size = new System.Drawing.Size(861, 484); this.eventDataTab1.TabIndex = 0; // // tabPage3 // this.tabPage3.Controls.Add(this.txtHTTPData); this.tabPage3.Controls.Add(this.panel5); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(867, 490); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "HTTP"; this.tabPage3.UseVisualStyleBackColor = true; // // txtHTTPData // this.txtHTTPData.Dock = System.Windows.Forms.DockStyle.Fill; this.txtHTTPData.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtHTTPData.Location = new System.Drawing.Point(3, 35); this.txtHTTPData.Multiline = true; this.txtHTTPData.Name = "txtHTTPData"; this.txtHTTPData.ReadOnly = true; this.txtHTTPData.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtHTTPData.Size = new System.Drawing.Size(861, 452); this.txtHTTPData.TabIndex = 0; // // panel5 // this.panel5.Controls.Add(this.btnClearHttp); this.panel5.Dock = System.Windows.Forms.DockStyle.Top; this.panel5.Location = new System.Drawing.Point(3, 3); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(861, 32); this.panel5.TabIndex = 1; // // btnClearHttp // this.btnClearHttp.Location = new System.Drawing.Point(3, 4); this.btnClearHttp.Name = "btnClearHttp"; this.btnClearHttp.Size = new System.Drawing.Size(75, 23); this.btnClearHttp.TabIndex = 0; this.btnClearHttp.Text = "Clear"; this.btnClearHttp.UseVisualStyleBackColor = true; this.btnClearHttp.Click += new System.EventHandler(this.btnClearHttp_Click); // // tabUserPhoto // this.tabUserPhoto.Controls.Add(this.userTemplateDataTransfer1); this.tabUserPhoto.Location = new System.Drawing.Point(4, 22); this.tabUserPhoto.Name = "tabUserPhoto"; this.tabUserPhoto.Padding = new System.Windows.Forms.Padding(3); this.tabUserPhoto.Size = new System.Drawing.Size(867, 490); this.tabUserPhoto.TabIndex = 4; this.tabUserPhoto.Text = "Set / Get User Photo"; this.tabUserPhoto.UseVisualStyleBackColor = true; // // userTemplateDataTransfer1 // this.userTemplateDataTransfer1.Location = new System.Drawing.Point(3, 3); this.userTemplateDataTransfer1.Name = "userTemplateDataTransfer1"; this.userTemplateDataTransfer1.Size = new System.Drawing.Size(525, 423); this.userTemplateDataTransfer1.TabIndex = 0; // // panel4 // this.panel4.Controls.Add(this.txtPassword); this.panel4.Controls.Add(this.lblPassword); this.panel4.Controls.Add(this.pnlCheckingService); this.panel4.Controls.Add(this.btnCheckService); this.panel4.Controls.Add(this.txtWebURL); this.panel4.Controls.Add(this.lblapisvc); this.panel4.Controls.Add(this.label26); this.panel4.Dock = System.Windows.Forms.DockStyle.Top; this.panel4.Location = new System.Drawing.Point(5, 5); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(875, 31); this.panel4.TabIndex = 16; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(425, 5); this.txtPassword.MaxLength = 255; this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(127, 20); this.txtPassword.TabIndex = 7; this.txtPassword.UseSystemPasswordChar = true; // // lblPassword // this.lblPassword.Location = new System.Drawing.Point(323, 8); this.lblPassword.Name = "lblPassword"; this.lblPassword.Size = new System.Drawing.Size(103, 15); this.lblPassword.TabIndex = 11; this.lblPassword.Text = "Enter SA Password"; // // pnlCheckingService // this.pnlCheckingService.Controls.Add(this.progressCheckingService); this.pnlCheckingService.Controls.Add(this.label1); this.pnlCheckingService.Location = new System.Drawing.Point(646, 2); this.pnlCheckingService.Name = "pnlCheckingService"; this.pnlCheckingService.Size = new System.Drawing.Size(114, 29); this.pnlCheckingService.TabIndex = 9; this.pnlCheckingService.Visible = false; // // progressCheckingService // this.progressCheckingService.Location = new System.Drawing.Point(4, 17); this.progressCheckingService.Name = "progressCheckingService"; this.progressCheckingService.Size = new System.Drawing.Size(106, 9); this.progressCheckingService.Style = System.Windows.Forms.ProgressBarStyle.Marquee; this.progressCheckingService.TabIndex = 9; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 13); this.label1.TabIndex = 7; this.label1.Text = "Checking Service..."; // // btnCheckService // this.btnCheckService.Location = new System.Drawing.Point(558, 3); this.btnCheckService.Name = "btnCheckService"; this.btnCheckService.Size = new System.Drawing.Size(81, 23); this.btnCheckService.TabIndex = 8; this.btnCheckService.Text = "Check"; this.btnCheckService.UseVisualStyleBackColor = true; this.btnCheckService.Click += new System.EventHandler(this.btnCheckService_Click); // // txtWebURL // this.txtWebURL.Location = new System.Drawing.Point(104, 5); this.txtWebURL.MaxLength = 255; this.txtWebURL.Name = "txtWebURL"; this.txtWebURL.Size = new System.Drawing.Size(168, 20); this.txtWebURL.TabIndex = 6; this.txtWebURL.Text = "http://localhost/acms_web"; this.txtWebURL.TextChanged += new System.EventHandler(this.txtWebURL_TextChanged); // // lblapisvc // this.lblapisvc.Location = new System.Drawing.Point(273, 8); this.lblapisvc.Name = "lblapisvc"; this.lblapisvc.Size = new System.Drawing.Size(48, 15); this.lblapisvc.TabIndex = 7; this.lblapisvc.Text = "/api.svc"; // // label26 // this.label26.Location = new System.Drawing.Point(6, 8); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(96, 15); this.label26.TabIndex = 1; this.label26.Text = "Cosec Web URL:"; // // lblMsg // this.lblMsg.AutoSize = true; this.lblMsg.Dock = System.Windows.Forms.DockStyle.Bottom; this.lblMsg.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.lblMsg.Location = new System.Drawing.Point(5, 552); this.lblMsg.Name = "lblMsg"; this.lblMsg.Size = new System.Drawing.Size(19, 20); this.lblMsg.TabIndex = 31; this.lblMsg.Text = "#"; this.lblMsg.Visible = false; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(885, 577); this.Controls.Add(this.tabControl1); this.Controls.Add(this.panel4); this.Controls.Add(this.lblMsg); this.Name = "MainForm"; this.Padding = new System.Windows.Forms.Padding(5); this.Text = "CSharp"; this.Load += new System.EventHandler(this.MainForm_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage4.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.panel5.ResumeLayout(false); this.tabUserPhoto.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.pnlCheckingService.ResumeLayout(false); this.pnlCheckingService.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Label label26; private System.Windows.Forms.Label lblapisvc; private System.Windows.Forms.TextBox txtWebURL; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TextBox txtHTTPData; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Button btnClearHttp; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.Label lblMsg; private UserAddEditTab userAddEditTab1; private AssignRevokeDeviceTab assignRevokeDeviceTab1; private EventDataTab eventDataTab1; private System.Windows.Forms.ProgressBar progressCheckingService; private System.Windows.Forms.Button btnCheckService; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel pnlCheckingService; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Label lblPassword; private System.Windows.Forms.TabPage tabUserPhoto; private UserTemplateDataTransfer userTemplateDataTransfer1; } }