You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
682 lines
35 KiB
682 lines
35 KiB
namespace CameraCard
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <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()
|
|
{
|
|
System.Windows.Forms.TabPage tab1;
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.idcGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.photo = new System.Windows.Forms.PictureBox();
|
|
this.shotBtn = new System.Windows.Forms.Button();
|
|
this.log = new System.Windows.Forms.RichTextBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.pullDataButton = new System.Windows.Forms.Button();
|
|
this.searchButton = new System.Windows.Forms.Button();
|
|
this.numberValue = new System.Windows.Forms.TextBox();
|
|
this.numberLabel = new System.Windows.Forms.Label();
|
|
this.nameValue = new System.Windows.Forms.TextBox();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.classSecletor1 = new System.Windows.Forms.ComboBox();
|
|
this.classLabel = new System.Windows.Forms.Label();
|
|
this.cameraSelector = new System.Windows.Forms.ComboBox();
|
|
this.cameraRender = new System.Windows.Forms.PictureBox();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tab2 = new System.Windows.Forms.TabPage();
|
|
this.tab3 = new System.Windows.Forms.TabPage();
|
|
this.tab4 = new System.Windows.Forms.TabPage();
|
|
this.tabControl2 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.checkUpdate = new System.Windows.Forms.Button();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.versionLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.dataGrid = new System.Windows.Forms.DataGridView();
|
|
this.groupGrid = new System.Windows.Forms.DataGridView();
|
|
this.classSelector = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.numberInput = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.nameInput = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.totalValue = new System.Windows.Forms.Label();
|
|
this.pageSizeSelector = new System.Windows.Forms.ComboBox();
|
|
this.idCard = new CameraCard.IdCard();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.pageIndexSelector = new System.Windows.Forms.ComboBox();
|
|
tab1 = new System.Windows.Forms.TabPage();
|
|
tab1.SuspendLayout();
|
|
this.idcGroupBox.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.photo)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cameraRender)).BeginInit();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tab2.SuspendLayout();
|
|
this.tab3.SuspendLayout();
|
|
this.tab4.SuspendLayout();
|
|
this.tabControl2.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGrid)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupGrid)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tab1
|
|
//
|
|
tab1.Controls.Add(this.idcGroupBox);
|
|
tab1.Controls.Add(this.groupBox1);
|
|
tab1.Controls.Add(this.shotBtn);
|
|
tab1.Controls.Add(this.log);
|
|
tab1.Controls.Add(this.panel1);
|
|
tab1.Controls.Add(this.cameraSelector);
|
|
tab1.Controls.Add(this.cameraRender);
|
|
tab1.Location = new System.Drawing.Point(4, 22);
|
|
tab1.Name = "tab1";
|
|
tab1.Padding = new System.Windows.Forms.Padding(3);
|
|
tab1.Size = new System.Drawing.Size(1000, 703);
|
|
tab1.TabIndex = 0;
|
|
tab1.Text = "图像采集";
|
|
tab1.UseVisualStyleBackColor = true;
|
|
//
|
|
// idcGroupBox
|
|
//
|
|
this.idcGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.idcGroupBox.Controls.Add(this.idCard);
|
|
this.idcGroupBox.Location = new System.Drawing.Point(174, 274);
|
|
this.idcGroupBox.Name = "idcGroupBox";
|
|
this.idcGroupBox.Size = new System.Drawing.Size(425, 222);
|
|
this.idcGroupBox.TabIndex = 7;
|
|
this.idcGroupBox.TabStop = false;
|
|
this.idcGroupBox.Text = "身份证";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox1.Controls.Add(this.photo);
|
|
this.groupBox1.Location = new System.Drawing.Point(173, 9);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(426, 249);
|
|
this.groupBox1.TabIndex = 6;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "学籍信息";
|
|
//
|
|
// photo
|
|
//
|
|
this.photo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.photo.BackColor = System.Drawing.Color.Black;
|
|
this.photo.Location = new System.Drawing.Point(318, 21);
|
|
this.photo.Name = "photo";
|
|
this.photo.Size = new System.Drawing.Size(102, 130);
|
|
this.photo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.photo.TabIndex = 5;
|
|
this.photo.TabStop = false;
|
|
//
|
|
// shotBtn
|
|
//
|
|
this.shotBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.shotBtn.Location = new System.Drawing.Point(764, 462);
|
|
this.shotBtn.Name = "shotBtn";
|
|
this.shotBtn.Size = new System.Drawing.Size(75, 34);
|
|
this.shotBtn.TabIndex = 4;
|
|
this.shotBtn.Text = "拍照";
|
|
this.shotBtn.UseVisualStyleBackColor = true;
|
|
this.shotBtn.Click += new System.EventHandler(this.shotBtn_Click);
|
|
//
|
|
// log
|
|
//
|
|
this.log.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.log.Location = new System.Drawing.Point(173, 516);
|
|
this.log.Name = "log";
|
|
this.log.Size = new System.Drawing.Size(819, 166);
|
|
this.log.TabIndex = 3;
|
|
this.log.Text = "";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.panel1.Controls.Add(this.pullDataButton);
|
|
this.panel1.Controls.Add(this.searchButton);
|
|
this.panel1.Controls.Add(this.numberValue);
|
|
this.panel1.Controls.Add(this.numberLabel);
|
|
this.panel1.Controls.Add(this.nameValue);
|
|
this.panel1.Controls.Add(this.nameLabel);
|
|
this.panel1.Controls.Add(this.classSecletor1);
|
|
this.panel1.Controls.Add(this.classLabel);
|
|
this.panel1.Location = new System.Drawing.Point(7, 6);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(160, 676);
|
|
this.panel1.TabIndex = 2;
|
|
//
|
|
// pullDataButton
|
|
//
|
|
this.pullDataButton.Location = new System.Drawing.Point(9, 3);
|
|
this.pullDataButton.Name = "pullDataButton";
|
|
this.pullDataButton.Size = new System.Drawing.Size(146, 30);
|
|
this.pullDataButton.TabIndex = 7;
|
|
this.pullDataButton.Text = "更新数据";
|
|
this.pullDataButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// searchButton
|
|
//
|
|
this.searchButton.Location = new System.Drawing.Point(9, 151);
|
|
this.searchButton.Name = "searchButton";
|
|
this.searchButton.Size = new System.Drawing.Size(146, 30);
|
|
this.searchButton.TabIndex = 6;
|
|
this.searchButton.Text = "检索";
|
|
this.searchButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// numberValue
|
|
//
|
|
this.numberValue.Location = new System.Drawing.Point(55, 113);
|
|
this.numberValue.Name = "numberValue";
|
|
this.numberValue.Size = new System.Drawing.Size(100, 21);
|
|
this.numberValue.TabIndex = 5;
|
|
//
|
|
// numberLabel
|
|
//
|
|
this.numberLabel.AutoSize = true;
|
|
this.numberLabel.Location = new System.Drawing.Point(8, 118);
|
|
this.numberLabel.Name = "numberLabel";
|
|
this.numberLabel.Size = new System.Drawing.Size(53, 12);
|
|
this.numberLabel.TabIndex = 4;
|
|
this.numberLabel.Text = "考籍号:";
|
|
//
|
|
// nameValue
|
|
//
|
|
this.nameValue.Location = new System.Drawing.Point(55, 77);
|
|
this.nameValue.Name = "nameValue";
|
|
this.nameValue.Size = new System.Drawing.Size(100, 21);
|
|
this.nameValue.TabIndex = 3;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(8, 82);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(41, 12);
|
|
this.nameLabel.TabIndex = 2;
|
|
this.nameLabel.Text = "姓名:";
|
|
//
|
|
// classSecletor1
|
|
//
|
|
this.classSecletor1.FormattingEnabled = true;
|
|
this.classSecletor1.Location = new System.Drawing.Point(55, 44);
|
|
this.classSecletor1.Name = "classSecletor1";
|
|
this.classSecletor1.Size = new System.Drawing.Size(100, 20);
|
|
this.classSecletor1.TabIndex = 1;
|
|
//
|
|
// classLabel
|
|
//
|
|
this.classLabel.AutoSize = true;
|
|
this.classLabel.Location = new System.Drawing.Point(7, 49);
|
|
this.classLabel.Name = "classLabel";
|
|
this.classLabel.Size = new System.Drawing.Size(41, 12);
|
|
this.classLabel.TabIndex = 0;
|
|
this.classLabel.Text = "班级:";
|
|
//
|
|
// cameraSelector
|
|
//
|
|
this.cameraSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cameraSelector.FormattingEnabled = true;
|
|
this.cameraSelector.Location = new System.Drawing.Point(605, 5);
|
|
this.cameraSelector.Name = "cameraSelector";
|
|
this.cameraSelector.Size = new System.Drawing.Size(392, 20);
|
|
this.cameraSelector.TabIndex = 1;
|
|
this.cameraSelector.SelectedIndexChanged += new System.EventHandler(this.cameraSelector_SelectedIndexChanged);
|
|
//
|
|
// cameraRender
|
|
//
|
|
this.cameraRender.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cameraRender.BackColor = System.Drawing.Color.Black;
|
|
this.cameraRender.Location = new System.Drawing.Point(605, 30);
|
|
this.cameraRender.Name = "cameraRender";
|
|
this.cameraRender.Size = new System.Drawing.Size(387, 426);
|
|
this.cameraRender.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.cameraRender.TabIndex = 0;
|
|
this.cameraRender.TabStop = false;
|
|
this.cameraRender.Paint += new System.Windows.Forms.PaintEventHandler(this.cameraRender_Paint);
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(tab1);
|
|
this.tabControl1.Controls.Add(this.tab2);
|
|
this.tabControl1.Controls.Add(this.tab3);
|
|
this.tabControl1.Controls.Add(this.tab4);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(1008, 729);
|
|
this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
this.tabControl1.TabIndex = 2;
|
|
this.tabControl1.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected);
|
|
//
|
|
// tab2
|
|
//
|
|
this.tab2.Controls.Add(this.groupGrid);
|
|
this.tab2.Location = new System.Drawing.Point(4, 22);
|
|
this.tab2.Name = "tab2";
|
|
this.tab2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tab2.Size = new System.Drawing.Size(1000, 703);
|
|
this.tab2.TabIndex = 1;
|
|
this.tab2.Text = "采集进度";
|
|
this.tab2.UseVisualStyleBackColor = true;
|
|
//
|
|
// tab3
|
|
//
|
|
this.tab3.Controls.Add(this.pageIndexSelector);
|
|
this.tab3.Controls.Add(this.flowLayoutPanel1);
|
|
this.tab3.Controls.Add(this.pageSizeSelector);
|
|
this.tab3.Controls.Add(this.totalValue);
|
|
this.tab3.Controls.Add(this.label4);
|
|
this.tab3.Controls.Add(this.button1);
|
|
this.tab3.Controls.Add(this.nameInput);
|
|
this.tab3.Controls.Add(this.label3);
|
|
this.tab3.Controls.Add(this.numberInput);
|
|
this.tab3.Controls.Add(this.label2);
|
|
this.tab3.Controls.Add(this.label1);
|
|
this.tab3.Controls.Add(this.classSelector);
|
|
this.tab3.Controls.Add(this.dataGrid);
|
|
this.tab3.Location = new System.Drawing.Point(4, 22);
|
|
this.tab3.Name = "tab3";
|
|
this.tab3.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tab3.Size = new System.Drawing.Size(1000, 703);
|
|
this.tab3.TabIndex = 2;
|
|
this.tab3.Text = "图像管理";
|
|
this.tab3.UseVisualStyleBackColor = true;
|
|
//
|
|
// tab4
|
|
//
|
|
this.tab4.Controls.Add(this.tabControl2);
|
|
this.tab4.Location = new System.Drawing.Point(4, 22);
|
|
this.tab4.Name = "tab4";
|
|
this.tab4.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tab4.Size = new System.Drawing.Size(1000, 703);
|
|
this.tab4.TabIndex = 3;
|
|
this.tab4.Text = "系统设置";
|
|
this.tab4.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabControl2
|
|
//
|
|
this.tabControl2.Alignment = System.Windows.Forms.TabAlignment.Left;
|
|
this.tabControl2.Controls.Add(this.tabPage1);
|
|
this.tabControl2.Controls.Add(this.tabPage2);
|
|
this.tabControl2.Controls.Add(this.tabPage3);
|
|
this.tabControl2.Controls.Add(this.tabPage4);
|
|
this.tabControl2.ItemSize = new System.Drawing.Size(100, 40);
|
|
this.tabControl2.Location = new System.Drawing.Point(3, 3);
|
|
this.tabControl2.Multiline = true;
|
|
this.tabControl2.Name = "tabControl2";
|
|
this.tabControl2.SelectedIndex = 0;
|
|
this.tabControl2.Size = new System.Drawing.Size(994, 679);
|
|
this.tabControl2.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
|
|
this.tabControl2.TabIndex = 0;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.checkUpdate);
|
|
this.tabPage1.Location = new System.Drawing.Point(44, 4);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(946, 671);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "账号";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkUpdate
|
|
//
|
|
this.checkUpdate.Location = new System.Drawing.Point(95, 63);
|
|
this.checkUpdate.Name = "checkUpdate";
|
|
this.checkUpdate.Size = new System.Drawing.Size(89, 32);
|
|
this.checkUpdate.TabIndex = 0;
|
|
this.checkUpdate.Text = "检查更新";
|
|
this.checkUpdate.UseVisualStyleBackColor = true;
|
|
this.checkUpdate.Click += new System.EventHandler(this.checkUpdate_Click);
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Location = new System.Drawing.Point(44, 4);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(946, 671);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "常规";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Location = new System.Drawing.Point(44, 4);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Size = new System.Drawing.Size(946, 671);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "存储设置";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage4
|
|
//
|
|
this.tabPage4.Location = new System.Drawing.Point(44, 4);
|
|
this.tabPage4.Name = "tabPage4";
|
|
this.tabPage4.Size = new System.Drawing.Size(946, 671);
|
|
this.tabPage4.TabIndex = 3;
|
|
this.tabPage4.Text = "关于应用";
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.statusLabel,
|
|
this.versionLabel});
|
|
this.statusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 707);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(1008, 22);
|
|
this.statusStrip1.TabIndex = 3;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// statusLabel
|
|
//
|
|
this.statusLabel.Name = "statusLabel";
|
|
this.statusLabel.Size = new System.Drawing.Size(32, 17);
|
|
this.statusLabel.Text = "状态";
|
|
//
|
|
// versionLabel
|
|
//
|
|
this.versionLabel.Name = "versionLabel";
|
|
this.versionLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.versionLabel.Size = new System.Drawing.Size(14, 17);
|
|
this.versionLabel.Text = "v";
|
|
//
|
|
// dataGrid
|
|
//
|
|
this.dataGrid.AllowUserToAddRows = false;
|
|
this.dataGrid.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
|
this.dataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGrid.DefaultCellStyle = dataGridViewCellStyle6;
|
|
this.dataGrid.Location = new System.Drawing.Point(-4, 53);
|
|
this.dataGrid.Name = "dataGrid";
|
|
this.dataGrid.ReadOnly = true;
|
|
this.dataGrid.RowTemplate.Height = 23;
|
|
this.dataGrid.Size = new System.Drawing.Size(1008, 583);
|
|
this.dataGrid.TabIndex = 0;
|
|
this.dataGrid.VirtualMode = true;
|
|
//
|
|
// groupGrid
|
|
//
|
|
this.groupGrid.AllowUserToAddRows = false;
|
|
this.groupGrid.AllowUserToDeleteRows = false;
|
|
this.groupGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.groupGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
|
this.groupGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.groupGrid.DefaultCellStyle = dataGridViewCellStyle8;
|
|
this.groupGrid.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupGrid.Location = new System.Drawing.Point(3, 3);
|
|
this.groupGrid.Name = "groupGrid";
|
|
this.groupGrid.ReadOnly = true;
|
|
this.groupGrid.RowTemplate.Height = 23;
|
|
this.groupGrid.Size = new System.Drawing.Size(994, 697);
|
|
this.groupGrid.TabIndex = 0;
|
|
//
|
|
// classSelector
|
|
//
|
|
this.classSelector.DisplayMember = "Class";
|
|
this.classSelector.FormattingEnabled = true;
|
|
this.classSelector.Location = new System.Drawing.Point(56, 21);
|
|
this.classSelector.Name = "classSelector";
|
|
this.classSelector.Size = new System.Drawing.Size(121, 20);
|
|
this.classSelector.TabIndex = 1;
|
|
this.classSelector.ValueMember = "Class";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(9, 24);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "班级:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(200, 24);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "考籍号:";
|
|
//
|
|
// numberInput
|
|
//
|
|
this.numberInput.Location = new System.Drawing.Point(252, 21);
|
|
this.numberInput.Name = "numberInput";
|
|
this.numberInput.Size = new System.Drawing.Size(120, 21);
|
|
this.numberInput.TabIndex = 4;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(398, 24);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "姓名:";
|
|
//
|
|
// nameInput
|
|
//
|
|
this.nameInput.Location = new System.Drawing.Point(457, 20);
|
|
this.nameInput.Name = "nameInput";
|
|
this.nameInput.Size = new System.Drawing.Size(120, 21);
|
|
this.nameInput.TabIndex = 6;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(730, 18);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 7;
|
|
this.button1.Text = "检索";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(8, 659);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(29, 12);
|
|
this.label4.TabIndex = 8;
|
|
this.label4.Text = "共:";
|
|
//
|
|
// totalValue
|
|
//
|
|
this.totalValue.AutoSize = true;
|
|
this.totalValue.Location = new System.Drawing.Point(43, 659);
|
|
this.totalValue.Name = "totalValue";
|
|
this.totalValue.Size = new System.Drawing.Size(11, 12);
|
|
this.totalValue.TabIndex = 9;
|
|
this.totalValue.Text = "0";
|
|
//
|
|
// pageSizeSelector
|
|
//
|
|
this.pageSizeSelector.DisplayMember = "Text";
|
|
this.pageSizeSelector.FormattingEnabled = true;
|
|
this.pageSizeSelector.Location = new System.Drawing.Point(82, 655);
|
|
this.pageSizeSelector.Name = "pageSizeSelector";
|
|
this.pageSizeSelector.Size = new System.Drawing.Size(74, 20);
|
|
this.pageSizeSelector.TabIndex = 10;
|
|
this.pageSizeSelector.ValueMember = "Value";
|
|
//
|
|
// idCard
|
|
//
|
|
this.idCard.Location = new System.Drawing.Point(-1, 16);
|
|
this.idCard.Name = "idCard";
|
|
this.idCard.Size = new System.Drawing.Size(420, 200);
|
|
this.idCard.TabIndex = 8;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(177, 642);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(689, 40);
|
|
this.flowLayoutPanel1.TabIndex = 11;
|
|
//
|
|
// pageIndexSelector
|
|
//
|
|
this.pageIndexSelector.FormattingEnabled = true;
|
|
this.pageIndexSelector.Location = new System.Drawing.Point(883, 655);
|
|
this.pageIndexSelector.Name = "pageIndexSelector";
|
|
this.pageIndexSelector.Size = new System.Drawing.Size(99, 20);
|
|
this.pageIndexSelector.TabIndex = 12;
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1008, 729);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.KeyPreview = true;
|
|
this.Name = "MainForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "MainFrom";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
|
|
this.Load += new System.EventHandler(this.MainFrom_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
|
|
tab1.ResumeLayout(false);
|
|
this.idcGroupBox.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.photo)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cameraRender)).EndInit();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tab2.ResumeLayout(false);
|
|
this.tab3.ResumeLayout(false);
|
|
this.tab3.PerformLayout();
|
|
this.tab4.ResumeLayout(false);
|
|
this.tabControl2.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGrid)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupGrid)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox cameraRender;
|
|
private System.Windows.Forms.ComboBox cameraSelector;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tab2;
|
|
private System.Windows.Forms.TabPage tab3;
|
|
private System.Windows.Forms.TabPage tab4;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.TextBox nameValue;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.ComboBox classSecletor1;
|
|
private System.Windows.Forms.Label classLabel;
|
|
private System.Windows.Forms.Button shotBtn;
|
|
private System.Windows.Forms.RichTextBox log;
|
|
private System.Windows.Forms.PictureBox photo;
|
|
private System.Windows.Forms.GroupBox idcGroupBox;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button searchButton;
|
|
private System.Windows.Forms.TextBox numberValue;
|
|
private System.Windows.Forms.Label numberLabel;
|
|
private System.Windows.Forms.Button pullDataButton;
|
|
private System.Windows.Forms.TabControl tabControl2;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.TabPage tabPage4;
|
|
private System.Windows.Forms.Button checkUpdate;
|
|
private System.Windows.Forms.ToolStripStatusLabel versionLabel;
|
|
private System.Windows.Forms.ToolStripStatusLabel statusLabel;
|
|
private IdCard idCard;
|
|
private System.Windows.Forms.DataGridView dataGrid;
|
|
private System.Windows.Forms.DataGridView groupGrid;
|
|
private System.Windows.Forms.ComboBox classSelector;
|
|
private System.Windows.Forms.TextBox nameInput;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox numberInput;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox pageSizeSelector;
|
|
private System.Windows.Forms.Label totalValue;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.ComboBox pageIndexSelector;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
}
|
|
} |