ab56a9bcf7
SVN-Revision: r240
236 lines
12 KiB
C#
236 lines
12 KiB
C#
|
|
namespace Lskj.PubFingerPrint
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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.MainSplitContainer = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.LeftMainPanel = new System.Windows.Forms.Panel();
|
|
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.LeftMessage = new System.Windows.Forms.Label();
|
|
this.SearchControl = new DevExpress.XtraEditors.PanelControl();
|
|
this.DepartmentSearch = new Lskj.Control.LabelComboxEdit();
|
|
this.RightMainPanel = new System.Windows.Forms.Panel();
|
|
this.FrmFinger = new Lskj.PubFingerPrint.FingerControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).BeginInit();
|
|
this.MainSplitContainer.SuspendLayout();
|
|
this.LeftMainPanel.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();
|
|
((System.ComponentModel.ISupportInitialize)(this.SearchControl)).BeginInit();
|
|
this.SearchControl.SuspendLayout();
|
|
this.RightMainPanel.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// MainSplitContainer
|
|
//
|
|
this.MainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.MainSplitContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.MainSplitContainer.Name = "MainSplitContainer";
|
|
this.MainSplitContainer.Panel1.Controls.Add(this.LeftMainPanel);
|
|
this.MainSplitContainer.Panel1.Text = "Panel1";
|
|
this.MainSplitContainer.Panel2.Controls.Add(this.RightMainPanel);
|
|
this.MainSplitContainer.Panel2.Text = "Panel2";
|
|
this.MainSplitContainer.Size = new System.Drawing.Size(1244, 545);
|
|
this.MainSplitContainer.SplitterPosition = 300;
|
|
this.MainSplitContainer.TabIndex = 0;
|
|
this.MainSplitContainer.Text = "splitContainerControl1";
|
|
//
|
|
// LeftMainPanel
|
|
//
|
|
this.LeftMainPanel.BackColor = System.Drawing.Color.White;
|
|
this.LeftMainPanel.Controls.Add(this.EmployeeControl);
|
|
this.LeftMainPanel.Controls.Add(this.LeftMessage);
|
|
this.LeftMainPanel.Controls.Add(this.SearchControl);
|
|
this.LeftMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.LeftMainPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.LeftMainPanel.Name = "LeftMainPanel";
|
|
this.LeftMainPanel.Size = new System.Drawing.Size(300, 545);
|
|
this.LeftMainPanel.TabIndex = 0;
|
|
//
|
|
// EmployeeControl
|
|
//
|
|
this.EmployeeControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.EmployeeControl.Location = new System.Drawing.Point(0, 92);
|
|
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(300, 453);
|
|
this.EmployeeControl.TabIndex = 11;
|
|
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;
|
|
//
|
|
// 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, 47);
|
|
this.LeftMessage.Name = "LeftMessage";
|
|
this.LeftMessage.Size = new System.Drawing.Size(300, 45);
|
|
this.LeftMessage.TabIndex = 2;
|
|
this.LeftMessage.Text = " 未录入人员";
|
|
this.LeftMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// SearchControl
|
|
//
|
|
this.SearchControl.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.SearchControl.Appearance.Options.UseBackColor = true;
|
|
this.SearchControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
|
|
this.SearchControl.Controls.Add(this.DepartmentSearch);
|
|
this.SearchControl.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.SearchControl.Location = new System.Drawing.Point(0, 0);
|
|
this.SearchControl.Margin = new System.Windows.Forms.Padding(4);
|
|
this.SearchControl.Name = "SearchControl";
|
|
this.SearchControl.Size = new System.Drawing.Size(300, 47);
|
|
this.SearchControl.TabIndex = 9;
|
|
//
|
|
// DepartmentSearch
|
|
//
|
|
this.DepartmentSearch.BackColor = System.Drawing.Color.Transparent;
|
|
this.DepartmentSearch.EditText = "";
|
|
this.DepartmentSearch.FontSize = 0F;
|
|
this.DepartmentSearch.LabelText = "部门";
|
|
this.DepartmentSearch.Location = new System.Drawing.Point(13, 13);
|
|
this.DepartmentSearch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.DepartmentSearch.Model = null;
|
|
this.DepartmentSearch.Name = "DepartmentSearch";
|
|
this.DepartmentSearch.NullText = "";
|
|
this.DepartmentSearch.ReadOnly = false;
|
|
this.DepartmentSearch.Required = false;
|
|
this.DepartmentSearch.Size = new System.Drawing.Size(269, 21);
|
|
this.DepartmentSearch.TabIndex = 1;
|
|
//
|
|
// RightMainPanel
|
|
//
|
|
this.RightMainPanel.BackColor = System.Drawing.Color.White;
|
|
this.RightMainPanel.Controls.Add(this.FrmFinger);
|
|
this.RightMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.RightMainPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.RightMainPanel.Name = "RightMainPanel";
|
|
this.RightMainPanel.Size = new System.Drawing.Size(938, 545);
|
|
this.RightMainPanel.TabIndex = 1;
|
|
//
|
|
// FrmFinger
|
|
//
|
|
this.FrmFinger.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.FrmFinger.Location = new System.Drawing.Point(0, 0);
|
|
this.FrmFinger.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.FrmFinger.Name = "FrmFinger";
|
|
this.FrmFinger.Size = new System.Drawing.Size(938, 545);
|
|
this.FrmFinger.TabIndex = 0;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(1244, 545);
|
|
this.Controls.Add(this.MainSplitContainer);
|
|
this.Name = "FrmMain";
|
|
this.Text = "指纹管理";
|
|
((System.ComponentModel.ISupportInitialize)(this.MainSplitContainer)).EndInit();
|
|
this.MainSplitContainer.ResumeLayout(false);
|
|
this.LeftMainPanel.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();
|
|
((System.ComponentModel.ISupportInitialize)(this.SearchControl)).EndInit();
|
|
this.SearchControl.ResumeLayout(false);
|
|
this.RightMainPanel.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl MainSplitContainer;
|
|
private System.Windows.Forms.Panel LeftMainPanel;
|
|
private System.Windows.Forms.Panel RightMainPanel;
|
|
private DevExpress.XtraEditors.PanelControl SearchControl;
|
|
private Control.LabelComboxEdit DepartmentSearch;
|
|
private FingerControl FrmFinger;
|
|
private System.Windows.Forms.Label LeftMessage;
|
|
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;
|
|
}
|
|
} |