|
|
|
@ -53,6 +53,7 @@
|
|
|
|
|
this.tab2 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.groupGrid = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.tab3 = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.totalPageValue = new System.Windows.Forms.Label();
|
|
|
|
|
this.pageIndexSelector = new System.Windows.Forms.ComboBox();
|
|
|
|
|
this.pageMenu = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.pageSizeSelector = new System.Windows.Forms.ComboBox();
|
|
|
|
@ -76,7 +77,18 @@
|
|
|
|
|
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.versionLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
|
|
this.idCard = new CameraCard.IdCard();
|
|
|
|
|
this.totalPageValue = new System.Windows.Forms.Label();
|
|
|
|
|
this.StudentName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Sex = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Nation = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.IdCardNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Class = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Image = new System.Windows.Forms.DataGridViewImageColumn();
|
|
|
|
|
this.HasImage = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
this.HasIdCard = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
this.HasChedked = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
this.HasUploaded = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
this.StudentId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
tab1 = new System.Windows.Forms.TabPage();
|
|
|
|
|
tab1.SuspendLayout();
|
|
|
|
|
this.idcGroupBox.SuspendLayout();
|
|
|
|
@ -354,8 +366,19 @@
|
|
|
|
|
this.tab3.Text = "图像管理";
|
|
|
|
|
this.tab3.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// totalPageValue
|
|
|
|
|
//
|
|
|
|
|
this.totalPageValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.totalPageValue.AutoSize = true;
|
|
|
|
|
this.totalPageValue.Location = new System.Drawing.Point(944, 658);
|
|
|
|
|
this.totalPageValue.Name = "totalPageValue";
|
|
|
|
|
this.totalPageValue.Size = new System.Drawing.Size(47, 12);
|
|
|
|
|
this.totalPageValue.TabIndex = 13;
|
|
|
|
|
this.totalPageValue.Text = "共000页";
|
|
|
|
|
//
|
|
|
|
|
// pageIndexSelector
|
|
|
|
|
//
|
|
|
|
|
this.pageIndexSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.pageIndexSelector.DisplayMember = "Text";
|
|
|
|
|
this.pageIndexSelector.FormattingEnabled = true;
|
|
|
|
|
this.pageIndexSelector.Location = new System.Drawing.Point(868, 655);
|
|
|
|
@ -367,6 +390,7 @@
|
|
|
|
|
//
|
|
|
|
|
// pageMenu
|
|
|
|
|
//
|
|
|
|
|
this.pageMenu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.pageMenu.Location = new System.Drawing.Point(177, 650);
|
|
|
|
|
this.pageMenu.Name = "pageMenu";
|
|
|
|
|
this.pageMenu.Size = new System.Drawing.Size(676, 30);
|
|
|
|
@ -374,6 +398,7 @@
|
|
|
|
|
//
|
|
|
|
|
// pageSizeSelector
|
|
|
|
|
//
|
|
|
|
|
this.pageSizeSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.pageSizeSelector.DisplayMember = "Text";
|
|
|
|
|
this.pageSizeSelector.FormattingEnabled = true;
|
|
|
|
|
this.pageSizeSelector.Location = new System.Drawing.Point(90, 655);
|
|
|
|
@ -385,6 +410,7 @@
|
|
|
|
|
//
|
|
|
|
|
// totalValue
|
|
|
|
|
//
|
|
|
|
|
this.totalValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.totalValue.AutoSize = true;
|
|
|
|
|
this.totalValue.Location = new System.Drawing.Point(18, 658);
|
|
|
|
|
this.totalValue.Name = "totalValue";
|
|
|
|
@ -458,6 +484,10 @@
|
|
|
|
|
//
|
|
|
|
|
this.dataGrid.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGrid.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataGrid.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.dataGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
@ -467,6 +497,19 @@
|
|
|
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.dataGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
|
this.dataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.StudentName,
|
|
|
|
|
this.Sex,
|
|
|
|
|
this.Nation,
|
|
|
|
|
this.IdCardNo,
|
|
|
|
|
this.Class,
|
|
|
|
|
this.Number,
|
|
|
|
|
this.Image,
|
|
|
|
|
this.HasImage,
|
|
|
|
|
this.HasIdCard,
|
|
|
|
|
this.HasChedked,
|
|
|
|
|
this.HasUploaded,
|
|
|
|
|
this.StudentId});
|
|
|
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
@ -482,6 +525,7 @@
|
|
|
|
|
this.dataGrid.Size = new System.Drawing.Size(1008, 583);
|
|
|
|
|
this.dataGrid.TabIndex = 0;
|
|
|
|
|
this.dataGrid.VirtualMode = true;
|
|
|
|
|
this.dataGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.grid_CellFormatting);
|
|
|
|
|
//
|
|
|
|
|
// tab4
|
|
|
|
|
//
|
|
|
|
@ -591,14 +635,93 @@
|
|
|
|
|
this.idCard.Size = new System.Drawing.Size(420, 200);
|
|
|
|
|
this.idCard.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// totalPageValue
|
|
|
|
|
// StudentName
|
|
|
|
|
//
|
|
|
|
|
this.totalPageValue.AutoSize = true;
|
|
|
|
|
this.totalPageValue.Location = new System.Drawing.Point(944, 658);
|
|
|
|
|
this.totalPageValue.Name = "totalPageValue";
|
|
|
|
|
this.totalPageValue.Size = new System.Drawing.Size(47, 12);
|
|
|
|
|
this.totalPageValue.TabIndex = 13;
|
|
|
|
|
this.totalPageValue.Text = "共000页";
|
|
|
|
|
this.StudentName.DataPropertyName = "Name";
|
|
|
|
|
this.StudentName.HeaderText = "姓名";
|
|
|
|
|
this.StudentName.Name = "StudentName";
|
|
|
|
|
this.StudentName.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// Sex
|
|
|
|
|
//
|
|
|
|
|
this.Sex.DataPropertyName = "Sex";
|
|
|
|
|
this.Sex.HeaderText = "性别";
|
|
|
|
|
this.Sex.Name = "Sex";
|
|
|
|
|
this.Sex.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// Nation
|
|
|
|
|
//
|
|
|
|
|
this.Nation.DataPropertyName = "Nation";
|
|
|
|
|
this.Nation.HeaderText = "民族";
|
|
|
|
|
this.Nation.Name = "Nation";
|
|
|
|
|
this.Nation.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// IdCardNo
|
|
|
|
|
//
|
|
|
|
|
this.IdCardNo.DataPropertyName = "IdCardNo";
|
|
|
|
|
this.IdCardNo.HeaderText = "身份证号";
|
|
|
|
|
this.IdCardNo.Name = "IdCardNo";
|
|
|
|
|
this.IdCardNo.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// Class
|
|
|
|
|
//
|
|
|
|
|
this.Class.DataPropertyName = "Class";
|
|
|
|
|
this.Class.HeaderText = "班级";
|
|
|
|
|
this.Class.Name = "Class";
|
|
|
|
|
this.Class.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// Number
|
|
|
|
|
//
|
|
|
|
|
this.Number.DataPropertyName = "Number";
|
|
|
|
|
this.Number.HeaderText = "学籍号";
|
|
|
|
|
this.Number.Name = "Number";
|
|
|
|
|
this.Number.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// Image
|
|
|
|
|
//
|
|
|
|
|
this.Image.DataPropertyName = "Image";
|
|
|
|
|
this.Image.HeaderText = "图像";
|
|
|
|
|
this.Image.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
|
|
|
|
|
this.Image.Name = "Image";
|
|
|
|
|
this.Image.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// HasImage
|
|
|
|
|
//
|
|
|
|
|
this.HasImage.DataPropertyName = "HasImage";
|
|
|
|
|
this.HasImage.HeaderText = "已采集";
|
|
|
|
|
this.HasImage.Name = "HasImage";
|
|
|
|
|
this.HasImage.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// HasIdCard
|
|
|
|
|
//
|
|
|
|
|
this.HasIdCard.DataPropertyName = "HasIdCard";
|
|
|
|
|
this.HasIdCard.HeaderText = "已验证身份证";
|
|
|
|
|
this.HasIdCard.Name = "HasIdCard";
|
|
|
|
|
this.HasIdCard.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// HasChedked
|
|
|
|
|
//
|
|
|
|
|
this.HasChedked.DataPropertyName = "HasChecked";
|
|
|
|
|
this.HasChedked.HeaderText = "已审核";
|
|
|
|
|
this.HasChedked.Name = "HasChedked";
|
|
|
|
|
this.HasChedked.ReadOnly = true;
|
|
|
|
|
this.HasChedked.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.HasChedked.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
|
|
//
|
|
|
|
|
// HasUploaded
|
|
|
|
|
//
|
|
|
|
|
this.HasUploaded.DataPropertyName = "HasUploaded";
|
|
|
|
|
this.HasUploaded.HeaderText = "已上传";
|
|
|
|
|
this.HasUploaded.Name = "HasUploaded";
|
|
|
|
|
this.HasUploaded.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// StudentId
|
|
|
|
|
//
|
|
|
|
|
this.StudentId.DataPropertyName = "Id";
|
|
|
|
|
this.StudentId.HeaderText = "Id";
|
|
|
|
|
this.StudentId.Name = "StudentId";
|
|
|
|
|
this.StudentId.ReadOnly = true;
|
|
|
|
|
this.StudentId.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// MainForm
|
|
|
|
|
//
|
|
|
|
@ -684,5 +807,17 @@
|
|
|
|
|
private System.Windows.Forms.ComboBox pageIndexSelector;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel pageMenu;
|
|
|
|
|
private System.Windows.Forms.Label totalPageValue;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn StudentName;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Sex;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Nation;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn IdCardNo;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Class;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Number;
|
|
|
|
|
private System.Windows.Forms.DataGridViewImageColumn Image;
|
|
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn HasImage;
|
|
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn HasIdCard;
|
|
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn HasChedked;
|
|
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn HasUploaded;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn StudentId;
|
|
|
|
|
}
|
|
|
|
|
}
|