123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355 |
- namespace Archives_Center
- {
- partial class Form1
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
- this.label1 = new System.Windows.Forms.Label();
- this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.打开OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
- this.另存为AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.编辑EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.新建日志NToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.管理备份ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.关于AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.listBox1 = new System.Windows.Forms.ListBox();
- this.label2 = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.listBox2 = new System.Windows.Forms.ListBox();
- this.button1 = new System.Windows.Forms.Button();
- this.listView1 = new System.Windows.Forms.ListView();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
- this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
- this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.timer2 = new System.Windows.Forms.Timer(this.components);
- this.menuStrip1.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.statusStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.Location = new System.Drawing.Point(10, 25);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(116, 37);
- this.label1.TabIndex = 1;
- this.label1.Text = "欢迎!";
- //
- // 文件FToolStripMenuItem
- //
- this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.打开OToolStripMenuItem,
- this.toolStripSeparator,
- this.另存为AToolStripMenuItem});
- this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
- this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
- this.文件FToolStripMenuItem.Text = "文件(&F)";
- //
- // 打开OToolStripMenuItem
- //
- this.打开OToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("打开OToolStripMenuItem.Image")));
- this.打开OToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.打开OToolStripMenuItem.Name = "打开OToolStripMenuItem";
- this.打开OToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
- this.打开OToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
- this.打开OToolStripMenuItem.Text = "打开数据库(&O)";
- this.打开OToolStripMenuItem.Click += new System.EventHandler(this.打开OToolStripMenuItem_Click);
- //
- // toolStripSeparator
- //
- this.toolStripSeparator.Name = "toolStripSeparator";
- this.toolStripSeparator.Size = new System.Drawing.Size(198, 6);
- //
- // 另存为AToolStripMenuItem
- //
- this.另存为AToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("另存为AToolStripMenuItem.Image")));
- this.另存为AToolStripMenuItem.Name = "另存为AToolStripMenuItem";
- this.另存为AToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
- this.另存为AToolStripMenuItem.Text = "另存为数据库(&A)";
- this.另存为AToolStripMenuItem.Click += new System.EventHandler(this.另存为AToolStripMenuItem_Click);
- //
- // 编辑EToolStripMenuItem
- //
- this.编辑EToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.新建日志NToolStripMenuItem,
- this.管理备份ToolStripMenuItem});
- this.编辑EToolStripMenuItem.Name = "编辑EToolStripMenuItem";
- this.编辑EToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
- this.编辑EToolStripMenuItem.Text = "编辑(&E)";
- //
- // 新建日志NToolStripMenuItem
- //
- this.新建日志NToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("新建日志NToolStripMenuItem.Image")));
- this.新建日志NToolStripMenuItem.Name = "新建日志NToolStripMenuItem";
- this.新建日志NToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
- this.新建日志NToolStripMenuItem.Text = "新建日志(&N)";
- this.新建日志NToolStripMenuItem.Click += new System.EventHandler(this.新建日志NToolStripMenuItem_Click);
- //
- // 管理备份ToolStripMenuItem
- //
- this.管理备份ToolStripMenuItem.Name = "管理备份ToolStripMenuItem";
- this.管理备份ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
- this.管理备份ToolStripMenuItem.Text = "管理备份";
- this.管理备份ToolStripMenuItem.Click += new System.EventHandler(this.管理备份ToolStripMenuItem_Click);
- //
- // 关于AToolStripMenuItem
- //
- this.关于AToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关于AToolStripMenuItem.Image")));
- this.关于AToolStripMenuItem.Name = "关于AToolStripMenuItem";
- this.关于AToolStripMenuItem.Size = new System.Drawing.Size(76, 21);
- this.关于AToolStripMenuItem.Text = "关于(&A)";
- this.关于AToolStripMenuItem.Click += new System.EventHandler(this.关于AToolStripMenuItem_Click);
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.文件FToolStripMenuItem,
- this.编辑EToolStripMenuItem,
- this.关于AToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(784, 25);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // listBox1
- //
- this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.listBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.listBox1.FormattingEnabled = true;
- this.listBox1.ItemHeight = 20;
- this.listBox1.Location = new System.Drawing.Point(6, 18);
- this.listBox1.Name = "listBox1";
- this.listBox1.Size = new System.Drawing.Size(138, 244);
- this.listBox1.TabIndex = 2;
- this.listBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listBox1_MouseClick);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.Location = new System.Drawing.Point(12, 56);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(54, 25);
- this.label2.TabIndex = 3;
- this.label2.Text = "检索";
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.groupBox1.BackColor = System.Drawing.Color.Transparent;
- this.groupBox1.Controls.Add(this.listBox1);
- this.groupBox1.Location = new System.Drawing.Point(12, 82);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(150, 262);
- this.groupBox1.TabIndex = 4;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "年";
- //
- // groupBox2
- //
- this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.groupBox2.BackColor = System.Drawing.Color.Transparent;
- this.groupBox2.Controls.Add(this.listBox2);
- this.groupBox2.Location = new System.Drawing.Point(168, 82);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(150, 262);
- this.groupBox2.TabIndex = 5;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "月";
- //
- // listBox2
- //
- this.listBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.listBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.listBox2.FormattingEnabled = true;
- this.listBox2.ItemHeight = 20;
- this.listBox2.Location = new System.Drawing.Point(6, 18);
- this.listBox2.Name = "listBox2";
- this.listBox2.Size = new System.Drawing.Size(138, 244);
- this.listBox2.TabIndex = 2;
- this.listBox2.Click += new System.EventHandler(this.listBox2_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(243, 58);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 21);
- this.button1.TabIndex = 7;
- this.button1.Text = "刷新";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // listView1
- //
- this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
- this.listView1.HideSelection = false;
- this.listView1.Location = new System.Drawing.Point(324, 56);
- this.listView1.Name = "listView1";
- this.listView1.Size = new System.Drawing.Size(448, 288);
- this.listView1.TabIndex = 8;
- this.listView1.UseCompatibleStateImageBehavior = false;
- this.listView1.View = System.Windows.Forms.View.Details;
- this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripStatusLabel1,
- this.toolStripStatusLabel2,
- this.toolStripProgressBar1,
- this.toolStripStatusLabel3,
- this.toolStripStatusLabel4});
- this.statusStrip1.Location = new System.Drawing.Point(0, 353);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(784, 26);
- this.statusStrip1.TabIndex = 9;
- this.statusStrip1.Text = "statusStrip1";
- //
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(131, 21);
- this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
- //
- // toolStripStatusLabel2
- //
- this.toolStripStatusLabel2.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
- this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
- this.toolStripStatusLabel2.Size = new System.Drawing.Size(168, 21);
- this.toolStripStatusLabel2.Text = "数据库状态:本地、连接正常";
- //
- // toolStripProgressBar1
- //
- this.toolStripProgressBar1.AutoSize = false;
- this.toolStripProgressBar1.Name = "toolStripProgressBar1";
- this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 20);
- this.toolStripProgressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
- //
- // toolStripStatusLabel3
- //
- this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
- this.toolStripStatusLabel3.Size = new System.Drawing.Size(75, 21);
- this.toolStripStatusLabel3.Spring = true;
- //
- // toolStripStatusLabel4
- //
- this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
- this.toolStripStatusLabel4.Size = new System.Drawing.Size(131, 21);
- this.toolStripStatusLabel4.Text = "toolStripStatusLabel4";
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 1;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::Archives_Center.Properties.Resources._2_bc3d32a696895f78c19df6c717586a5d_1;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.ClientSize = new System.Drawing.Size(784, 379);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.listView1);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.menuStrip1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MainMenuStrip = this.menuStrip1;
- this.MinimumSize = new System.Drawing.Size(800, 418);
- this.Name = "Form1";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Archives Center 主窗口";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form1_FormClosed);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox2.ResumeLayout(false);
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 打开OToolStripMenuItem;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
- private System.Windows.Forms.ToolStripMenuItem 另存为AToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 编辑EToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 新建日志NToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 关于AToolStripMenuItem;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ListBox listBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.ListBox listBox2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.ListView listView1;
- private System.Windows.Forms.ToolStripMenuItem 管理备份ToolStripMenuItem;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
- private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
- private System.Windows.Forms.Timer timer2;
- }
- }
|