Sfall-ScriptEditor

Форк
0
/
PreviewRename.Designer.cs 
113 строк · 5.1 Кб
1
namespace ScriptEditor
2
{
3
    partial class PreviewRename
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
                components.Dispose();
18
            }
19
            base.Dispose(disposing);
20
        }
21

22
        #region Windows Form Designer generated code
23

24
        /// <summary>
25
        /// Required method for Designer support - do not modify
26
        /// the contents of this method with the code editor.
27
        /// </summary>
28
        private void InitializeComponent()
29
        {
30
            this.treeView1 = new System.Windows.Forms.TreeView();
31
            this.button1 = new System.Windows.Forms.Button();
32
            this.button2 = new System.Windows.Forms.Button();
33
            this.label1 = new System.Windows.Forms.Label();
34
            this.SuspendLayout();
35
            // 
36
            // treeView1
37
            // 
38
            this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
39
            | System.Windows.Forms.AnchorStyles.Left) 
40
            | System.Windows.Forms.AnchorStyles.Right)));
41
            this.treeView1.CheckBoxes = true;
42
            this.treeView1.Indent = 18;
43
            this.treeView1.ItemHeight = 18;
44
            this.treeView1.Location = new System.Drawing.Point(1, 1);
45
            this.treeView1.Name = "treeView1";
46
            this.treeView1.Size = new System.Drawing.Size(588, 447);
47
            this.treeView1.TabIndex = 0;
48
            this.treeView1.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterCheck);
49
            // 
50
            // button1
51
            // 
52
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
53
            this.button1.Location = new System.Drawing.Point(433, 449);
54
            this.button1.Name = "button1";
55
            this.button1.Size = new System.Drawing.Size(75, 23);
56
            this.button1.TabIndex = 1;
57
            this.button1.Text = "Apply";
58
            this.button1.UseVisualStyleBackColor = true;
59
            this.button1.Click += new System.EventHandler(this.button_Click);
60
            // 
61
            // button2
62
            // 
63
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
64
            this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
65
            this.button2.Location = new System.Drawing.Point(514, 449);
66
            this.button2.Name = "button2";
67
            this.button2.Size = new System.Drawing.Size(75, 23);
68
            this.button2.TabIndex = 2;
69
            this.button2.Text = "Cancel";
70
            this.button2.UseVisualStyleBackColor = true;
71
            this.button2.Click += new System.EventHandler(this.button_Click);
72
            // 
73
            // label1
74
            // 
75
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
76
            this.label1.AutoSize = true;
77
            this.label1.Location = new System.Drawing.Point(6, 453);
78
            this.label1.Name = "label1";
79
            this.label1.Size = new System.Drawing.Size(0, 13);
80
            this.label1.TabIndex = 3;
81
            // 
82
            // PreviewRename
83
            // 
84
            this.AcceptButton = this.button1;
85
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
86
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
87
            this.CancelButton = this.button2;
88
            this.ClientSize = new System.Drawing.Size(590, 473);
89
            this.Controls.Add(this.label1);
90
            this.Controls.Add(this.button2);
91
            this.Controls.Add(this.button1);
92
            this.Controls.Add(this.treeView1);
93
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
94
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
95
            this.HelpButton = true;
96
            this.Name = "PreviewRename";
97
            this.ShowIcon = false;
98
            this.ShowInTaskbar = false;
99
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
100
            this.Text = "Rename listing:";
101
            this.ResumeLayout(false);
102
            this.PerformLayout();
103

104
        }
105

106
        #endregion
107

108
        private System.Windows.Forms.TreeView treeView1;
109
        private System.Windows.Forms.Button button1;
110
        private System.Windows.Forms.Button button2;
111
        private System.Windows.Forms.Label label1;
112
    }
113
}

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.