namespace SunVoteARSPPT { partial class FrmSetDB { /// /// 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.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.txtDBName = new System.Windows.Forms.TextBox(); this.lblDBName = new System.Windows.Forms.Label(); this.SuspendLayout(); // // 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(305, 71); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 5; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Location = new System.Drawing.Point(224, 71); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 6; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // txtDBName // this.txtDBName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDBName.Location = new System.Drawing.Point(12, 37); this.txtDBName.Name = "txtDBName"; this.txtDBName.Size = new System.Drawing.Size(368, 21); this.txtDBName.TabIndex = 7; this.txtDBName.TextChanged += new System.EventHandler(this.txtDBName_TextChanged); this.txtDBName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDBName_KeyPress); // // lblDBName // this.lblDBName.AutoSize = true; this.lblDBName.Location = new System.Drawing.Point(13, 18); this.lblDBName.Name = "lblDBName"; this.lblDBName.Size = new System.Drawing.Size(77, 12); this.lblDBName.TabIndex = 8; this.lblDBName.Text = "数据库名称:"; // // FrmSetDB // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(392, 107); this.Controls.Add(this.lblDBName); this.Controls.Add(this.txtDBName); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmSetDB"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据库设置"; this.Load += new System.EventHandler(this.FrmSetDB_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.TextBox txtDBName; private System.Windows.Forms.Label lblDBName; } }