namespace UAS_CheckWork { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txtPort = new System.Windows.Forms.TextBox(); this.lblState = new System.Windows.Forms.Label(); this.getAllData = new System.Windows.Forms.Button(); this.allData = new System.Windows.Forms.BindingSource(this.components); this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ExportEmp = new System.Windows.Forms.Button(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.Master = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.OperateResult = new System.Windows.Forms.RichTextBox(); this.IP = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.allData)).BeginInit(); this.SuspendLayout(); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(386, 38); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 41); this.label2.TabIndex = 14; this.label2.Text = "Port"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(48, 38); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 41); this.label1.TabIndex = 13; this.label1.Text = "IP"; // // txtPort // this.txtPort.Location = new System.Drawing.Point(476, 38); this.txtPort.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.txtPort.Name = "txtPort"; this.txtPort.Size = new System.Drawing.Size(70, 35); this.txtPort.TabIndex = 12; this.txtPort.Text = "4370"; // // lblState // this.lblState.AutoSize = true; this.lblState.ForeColor = System.Drawing.Color.Crimson; this.lblState.Location = new System.Drawing.Point(613, 49); this.lblState.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblState.Name = "lblState"; this.lblState.Size = new System.Drawing.Size(142, 24); this.lblState.TabIndex = 15; this.lblState.Text = "状态:未连接"; // // getAllData // this.getAllData.BackColor = System.Drawing.SystemColors.ControlLightLight; this.getAllData.Location = new System.Drawing.Point(1544, 8); this.getAllData.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.getAllData.Name = "getAllData"; this.getAllData.Size = new System.Drawing.Size(204, 50); this.getAllData.TabIndex = 17; this.getAllData.Text = "同步考勤数据"; this.getAllData.UseVisualStyleBackColor = false; this.getAllData.Click += new System.EventHandler(this.getAllData_Click); // // dataGridViewCheckBoxColumn1 // this.dataGridViewCheckBoxColumn1.HeaderText = "勾选"; this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1"; // // ExportEmp // this.ExportEmp.BackColor = System.Drawing.SystemColors.ControlLightLight; this.ExportEmp.Location = new System.Drawing.Point(1544, 62); this.ExportEmp.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.ExportEmp.Name = "ExportEmp"; this.ExportEmp.Size = new System.Drawing.Size(204, 50); this.ExportEmp.TabIndex = 18; this.ExportEmp.Text = "导出人员数据"; this.ExportEmp.UseVisualStyleBackColor = false; this.ExportEmp.Click += new System.EventHandler(this.ExportEmp_Click); // // Master // this.Master.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.Master.FormattingEnabled = true; this.Master.Location = new System.Drawing.Point(929, 52); this.Master.Name = "Master"; this.Master.Size = new System.Drawing.Size(480, 32); this.Master.TabIndex = 19; // // label3 // this.label3.AutoSize = true; this.label3.ForeColor = System.Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(816, 55); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(106, 24); this.label3.TabIndex = 20; this.label3.Text = "选择账套"; // // OperateResult // this.OperateResult.Location = new System.Drawing.Point(55, 136); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(1693, 734); this.OperateResult.TabIndex = 21; this.OperateResult.Text = ""; // // IP // this.IP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.IP.FormattingEnabled = true; this.IP.Items.AddRange(new object[] { "192.168.2.230", "192.168.2.231", "192.168.2.232", "192.168.1.4", "192.168.1.241", "192.168.1.153", "192.168.1.182", "192.168.1.183", "192.168.1.75", "192.168.1.181", "192.168.1.219", "192.168.1.244"}); this.IP.Location = new System.Drawing.Point(111, 44); this.IP.Name = "IP"; this.IP.Size = new System.Drawing.Size(268, 32); this.IP.TabIndex = 22; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1781, 902); this.Controls.Add(this.IP); this.Controls.Add(this.OperateResult); this.Controls.Add(this.label3); this.Controls.Add(this.Master); this.Controls.Add(this.ExportEmp); this.Controls.Add(this.getAllData); this.Controls.Add(this.lblState); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.txtPort); this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2); this.Name = "Form1"; this.Text = "Form1"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.allData)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtPort; private System.Windows.Forms.Label lblState; private System.Windows.Forms.Button getAllData; private System.Windows.Forms.BindingSource allData; private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1; private System.Windows.Forms.Button ExportEmp; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private System.Windows.Forms.ComboBox Master; private System.Windows.Forms.Label label3; private System.Windows.Forms.RichTextBox OperateResult; private System.Windows.Forms.ComboBox IP; } }