Backups.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. namespace NewArchivesCenter
  2. {
  3. partial class Backups
  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 Component 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. label1 = new System.Windows.Forms.Label();
  29. listView1 = new System.Windows.Forms.ListView();
  30. label2 = new System.Windows.Forms.Label();
  31. button1 = new System.Windows.Forms.Button();
  32. button2 = new System.Windows.Forms.Button();
  33. button3 = new System.Windows.Forms.Button();
  34. button4 = new System.Windows.Forms.Button();
  35. SuspendLayout();
  36. //
  37. // label1
  38. //
  39. label1.AutoSize = true;
  40. label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
  41. label1.Location = new System.Drawing.Point(3, 0);
  42. label1.Name = "label1";
  43. label1.Size = new System.Drawing.Size(68, 17);
  44. label1.TabIndex = 0;
  45. label1.Text = "有效备份:";
  46. //
  47. // listView1
  48. //
  49. listView1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
  50. listView1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  51. listView1.Location = new System.Drawing.Point(3, 20);
  52. listView1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 50);
  53. listView1.MultiSelect = false;
  54. listView1.Name = "listView1";
  55. listView1.Size = new System.Drawing.Size(994, 468);
  56. listView1.TabIndex = 1;
  57. listView1.UseCompatibleStateImageBehavior = false;
  58. listView1.SelectedIndexChanged += listView1_SelectedIndexChanged;
  59. //
  60. // label2
  61. //
  62. label2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
  63. label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  64. label2.Location = new System.Drawing.Point(77, 0);
  65. label2.Name = "label2";
  66. label2.Size = new System.Drawing.Size(920, 17);
  67. label2.TabIndex = 6;
  68. label2.Text = "label222222222222";
  69. label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  70. //
  71. // button1
  72. //
  73. button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
  74. button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
  75. button1.Location = new System.Drawing.Point(3, 541);
  76. button1.Name = "button1";
  77. button1.Size = new System.Drawing.Size(75, 23);
  78. button1.TabIndex = 7;
  79. button1.Text = "创建备份";
  80. button1.UseVisualStyleBackColor = true;
  81. button1.Click += button1_Click_1;
  82. //
  83. // button2
  84. //
  85. button2.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
  86. button2.BackColor = System.Drawing.Color.Red;
  87. button2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
  88. button2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  89. button2.Location = new System.Drawing.Point(84, 541);
  90. button2.Name = "button2";
  91. button2.Size = new System.Drawing.Size(75, 23);
  92. button2.TabIndex = 8;
  93. button2.Text = "还原";
  94. button2.UseVisualStyleBackColor = false;
  95. button2.Click += button2_Click_1;
  96. //
  97. // button3
  98. //
  99. button3.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
  100. button3.BackColor = System.Drawing.Color.Red;
  101. button3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
  102. button3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  103. button3.Location = new System.Drawing.Point(165, 541);
  104. button3.Name = "button3";
  105. button3.Size = new System.Drawing.Size(75, 23);
  106. button3.TabIndex = 9;
  107. button3.Text = "删除";
  108. button3.UseVisualStyleBackColor = false;
  109. button3.Click += button3_Click_1;
  110. //
  111. // button4
  112. //
  113. button4.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
  114. button4.BackColor = System.Drawing.Color.Red;
  115. button4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
  116. button4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  117. button4.Location = new System.Drawing.Point(246, 541);
  118. button4.Name = "button4";
  119. button4.Size = new System.Drawing.Size(75, 23);
  120. button4.TabIndex = 10;
  121. button4.Text = "全部删除";
  122. button4.UseVisualStyleBackColor = false;
  123. button4.Click += button4_Click_1;
  124. //
  125. // Backups
  126. //
  127. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
  128. AutoScroll = true;
  129. Controls.Add(button4);
  130. Controls.Add(button3);
  131. Controls.Add(button2);
  132. Controls.Add(button1);
  133. Controls.Add(label2);
  134. Controls.Add(listView1);
  135. Controls.Add(label1);
  136. Name = "Backups";
  137. Size = new System.Drawing.Size(1000, 567);
  138. ResumeLayout(false);
  139. PerformLayout();
  140. }
  141. #endregion
  142. private System.Windows.Forms.Label label1;
  143. private System.Windows.Forms.ListView listView1;
  144. private System.Windows.Forms.Label label2;
  145. private System.Windows.Forms.Button button1;
  146. private System.Windows.Forms.Button button2;
  147. private System.Windows.Forms.Button button3;
  148. private System.Windows.Forms.Button button4;
  149. }
  150. }