懒羊羊
2023-12-28 e46d3baaf3e8d7d85f4bafec3aad75e52b078408
提交 | 用户 | 时间
e46d3b 1 namespace YX
2 {
3     partial class FrmDataCenter
4     {
5         /// <summary>
6         /// Required designer variable.
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// Clean up any resources being used.
12         /// </summary>
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region Windows Form Designer generated code
24
25         /// <summary>
26         /// Required method for Designer support - do not modify
27         /// the contents of this method with the code editor.
28         /// </summary>
29         private void InitializeComponent()
30         {
31             this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDataCenter));
33             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
34             this.btn_select = new System.Windows.Forms.ToolStripButton();
35             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
36             this.btn_backup = new System.Windows.Forms.ToolStripButton();
37             this.dataGridView1 = new System.Windows.Forms.DataGridView();
38             this.treeView1 = new System.Windows.Forms.TreeView();
39             this.imageList1 = new System.Windows.Forms.ImageList(this.components);
40             this.toolStrip1.SuspendLayout();
41             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
42             this.SuspendLayout();
43             // 
44             // toolStrip1
45             // 
46             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
47             this.btn_select,
48             this.toolStripSeparator1,
49             this.btn_backup});
50             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
51             this.toolStrip1.Name = "toolStrip1";
52             this.toolStrip1.Size = new System.Drawing.Size(816, 25);
53             this.toolStrip1.TabIndex = 2;
54             this.toolStrip1.Text = "toolStrip1";
55             // 
56             // btn_select
57             // 
58             this.btn_select.Image = ((System.Drawing.Image)(resources.GetObject("btn_select.Image")));
59             this.btn_select.ImageTransparentColor = System.Drawing.Color.Magenta;
60             this.btn_select.Name = "btn_select";
61             this.btn_select.Size = new System.Drawing.Size(76, 22);
62             this.btn_select.Text = "新建查询";
63             // 
64             // toolStripSeparator1
65             // 
66             this.toolStripSeparator1.Name = "toolStripSeparator1";
67             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
68             // 
69             // btn_backup
70             // 
71             this.btn_backup.Image = ((System.Drawing.Image)(resources.GetObject("btn_backup.Image")));
72             this.btn_backup.ImageTransparentColor = System.Drawing.Color.Magenta;
73             this.btn_backup.Name = "btn_backup";
74             this.btn_backup.Size = new System.Drawing.Size(88, 22);
75             this.btn_backup.Text = "数据库备份";
76             this.btn_backup.Click += new System.EventHandler(this.btn_backup_Click);
77             // 
78             // dataGridView1
79             // 
80             this.dataGridView1.AllowUserToAddRows = false;
81             this.dataGridView1.AllowUserToDeleteRows = false;
82             this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
83             | System.Windows.Forms.AnchorStyles.Left) 
84             | System.Windows.Forms.AnchorStyles.Right)));
85             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
86             this.dataGridView1.Location = new System.Drawing.Point(180, 25);
87             this.dataGridView1.Name = "dataGridView1";
88             this.dataGridView1.ReadOnly = true;
89             this.dataGridView1.RowTemplate.Height = 23;
90             this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
91             this.dataGridView1.Size = new System.Drawing.Size(636, 496);
92             this.dataGridView1.TabIndex = 8;
93             this.dataGridView1.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridView1_DataBindingComplete);
94             // 
95             // treeView1
96             // 
97             this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
98             this.treeView1.ItemHeight = 20;
99             this.treeView1.Location = new System.Drawing.Point(0, 25);
100             this.treeView1.Name = "treeView1";
101             this.treeView1.Size = new System.Drawing.Size(174, 496);
102             this.treeView1.TabIndex = 7;
103             this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
104             // 
105             // imageList1
106             // 
107             this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
108             this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
109             this.imageList1.Images.SetKeyName(0, "327.png");
110             // 
111             // FrmDataCenter
112             // 
113             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
114             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
115             this.ClientSize = new System.Drawing.Size(816, 521);
116             this.Controls.Add(this.dataGridView1);
117             this.Controls.Add(this.treeView1);
118             this.Controls.Add(this.toolStrip1);
119             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
120             this.Name = "FrmDataCenter";
121             this.Text = "资源管理";
122             this.Load += new System.EventHandler(this.FrmDataCenter_Load);
123             this.toolStrip1.ResumeLayout(false);
124             this.toolStrip1.PerformLayout();
125             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
126             this.ResumeLayout(false);
127             this.PerformLayout();
128
129         }
130
131         #endregion
132
133         public System.Windows.Forms.ToolStrip toolStrip1;
134         private System.Windows.Forms.ToolStripButton btn_select;
135         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
136         public System.Windows.Forms.DataGridView dataGridView1;
137         public System.Windows.Forms.TreeView treeView1;
138         private System.Windows.Forms.ImageList imageList1;
139         private System.Windows.Forms.ToolStripButton btn_backup;
140     }
141 }