mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-16 05:14:45 +08:00
Dat151 progress
This commit is contained in:
+117
@@ -29,20 +29,137 @@
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditAudioFilePanel));
|
||||
this.ProjectPathTextBox = new System.Windows.Forms.TextBox();
|
||||
this.label30 = new System.Windows.Forms.Label();
|
||||
this.FileLocationTextBox = new System.Windows.Forms.TextBox();
|
||||
this.label29 = new System.Windows.Forms.Label();
|
||||
this.UnkVersionUpDown = new System.Windows.Forms.NumericUpDown();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.FileTypeComboBox = new System.Windows.Forms.ComboBox();
|
||||
this.label23 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.UnkVersionUpDown)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// ProjectPathTextBox
|
||||
//
|
||||
this.ProjectPathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ProjectPathTextBox.Location = new System.Drawing.Point(93, 127);
|
||||
this.ProjectPathTextBox.Name = "ProjectPathTextBox";
|
||||
this.ProjectPathTextBox.ReadOnly = true;
|
||||
this.ProjectPathTextBox.Size = new System.Drawing.Size(414, 20);
|
||||
this.ProjectPathTextBox.TabIndex = 66;
|
||||
//
|
||||
// label30
|
||||
//
|
||||
this.label30.AutoSize = true;
|
||||
this.label30.Location = new System.Drawing.Point(14, 130);
|
||||
this.label30.Name = "label30";
|
||||
this.label30.Size = new System.Drawing.Size(67, 13);
|
||||
this.label30.TabIndex = 65;
|
||||
this.label30.Text = "Project path:";
|
||||
//
|
||||
// FileLocationTextBox
|
||||
//
|
||||
this.FileLocationTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.FileLocationTextBox.Location = new System.Drawing.Point(93, 101);
|
||||
this.FileLocationTextBox.Name = "FileLocationTextBox";
|
||||
this.FileLocationTextBox.ReadOnly = true;
|
||||
this.FileLocationTextBox.Size = new System.Drawing.Size(414, 20);
|
||||
this.FileLocationTextBox.TabIndex = 64;
|
||||
//
|
||||
// label29
|
||||
//
|
||||
this.label29.AutoSize = true;
|
||||
this.label29.Location = new System.Drawing.Point(14, 104);
|
||||
this.label29.Name = "label29";
|
||||
this.label29.Size = new System.Drawing.Size(66, 13);
|
||||
this.label29.TabIndex = 63;
|
||||
this.label29.Text = "File location:";
|
||||
//
|
||||
// UnkVersionUpDown
|
||||
//
|
||||
this.UnkVersionUpDown.Location = new System.Drawing.Point(93, 54);
|
||||
this.UnkVersionUpDown.Maximum = new decimal(new int[] {
|
||||
-1,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
this.UnkVersionUpDown.Name = "UnkVersionUpDown";
|
||||
this.UnkVersionUpDown.Size = new System.Drawing.Size(124, 20);
|
||||
this.UnkVersionUpDown.TabIndex = 68;
|
||||
this.UnkVersionUpDown.ValueChanged += new System.EventHandler(this.UnkVersionUpDown_ValueChanged);
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(14, 56);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(67, 13);
|
||||
this.label6.TabIndex = 67;
|
||||
this.label6.Text = "Unk version:";
|
||||
//
|
||||
// FileTypeComboBox
|
||||
//
|
||||
this.FileTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.FileTypeComboBox.FormattingEnabled = true;
|
||||
this.FileTypeComboBox.Items.AddRange(new object[] {
|
||||
"Dat4",
|
||||
"Dat10ModularSynth",
|
||||
"Dat15DynamicMixer",
|
||||
"Dat16Curves",
|
||||
"Dat22Categories",
|
||||
"Dat54DataEntries",
|
||||
"Dat149",
|
||||
"Dat150",
|
||||
"Dat151"});
|
||||
this.FileTypeComboBox.Location = new System.Drawing.Point(93, 27);
|
||||
this.FileTypeComboBox.Name = "FileTypeComboBox";
|
||||
this.FileTypeComboBox.Size = new System.Drawing.Size(151, 21);
|
||||
this.FileTypeComboBox.TabIndex = 70;
|
||||
this.FileTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.FileTypeComboBox_SelectedIndexChanged);
|
||||
//
|
||||
// label23
|
||||
//
|
||||
this.label23.AutoSize = true;
|
||||
this.label23.Location = new System.Drawing.Point(16, 30);
|
||||
this.label23.Name = "label23";
|
||||
this.label23.Size = new System.Drawing.Size(49, 13);
|
||||
this.label23.TabIndex = 69;
|
||||
this.label23.Text = "File type:";
|
||||
//
|
||||
// EditAudioFilePanel
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(562, 450);
|
||||
this.Controls.Add(this.FileTypeComboBox);
|
||||
this.Controls.Add(this.label23);
|
||||
this.Controls.Add(this.UnkVersionUpDown);
|
||||
this.Controls.Add(this.label6);
|
||||
this.Controls.Add(this.ProjectPathTextBox);
|
||||
this.Controls.Add(this.label30);
|
||||
this.Controls.Add(this.FileLocationTextBox);
|
||||
this.Controls.Add(this.label29);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "EditAudioFilePanel";
|
||||
this.Text = "Edit Audio File";
|
||||
((System.ComponentModel.ISupportInitialize)(this.UnkVersionUpDown)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.TextBox ProjectPathTextBox;
|
||||
private System.Windows.Forms.Label label30;
|
||||
private System.Windows.Forms.TextBox FileLocationTextBox;
|
||||
private System.Windows.Forms.Label label29;
|
||||
private System.Windows.Forms.NumericUpDown UnkVersionUpDown;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.ComboBox FileTypeComboBox;
|
||||
private System.Windows.Forms.Label label23;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user