Files
lserp_cs_6.0/其他程序/Lskj.GetDingTalkAttendance/Lskj.GetDingTalkAttendance/FrmMain.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

263 lines
11 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace Lskj.GetDingTalkAttendance
{
partial class FrmMain
{
/// <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.pl_Top = new System.Windows.Forms.Panel();
this.startBtn = new System.Windows.Forms.Button();
this.txt_DBUser = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.txt_TimePoint = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txt_Password = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txt_DBName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txt_DBServer = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.pl_Bottom = new System.Windows.Forms.Panel();
this.txt_Msg = new System.Windows.Forms.TextBox();
this.txt_AppSecret = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txt_AppKey = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.pl_Top.SuspendLayout();
this.pl_Bottom.SuspendLayout();
this.SuspendLayout();
//
// pl_Top
//
this.pl_Top.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pl_Top.Controls.Add(this.txt_AppSecret);
this.pl_Top.Controls.Add(this.label6);
this.pl_Top.Controls.Add(this.txt_AppKey);
this.pl_Top.Controls.Add(this.label7);
this.pl_Top.Controls.Add(this.startBtn);
this.pl_Top.Controls.Add(this.txt_DBUser);
this.pl_Top.Controls.Add(this.label5);
this.pl_Top.Controls.Add(this.txt_TimePoint);
this.pl_Top.Controls.Add(this.label4);
this.pl_Top.Controls.Add(this.txt_Password);
this.pl_Top.Controls.Add(this.label3);
this.pl_Top.Controls.Add(this.txt_DBName);
this.pl_Top.Controls.Add(this.label2);
this.pl_Top.Controls.Add(this.txt_DBServer);
this.pl_Top.Controls.Add(this.label1);
this.pl_Top.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_Top.Location = new System.Drawing.Point(0, 0);
this.pl_Top.Name = "pl_Top";
this.pl_Top.Size = new System.Drawing.Size(610, 117);
this.pl_Top.TabIndex = 0;
//
// startBtn
//
this.startBtn.Location = new System.Drawing.Point(524, 88);
this.startBtn.Name = "startBtn";
this.startBtn.Size = new System.Drawing.Size(75, 23);
this.startBtn.TabIndex = 10;
this.startBtn.Text = "开始同步";
this.startBtn.UseVisualStyleBackColor = true;
//
// txt_DBUser
//
this.txt_DBUser.Location = new System.Drawing.Point(96, 61);
this.txt_DBUser.Name = "txt_DBUser";
this.txt_DBUser.Size = new System.Drawing.Size(160, 21);
this.txt_DBUser.TabIndex = 9;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(13, 66);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 12);
this.label5.TabIndex = 8;
this.label5.Text = "数据库用户:";
//
// txt_TimePoint
//
this.txt_TimePoint.Location = new System.Drawing.Point(96, 89);
this.txt_TimePoint.Name = "txt_TimePoint";
this.txt_TimePoint.Size = new System.Drawing.Size(417, 21);
this.txt_TimePoint.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 92);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 12);
this.label4.TabIndex = 6;
this.label4.Text = "同步时间点:";
//
// txt_Password
//
this.txt_Password.Location = new System.Drawing.Point(353, 63);
this.txt_Password.Name = "txt_Password";
this.txt_Password.PasswordChar = '*';
this.txt_Password.Size = new System.Drawing.Size(160, 21);
this.txt_Password.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(270, 66);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 12);
this.label3.TabIndex = 4;
this.label3.Text = "数据库密码:";
//
// txt_DBName
//
this.txt_DBName.Location = new System.Drawing.Point(353, 36);
this.txt_DBName.Name = "txt_DBName";
this.txt_DBName.Size = new System.Drawing.Size(160, 21);
this.txt_DBName.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(270, 39);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 2;
this.label2.Text = "数据库名称:";
//
// txt_DBServer
//
this.txt_DBServer.Location = new System.Drawing.Point(96, 34);
this.txt_DBServer.Name = "txt_DBServer";
this.txt_DBServer.Size = new System.Drawing.Size(160, 21);
this.txt_DBServer.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 0;
this.label1.Text = "数据库地址:";
//
// pl_Bottom
//
this.pl_Bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pl_Bottom.Controls.Add(this.txt_Msg);
this.pl_Bottom.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_Bottom.Location = new System.Drawing.Point(0, 117);
this.pl_Bottom.Name = "pl_Bottom";
this.pl_Bottom.Size = new System.Drawing.Size(610, 341);
this.pl_Bottom.TabIndex = 1;
//
// txt_Msg
//
this.txt_Msg.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txt_Msg.Dock = System.Windows.Forms.DockStyle.Fill;
this.txt_Msg.Location = new System.Drawing.Point(0, 0);
this.txt_Msg.Multiline = true;
this.txt_Msg.Name = "txt_Msg";
this.txt_Msg.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txt_Msg.Size = new System.Drawing.Size(608, 339);
this.txt_Msg.TabIndex = 0;
//
// txt_AppSecret
//
this.txt_AppSecret.Location = new System.Drawing.Point(353, 9);
this.txt_AppSecret.Name = "txt_AppSecret";
this.txt_AppSecret.PasswordChar = '*';
this.txt_AppSecret.Size = new System.Drawing.Size(160, 21);
this.txt_AppSecret.TabIndex = 14;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(270, 12);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(71, 12);
this.label6.TabIndex = 13;
this.label6.Text = "AppSecret";
//
// txt_AppKey
//
this.txt_AppKey.Location = new System.Drawing.Point(96, 7);
this.txt_AppKey.Name = "txt_AppKey";
this.txt_AppKey.Size = new System.Drawing.Size(160, 21);
this.txt_AppKey.TabIndex = 12;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(13, 12);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 11;
this.label7.Text = "AppKey";
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(610, 458);
this.Controls.Add(this.pl_Bottom);
this.Controls.Add(this.pl_Top);
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "获取打卡记录";
this.pl_Top.ResumeLayout(false);
this.pl_Top.PerformLayout();
this.pl_Bottom.ResumeLayout(false);
this.pl_Bottom.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pl_Top;
private System.Windows.Forms.Panel pl_Bottom;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt_DBName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_DBServer;
private System.Windows.Forms.TextBox txt_Password;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt_DBUser;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txt_TimePoint;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button startBtn;
private System.Windows.Forms.TextBox txt_Msg;
private System.Windows.Forms.TextBox txt_AppSecret;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txt_AppKey;
private System.Windows.Forms.Label label7;
}
}