Sfall-ScriptEditor

Форк
0
/
AboutBox.Designer.cs 
171 строка · 9.5 Кб
1
namespace ScriptEditor {
2
    partial class AboutBox {
3
        /// <summary>
4
        /// Required designer variable.
5
        /// </summary>
6
        private System.ComponentModel.IContainer components = null;
7

8
        /// <summary>
9
        /// Clean up any resources being used.
10
        /// </summary>
11
        protected override void Dispose(bool disposing) {
12
            if(disposing && (components != null)) {
13
                components.Dispose();
14
            }
15
            base.Dispose(disposing);
16
        }
17

18
        #region Windows Form Designer generated code
19

20
        /// <summary>
21
        /// Required method for Designer support - do not modify
22
        /// the contents of this method with the code editor.
23
        /// </summary>
24
        private void InitializeComponent() {
25
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
26
            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
27
            this.logoPictureBox = new System.Windows.Forms.PictureBox();
28
            this.labelProductName = new System.Windows.Forms.Label();
29
            this.labelVersion = new System.Windows.Forms.Label();
30
            this.labelCopyright = new System.Windows.Forms.Label();
31
            this.textBoxDescription = new System.Windows.Forms.TextBox();
32
            this.okButton = new System.Windows.Forms.Button();
33
            this.tableLayoutPanel.SuspendLayout();
34
            ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
35
            this.SuspendLayout();
36
            // 
37
            // tableLayoutPanel
38
            // 
39
            this.tableLayoutPanel.ColumnCount = 2;
40
            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F));
41
            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F));
42
            this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
43
            this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
44
            this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
45
            this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
46
            this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 3);
47
            this.tableLayoutPanel.Controls.Add(this.okButton, 1, 4);
48
            this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
49
            this.tableLayoutPanel.Location = new System.Drawing.Point(2, 2);
50
            this.tableLayoutPanel.Name = "tableLayoutPanel";
51
            this.tableLayoutPanel.RowCount = 5;
52
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F));
53
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.5F));
54
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.5F));
55
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
56
            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F));
57
            this.tableLayoutPanel.Size = new System.Drawing.Size(519, 301);
58
            this.tableLayoutPanel.TabIndex = 0;
59
            // 
60
            // logoPictureBox
61
            // 
62
            this.logoPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
63
            this.logoPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
64
            this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
65
            this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
66
            this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
67
            this.logoPictureBox.Name = "logoPictureBox";
68
            this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 5);
69
            this.logoPictureBox.Size = new System.Drawing.Size(201, 295);
70
            this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
71
            this.logoPictureBox.TabIndex = 12;
72
            this.logoPictureBox.TabStop = false;
73
            // 
74
            // labelProductName
75
            // 
76
            this.labelProductName.AutoSize = true;
77
            this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
78
            this.labelProductName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
79
            this.labelProductName.ForeColor = System.Drawing.Color.RoyalBlue;
80
            this.labelProductName.Location = new System.Drawing.Point(213, 0);
81
            this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
82
            this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
83
            this.labelProductName.Name = "labelProductName";
84
            this.labelProductName.Size = new System.Drawing.Size(303, 17);
85
            this.labelProductName.TabIndex = 19;
86
            this.labelProductName.Text = "Product Name";
87
            this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
88
            // 
89
            // labelVersion
90
            // 
91
            this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
92
            this.labelVersion.Location = new System.Drawing.Point(213, 24);
93
            this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
94
            this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
95
            this.labelVersion.Name = "labelVersion";
96
            this.labelVersion.Size = new System.Drawing.Size(303, 17);
97
            this.labelVersion.TabIndex = 0;
98
            this.labelVersion.Text = "Version";
99
            this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
100
            // 
101
            // labelCopyright
102
            // 
103
            this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
104
            this.labelCopyright.Location = new System.Drawing.Point(213, 43);
105
            this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
106
            this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
107
            this.labelCopyright.Name = "labelCopyright";
108
            this.labelCopyright.Size = new System.Drawing.Size(303, 17);
109
            this.labelCopyright.TabIndex = 21;
110
            this.labelCopyright.Text = "Copyright";
111
            this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
112
            // 
113
            // textBoxDescription
114
            // 
115
            this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
116
            this.textBoxDescription.Location = new System.Drawing.Point(213, 65);
117
            this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
118
            this.textBoxDescription.Multiline = true;
119
            this.textBoxDescription.Name = "textBoxDescription";
120
            this.textBoxDescription.ReadOnly = true;
121
            this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
122
            this.textBoxDescription.Size = new System.Drawing.Size(303, 204);
123
            this.textBoxDescription.TabIndex = 23;
124
            this.textBoxDescription.TabStop = false;
125
            this.textBoxDescription.Text = "Description";
126
            // 
127
            // okButton
128
            // 
129
            this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
130
            this.okButton.AutoSize = true;
131
            this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
132
            this.okButton.Location = new System.Drawing.Point(441, 275);
133
            this.okButton.Name = "okButton";
134
            this.okButton.Size = new System.Drawing.Size(75, 23);
135
            this.okButton.TabIndex = 24;
136
            this.okButton.Text = "&OK";
137
            // 
138
            // AboutBox
139
            // 
140
            this.AcceptButton = this.okButton;
141
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
142
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
143
            this.ClientSize = new System.Drawing.Size(523, 305);
144
            this.Controls.Add(this.tableLayoutPanel);
145
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
146
            this.MaximizeBox = false;
147
            this.MinimizeBox = false;
148
            this.Name = "AboutBox";
149
            this.Padding = new System.Windows.Forms.Padding(2);
150
            this.ShowIcon = false;
151
            this.ShowInTaskbar = false;
152
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
153
            this.Text = "About ";
154
            this.tableLayoutPanel.ResumeLayout(false);
155
            this.tableLayoutPanel.PerformLayout();
156
            ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
157
            this.ResumeLayout(false);
158

159
        }
160

161
        #endregion
162

163
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
164
        private System.Windows.Forms.PictureBox logoPictureBox;
165
        private System.Windows.Forms.Label labelProductName;
166
        private System.Windows.Forms.Label labelVersion;
167
        private System.Windows.Forms.Label labelCopyright;
168
        private System.Windows.Forms.TextBox textBoxDescription;
169
        private System.Windows.Forms.Button okButton;
170
    }
171
}
172

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

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

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

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