Sfall-ScriptEditor

Форк
0
/
DialogPreview.Designer.cs 
339 строк · 19.4 Кб
1
namespace ScriptEditor
2
{
3
    partial class DialogPreview
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
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogPreview));
31
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
32
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
33
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
34
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
35
            this.toolStrip = new System.Windows.Forms.ToolStrip();
36
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
37
            this.NodesComboBox = new System.Windows.Forms.ToolStripComboBox();
38
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
39
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
40
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
41
            this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
42
            this.femaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43
            this.toolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
44
            this.lowIQToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
46
            this.JumpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
48
            this.OptionsTextLabel = new System.Windows.Forms.ToolStripLabel();
49
            this.groupBox2 = new System.Windows.Forms.GroupBox();
50
            this.dgvMessages = new System.Windows.Forms.DataGridView();
51
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
52
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
53
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
54
            this.Column1 = new System.Windows.Forms.DataGridViewLinkColumn();
55
            this.toolStrip.SuspendLayout();
56
            this.groupBox2.SuspendLayout();
57
            ((System.ComponentModel.ISupportInitialize)(this.dgvMessages)).BeginInit();
58
            this.SuspendLayout();
59
            // 
60
            // toolStrip
61
            // 
62
            this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
63
            this.toolStripLabel1,
64
            this.NodesComboBox,
65
            this.toolStripButton1,
66
            this.toolStripButton2,
67
            this.toolStripSeparator1,
68
            this.toolStripDropDownButton1,
69
            this.toolStripSeparator4,
70
            this.OptionsTextLabel});
71
            this.toolStrip.Location = new System.Drawing.Point(0, 0);
72
            this.toolStrip.Name = "toolStrip";
73
            this.toolStrip.Size = new System.Drawing.Size(751, 25);
74
            this.toolStrip.TabIndex = 0;
75
            this.toolStrip.Text = "toolStrip";
76
            // 
77
            // toolStripLabel1
78
            // 
79
            this.toolStripLabel1.Name = "toolStripLabel1";
80
            this.toolStripLabel1.Size = new System.Drawing.Size(41, 22);
81
            this.toolStripLabel1.Text = "Nodes:";
82
            // 
83
            // NodesComboBox
84
            // 
85
            this.NodesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
86
            this.NodesComboBox.FlatStyle = System.Windows.Forms.FlatStyle.Standard;
87
            this.NodesComboBox.MaxDropDownItems = 25;
88
            this.NodesComboBox.Name = "NodesComboBox";
89
            this.NodesComboBox.Size = new System.Drawing.Size(150, 25);
90
            this.NodesComboBox.Sorted = true;
91
            this.NodesComboBox.DropDownClosed += new System.EventHandler(this.NodesComboBox_DropDownClosed);
92
            this.NodesComboBox.SelectedIndexChanged += new System.EventHandler(this.NodesComboBox_SelectedIndexChanged);
93
            // 
94
            // toolStripButton1
95
            // 
96
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
97
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
98
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
99
            this.toolStripButton1.Name = "toolStripButton1";
100
            this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
101
            this.toolStripButton1.Text = "Back";
102
            this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
103
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
104
            // 
105
            // toolStripButton2
106
            // 
107
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
108
            this.toolStripButton2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
109
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
110
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
111
            this.toolStripButton2.Name = "toolStripButton2";
112
            this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
113
            this.toolStripButton2.Text = "Forward";
114
            this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
115
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
116
            // 
117
            // toolStripSeparator1
118
            // 
119
            this.toolStripSeparator1.Name = "toolStripSeparator1";
120
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
121
            // 
122
            // toolStripDropDownButton1
123
            // 
124
            this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
125
            this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
126
            this.femaleToolStripMenuItem,
127
            this.lowIQToolStripMenuItem,
128
            this.toolStripSeparator2,
129
            this.JumpToolStripMenuItem});
130
            this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
131
            this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
132
            this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
133
            this.toolStripDropDownButton1.Size = new System.Drawing.Size(57, 22);
134
            this.toolStripDropDownButton1.Text = "Options";
135
            // 
136
            // femaleToolStripMenuItem
137
            // 
138
            this.femaleToolStripMenuItem.CheckOnClick = true;
139
            this.femaleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
140
            this.toolStripTextBox});
141
            this.femaleToolStripMenuItem.Name = "femaleToolStripMenuItem";
142
            this.femaleToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
143
            this.femaleToolStripMenuItem.Text = "Player Female";
144
            this.femaleToolStripMenuItem.Click += new System.EventHandler(this.femaleToolStripMenuItem_Click);
145
            // 
146
            // toolStripTextBox
147
            // 
148
            this.toolStripTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
149
            this.toolStripTextBox.Enabled = false;
150
            this.toolStripTextBox.Name = "toolStripTextBox";
151
            this.toolStripTextBox.Size = new System.Drawing.Size(90, 21);
152
            this.toolStripTextBox.Text = "1000";
153
            this.toolStripTextBox.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
154
            this.toolStripTextBox.ToolTipText = "Number by which the msg-line number will be incremented to address female phrases" +
155
                ".";
156
            // 
157
            // lowIQToolStripMenuItem
158
            // 
159
            this.lowIQToolStripMenuItem.Enabled = false;
160
            this.lowIQToolStripMenuItem.Name = "lowIQToolStripMenuItem";
161
            this.lowIQToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
162
            this.lowIQToolStripMenuItem.Text = "Low IQ";
163
            // 
164
            // toolStripSeparator2
165
            // 
166
            this.toolStripSeparator2.Name = "toolStripSeparator2";
167
            this.toolStripSeparator2.Size = new System.Drawing.Size(149, 6);
168
            // 
169
            // JumpToolStripMenuItem
170
            // 
171
            this.JumpToolStripMenuItem.Checked = true;
172
            this.JumpToolStripMenuItem.CheckOnClick = true;
173
            this.JumpToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
174
            this.JumpToolStripMenuItem.Name = "JumpToolStripMenuItem";
175
            this.JumpToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
176
            this.JumpToolStripMenuItem.Text = "Auto Jump";
177
            this.JumpToolStripMenuItem.ToolTipText = "Automatically jump to a procedure after response of player.";
178
            // 
179
            // toolStripSeparator4
180
            // 
181
            this.toolStripSeparator4.Name = "toolStripSeparator4";
182
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
183
            // 
184
            // OptionsTextLabel
185
            // 
186
            this.OptionsTextLabel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
187
            this.OptionsTextLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
188
            this.OptionsTextLabel.ForeColor = System.Drawing.Color.Blue;
189
            this.OptionsTextLabel.Name = "OptionsTextLabel";
190
            this.OptionsTextLabel.Size = new System.Drawing.Size(0, 22);
191
            // 
192
            // groupBox2
193
            // 
194
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
195
                        | System.Windows.Forms.AnchorStyles.Left)
196
                        | System.Windows.Forms.AnchorStyles.Right)));
197
            this.groupBox2.Controls.Add(this.dgvMessages);
198
            this.groupBox2.Location = new System.Drawing.Point(12, 28);
199
            this.groupBox2.Name = "groupBox2";
200
            this.groupBox2.Padding = new System.Windows.Forms.Padding(6, 3, 6, 6);
201
            this.groupBox2.Size = new System.Drawing.Size(727, 377);
202
            this.groupBox2.TabIndex = 2;
203
            this.groupBox2.TabStop = false;
204
            this.groupBox2.Text = "Node Messages";
205
            // 
206
            // dgvMessages
207
            // 
208
            this.dgvMessages.AllowUserToAddRows = false;
209
            this.dgvMessages.AllowUserToDeleteRows = false;
210
            this.dgvMessages.AllowUserToResizeRows = false;
211
            this.dgvMessages.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders;
212
            this.dgvMessages.BackgroundColor = System.Drawing.SystemColors.Control;
213
            this.dgvMessages.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
214
            this.dgvMessages.ColumnHeadersHeight = 20;
215
            this.dgvMessages.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
216
            this.dgvMessages.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
217
            this.Column3,
218
            this.Column2,
219
            this.Column4,
220
            this.Column1});
221
            this.dgvMessages.Dock = System.Windows.Forms.DockStyle.Fill;
222
            this.dgvMessages.Location = new System.Drawing.Point(6, 16);
223
            this.dgvMessages.MultiSelect = false;
224
            this.dgvMessages.Name = "dgvMessages";
225
            this.dgvMessages.ReadOnly = true;
226
            this.dgvMessages.RowHeadersVisible = false;
227
            this.dgvMessages.RowHeadersWidth = 35;
228
            this.dgvMessages.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
229
            this.dgvMessages.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
230
            this.dgvMessages.Size = new System.Drawing.Size(715, 355);
231
            this.dgvMessages.TabIndex = 0;
232
            this.dgvMessages.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMessages_CellContentClick);
233
            this.dgvMessages.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMessages_CellDoubleClick);
234
            // 
235
            // Column3
236
            // 
237
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.LemonChiffon;
238
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Black;
239
            this.Column3.DefaultCellStyle = dataGridViewCellStyle1;
240
            this.Column3.HeaderText = "Procedure";
241
            this.Column3.Name = "Column3";
242
            this.Column3.ReadOnly = true;
243
            this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
244
            this.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
245
            this.Column3.ToolTipText = "Goto node, for this player\'s response.";
246
            // 
247
            // Column2
248
            // 
249
            this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
250
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LemonChiffon;
251
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
252
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
253
            this.Column2.DefaultCellStyle = dataGridViewCellStyle2;
254
            this.Column2.HeaderText = "Text";
255
            this.Column2.Name = "Column2";
256
            this.Column2.ReadOnly = true;
257
            this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
258
            // 
259
            // Column4
260
            // 
261
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
262
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.LemonChiffon;
263
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
264
            this.Column4.DefaultCellStyle = dataGridViewCellStyle3;
265
            this.Column4.HeaderText = "IQ";
266
            this.Column4.Name = "Column4";
267
            this.Column4.ReadOnly = true;
268
            this.Column4.Resizable = System.Windows.Forms.DataGridViewTriState.False;
269
            this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
270
            this.Column4.ToolTipText = "Requirement of player\'s intelligence (positive number is greater than or equal, n" +
271
                "egative number is less than or equal).";
272
            this.Column4.Width = 25;
273
            // 
274
            // Column1
275
            // 
276
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
277
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.LemonChiffon;
278
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.DodgerBlue;
279
            this.Column1.DefaultCellStyle = dataGridViewCellStyle4;
280
            this.Column1.FillWeight = 1F;
281
            this.Column1.HeaderText = "Line";
282
            this.Column1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
283
            this.Column1.LinkColor = System.Drawing.Color.DodgerBlue;
284
            this.Column1.Name = "Column1";
285
            this.Column1.ReadOnly = true;
286
            this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
287
            this.Column1.Text = "";
288
            this.Column1.ToolTipText = "Line number in the message file.";
289
            this.Column1.VisitedLinkColor = System.Drawing.Color.DodgerBlue;
290
            this.Column1.Width = 35;
291
            // 
292
            // DialogPreview
293
            // 
294
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
295
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
296
            this.ClientSize = new System.Drawing.Size(751, 415);
297
            this.Controls.Add(this.toolStrip);
298
            this.Controls.Add(this.groupBox2);
299
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
300
            this.MinimumSize = new System.Drawing.Size(350, 300);
301
            this.Name = "DialogPreview";
302
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
303
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
304
            this.Text = "Dialog Preview - ";
305
            this.Activated += new System.EventHandler(this.DialogPreview_Activated);
306
            this.Shown += new System.EventHandler(this.DialogPreview_Shown);
307
            this.toolStrip.ResumeLayout(false);
308
            this.toolStrip.PerformLayout();
309
            this.groupBox2.ResumeLayout(false);
310
            ((System.ComponentModel.ISupportInitialize)(this.dgvMessages)).EndInit();
311
            this.ResumeLayout(false);
312
            this.PerformLayout();
313

314
        }
315

316
        #endregion
317

318
        private System.Windows.Forms.ToolStrip toolStrip;
319
        private System.Windows.Forms.GroupBox groupBox2;
320
        private System.Windows.Forms.DataGridView dgvMessages;
321
        private System.Windows.Forms.ToolStripButton toolStripButton1;
322
        private System.Windows.Forms.ToolStripButton toolStripButton2;
323
        private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
324
        private System.Windows.Forms.ToolStripMenuItem femaleToolStripMenuItem;
325
        private System.Windows.Forms.ToolStripMenuItem lowIQToolStripMenuItem;
326
        private System.Windows.Forms.ToolStripComboBox NodesComboBox;
327
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
328
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
329
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
330
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
331
        private System.Windows.Forms.ToolStripLabel OptionsTextLabel;
332
        private System.Windows.Forms.ToolStripMenuItem JumpToolStripMenuItem;
333
        private System.Windows.Forms.ToolStripTextBox toolStripTextBox;
334
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
335
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
336
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
337
        private System.Windows.Forms.DataGridViewLinkColumn Column1;
338
    }
339
}

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

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

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

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