FrmClearDB.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace BooksManageSystem
  2. {
  3. partial class FrmClearDB
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmClearDB));
  29. this.textBox1 = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.btn_bookListTemplate = new System.Windows.Forms.Button();
  33. this.groupBox1 = new System.Windows.Forms.GroupBox();
  34. this.groupBox2 = new System.Windows.Forms.GroupBox();
  35. this.groupBox3 = new System.Windows.Forms.GroupBox();
  36. this.btn_Brower = new System.Windows.Forms.Button();
  37. this.groupBox1.SuspendLayout();
  38. this.groupBox2.SuspendLayout();
  39. this.groupBox3.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // textBox1
  43. //
  44. this.textBox1.Location = new System.Drawing.Point(48, 28);
  45. this.textBox1.Name = "textBox1";
  46. this.textBox1.PasswordChar = '*';
  47. this.textBox1.Size = new System.Drawing.Size(150, 23);
  48. this.textBox1.TabIndex = 0;
  49. this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
  50. //
  51. // label1
  52. //
  53. this.label1.AutoSize = true;
  54. this.label1.Location = new System.Drawing.Point(19, 31);
  55. this.label1.Name = "label1";
  56. this.label1.Size = new System.Drawing.Size(35, 17);
  57. this.label1.TabIndex = 1;
  58. this.label1.Text = "密码:";
  59. //
  60. // button1
  61. //
  62. this.button1.Enabled = false;
  63. this.button1.Location = new System.Drawing.Point(204, 26);
  64. this.button1.Name = "button1";
  65. this.button1.Size = new System.Drawing.Size(75, 23);
  66. this.button1.TabIndex = 2;
  67. this.button1.Text = "确定";
  68. this.button1.UseVisualStyleBackColor = true;
  69. this.button1.Click += new System.EventHandler(this.button1_Click);
  70. //
  71. // btn_bookListTemplate
  72. //
  73. this.btn_bookListTemplate.Location = new System.Drawing.Point(21, 30);
  74. this.btn_bookListTemplate.Name = "btn_bookListTemplate";
  75. this.btn_bookListTemplate.Size = new System.Drawing.Size(258, 23);
  76. this.btn_bookListTemplate.TabIndex = 3;
  77. this.btn_bookListTemplate.Text = "模板文件";
  78. this.btn_bookListTemplate.UseVisualStyleBackColor = true;
  79. this.btn_bookListTemplate.Click += new System.EventHandler(this.btn_bookListTemplate_Click);
  80. //
  81. // groupBox1
  82. //
  83. this.groupBox1.Controls.Add(this.button1);
  84. this.groupBox1.Controls.Add(this.textBox1);
  85. this.groupBox1.Controls.Add(this.label1);
  86. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  88. this.groupBox1.Name = "groupBox1";
  89. this.groupBox1.Size = new System.Drawing.Size(293, 68);
  90. this.groupBox1.TabIndex = 4;
  91. this.groupBox1.TabStop = false;
  92. this.groupBox1.Text = "清空数据库";
  93. //
  94. // groupBox2
  95. //
  96. this.groupBox2.Controls.Add(this.btn_bookListTemplate);
  97. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.groupBox2.Location = new System.Drawing.Point(12, 86);
  99. this.groupBox2.Name = "groupBox2";
  100. this.groupBox2.Size = new System.Drawing.Size(293, 81);
  101. this.groupBox2.TabIndex = 5;
  102. this.groupBox2.TabStop = false;
  103. this.groupBox2.Text = "下载导入Excel模板";
  104. //
  105. // groupBox3
  106. //
  107. this.groupBox3.Controls.Add(this.btn_Brower);
  108. this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.groupBox3.Location = new System.Drawing.Point(12, 173);
  110. this.groupBox3.Name = "groupBox3";
  111. this.groupBox3.Size = new System.Drawing.Size(293, 81);
  112. this.groupBox3.TabIndex = 6;
  113. this.groupBox3.TabStop = false;
  114. this.groupBox3.Text = "导入新的数据";
  115. //
  116. // btn_Brower
  117. //
  118. this.btn_Brower.Enabled = false;
  119. this.btn_Brower.Location = new System.Drawing.Point(21, 30);
  120. this.btn_Brower.Name = "btn_Brower";
  121. this.btn_Brower.Size = new System.Drawing.Size(258, 23);
  122. this.btn_Brower.TabIndex = 3;
  123. this.btn_Brower.Text = "浏览文件...";
  124. this.btn_Brower.UseVisualStyleBackColor = true;
  125. this.btn_Brower.Click += new System.EventHandler(this.btn_Brower_Click);
  126. //
  127. // FrmClearDB
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.ClientSize = new System.Drawing.Size(317, 269);
  132. this.Controls.Add(this.groupBox3);
  133. this.Controls.Add(this.groupBox2);
  134. this.Controls.Add(this.groupBox1);
  135. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  136. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  137. this.Name = "FrmClearDB";
  138. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  139. this.Text = "初始化工具";
  140. this.groupBox1.ResumeLayout(false);
  141. this.groupBox1.PerformLayout();
  142. this.groupBox2.ResumeLayout(false);
  143. this.groupBox3.ResumeLayout(false);
  144. this.ResumeLayout(false);
  145. }
  146. #endregion
  147. private System.Windows.Forms.TextBox textBox1;
  148. private System.Windows.Forms.Label label1;
  149. private System.Windows.Forms.Button button1;
  150. private System.Windows.Forms.Button btn_bookListTemplate;
  151. private System.Windows.Forms.GroupBox groupBox1;
  152. private System.Windows.Forms.GroupBox groupBox2;
  153. private System.Windows.Forms.GroupBox groupBox3;
  154. private System.Windows.Forms.Button btn_Brower;
  155. }
  156. }