OSDN Git Service

#37177 キーアサインでPOVを登録すると、同じ方向のHATが消える問題を修正。
[dtxmania/dtxmania.git] / DTXCreatorプロジェクト / コード / 07.MIDIインポート / CMIDIインポートダイアログ.Designer.cs
1 namespace DTXCreator.MIDIインポート\r
2 {\r
3     partial class CMIDIインポートダイアログ\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31                         System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CMIDIインポートダイアログ));\r
32                         this.buttonOpenMIDI = new System.Windows.Forms.Button();\r
33                         this.buttonCancel = new System.Windows.Forms.Button();\r
34                         this.buttonOK = new System.Windows.Forms.Button();\r
35                         this.textBox1 = new System.Windows.Forms.TextBox();\r
36                         this.dgv割り当て一覧 = new System.Windows.Forms.DataGridView();\r
37                         this.groupBox1 = new System.Windows.Forms.GroupBox();\r
38                         this.labelMIDIImportSettingsFile = new System.Windows.Forms.Label();\r
39                         this.buttonSaveSettings = new System.Windows.Forms.Button();\r
40                         this.buttonOpenSettings = new System.Windows.Forms.Button();\r
41                         this.label重複チップ数 = new System.Windows.Forms.Label();\r
42                         this.label説明文 = new System.Windows.Forms.Label();\r
43                         this.groupBox2 = new System.Windows.Forms.GroupBox();\r
44                         this.groupBox3 = new System.Windows.Forms.GroupBox();\r
45                         this.labelVOLUME間隔 = new System.Windows.Forms.Label();\r
46                         this.numericUpDownVOLUME間隔 = new System.Windows.Forms.NumericUpDown();\r
47                         this.checkBoxベロシティ最大値127 = new System.Windows.Forms.CheckBox();\r
48                         this.checkBoxベロシティカーブ調整 = new System.Windows.Forms.CheckBox();\r
49                         this.groupbox4 = new System.Windows.Forms.GroupBox();\r
50                         this.dgvチャンネル一覧 = new System.Windows.Forms.DataGridView();\r
51                         this.Channel_Ch = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
52                         this.Channel_Notes = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
53                         this.Channel_Load = new System.Windows.Forms.DataGridViewCheckBoxColumn();\r
54                         this.Assign_Comment = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
55                         this.Assign_Notes = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
56                         this.Assign_BackCh = new System.Windows.Forms.DataGridViewCheckBoxColumn();\r
57                         this.Assign_DTX_Lane = new System.Windows.Forms.DataGridViewComboBoxColumn();\r
58                         this.Assign_Key = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
59                         this.Assign_MIDI_Key = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
60                         ((System.ComponentModel.ISupportInitialize)(this.dgv割り当て一覧)).BeginInit();\r
61                         this.groupBox1.SuspendLayout();\r
62                         this.groupBox2.SuspendLayout();\r
63                         this.groupBox3.SuspendLayout();\r
64                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDownVOLUME間隔)).BeginInit();\r
65                         this.groupbox4.SuspendLayout();\r
66                         ((System.ComponentModel.ISupportInitialize)(this.dgvチャンネル一覧)).BeginInit();\r
67                         this.SuspendLayout();\r
68                         // \r
69                         // buttonOpenMIDI\r
70                         // \r
71                         resources.ApplyResources(this.buttonOpenMIDI, "buttonOpenMIDI");\r
72                         this.buttonOpenMIDI.Name = "buttonOpenMIDI";\r
73                         this.buttonOpenMIDI.UseVisualStyleBackColor = true;\r
74                         this.buttonOpenMIDI.Click += new System.EventHandler(this.buttonOpen_Click);\r
75                         // \r
76                         // buttonCancel\r
77                         // \r
78                         resources.ApplyResources(this.buttonCancel, "buttonCancel");\r
79                         this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
80                         this.buttonCancel.Name = "buttonCancel";\r
81                         this.buttonCancel.UseVisualStyleBackColor = true;\r
82                         // \r
83                         // buttonOK\r
84                         // \r
85                         resources.ApplyResources(this.buttonOK, "buttonOK");\r
86                         this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;\r
87                         this.buttonOK.Name = "buttonOK";\r
88                         this.buttonOK.UseVisualStyleBackColor = true;\r
89                         // \r
90                         // textBox1\r
91                         // \r
92                         resources.ApplyResources(this.textBox1, "textBox1");\r
93                         this.textBox1.Name = "textBox1";\r
94                         // \r
95                         // dgv割り当て一覧\r
96                         // \r
97                         resources.ApplyResources(this.dgv割り当て一覧, "dgv割り当て一覧");\r
98                         this.dgv割り当て一覧.AllowUserToAddRows = false;\r
99                         this.dgv割り当て一覧.AllowUserToDeleteRows = false;\r
100                         this.dgv割り当て一覧.AllowUserToResizeColumns = false;\r
101                         this.dgv割り当て一覧.AllowUserToResizeRows = false;\r
102                         this.dgv割り当て一覧.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;\r
103                         this.dgv割り当て一覧.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {\r
104             this.Assign_MIDI_Key,\r
105             this.Assign_Key,\r
106             this.Assign_DTX_Lane,\r
107             this.Assign_BackCh,\r
108             this.Assign_Notes,\r
109             this.Assign_Comment});\r
110                         this.dgv割り当て一覧.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnKeystroke;\r
111                         this.dgv割り当て一覧.MultiSelect = false;\r
112                         this.dgv割り当て一覧.Name = "dgv割り当て一覧";\r
113                         this.dgv割り当て一覧.RowHeadersVisible = false;\r
114                         this.dgv割り当て一覧.RowTemplate.Height = 21;\r
115                         this.dgv割り当て一覧.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;\r
116                         this.dgv割り当て一覧.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv割り当て一覧_CellEndEdit);\r
117                         this.dgv割り当て一覧.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv割り当て一覧_CellEnter);\r
118                         // \r
119                         // groupBox1\r
120                         // \r
121                         resources.ApplyResources(this.groupBox1, "groupBox1");\r
122                         this.groupBox1.Controls.Add(this.labelMIDIImportSettingsFile);\r
123                         this.groupBox1.Controls.Add(this.buttonSaveSettings);\r
124                         this.groupBox1.Controls.Add(this.buttonOpenSettings);\r
125                         this.groupBox1.Controls.Add(this.label重複チップ数);\r
126                         this.groupBox1.Controls.Add(this.label説明文);\r
127                         this.groupBox1.Controls.Add(this.dgv割り当て一覧);\r
128                         this.groupBox1.Name = "groupBox1";\r
129                         this.groupBox1.TabStop = false;\r
130                         // \r
131                         // labelMIDIImportSettingsFile\r
132                         // \r
133                         resources.ApplyResources(this.labelMIDIImportSettingsFile, "labelMIDIImportSettingsFile");\r
134                         this.labelMIDIImportSettingsFile.Name = "labelMIDIImportSettingsFile";\r
135                         // \r
136                         // buttonSaveSettings\r
137                         // \r
138                         resources.ApplyResources(this.buttonSaveSettings, "buttonSaveSettings");\r
139                         this.buttonSaveSettings.Name = "buttonSaveSettings";\r
140                         this.buttonSaveSettings.UseVisualStyleBackColor = true;\r
141                         this.buttonSaveSettings.Click += new System.EventHandler(this.buttonSaveSettings_Click);\r
142                         // \r
143                         // buttonOpenSettings\r
144                         // \r
145                         resources.ApplyResources(this.buttonOpenSettings, "buttonOpenSettings");\r
146                         this.buttonOpenSettings.Name = "buttonOpenSettings";\r
147                         this.buttonOpenSettings.UseVisualStyleBackColor = true;\r
148                         this.buttonOpenSettings.Click += new System.EventHandler(this.buttonOpenSettings_Click);\r
149                         // \r
150                         // label重複チップ数\r
151                         // \r
152                         resources.ApplyResources(this.label重複チップ数, "label重複チップ数");\r
153                         this.label重複チップ数.Cursor = System.Windows.Forms.Cursors.Default;\r
154                         this.label重複チップ数.Name = "label重複チップ数";\r
155                         // \r
156                         // label説明文\r
157                         // \r
158                         resources.ApplyResources(this.label説明文, "label説明文");\r
159                         this.label説明文.Name = "label説明文";\r
160                         // \r
161                         // groupBox2\r
162                         // \r
163                         resources.ApplyResources(this.groupBox2, "groupBox2");\r
164                         this.groupBox2.Controls.Add(this.textBox1);\r
165                         this.groupBox2.Name = "groupBox2";\r
166                         this.groupBox2.TabStop = false;\r
167                         // \r
168                         // groupBox3\r
169                         // \r
170                         resources.ApplyResources(this.groupBox3, "groupBox3");\r
171                         this.groupBox3.Controls.Add(this.labelVOLUME間隔);\r
172                         this.groupBox3.Controls.Add(this.numericUpDownVOLUME間隔);\r
173                         this.groupBox3.Controls.Add(this.checkBoxベロシティ最大値127);\r
174                         this.groupBox3.Controls.Add(this.checkBoxベロシティカーブ調整);\r
175                         this.groupBox3.Name = "groupBox3";\r
176                         this.groupBox3.TabStop = false;\r
177                         // \r
178                         // labelVOLUME間隔\r
179                         // \r
180                         resources.ApplyResources(this.labelVOLUME間隔, "labelVOLUME間隔");\r
181                         this.labelVOLUME間隔.Name = "labelVOLUME間隔";\r
182                         // \r
183                         // numericUpDownVOLUME間隔\r
184                         // \r
185                         resources.ApplyResources(this.numericUpDownVOLUME間隔, "numericUpDownVOLUME間隔");\r
186                         this.numericUpDownVOLUME間隔.Maximum = new decimal(new int[] {\r
187             50,\r
188             0,\r
189             0,\r
190             0});\r
191                         this.numericUpDownVOLUME間隔.Minimum = new decimal(new int[] {\r
192             1,\r
193             0,\r
194             0,\r
195             0});\r
196                         this.numericUpDownVOLUME間隔.Name = "numericUpDownVOLUME間隔";\r
197                         this.numericUpDownVOLUME間隔.Value = new decimal(new int[] {\r
198             10,\r
199             0,\r
200             0,\r
201             0});\r
202                         // \r
203                         // checkBoxベロシティ最大値127\r
204                         // \r
205                         resources.ApplyResources(this.checkBoxベロシティ最大値127, "checkBoxベロシティ最大値127");\r
206                         this.checkBoxベロシティ最大値127.Name = "checkBoxベロシティ最大値127";\r
207                         this.checkBoxベロシティ最大値127.UseVisualStyleBackColor = true;\r
208                         // \r
209                         // checkBoxベロシティカーブ調整\r
210                         // \r
211                         resources.ApplyResources(this.checkBoxベロシティカーブ調整, "checkBoxベロシティカーブ調整");\r
212                         this.checkBoxベロシティカーブ調整.Name = "checkBoxベロシティカーブ調整";\r
213                         this.checkBoxベロシティカーブ調整.UseVisualStyleBackColor = true;\r
214                         // \r
215                         // groupbox4\r
216                         // \r
217                         resources.ApplyResources(this.groupbox4, "groupbox4");\r
218                         this.groupbox4.Controls.Add(this.dgvチャンネル一覧);\r
219                         this.groupbox4.Name = "groupbox4";\r
220                         this.groupbox4.TabStop = false;\r
221                         // \r
222                         // dgvチャンネル一覧\r
223                         // \r
224                         resources.ApplyResources(this.dgvチャンネル一覧, "dgvチャンネル一覧");\r
225                         this.dgvチャンネル一覧.AllowUserToAddRows = false;\r
226                         this.dgvチャンネル一覧.AllowUserToDeleteRows = false;\r
227                         this.dgvチャンネル一覧.AllowUserToResizeColumns = false;\r
228                         this.dgvチャンネル一覧.AllowUserToResizeRows = false;\r
229                         this.dgvチャンネル一覧.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;\r
230                         this.dgvチャンネル一覧.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {\r
231             this.Channel_Ch,\r
232             this.Channel_Notes,\r
233             this.Channel_Load});\r
234                         this.dgvチャンネル一覧.MultiSelect = false;\r
235                         this.dgvチャンネル一覧.Name = "dgvチャンネル一覧";\r
236                         this.dgvチャンネル一覧.RowHeadersVisible = false;\r
237                         this.dgvチャンネル一覧.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;\r
238                         this.dgvチャンネル一覧.RowTemplate.Height = 21;\r
239                         this.dgvチャンネル一覧.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;\r
240                         this.dgvチャンネル一覧.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvチャンネル一覧_CellValueChanged);\r
241                         this.dgvチャンネル一覧.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvチャンネル一覧_CurrentCellDirtyStateChanged);\r
242                         // \r
243                         // Channel_Ch\r
244                         // \r
245                         this.Channel_Ch.Frozen = true;\r
246                         resources.ApplyResources(this.Channel_Ch, "Channel_Ch");\r
247                         this.Channel_Ch.Name = "Channel_Ch";\r
248                         this.Channel_Ch.ReadOnly = true;\r
249                         this.Channel_Ch.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
250                         // \r
251                         // Channel_Notes\r
252                         // \r
253                         this.Channel_Notes.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;\r
254                         resources.ApplyResources(this.Channel_Notes, "Channel_Notes");\r
255                         this.Channel_Notes.Name = "Channel_Notes";\r
256                         this.Channel_Notes.ReadOnly = true;\r
257                         this.Channel_Notes.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
258                         // \r
259                         // Channel_Load\r
260                         // \r
261                         this.Channel_Load.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;\r
262                         resources.ApplyResources(this.Channel_Load, "Channel_Load");\r
263                         this.Channel_Load.Name = "Channel_Load";\r
264                         // \r
265                         // Assign_Comment\r
266                         // \r
267                         this.Assign_Comment.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;\r
268                         resources.ApplyResources(this.Assign_Comment, "Assign_Comment");\r
269                         this.Assign_Comment.MaxInputLength = 128;\r
270                         this.Assign_Comment.Name = "Assign_Comment";\r
271                         this.Assign_Comment.Resizable = System.Windows.Forms.DataGridViewTriState.False;\r
272                         this.Assign_Comment.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
273                         // \r
274                         // Assign_Notes\r
275                         // \r
276                         resources.ApplyResources(this.Assign_Notes, "Assign_Notes");\r
277                         this.Assign_Notes.MaxInputLength = 4;\r
278                         this.Assign_Notes.Name = "Assign_Notes";\r
279                         this.Assign_Notes.ReadOnly = true;\r
280                         this.Assign_Notes.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
281                         // \r
282                         // Assign_BackCh\r
283                         // \r
284                         resources.ApplyResources(this.Assign_BackCh, "Assign_BackCh");\r
285                         this.Assign_BackCh.Name = "Assign_BackCh";\r
286                         this.Assign_BackCh.Resizable = System.Windows.Forms.DataGridViewTriState.False;\r
287                         // \r
288                         // Assign_DTX_Lane\r
289                         // \r
290                         this.Assign_DTX_Lane.AutoComplete = false;\r
291                         this.Assign_DTX_Lane.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;\r
292                         this.Assign_DTX_Lane.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
293                         resources.ApplyResources(this.Assign_DTX_Lane, "Assign_DTX_Lane");\r
294                         this.Assign_DTX_Lane.MaxDropDownItems = 4;\r
295                         this.Assign_DTX_Lane.Name = "Assign_DTX_Lane";\r
296                         this.Assign_DTX_Lane.Resizable = System.Windows.Forms.DataGridViewTriState.False;\r
297                         // \r
298                         // Assign_Key\r
299                         // \r
300                         resources.ApplyResources(this.Assign_Key, "Assign_Key");\r
301                         this.Assign_Key.MaxInputLength = 64;\r
302                         this.Assign_Key.Name = "Assign_Key";\r
303                         this.Assign_Key.ReadOnly = true;\r
304                         this.Assign_Key.Resizable = System.Windows.Forms.DataGridViewTriState.False;\r
305                         this.Assign_Key.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
306                         // \r
307                         // Assign_MIDI_Key\r
308                         // \r
309                         resources.ApplyResources(this.Assign_MIDI_Key, "Assign_MIDI_Key");\r
310                         this.Assign_MIDI_Key.MaxInputLength = 4;\r
311                         this.Assign_MIDI_Key.Name = "Assign_MIDI_Key";\r
312                         this.Assign_MIDI_Key.ReadOnly = true;\r
313                         this.Assign_MIDI_Key.Resizable = System.Windows.Forms.DataGridViewTriState.False;\r
314                         this.Assign_MIDI_Key.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;\r
315                         // \r
316                         // CMIDIインポートダイアログ\r
317                         // \r
318                         resources.ApplyResources(this, "$this");\r
319                         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
320                         this.ControlBox = false;\r
321                         this.Controls.Add(this.groupbox4);\r
322                         this.Controls.Add(this.groupBox3);\r
323                         this.Controls.Add(this.groupBox2);\r
324                         this.Controls.Add(this.groupBox1);\r
325                         this.Controls.Add(this.buttonOK);\r
326                         this.Controls.Add(this.buttonCancel);\r
327                         this.Controls.Add(this.buttonOpenMIDI);\r
328                         this.Name = "CMIDIインポートダイアログ";\r
329                         ((System.ComponentModel.ISupportInitialize)(this.dgv割り当て一覧)).EndInit();\r
330                         this.groupBox1.ResumeLayout(false);\r
331                         this.groupBox2.ResumeLayout(false);\r
332                         this.groupBox2.PerformLayout();\r
333                         this.groupBox3.ResumeLayout(false);\r
334                         this.groupBox3.PerformLayout();\r
335                         ((System.ComponentModel.ISupportInitialize)(this.numericUpDownVOLUME間隔)).EndInit();\r
336                         this.groupbox4.ResumeLayout(false);\r
337                         ((System.ComponentModel.ISupportInitialize)(this.dgvチャンネル一覧)).EndInit();\r
338                         this.ResumeLayout(false);\r
339 \r
340         }\r
341 \r
342         #endregion\r
343 \r
344         private System.Windows.Forms.Button buttonOpenMIDI;\r
345         private System.Windows.Forms.Button buttonCancel;\r
346         private System.Windows.Forms.Button buttonOK;\r
347         private System.Windows.Forms.TextBox textBox1;\r
348         private System.Windows.Forms.DataGridView dgv割り当て一覧;\r
349         private System.Windows.Forms.GroupBox groupBox1;\r
350         private System.Windows.Forms.Label label説明文;\r
351                 private System.Windows.Forms.GroupBox groupBox2;\r
352                 private System.Windows.Forms.Label label重複チップ数;\r
353                 private System.Windows.Forms.GroupBox groupBox3;\r
354                 private System.Windows.Forms.CheckBox checkBoxベロシティカーブ調整;\r
355                 private System.Windows.Forms.CheckBox checkBoxベロシティ最大値127;\r
356                 private System.Windows.Forms.Label labelVOLUME間隔;\r
357                 private System.Windows.Forms.NumericUpDown numericUpDownVOLUME間隔;\r
358                 private System.Windows.Forms.GroupBox groupbox4;\r
359                 private System.Windows.Forms.DataGridView dgvチャンネル一覧;\r
360                 private System.Windows.Forms.Button buttonOpenSettings;\r
361                 private System.Windows.Forms.Button buttonSaveSettings;\r
362                 private System.Windows.Forms.Label labelMIDIImportSettingsFile;\r
363                 private System.Windows.Forms.DataGridViewTextBoxColumn Channel_Ch;\r
364                 private System.Windows.Forms.DataGridViewTextBoxColumn Channel_Notes;\r
365                 private System.Windows.Forms.DataGridViewCheckBoxColumn Channel_Load;\r
366                 private System.Windows.Forms.DataGridViewTextBoxColumn Assign_MIDI_Key;\r
367                 private System.Windows.Forms.DataGridViewTextBoxColumn Assign_Key;\r
368                 private System.Windows.Forms.DataGridViewComboBoxColumn Assign_DTX_Lane;\r
369                 private System.Windows.Forms.DataGridViewCheckBoxColumn Assign_BackCh;\r
370                 private System.Windows.Forms.DataGridViewTextBoxColumn Assign_Notes;\r
371                 private System.Windows.Forms.DataGridViewTextBoxColumn Assign_Comment;\r
372     }\r
373 }