namespace SunVoteARSPPT
{
partial class FrmGetRosterSQLServer
{
///
/// 必需的设计器变量。
///
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.txtServer = new System.Windows.Forms.TextBox();
this.txtUid = new System.Windows.Forms.TextBox();
this.txtPwd = new System.Windows.Forms.TextBox();
this.txtDataBase = new System.Windows.Forms.TextBox();
this.lblServer = new System.Windows.Forms.Label();
this.lblUid = new System.Windows.Forms.Label();
this.lblPwd = new System.Windows.Forms.Label();
this.lblDataBase = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.dgvData = new System.Windows.Forms.DataGridView();
this.btnConnect = new System.Windows.Forms.Button();
this.dgvClass = new System.Windows.Forms.DataGridView();
this.btnSelect = new System.Windows.Forms.Button();
this.cboMode = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.btnCancel = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvClass)).BeginInit();
this.SuspendLayout();
//
// txtServer
//
this.txtServer.Location = new System.Drawing.Point(160, 37);
this.txtServer.Name = "txtServer";
this.txtServer.Size = new System.Drawing.Size(144, 21);
this.txtServer.TabIndex = 1;
this.txtServer.Text = "192.168.1.68";
//
// txtUid
//
this.txtUid.Location = new System.Drawing.Point(310, 37);
this.txtUid.Name = "txtUid";
this.txtUid.Size = new System.Drawing.Size(119, 21);
this.txtUid.TabIndex = 1;
this.txtUid.Text = "sa";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(435, 37);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(119, 21);
this.txtPwd.TabIndex = 1;
//
// txtDataBase
//
this.txtDataBase.Location = new System.Drawing.Point(560, 37);
this.txtDataBase.Name = "txtDataBase";
this.txtDataBase.Size = new System.Drawing.Size(119, 21);
this.txtDataBase.TabIndex = 1;
this.txtDataBase.Text = "mydb";
//
// lblServer
//
this.lblServer.AutoSize = true;
this.lblServer.Location = new System.Drawing.Point(160, 19);
this.lblServer.Name = "lblServer";
this.lblServer.Size = new System.Drawing.Size(95, 12);
this.lblServer.TabIndex = 2;
this.lblServer.Text = "SQL Sever服务器";
//
// lblUid
//
this.lblUid.AutoSize = true;
this.lblUid.Location = new System.Drawing.Point(308, 19);
this.lblUid.Name = "lblUid";
this.lblUid.Size = new System.Drawing.Size(41, 12);
this.lblUid.TabIndex = 2;
this.lblUid.Text = "用户名";
//
// lblPwd
//
this.lblPwd.AutoSize = true;
this.lblPwd.Location = new System.Drawing.Point(433, 19);
this.lblPwd.Name = "lblPwd";
this.lblPwd.Size = new System.Drawing.Size(29, 12);
this.lblPwd.TabIndex = 2;
this.lblPwd.Text = "密码";
//
// lblDataBase
//
this.lblDataBase.AutoSize = true;
this.lblDataBase.Location = new System.Drawing.Point(558, 19);
this.lblDataBase.Name = "lblDataBase";
this.lblDataBase.Size = new System.Drawing.Size(41, 12);
this.lblDataBase.TabIndex = 2;
this.lblDataBase.Text = "数据库";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 77);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(101, 12);
this.label5.TabIndex = 2;
this.label5.Text = "班级列表,请选择";
//
// dgvData
//
this.dgvData.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.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvData.Location = new System.Drawing.Point(12, 331);
this.dgvData.Name = "dgvData";
this.dgvData.RowTemplate.Height = 23;
this.dgvData.Size = new System.Drawing.Size(795, 321);
this.dgvData.TabIndex = 4;
//
// btnConnect
//
this.btnConnect.Location = new System.Drawing.Point(685, 31);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(121, 30);
this.btnConnect.TabIndex = 0;
this.btnConnect.Text = "连接数据库";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// dgvClass
//
this.dgvClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvClass.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvClass.Location = new System.Drawing.Point(12, 95);
this.dgvClass.Name = "dgvClass";
this.dgvClass.RowTemplate.Height = 23;
this.dgvClass.Size = new System.Drawing.Size(795, 230);
this.dgvClass.TabIndex = 4;
//
// btnSelect
//
this.btnSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnSelect.Location = new System.Drawing.Point(12, 658);
this.btnSelect.Name = "btnSelect";
this.btnSelect.Size = new System.Drawing.Size(121, 30);
this.btnSelect.TabIndex = 0;
this.btnSelect.Text = "导入名单";
this.btnSelect.UseVisualStyleBackColor = true;
this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
//
// cboMode
//
this.cboMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboMode.FormattingEnabled = true;
this.cboMode.Location = new System.Drawing.Point(12, 37);
this.cboMode.Name = "cboMode";
this.cboMode.Size = new System.Drawing.Size(142, 20);
this.cboMode.TabIndex = 5;
this.cboMode.SelectedIndexChanged += new System.EventHandler(this.cboMode_SelectedIndexChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 19);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 12);
this.label6.TabIndex = 2;
this.label6.Text = "身份验证模式";
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(686, 658);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(121, 30);
this.btnCancel.TabIndex = 0;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// FrmGetRosterSQLServer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(820, 696);
this.Controls.Add(this.dgvClass);
this.Controls.Add(this.cboMode);
this.Controls.Add(this.txtPwd);
this.Controls.Add(this.txtUid);
this.Controls.Add(this.txtDataBase);
this.Controls.Add(this.txtServer);
this.Controls.Add(this.btnConnect);
this.Controls.Add(this.dgvData);
this.Controls.Add(this.label5);
this.Controls.Add(this.lblDataBase);
this.Controls.Add(this.lblPwd);
this.Controls.Add(this.lblUid);
this.Controls.Add(this.label6);
this.Controls.Add(this.lblServer);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSelect);
this.Name = "FrmGetRosterSQLServer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "获取班级名单";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvClass)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtServer;
private System.Windows.Forms.TextBox txtUid;
private System.Windows.Forms.TextBox txtPwd;
private System.Windows.Forms.TextBox txtDataBase;
private System.Windows.Forms.Label lblServer;
private System.Windows.Forms.Label lblUid;
private System.Windows.Forms.Label lblPwd;
private System.Windows.Forms.Label lblDataBase;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.DataGridView dgvData;
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.DataGridView dgvClass;
private System.Windows.Forms.Button btnSelect;
private System.Windows.Forms.ComboBox cboMode;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btnCancel;
}
}