⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 上海邮区中心局门禁、考勤消费系统数据同步系统
💻 CS
字号:
namespace DataTrans
{
    partial class Form1
    {
        /// <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 Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
        	this.components = new System.ComponentModel.Container();
        	System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
        	this.label1 = new System.Windows.Forms.Label();
        	this.dataGridView1 = new System.Windows.Forms.DataGridView();
        	this.button1 = new System.Windows.Forms.Button();
        	this.timer1 = new System.Windows.Forms.Timer(this.components);
        	this.label2 = new System.Windows.Forms.Label();
        	this.groupBox1 = new System.Windows.Forms.GroupBox();
        	this.button2 = new System.Windows.Forms.Button();
        	this.listBox1 = new System.Windows.Forms.ListBox();
        	this.dataGridView2 = new System.Windows.Forms.DataGridView();
        	this.label3 = new System.Windows.Forms.Label();
        	this.label4 = new System.Windows.Forms.Label();
        	this.label5 = new System.Windows.Forms.Label();
        	((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
        	this.groupBox1.SuspendLayout();
        	((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
        	this.SuspendLayout();
        	// 
        	// label1
        	// 
        	this.label1.AutoSize = true;
        	this.label1.Location = new System.Drawing.Point(148, 306);
        	this.label1.Name = "label1";
        	this.label1.Size = new System.Drawing.Size(10, 13);
        	this.label1.TabIndex = 0;
        	this.label1.Text = ".";
        	// 
        	// dataGridView1
        	// 
        	this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
        	this.dataGridView1.Location = new System.Drawing.Point(12, 31);
        	this.dataGridView1.Name = "dataGridView1";
        	this.dataGridView1.Size = new System.Drawing.Size(264, 313);
        	this.dataGridView1.TabIndex = 1;
        	// 
        	// button1
        	// 
        	this.button1.Location = new System.Drawing.Point(18, 19);
        	this.button1.Name = "button1";
        	this.button1.Size = new System.Drawing.Size(94, 23);
        	this.button1.TabIndex = 2;
        	this.button1.Text = "测试网络文件";
        	this.button1.UseVisualStyleBackColor = true;
        	this.button1.Click += new System.EventHandler(this.button1_Click);
        	// 
        	// timer1
        	// 
        	this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
        	// 
        	// label2
        	// 
        	this.label2.AutoSize = true;
        	this.label2.Location = new System.Drawing.Point(15, 67);
        	this.label2.Name = "label2";
        	this.label2.Size = new System.Drawing.Size(67, 13);
        	this.label2.TabIndex = 3;
        	this.label2.Text = "提示信息:";
        	// 
        	// groupBox1
        	// 
        	this.groupBox1.Controls.Add(this.label5);
        	this.groupBox1.Controls.Add(this.button2);
        	this.groupBox1.Controls.Add(this.listBox1);
        	this.groupBox1.Controls.Add(this.button1);
        	this.groupBox1.Controls.Add(this.label2);
        	this.groupBox1.Controls.Add(this.label1);
        	this.groupBox1.Location = new System.Drawing.Point(284, 12);
        	this.groupBox1.Name = "groupBox1";
        	this.groupBox1.Size = new System.Drawing.Size(272, 332);
        	this.groupBox1.TabIndex = 4;
        	this.groupBox1.TabStop = false;
        	this.groupBox1.Text = "测试工具";
        	// 
        	// button2
        	// 
        	this.button2.Location = new System.Drawing.Point(171, 57);
        	this.button2.Name = "button2";
        	this.button2.Size = new System.Drawing.Size(89, 21);
        	this.button2.TabIndex = 5;
        	this.button2.Text = "清空提示信息";
        	this.button2.UseVisualStyleBackColor = true;
        	this.button2.Click += new System.EventHandler(this.Button2Click);
        	// 
        	// listBox1
        	// 
        	this.listBox1.FormattingEnabled = true;
        	this.listBox1.Location = new System.Drawing.Point(9, 84);
        	this.listBox1.Name = "listBox1";
        	this.listBox1.Size = new System.Drawing.Size(257, 212);
        	this.listBox1.TabIndex = 4;
        	// 
        	// dataGridView2
        	// 
        	this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
        	this.dataGridView2.Location = new System.Drawing.Point(562, 31);
        	this.dataGridView2.Name = "dataGridView2";
        	this.dataGridView2.Size = new System.Drawing.Size(264, 313);
        	this.dataGridView2.TabIndex = 5;
        	// 
        	// label3
        	// 
        	this.label3.Location = new System.Drawing.Point(37, 9);
        	this.label3.Name = "label3";
        	this.label3.Size = new System.Drawing.Size(189, 16);
        	this.label3.TabIndex = 6;
        	this.label3.Text = "SQL Server门禁考勤新增Hex数据:";
        	// 
        	// label4
        	// 
        	this.label4.Location = new System.Drawing.Point(595, 9);
        	this.label4.Name = "label4";
        	this.label4.Size = new System.Drawing.Size(202, 16);
        	this.label4.TabIndex = 7;
        	this.label4.Text = "Foxpro 消费系统接收到的Dec数据:";
        	// 
        	// label5
        	// 
        	this.label5.Location = new System.Drawing.Point(9, 306);
        	this.label5.Name = "label5";
        	this.label5.Size = new System.Drawing.Size(133, 23);
        	this.label5.TabIndex = 6;
        	this.label5.Text = "当前影响的记录条数:";
        	// 
        	// Form1
        	// 
        	this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
        	this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
        	this.ClientSize = new System.Drawing.Size(838, 356);
        	this.Controls.Add(this.label4);
        	this.Controls.Add(this.label3);
        	this.Controls.Add(this.dataGridView2);
        	this.Controls.Add(this.groupBox1);
        	this.Controls.Add(this.dataGridView1);
        	this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
        	this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
        	this.Name = "Form1";
        	this.Text = "上海邮区中心局-考勤数据传输系统";
        	this.Load += new System.EventHandler(this.Form1_Load);
        	((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
        	this.groupBox1.ResumeLayout(false);
        	this.groupBox1.PerformLayout();
        	((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
        	this.ResumeLayout(false);
        }
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.DataGridView dataGridView2;

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ListBox listBox1;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -