namespace StyleLibManager { partial class FrmStyleMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.StyleGroupTreeView = new System.Windows.Forms.TreeView(); this.StyleListView = new System.Windows.Forms.ListView(); this.OkButton = new System.Windows.Forms.Button(); this.CancelButton = new System.Windows.Forms.Button(); this.ApplyButton = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // StyleGroupTreeView // this.StyleGroupTreeView.Dock = System.Windows.Forms.DockStyle.Fill; this.StyleGroupTreeView.Location = new System.Drawing.Point(0, 22); this.StyleGroupTreeView.Name = "StyleGroupTreeView"; this.StyleGroupTreeView.Size = new System.Drawing.Size(281, 374); this.StyleGroupTreeView.TabIndex = 0; // // StyleListView // this.StyleListView.Alignment = System.Windows.Forms.ListViewAlignment.SnapToGrid; this.StyleListView.Dock = System.Windows.Forms.DockStyle.Fill; this.StyleListView.HideSelection = false; this.StyleListView.Location = new System.Drawing.Point(0, 22); this.StyleListView.Name = "StyleListView"; this.StyleListView.Size = new System.Drawing.Size(515, 374); this.StyleListView.TabIndex = 1; this.StyleListView.UseCompatibleStateImageBehavior = false; // // OkButton // this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.OkButton.Location = new System.Drawing.Point(512, 17); this.OkButton.Name = "OkButton"; this.OkButton.Size = new System.Drawing.Size(75, 32); this.OkButton.TabIndex = 2; this.OkButton.Text = "确定"; this.OkButton.UseVisualStyleBackColor = true; this.OkButton.Click += new System.EventHandler(this.OkButton_Click); // // CancelButton // this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.CancelButton.Location = new System.Drawing.Point(607, 17); this.CancelButton.Name = "CancelButton"; this.CancelButton.Size = new System.Drawing.Size(75, 32); this.CancelButton.TabIndex = 3; this.CancelButton.Text = "取消"; this.CancelButton.UseVisualStyleBackColor = true; this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click); // // ApplyButton // this.ApplyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ApplyButton.Location = new System.Drawing.Point(700, 17); this.ApplyButton.Name = "ApplyButton"; this.ApplyButton.Size = new System.Drawing.Size(75, 32); this.ApplyButton.TabIndex = 4; this.ApplyButton.Text = "应用"; this.ApplyButton.UseVisualStyleBackColor = true; this.ApplyButton.Click += new System.EventHandler(this.ApplyButton_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.StyleGroupTreeView); this.splitContainer1.Panel1.Controls.Add(this.label1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.StyleListView); this.splitContainer1.Panel2.Controls.Add(this.label2); this.splitContainer1.Size = new System.Drawing.Size(800, 396); this.splitContainer1.SplitterDistance = 281; this.splitContainer1.TabIndex = 5; // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Margin = new System.Windows.Forms.Padding(3); this.label1.Name = "label1"; this.label1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 4); this.label1.Size = new System.Drawing.Size(281, 22); this.label1.TabIndex = 1; this.label1.Text = "列表:"; this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Top; this.label2.Location = new System.Drawing.Point(0, 0); this.label2.Margin = new System.Windows.Forms.Padding(3); this.label2.Name = "label2"; this.label2.Padding = new System.Windows.Forms.Padding(0, 0, 0, 4); this.label2.Size = new System.Drawing.Size(515, 22); this.label2.TabIndex = 2; this.label2.Text = "预览:"; this.label2.TextAlign = System.Drawing.ContentAlignment.BottomLeft; // // panel1 // this.panel1.Controls.Add(this.ApplyButton); this.panel1.Controls.Add(this.OkButton); this.panel1.Controls.Add(this.CancelButton); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 396); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(800, 67); this.panel1.TabIndex = 6; // // FrmStyleMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 463); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.panel1); this.Name = "FrmStyleMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "样式库"; this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TreeView StyleGroupTreeView; private System.Windows.Forms.ListView StyleListView; private System.Windows.Forms.Button OkButton; private System.Windows.Forms.Button CancelButton; private System.Windows.Forms.Button ApplyButton; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; } }