Files
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

420 lines
22 KiB
C#

namespace Lskj.PubFingerPrint
{
partial class FingerControl
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.FingerPanel = new System.Windows.Forms.Panel();
this.LeftPanel = new System.Windows.Forms.Panel();
this.MainSplitContainer = new DevExpress.XtraEditors.SplitContainerControl();
this.FingerPicBox = new System.Windows.Forms.PictureBox();
this.LeftMsgPanel = new System.Windows.Forms.Panel();
this.LeftMessage = new System.Windows.Forms.Label();
this.saveBtn = new System.Windows.Forms.Label();
this.EmployeeControl = new DevExpress.XtraGrid.GridControl();
this.EmployeeView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.工号 = new DevExpress.XtraGrid.Columns.GridColumn();
this.姓名 = new DevExpress.XtraGrid.Columns.GridColumn();
this.IsPrint = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.IsFinerPrintEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
this.RightMessage = new System.Windows.Forms.Label();
this.split2 = new System.Windows.Forms.Label();
this.InfoLabel = new System.Windows.Forms.Label();
this.split1 = new System.Windows.Forms.Label();
this.userGroupBox = new System.Windows.Forms.GroupBox();
this.userDepartment = new System.Windows.Forms.Label();
this.userDepartText = new System.Windows.Forms.Label();
this.userId = new System.Windows.Forms.Label();
this.userIdText = new System.Windows.Forms.Label();
this.userAcount = new System.Windows.Forms.Label();
this.userAcountText = new System.Windows.Forms.Label();
this.userName = new System.Windows.Forms.Label();
this.userNameText = new System.Windows.Forms.Label();
this.已录入 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
this.FingerPanel.SuspendLayout();
this.LeftPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit();
this.MainSplitContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.FingerPicBox)).BeginInit();
this.LeftMsgPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.EmployeeControl)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.EmployeeView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.IsPrint)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.IsFinerPrintEdit)).BeginInit();
this.userGroupBox.SuspendLayout();
this.SuspendLayout();
//
// repositoryItemCheckEdit1
//
this.repositoryItemCheckEdit1.AutoHeight = false;
this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
this.repositoryItemCheckEdit1.ValueChecked = 1;
this.repositoryItemCheckEdit1.ValueUnchecked = 0;
//
// FingerPanel
//
this.FingerPanel.Controls.Add(this.LeftPanel);
this.FingerPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.FingerPanel.Location = new System.Drawing.Point(0, 0);
this.FingerPanel.Name = "FingerPanel";
this.FingerPanel.Size = new System.Drawing.Size(964, 455);
this.FingerPanel.TabIndex = 2;
//
// LeftPanel
//
this.LeftPanel.Controls.Add(this.MainSplitContainer);
this.LeftPanel.Controls.Add(this.split2);
this.LeftPanel.Controls.Add(this.InfoLabel);
this.LeftPanel.Controls.Add(this.split1);
this.LeftPanel.Controls.Add(this.userGroupBox);
this.LeftPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.LeftPanel.Location = new System.Drawing.Point(0, 0);
this.LeftPanel.Name = "LeftPanel";
this.LeftPanel.Padding = new System.Windows.Forms.Padding(10);
this.LeftPanel.Size = new System.Drawing.Size(964, 455);
this.LeftPanel.TabIndex = 0;
//
// MainSplitContainer
//
this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.MainSplitContainer.Location = new System.Drawing.Point(10, 211);
this.MainSplitContainer.Name = "MainSplitContainer";
this.MainSplitContainer.Panel1.Controls.Add(this.FingerPicBox);
this.MainSplitContainer.Panel1.Controls.Add(this.LeftMsgPanel);
this.MainSplitContainer.Panel1.Text = "Panel1";
this.MainSplitContainer.Panel2.Controls.Add(this.EmployeeControl);
this.MainSplitContainer.Panel2.Controls.Add(this.RightMessage);
this.MainSplitContainer.Panel2.Text = "Panel2";
this.MainSplitContainer.Size = new System.Drawing.Size(944, 234);
this.MainSplitContainer.SplitterPosition = 800;
this.MainSplitContainer.TabIndex = 11;
this.MainSplitContainer.Text = "splitContainerControl1";
//
// FingerPicBox
//
this.FingerPicBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.FingerPicBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.FingerPicBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.FingerPicBox.Location = new System.Drawing.Point(0, 45);
this.FingerPicBox.Name = "FingerPicBox";
this.FingerPicBox.Size = new System.Drawing.Size(800, 189);
this.FingerPicBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.FingerPicBox.TabIndex = 33;
this.FingerPicBox.TabStop = false;
//
// LeftMsgPanel
//
this.LeftMsgPanel.Controls.Add(this.LeftMessage);
this.LeftMsgPanel.Controls.Add(this.saveBtn);
this.LeftMsgPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.LeftMsgPanel.Location = new System.Drawing.Point(0, 0);
this.LeftMsgPanel.Name = "LeftMsgPanel";
this.LeftMsgPanel.Size = new System.Drawing.Size(800, 45);
this.LeftMsgPanel.TabIndex = 32;
//
// LeftMessage
//
this.LeftMessage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.LeftMessage.Dock = System.Windows.Forms.DockStyle.Top;
this.LeftMessage.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.LeftMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
this.LeftMessage.Location = new System.Drawing.Point(0, 0);
this.LeftMessage.Name = "LeftMessage";
this.LeftMessage.Size = new System.Drawing.Size(738, 45);
this.LeftMessage.TabIndex = 34;
this.LeftMessage.Text = " 指纹识别区";
this.LeftMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// saveBtn
//
this.saveBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(118)))), ((int)(((byte)(200)))));
this.saveBtn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.saveBtn.Cursor = System.Windows.Forms.Cursors.Hand;
this.saveBtn.Dock = System.Windows.Forms.DockStyle.Right;
this.saveBtn.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.saveBtn.ForeColor = System.Drawing.Color.White;
this.saveBtn.Location = new System.Drawing.Point(738, 0);
this.saveBtn.Name = "saveBtn";
this.saveBtn.Size = new System.Drawing.Size(62, 45);
this.saveBtn.TabIndex = 33;
this.saveBtn.Text = "录入";
this.saveBtn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
//
// EmployeeControl
//
this.EmployeeControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.EmployeeControl.Location = new System.Drawing.Point(0, 45);
this.EmployeeControl.MainView = this.EmployeeView;
this.EmployeeControl.Name = "EmployeeControl";
this.EmployeeControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.IsPrint,
this.IsFinerPrintEdit});
this.EmployeeControl.Size = new System.Drawing.Size(138, 189);
this.EmployeeControl.TabIndex = 17;
this.EmployeeControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.EmployeeView});
//
// EmployeeView
//
this.EmployeeView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.工号,
this.姓名});
this.EmployeeView.GridControl = this.EmployeeControl;
this.EmployeeView.IndicatorWidth = 40;
this.EmployeeView.Name = "EmployeeView";
this.EmployeeView.OptionsView.ShowGroupPanel = false;
//
// 工号
//
this.工号.Caption = "员工工号";
this.工号.FieldName = "员工工号";
this.工号.Name = "工号";
this.工号.Visible = true;
this.工号.VisibleIndex = 0;
//
// 姓名
//
this.姓名.Caption = "员工姓名";
this.姓名.FieldName = "员工姓名";
this.姓名.Name = "姓名";
this.姓名.Visible = true;
this.姓名.VisibleIndex = 1;
//
// IsPrint
//
this.IsPrint.AutoHeight = false;
this.IsPrint.Name = "IsPrint";
this.IsPrint.ValueChecked = 1;
this.IsPrint.ValueUnchecked = "0";
//
// IsFinerPrintEdit
//
this.IsFinerPrintEdit.AutoHeight = false;
this.IsFinerPrintEdit.Name = "IsFinerPrintEdit";
this.IsFinerPrintEdit.ValueChecked = 1;
this.IsFinerPrintEdit.ValueUnchecked = 0;
//
// RightMessage
//
this.RightMessage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(238)))), ((int)(((byte)(249)))));
this.RightMessage.Dock = System.Windows.Forms.DockStyle.Top;
this.RightMessage.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.RightMessage.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(108)))), ((int)(((byte)(206)))));
this.RightMessage.Location = new System.Drawing.Point(0, 0);
this.RightMessage.Name = "RightMessage";
this.RightMessage.Size = new System.Drawing.Size(138, 45);
this.RightMessage.TabIndex = 16;
this.RightMessage.Text = " 已录入人员";
this.RightMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// split2
//
this.split2.Dock = System.Windows.Forms.DockStyle.Top;
this.split2.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.split2.Location = new System.Drawing.Point(10, 201);
this.split2.Name = "split2";
this.split2.Size = new System.Drawing.Size(944, 10);
this.split2.TabIndex = 10;
//
// InfoLabel
//
this.InfoLabel.AutoSize = true;
this.InfoLabel.Dock = System.Windows.Forms.DockStyle.Top;
this.InfoLabel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.InfoLabel.ForeColor = System.Drawing.Color.Red;
this.InfoLabel.Location = new System.Drawing.Point(10, 181);
this.InfoLabel.Name = "InfoLabel";
this.InfoLabel.Size = new System.Drawing.Size(0, 20);
this.InfoLabel.TabIndex = 8;
//
// split1
//
this.split1.Dock = System.Windows.Forms.DockStyle.Top;
this.split1.Location = new System.Drawing.Point(10, 171);
this.split1.Name = "split1";
this.split1.Size = new System.Drawing.Size(944, 10);
this.split1.TabIndex = 6;
//
// userGroupBox
//
this.userGroupBox.Controls.Add(this.userDepartment);
this.userGroupBox.Controls.Add(this.userDepartText);
this.userGroupBox.Controls.Add(this.userId);
this.userGroupBox.Controls.Add(this.userIdText);
this.userGroupBox.Controls.Add(this.userAcount);
this.userGroupBox.Controls.Add(this.userAcountText);
this.userGroupBox.Controls.Add(this.userName);
this.userGroupBox.Controls.Add(this.userNameText);
this.userGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
this.userGroupBox.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.userGroupBox.Location = new System.Drawing.Point(10, 10);
this.userGroupBox.Name = "userGroupBox";
this.userGroupBox.Size = new System.Drawing.Size(944, 161);
this.userGroupBox.TabIndex = 4;
this.userGroupBox.TabStop = false;
this.userGroupBox.Text = "用户信息";
//
// userDepartment
//
this.userDepartment.AutoSize = true;
this.userDepartment.Location = new System.Drawing.Point(6, 124);
this.userDepartment.Name = "userDepartment";
this.userDepartment.Size = new System.Drawing.Size(104, 19);
this.userDepartment.TabIndex = 6;
this.userDepartment.Text = "部门名称:";
//
// userDepartText
//
this.userDepartText.AutoSize = true;
this.userDepartText.Location = new System.Drawing.Point(116, 124);
this.userDepartText.Name = "userDepartText";
this.userDepartText.Size = new System.Drawing.Size(0, 19);
this.userDepartText.TabIndex = 7;
//
// userId
//
this.userId.AutoSize = true;
this.userId.Location = new System.Drawing.Point(6, 33);
this.userId.Name = "userId";
this.userId.Size = new System.Drawing.Size(104, 19);
this.userId.TabIndex = 4;
this.userId.Text = "用户编号:";
//
// userIdText
//
this.userIdText.AutoSize = true;
this.userIdText.Location = new System.Drawing.Point(116, 33);
this.userIdText.Name = "userIdText";
this.userIdText.Size = new System.Drawing.Size(0, 19);
this.userIdText.TabIndex = 5;
//
// userAcount
//
this.userAcount.AutoSize = true;
this.userAcount.Location = new System.Drawing.Point(6, 94);
this.userAcount.Name = "userAcount";
this.userAcount.Size = new System.Drawing.Size(104, 19);
this.userAcount.TabIndex = 2;
this.userAcount.Text = "用户工号:";
//
// userAcountText
//
this.userAcountText.AutoSize = true;
this.userAcountText.Location = new System.Drawing.Point(116, 94);
this.userAcountText.Name = "userAcountText";
this.userAcountText.Size = new System.Drawing.Size(0, 19);
this.userAcountText.TabIndex = 3;
//
// userName
//
this.userName.AutoSize = true;
this.userName.Location = new System.Drawing.Point(6, 63);
this.userName.Name = "userName";
this.userName.Size = new System.Drawing.Size(85, 19);
this.userName.TabIndex = 0;
this.userName.Text = "用户名:";
//
// userNameText
//
this.userNameText.AutoSize = true;
this.userNameText.Location = new System.Drawing.Point(97, 63);
this.userNameText.Name = "userNameText";
this.userNameText.Size = new System.Drawing.Size(0, 19);
this.userNameText.TabIndex = 1;
//
// 已录入
//
this.已录入.AppearanceHeader.Options.UseTextOptions = true;
this.已录入.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.已录入.Caption = "已录入";
this.已录入.ColumnEdit = this.repositoryItemCheckEdit1;
this.已录入.FieldName = "已录入";
this.已录入.Name = "已录入";
this.已录入.Visible = true;
this.已录入.VisibleIndex = 2;
//
// FingerControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.FingerPanel);
this.Name = "FingerControl";
this.Size = new System.Drawing.Size(964, 455);
((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
this.FingerPanel.ResumeLayout(false);
this.LeftPanel.ResumeLayout(false);
this.LeftPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit();
this.MainSplitContainer.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.FingerPicBox)).EndInit();
this.LeftMsgPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.EmployeeControl)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.EmployeeView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.IsPrint)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.IsFinerPrintEdit)).EndInit();
this.userGroupBox.ResumeLayout(false);
this.userGroupBox.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel FingerPanel;
private System.Windows.Forms.Panel LeftPanel;
private System.Windows.Forms.Label split2;
private System.Windows.Forms.Label InfoLabel;
private System.Windows.Forms.Label split1;
private System.Windows.Forms.GroupBox userGroupBox;
private System.Windows.Forms.Label userName;
private System.Windows.Forms.Label userNameText;
private System.Windows.Forms.Label userId;
private System.Windows.Forms.Label userIdText;
private System.Windows.Forms.Label userAcount;
private System.Windows.Forms.Label userAcountText;
private DevExpress.XtraEditors.SplitContainerControl MainSplitContainer;
private DevExpress.XtraGrid.Columns.GridColumn 已录入;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
private System.Windows.Forms.Label userDepartment;
private System.Windows.Forms.Label userDepartText;
private DevExpress.XtraGrid.GridControl EmployeeControl;
private DevExpress.XtraGrid.Views.Grid.GridView EmployeeView;
private DevExpress.XtraGrid.Columns.GridColumn 工号;
private DevExpress.XtraGrid.Columns.GridColumn 姓名;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit IsPrint;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit IsFinerPrintEdit;
private System.Windows.Forms.Label RightMessage;
private System.Windows.Forms.PictureBox FingerPicBox;
private System.Windows.Forms.Panel LeftMsgPanel;
private System.Windows.Forms.Label saveBtn;
private System.Windows.Forms.Label LeftMessage;
}
}