namespace Reseter2.Words { partial class BilderWords { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.panel1 = new System.Windows.Forms.Panel(); this.bt_close = new System.Windows.Forms.Button(); this.bt_saveClose = new System.Windows.Forms.Button(); this.bt_save = new System.Windows.Forms.Button(); this.cb_create = new System.Windows.Forms.ComboBox(); this.bt_new = new System.Windows.Forms.Button(); this.bt_deleteItem = new System.Windows.Forms.Button(); this.treeView1 = new System.Windows.Forms.TreeView(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.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.groupBox1.Controls.Add(this.panel1); this.groupBox1.Location = new System.Drawing.Point(225, 13); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(268, 502); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Параметры"; // // panel1 // this.panel1.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.panel1.Location = new System.Drawing.Point(3, 19); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(262, 480); this.panel1.TabIndex = 0; // // bt_close // this.bt_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.bt_close.Location = new System.Drawing.Point(417, 521); this.bt_close.Name = "bt_close"; this.bt_close.Size = new System.Drawing.Size(75, 23); this.bt_close.TabIndex = 4; this.bt_close.Text = "Закрыть"; this.bt_close.UseVisualStyleBackColor = true; // // bt_saveClose // this.bt_saveClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.bt_saveClose.Location = new System.Drawing.Point(280, 521); this.bt_saveClose.Name = "bt_saveClose"; this.bt_saveClose.Size = new System.Drawing.Size(131, 23); this.bt_saveClose.TabIndex = 5; this.bt_saveClose.Text = "Сохранить и закрыть"; this.bt_saveClose.UseVisualStyleBackColor = true; // // bt_save // this.bt_save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.bt_save.Location = new System.Drawing.Point(199, 521); this.bt_save.Name = "bt_save"; this.bt_save.Size = new System.Drawing.Size(75, 23); this.bt_save.TabIndex = 6; this.bt_save.Text = "Сохранить"; this.bt_save.UseVisualStyleBackColor = true; // // cb_create // this.cb_create.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cb_create.FormattingEnabled = true; this.cb_create.Location = new System.Drawing.Point(12, 13); this.cb_create.Name = "cb_create"; this.cb_create.Size = new System.Drawing.Size(175, 21); this.cb_create.TabIndex = 7; // // bt_new // this.bt_new.Location = new System.Drawing.Point(193, 12); this.bt_new.Name = "bt_new"; this.bt_new.Size = new System.Drawing.Size(23, 23); this.bt_new.TabIndex = 8; this.bt_new.Text = "+"; this.bt_new.UseVisualStyleBackColor = true; this.bt_new.Click += new System.EventHandler(this.bt_new_Click); // // bt_deleteItem // this.bt_deleteItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.bt_deleteItem.Location = new System.Drawing.Point(12, 521); this.bt_deleteItem.Name = "bt_deleteItem"; this.bt_deleteItem.Size = new System.Drawing.Size(112, 23); this.bt_deleteItem.TabIndex = 9; this.bt_deleteItem.Text = "Удалить элемент"; this.bt_deleteItem.UseVisualStyleBackColor = true; this.bt_deleteItem.Click += new System.EventHandler(this.bt_deleteItem_Click); // // treeView1 // this.treeView1.AllowDrop = true; this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.treeView1.HideSelection = false; this.treeView1.Location = new System.Drawing.Point(9, 41); this.treeView1.Name = "treeView1"; this.treeView1.ShowLines = false; this.treeView1.Size = new System.Drawing.Size(207, 471); this.treeView1.TabIndex = 4; this.treeView1.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeView1_BeforeSelect); this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); this.treeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseClick); // // imageList1 // this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; this.imageList1.ImageSize = new System.Drawing.Size(16, 16); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; // // BilderWords // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(504, 556); this.Controls.Add(this.treeView1); this.Controls.Add(this.bt_deleteItem); this.Controls.Add(this.bt_new); this.Controls.Add(this.cb_create); this.Controls.Add(this.bt_save); this.Controls.Add(this.bt_saveClose); this.Controls.Add(this.bt_close); this.Controls.Add(this.groupBox1); this.Name = "BilderWords"; this.Text = "Редактор справочника"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BilderWords_FormClosing); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button bt_close; private System.Windows.Forms.Button bt_saveClose; private System.Windows.Forms.Button bt_save; private System.Windows.Forms.ComboBox cb_create; private System.Windows.Forms.Button bt_new; private System.Windows.Forms.Button bt_deleteItem; private System.Windows.Forms.TreeView treeView1; private System.Windows.Forms.ImageList imageList1; } }