123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- namespace NewArchivesCenter
- {
- partial class Backups
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- label1 = new System.Windows.Forms.Label();
- listView1 = new System.Windows.Forms.ListView();
- label2 = new System.Windows.Forms.Label();
- button1 = new System.Windows.Forms.Button();
- button2 = new System.Windows.Forms.Button();
- button3 = new System.Windows.Forms.Button();
- button4 = new System.Windows.Forms.Button();
- SuspendLayout();
- //
- // label1
- //
- label1.AutoSize = true;
- label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
- label1.Location = new System.Drawing.Point(3, 0);
- label1.Name = "label1";
- label1.Size = new System.Drawing.Size(68, 17);
- label1.TabIndex = 0;
- label1.Text = "有效备份:";
- //
- // listView1
- //
- listView1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
- listView1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
- listView1.Location = new System.Drawing.Point(3, 20);
- listView1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 50);
- listView1.MultiSelect = false;
- listView1.Name = "listView1";
- listView1.Size = new System.Drawing.Size(994, 468);
- listView1.TabIndex = 1;
- listView1.UseCompatibleStateImageBehavior = false;
- listView1.SelectedIndexChanged += listView1_SelectedIndexChanged;
- //
- // label2
- //
- label2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
- label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
- label2.Location = new System.Drawing.Point(77, 0);
- label2.Name = "label2";
- label2.Size = new System.Drawing.Size(920, 17);
- label2.TabIndex = 6;
- label2.Text = "label222222222222";
- label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // button1
- //
- button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
- button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 134);
- button1.Location = new System.Drawing.Point(3, 541);
- button1.Name = "button1";
- button1.Size = new System.Drawing.Size(75, 23);
- button1.TabIndex = 7;
- button1.Text = "创建备份";
- button1.UseVisualStyleBackColor = true;
- button1.Click += button1_Click_1;
- //
- // button2
- //
- button2.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
- button2.BackColor = System.Drawing.Color.Red;
- button2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
- button2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- button2.Location = new System.Drawing.Point(84, 541);
- button2.Name = "button2";
- button2.Size = new System.Drawing.Size(75, 23);
- button2.TabIndex = 8;
- button2.Text = "还原";
- button2.UseVisualStyleBackColor = false;
- button2.Click += button2_Click_1;
- //
- // button3
- //
- button3.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
- button3.BackColor = System.Drawing.Color.Red;
- button3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
- button3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- button3.Location = new System.Drawing.Point(165, 541);
- button3.Name = "button3";
- button3.Size = new System.Drawing.Size(75, 23);
- button3.TabIndex = 9;
- button3.Text = "删除";
- button3.UseVisualStyleBackColor = false;
- button3.Click += button3_Click_1;
- //
- // button4
- //
- button4.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
- button4.BackColor = System.Drawing.Color.Red;
- button4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 134);
- button4.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- button4.Location = new System.Drawing.Point(246, 541);
- button4.Name = "button4";
- button4.Size = new System.Drawing.Size(75, 23);
- button4.TabIndex = 10;
- button4.Text = "全部删除";
- button4.UseVisualStyleBackColor = false;
- button4.Click += button4_Click_1;
- //
- // Backups
- //
- AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
- AutoScroll = true;
- Controls.Add(button4);
- Controls.Add(button3);
- Controls.Add(button2);
- Controls.Add(button1);
- Controls.Add(label2);
- Controls.Add(listView1);
- Controls.Add(label1);
- Name = "Backups";
- Size = new System.Drawing.Size(1000, 567);
- ResumeLayout(false);
- PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ListView listView1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button4;
- }
- }
|