namespace BooksManageSystem { partial class FrmClearDB { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmClearDB)); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.btn_bookListTemplate = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.btn_Brower = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(48, 28); this.textBox1.Name = "textBox1"; this.textBox1.PasswordChar = '*'; this.textBox1.Size = new System.Drawing.Size(150, 23); this.textBox1.TabIndex = 0; this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(19, 31); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 17); this.label1.TabIndex = 1; this.label1.Text = "密码:"; // // button1 // this.button1.Enabled = false; this.button1.Location = new System.Drawing.Point(204, 26); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 2; this.button1.Text = "确定"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // btn_bookListTemplate // this.btn_bookListTemplate.Location = new System.Drawing.Point(21, 30); this.btn_bookListTemplate.Name = "btn_bookListTemplate"; this.btn_bookListTemplate.Size = new System.Drawing.Size(258, 23); this.btn_bookListTemplate.TabIndex = 3; this.btn_bookListTemplate.Text = "模板文件"; this.btn_bookListTemplate.UseVisualStyleBackColor = true; this.btn_bookListTemplate.Click += new System.EventHandler(this.btn_bookListTemplate_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.button1); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(293, 68); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "清空数据库"; // // groupBox2 // this.groupBox2.Controls.Add(this.btn_bookListTemplate); this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox2.Location = new System.Drawing.Point(12, 86); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(293, 81); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "下载导入Excel模板"; // // groupBox3 // this.groupBox3.Controls.Add(this.btn_Brower); this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox3.Location = new System.Drawing.Point(12, 173); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(293, 81); this.groupBox3.TabIndex = 6; this.groupBox3.TabStop = false; this.groupBox3.Text = "导入新的数据"; // // btn_Brower // this.btn_Brower.Enabled = false; this.btn_Brower.Location = new System.Drawing.Point(21, 30); this.btn_Brower.Name = "btn_Brower"; this.btn_Brower.Size = new System.Drawing.Size(258, 23); this.btn_Brower.TabIndex = 3; this.btn_Brower.Text = "浏览文件..."; this.btn_Brower.UseVisualStyleBackColor = true; this.btn_Brower.Click += new System.EventHandler(this.btn_Brower_Click); // // FrmClearDB // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(317, 269); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "FrmClearDB"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "初始化工具"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button btn_bookListTemplate; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button btn_Brower; } }