namespace PKHeX.WinForms { partial class SAV_Chatter { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { B_Save = new System.Windows.Forms.Button(); B_Cancel = new System.Windows.Forms.Button(); B_ImportPCM = new System.Windows.Forms.Button(); B_ExportPCM = new System.Windows.Forms.Button(); MT_Confusion = new System.Windows.Forms.MaskedTextBox(); L_Confusion = new System.Windows.Forms.Label(); CHK_Initialized = new System.Windows.Forms.CheckBox(); B_ExportWAV = new System.Windows.Forms.Button(); B_PlayRecording = new System.Windows.Forms.Button(); tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); tableLayoutPanel1.SuspendLayout(); SuspendLayout(); // // B_Save // B_Save.Anchor = System.Windows.Forms.AnchorStyles.Right; B_Save.Location = new System.Drawing.Point(159, 130); B_Save.Margin = new System.Windows.Forms.Padding(4); B_Save.Name = "B_Save"; B_Save.Size = new System.Drawing.Size(121, 27); B_Save.TabIndex = 26; B_Save.Text = "Save"; B_Save.UseVisualStyleBackColor = true; B_Save.Click += B_Save_Click; // // B_Cancel // B_Cancel.Anchor = System.Windows.Forms.AnchorStyles.Right; tableLayoutPanel1.SetColumnSpan(B_Cancel, 3); B_Cancel.Location = new System.Drawing.Point(30, 130); B_Cancel.Margin = new System.Windows.Forms.Padding(4); B_Cancel.Name = "B_Cancel"; B_Cancel.Size = new System.Drawing.Size(121, 27); B_Cancel.TabIndex = 25; B_Cancel.Text = "Cancel"; B_Cancel.UseVisualStyleBackColor = true; B_Cancel.Click += B_Cancel_Click; // // B_ImportPCM // B_ImportPCM.Anchor = System.Windows.Forms.AnchorStyles.Right; B_ImportPCM.AutoSize = true; B_ImportPCM.Location = new System.Drawing.Point(159, 4); B_ImportPCM.Margin = new System.Windows.Forms.Padding(4); B_ImportPCM.Name = "B_ImportPCM"; B_ImportPCM.Size = new System.Drawing.Size(121, 27); B_ImportPCM.TabIndex = 27; B_ImportPCM.Text = "Import .pcm"; B_ImportPCM.UseVisualStyleBackColor = true; B_ImportPCM.Click += B_ImportPCM_Click; // // B_ExportPCM // B_ExportPCM.Anchor = System.Windows.Forms.AnchorStyles.Right; B_ExportPCM.AutoSize = true; B_ExportPCM.Location = new System.Drawing.Point(159, 39); B_ExportPCM.Margin = new System.Windows.Forms.Padding(4); B_ExportPCM.Name = "B_ExportPCM"; B_ExportPCM.Size = new System.Drawing.Size(121, 27); B_ExportPCM.TabIndex = 28; B_ExportPCM.Text = "Export .pcm"; B_ExportPCM.UseVisualStyleBackColor = true; B_ExportPCM.Click += B_ExportPCM_Click; // // MT_Confusion // MT_Confusion.Anchor = System.Windows.Forms.AnchorStyles.Left; tableLayoutPanel1.SetColumnSpan(MT_Confusion, 2); MT_Confusion.Enabled = false; MT_Confusion.Location = new System.Drawing.Point(94, 75); MT_Confusion.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); MT_Confusion.Mask = "000"; MT_Confusion.Name = "MT_Confusion"; MT_Confusion.Size = new System.Drawing.Size(29, 25); MT_Confusion.TabIndex = 65; MT_Confusion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // L_Confusion // L_Confusion.Anchor = System.Windows.Forms.AnchorStyles.Right; L_Confusion.AutoSize = true; L_Confusion.Location = new System.Drawing.Point(3, 79); L_Confusion.Margin = new System.Windows.Forms.Padding(3); L_Confusion.Name = "L_Confusion"; L_Confusion.Size = new System.Drawing.Size(84, 17); L_Confusion.TabIndex = 64; L_Confusion.Text = "Confusion %:"; L_Confusion.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // CHK_Initialized // CHK_Initialized.AutoSize = true; tableLayoutPanel1.SetColumnSpan(CHK_Initialized, 2); CHK_Initialized.Location = new System.Drawing.Point(8, 39); CHK_Initialized.Margin = new System.Windows.Forms.Padding(8, 4, 4, 4); CHK_Initialized.Name = "CHK_Initialized"; CHK_Initialized.Size = new System.Drawing.Size(81, 21); CHK_Initialized.TabIndex = 66; CHK_Initialized.Text = "Initialized"; CHK_Initialized.UseVisualStyleBackColor = true; CHK_Initialized.CheckedChanged += CHK_Initialized_CheckedChanged; // // B_ExportWAV // B_ExportWAV.Anchor = System.Windows.Forms.AnchorStyles.Right; B_ExportWAV.AutoSize = true; B_ExportWAV.Location = new System.Drawing.Point(159, 74); B_ExportWAV.Margin = new System.Windows.Forms.Padding(4); B_ExportWAV.Name = "B_ExportWAV"; B_ExportWAV.Size = new System.Drawing.Size(121, 27); B_ExportWAV.TabIndex = 67; B_ExportWAV.Text = "Export .wav"; B_ExportWAV.UseVisualStyleBackColor = true; B_ExportWAV.Click += B_ExportWAV_Click; // // B_PlayRecording // tableLayoutPanel1.SetColumnSpan(B_PlayRecording, 3); B_PlayRecording.Location = new System.Drawing.Point(4, 4); B_PlayRecording.Margin = new System.Windows.Forms.Padding(4); B_PlayRecording.Name = "B_PlayRecording"; B_PlayRecording.Size = new System.Drawing.Size(120, 27); B_PlayRecording.TabIndex = 68; B_PlayRecording.Text = "Play Recording"; B_PlayRecording.UseVisualStyleBackColor = true; B_PlayRecording.Click += B_PlayRecording_Click; // // tableLayoutPanel1 // tableLayoutPanel1.ColumnCount = 4; tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); tableLayoutPanel1.Controls.Add(B_PlayRecording, 0, 0); tableLayoutPanel1.Controls.Add(CHK_Initialized, 0, 1); tableLayoutPanel1.Controls.Add(L_Confusion, 0, 2); tableLayoutPanel1.Controls.Add(MT_Confusion, 1, 2); tableLayoutPanel1.Controls.Add(B_ImportPCM, 3, 0); tableLayoutPanel1.Controls.Add(B_ExportPCM, 3, 1); tableLayoutPanel1.Controls.Add(B_ExportWAV, 3, 2); tableLayoutPanel1.Controls.Add(B_Save, 3, 4); tableLayoutPanel1.Controls.Add(B_Cancel, 0, 4); tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); tableLayoutPanel1.Name = "tableLayoutPanel1"; tableLayoutPanel1.RowCount = 5; tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); tableLayoutPanel1.Size = new System.Drawing.Size(284, 161); tableLayoutPanel1.TabIndex = 69; // // SAV_Chatter // AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; ClientSize = new System.Drawing.Size(284, 161); Controls.Add(tableLayoutPanel1); FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; Icon = Properties.Resources.Icon; Margin = new System.Windows.Forms.Padding(2); MaximizeBox = false; MinimizeBox = false; MinimumSize = new System.Drawing.Size(300, 200); Name = "SAV_Chatter"; StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; Text = "Chatter Editor"; tableLayoutPanel1.ResumeLayout(false); tableLayoutPanel1.PerformLayout(); ResumeLayout(false); } #endregion private System.Windows.Forms.Button B_Save; private System.Windows.Forms.Button B_Cancel; private System.Windows.Forms.Button B_ImportPCM; private System.Windows.Forms.Button B_ExportPCM; private System.Windows.Forms.MaskedTextBox MT_Confusion; private System.Windows.Forms.Label L_Confusion; private System.Windows.Forms.CheckBox CHK_Initialized; private System.Windows.Forms.Button B_ExportWAV; private System.Windows.Forms.Button B_PlayRecording; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } }