namespace lyfzAttendance
{
partial class frmMain
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.dataGridView1 = new LYFZ.ComponentLibrary.DataGridViewEx();
this.btn_Connect = new LYFZ.ComponentLibrary.ButtonEx();
this.groupBox1 = new LYFZ.ComponentLibrary.GroupBoxEx();
this.cb_autoupload = new LYFZ.ComponentLibrary.CheckBoxEx();
this.btn_Import = new LYFZ.ComponentLibrary.ButtonForm();
this.btn_get_all_log = new LYFZ.ComponentLibrary.ButtonForm();
this.btn_BenumbAllManager = new LYFZ.ComponentLibrary.ButtonForm();
this.btn_InitMachine = new LYFZ.ComponentLibrary.ButtonForm();
this.btn_clear_all_log = new LYFZ.ComponentLibrary.ButtonForm();
this.btn_upload_log = new LYFZ.ComponentLibrary.ButtonForm();
this.btn_Export = new LYFZ.ComponentLibrary.ButtonForm();
this.btn_DisConnect = new LYFZ.ComponentLibrary.ButtonEx();
this.lab_count = new System.Windows.Forms.Label();
this.mainNotifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.mainNotifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItemNormal = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemAuto = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItemQuit = new System.Windows.Forms.ToolStripMenuItem();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox1.SuspendLayout();
this.mainNotifyContextMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.BackColor = System.Drawing.Color.White;
this.plExMainContainer.Controls.Add(this.dataGridView1);
this.plExMainContainer.Controls.Add(this.lab_count);
this.plExMainContainer.Controls.Add(this.groupBox1);
this.plExMainContainer.Size = new System.Drawing.Size(1103, 545);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(1103, 545);
//
// btnAppFormMenu
//
this.btnAppFormMenu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMenu.BackImg")));
this.btnAppFormMenu.Location = new System.Drawing.Point(990, 0);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(1044, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(1071, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(1017, 0);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.ColumnHeadersHeight = 24;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5,
this.Column6});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.EnableHeadersVisualStyles = false;
this.dataGridView1.EraseCell = false;
this.dataGridView1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dataGridView1.GridViewUniquelyIdentify = resources.GetString("dataGridView1.GridViewUniquelyIdentify");
this.dataGridView1.IsCompleteBonding = false;
this.dataGridView1.IsCopyCellValue = true;
this.dataGridView1.Location = new System.Drawing.Point(0, 64);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(1103, 469);
this.dataGridView1.TabIndex = 0;
//
// btn_Connect
//
this.btn_Connect.BackColor = System.Drawing.Color.Transparent;
this.btn_Connect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Connect.BackImg")));
this.btn_Connect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Connect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Connect.ForeColor = System.Drawing.Color.White;
this.btn_Connect.IsCustomBackImg = false;
this.btn_Connect.IsShowText = true;
this.btn_Connect.Location = new System.Drawing.Point(10, 20);
this.btn_Connect.Name = "btn_Connect";
this.btn_Connect.Size = new System.Drawing.Size(88, 26);
this.btn_Connect.TabIndex = 1;
this.btn_Connect.Text = "连接设备";
this.btn_Connect.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cb_autoupload);
this.groupBox1.Controls.Add(this.btn_Import);
this.groupBox1.Controls.Add(this.btn_get_all_log);
this.groupBox1.Controls.Add(this.btn_BenumbAllManager);
this.groupBox1.Controls.Add(this.btn_InitMachine);
this.groupBox1.Controls.Add(this.btn_clear_all_log);
this.groupBox1.Controls.Add(this.btn_upload_log);
this.groupBox1.Controls.Add(this.btn_Export);
this.groupBox1.Controls.Add(this.btn_DisConnect);
this.groupBox1.Controls.Add(this.btn_Connect);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1103, 64);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
//
// cb_autoupload
//
this.cb_autoupload.AutoSize = true;
this.cb_autoupload.BackColor = System.Drawing.Color.Transparent;
this.cb_autoupload.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.cb_autoupload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.cb_autoupload.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.cb_autoupload.Fourstates = false;
this.cb_autoupload.IsGreenTick = false;
this.cb_autoupload.Location = new System.Drawing.Point(568, 24);
this.cb_autoupload.Name = "cb_autoupload";
this.cb_autoupload.Size = new System.Drawing.Size(75, 21);
this.cb_autoupload.TabIndex = 2;
this.cb_autoupload.Text = "实时上传";
this.cb_autoupload.UseVisualStyleBackColor = true;
//
// btn_Import
//
this.btn_Import.BackColor = System.Drawing.Color.Transparent;
this.btn_Import.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Import.BackImg")));
this.btn_Import.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Import.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Import.ForeColor = System.Drawing.Color.White;
this.btn_Import.IsCustomBackImg = false;
this.btn_Import.IsShowText = true;
this.btn_Import.Location = new System.Drawing.Point(873, 20);
this.btn_Import.Name = "btn_Import";
this.btn_Import.Size = new System.Drawing.Size(106, 26);
this.btn_Import.TabIndex = 1;
this.btn_Import.Text = "导入数据";
this.btn_Import.UseVisualStyleBackColor = true;
//
// btn_get_all_log
//
this.btn_get_all_log.BackColor = System.Drawing.Color.Transparent;
this.btn_get_all_log.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_get_all_log.BackImg")));
this.btn_get_all_log.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_get_all_log.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_get_all_log.ForeColor = System.Drawing.Color.White;
this.btn_get_all_log.IsCustomBackImg = false;
this.btn_get_all_log.IsShowText = true;
this.btn_get_all_log.Location = new System.Drawing.Point(649, 20);
this.btn_get_all_log.Name = "btn_get_all_log";
this.btn_get_all_log.Size = new System.Drawing.Size(106, 26);
this.btn_get_all_log.TabIndex = 1;
this.btn_get_all_log.Text = "全部记录";
this.btn_get_all_log.UseVisualStyleBackColor = true;
//
// btn_BenumbAllManager
//
this.btn_BenumbAllManager.BackColor = System.Drawing.Color.Transparent;
this.btn_BenumbAllManager.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_BenumbAllManager.BackImg")));
this.btn_BenumbAllManager.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_BenumbAllManager.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_BenumbAllManager.ForeColor = System.Drawing.Color.White;
this.btn_BenumbAllManager.IsCustomBackImg = false;
this.btn_BenumbAllManager.IsShowText = true;
this.btn_BenumbAllManager.Location = new System.Drawing.Point(422, 20);
this.btn_BenumbAllManager.Name = "btn_BenumbAllManager";
this.btn_BenumbAllManager.Size = new System.Drawing.Size(106, 26);
this.btn_BenumbAllManager.TabIndex = 1;
this.btn_BenumbAllManager.Text = "清空权限";
this.btn_BenumbAllManager.UseVisualStyleBackColor = true;
//
// btn_InitMachine
//
this.btn_InitMachine.BackColor = System.Drawing.Color.Transparent;
this.btn_InitMachine.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_InitMachine.BackImg")));
this.btn_InitMachine.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_InitMachine.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_InitMachine.ForeColor = System.Drawing.Color.White;
this.btn_InitMachine.IsCustomBackImg = false;
this.btn_InitMachine.IsShowText = true;
this.btn_InitMachine.Location = new System.Drawing.Point(310, 20);
this.btn_InitMachine.Name = "btn_InitMachine";
this.btn_InitMachine.Size = new System.Drawing.Size(106, 26);
this.btn_InitMachine.TabIndex = 1;
this.btn_InitMachine.Text = "初始化";
this.btn_InitMachine.UseVisualStyleBackColor = true;
//
// btn_clear_all_log
//
this.btn_clear_all_log.BackColor = System.Drawing.Color.Transparent;
this.btn_clear_all_log.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_clear_all_log.BackImg")));
this.btn_clear_all_log.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_clear_all_log.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_clear_all_log.ForeColor = System.Drawing.Color.White;
this.btn_clear_all_log.IsCustomBackImg = false;
this.btn_clear_all_log.IsShowText = true;
this.btn_clear_all_log.Location = new System.Drawing.Point(198, 20);
this.btn_clear_all_log.Name = "btn_clear_all_log";
this.btn_clear_all_log.Size = new System.Drawing.Size(106, 26);
this.btn_clear_all_log.TabIndex = 1;
this.btn_clear_all_log.Text = "清空记录";
this.btn_clear_all_log.UseVisualStyleBackColor = true;
//
// btn_upload_log
//
this.btn_upload_log.BackColor = System.Drawing.Color.Transparent;
this.btn_upload_log.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_upload_log.BackImg")));
this.btn_upload_log.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_upload_log.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_upload_log.ForeColor = System.Drawing.Color.White;
this.btn_upload_log.IsCustomBackImg = false;
this.btn_upload_log.IsShowText = true;
this.btn_upload_log.Location = new System.Drawing.Point(761, 20);
this.btn_upload_log.Name = "btn_upload_log";
this.btn_upload_log.Size = new System.Drawing.Size(106, 26);
this.btn_upload_log.TabIndex = 1;
this.btn_upload_log.Text = "上传数据";
this.btn_upload_log.UseVisualStyleBackColor = true;
//
// btn_Export
//
this.btn_Export.BackColor = System.Drawing.Color.Transparent;
this.btn_Export.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Export.BackImg")));
this.btn_Export.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Export.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Export.ForeColor = System.Drawing.Color.White;
this.btn_Export.IsCustomBackImg = false;
this.btn_Export.IsShowText = true;
this.btn_Export.Location = new System.Drawing.Point(985, 20);
this.btn_Export.Name = "btn_Export";
this.btn_Export.Size = new System.Drawing.Size(106, 26);
this.btn_Export.TabIndex = 1;
this.btn_Export.Text = "保存数据";
this.btn_Export.UseVisualStyleBackColor = true;
//
// btn_DisConnect
//
this.btn_DisConnect.BackColor = System.Drawing.Color.Transparent;
this.btn_DisConnect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_DisConnect.BackImg")));
this.btn_DisConnect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_DisConnect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_DisConnect.ForeColor = System.Drawing.Color.White;
this.btn_DisConnect.IsCustomBackImg = false;
this.btn_DisConnect.IsShowText = true;
this.btn_DisConnect.Location = new System.Drawing.Point(104, 20);
this.btn_DisConnect.Name = "btn_DisConnect";
this.btn_DisConnect.Size = new System.Drawing.Size(88, 26);
this.btn_DisConnect.TabIndex = 1;
this.btn_DisConnect.Text = "断开设备";
this.btn_DisConnect.UseVisualStyleBackColor = true;
//
// lab_count
//
this.lab_count.AutoSize = true;
this.lab_count.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lab_count.Location = new System.Drawing.Point(0, 533);
this.lab_count.Name = "lab_count";
this.lab_count.Size = new System.Drawing.Size(77, 12);
this.lab_count.TabIndex = 3;
this.lab_count.Text = "记录数:0 条";
//
// mainNotifyIcon
//
this.mainNotifyIcon.ContextMenuStrip = this.mainNotifyContextMenuStrip;
this.mainNotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("mainNotifyIcon.Icon")));
this.mainNotifyIcon.Text = "指纹机";
this.mainNotifyIcon.Visible = true;
this.mainNotifyIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.mainNotifyIcon_MouseDoubleClick);
//
// mainNotifyContextMenuStrip
//
this.mainNotifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItemNormal,
this.toolStripMenuItemAuto,
this.toolStripMenuItemQuit});
this.mainNotifyContextMenuStrip.Name = "mainNotifyContextMenuStrip";
this.mainNotifyContextMenuStrip.Size = new System.Drawing.Size(125, 70);
//
// toolStripMenuItemNormal
//
this.toolStripMenuItemNormal.Name = "toolStripMenuItemNormal";
this.toolStripMenuItemNormal.Size = new System.Drawing.Size(124, 22);
this.toolStripMenuItemNormal.Text = "显示";
this.toolStripMenuItemNormal.Click += new System.EventHandler(this.toolStripMenuItemNormal_Click);
//
// toolStripMenuItemAuto
//
this.toolStripMenuItemAuto.CheckOnClick = true;
this.toolStripMenuItemAuto.Name = "toolStripMenuItemAuto";
this.toolStripMenuItemAuto.Size = new System.Drawing.Size(124, 22);
this.toolStripMenuItemAuto.Text = "开机启动";
this.toolStripMenuItemAuto.Click += new System.EventHandler(this.toolStripMenuItemAuto_Click);
//
// toolStripMenuItemQuit
//
this.toolStripMenuItemQuit.Name = "toolStripMenuItemQuit";
this.toolStripMenuItemQuit.Size = new System.Drawing.Size(124, 22);
this.toolStripMenuItemQuit.Text = "退出";
this.toolStripMenuItemQuit.Click += new System.EventHandler(this.toolStripMenuItemQuit_Click);
//
// Column1
//
this.Column1.HeaderText = "员工工号";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 150;
//
// Column2
//
this.Column2.HeaderText = "员工姓名";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 120;
//
// Column3
//
this.Column3.HeaderText = "员工性别";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
//
// Column4
//
this.Column4.HeaderText = "员工指纹";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column5
//
this.Column5.HeaderText = "考勤时间";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Width = 150;
//
// Column6
//
this.Column6.HeaderText = "上传状态";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(1103, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsShowBtnFormMenu = true;
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "考勤机";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.Load += new System.EventHandler(this.frmMain_Load);
this.SizeChanged += new System.EventHandler(this.frmMain_SizeChanged);
this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
this.Controls.SetChildIndex(this.btnAppFormExit, 0);
this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
this.Controls.SetChildIndex(this.plFormMainContent, 0);
this.plExMainContainer.ResumeLayout(false);
this.plExMainContainer.PerformLayout();
this.plFormMainContent.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.mainNotifyContextMenuStrip.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private LYFZ.ComponentLibrary.DataGridViewEx dataGridView1;
private LYFZ.ComponentLibrary.ButtonEx btn_Connect;
private LYFZ.ComponentLibrary.GroupBoxEx groupBox1;
private LYFZ.ComponentLibrary.ButtonForm btn_upload_log;
private LYFZ.ComponentLibrary.ButtonForm btn_get_all_log;
private LYFZ.ComponentLibrary.ButtonForm btn_Import;
private LYFZ.ComponentLibrary.ButtonForm btn_Export;
private System.Windows.Forms.Label lab_count;
private LYFZ.ComponentLibrary.ButtonEx btn_DisConnect;
private LYFZ.ComponentLibrary.CheckBoxEx cb_autoupload;
private LYFZ.ComponentLibrary.ButtonForm btn_clear_all_log;
private LYFZ.ComponentLibrary.ButtonForm btn_InitMachine;
private System.Windows.Forms.NotifyIcon mainNotifyIcon;
private System.Windows.Forms.ContextMenuStrip mainNotifyContextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemNormal;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemQuit;
private LYFZ.ComponentLibrary.ButtonForm btn_BenumbAllManager;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemAuto;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
}
}