in ScpUser/ScpPad.h [267:546]
void InitializeComponent(void)
{
this->components = (gcnew System::ComponentModel::Container());
System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(SCPPad::typeid));
this->lbOutput_0 = (gcnew System::Windows::Forms::Label());
this->lbOutput_1 = (gcnew System::Windows::Forms::Label());
this->lbOutput_2 = (gcnew System::Windows::Forms::Label());
this->lbOutput_3 = (gcnew System::Windows::Forms::Label());
this->advPanel = (gcnew System::Windows::Forms::Panel());
this->cbExtensions = (gcnew System::Windows::Forms::CheckBox());
this->lblRumble = (gcnew System::Windows::Forms::Label());
this->tbOutput_0_Large = (gcnew System::Windows::Forms::TrackBar());
this->tbOutput_0_Small = (gcnew System::Windows::Forms::TrackBar());
this->tbOutput_1_Large = (gcnew System::Windows::Forms::TrackBar());
this->tbOutput_1_Small = (gcnew System::Windows::Forms::TrackBar());
this->tbOutput_2_Large = (gcnew System::Windows::Forms::TrackBar());
this->tbOutput_2_Small = (gcnew System::Windows::Forms::TrackBar());
this->tbOutput_3_Large = (gcnew System::Windows::Forms::TrackBar());
this->tbOutput_3_Small = (gcnew System::Windows::Forms::TrackBar());
this->cbDeadZone = (gcnew System::Windows::Forms::CheckBox());
this->statusBar = (gcnew System::Windows::Forms::StatusBar());
this->updateTimer = (gcnew System::Windows::Forms::Timer(this->components));
this->advPanel->SuspendLayout();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_0_Large))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_0_Small))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_1_Large))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_1_Small))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_2_Large))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_2_Small))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_3_Large))->BeginInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_3_Small))->BeginInit();
this->SuspendLayout();
//
// lbOutput_0
//
this->lbOutput_0->AutoSize = true;
this->lbOutput_0->BackColor = System::Drawing::Color::Transparent;
this->lbOutput_0->Font = (gcnew System::Drawing::Font(L"Consolas", 8.25F, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
static_cast<System::Byte>(0)));
this->lbOutput_0->ForeColor = System::Drawing::SystemColors::ControlText;
this->lbOutput_0->Location = System::Drawing::Point(13, 30);
this->lbOutput_0->Name = L"lbOutput_0";
this->lbOutput_0->Size = System::Drawing::Size(55, 13);
this->lbOutput_0->TabIndex = 8;
this->lbOutput_0->Text = L"<output>";
//
// lbOutput_1
//
this->lbOutput_1->AutoSize = true;
this->lbOutput_1->BackColor = System::Drawing::Color::Transparent;
this->lbOutput_1->Font = (gcnew System::Drawing::Font(L"Consolas", 8.25F, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
static_cast<System::Byte>(0)));
this->lbOutput_1->ForeColor = System::Drawing::SystemColors::ControlText;
this->lbOutput_1->Location = System::Drawing::Point(13, 120);
this->lbOutput_1->Name = L"lbOutput_1";
this->lbOutput_1->Size = System::Drawing::Size(55, 13);
this->lbOutput_1->TabIndex = 9;
this->lbOutput_1->Text = L"<output>";
//
// lbOutput_2
//
this->lbOutput_2->AutoSize = true;
this->lbOutput_2->BackColor = System::Drawing::Color::Transparent;
this->lbOutput_2->Font = (gcnew System::Drawing::Font(L"Consolas", 8.25F, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
static_cast<System::Byte>(0)));
this->lbOutput_2->ForeColor = System::Drawing::SystemColors::ControlText;
this->lbOutput_2->Location = System::Drawing::Point(13, 210);
this->lbOutput_2->Name = L"lbOutput_2";
this->lbOutput_2->Size = System::Drawing::Size(55, 13);
this->lbOutput_2->TabIndex = 10;
this->lbOutput_2->Text = L"<output>";
//
// lbOutput_3
//
this->lbOutput_3->AutoSize = true;
this->lbOutput_3->BackColor = System::Drawing::Color::Transparent;
this->lbOutput_3->Font = (gcnew System::Drawing::Font(L"Consolas", 8.25F, System::Drawing::FontStyle::Regular, System::Drawing::GraphicsUnit::Point,
static_cast<System::Byte>(0)));
this->lbOutput_3->ForeColor = System::Drawing::SystemColors::ControlText;
this->lbOutput_3->Location = System::Drawing::Point(13, 300);
this->lbOutput_3->Name = L"lbOutput_3";
this->lbOutput_3->Size = System::Drawing::Size(55, 13);
this->lbOutput_3->TabIndex = 11;
this->lbOutput_3->Text = L"<output>";
//
// advPanel
//
this->advPanel->BackColor = System::Drawing::SystemColors::Control;
this->advPanel->Controls->Add(this->cbExtensions);
this->advPanel->Controls->Add(this->lblRumble);
this->advPanel->Controls->Add(this->tbOutput_0_Large);
this->advPanel->Controls->Add(this->tbOutput_0_Small);
this->advPanel->Controls->Add(this->tbOutput_1_Large);
this->advPanel->Controls->Add(this->tbOutput_1_Small);
this->advPanel->Controls->Add(this->tbOutput_2_Large);
this->advPanel->Controls->Add(this->tbOutput_2_Small);
this->advPanel->Controls->Add(this->tbOutput_3_Large);
this->advPanel->Controls->Add(this->tbOutput_3_Small);
this->advPanel->Controls->Add(this->cbDeadZone);
this->advPanel->Dock = System::Windows::Forms::DockStyle::Right;
this->advPanel->Location = System::Drawing::Point(874, 0);
this->advPanel->Name = L"advPanel";
this->advPanel->Size = System::Drawing::Size(175, 491);
this->advPanel->TabIndex = 13;
//
// cbExtensions
//
this->cbExtensions->AutoSize = true;
this->cbExtensions->Location = System::Drawing::Point(50, 421);
this->cbExtensions->Name = L"cbExtensions";
this->cbExtensions->Size = System::Drawing::Size(77, 17);
this->cbExtensions->TabIndex = 10;
this->cbExtensions->Text = L"Extensions";
this->cbExtensions->UseVisualStyleBackColor = true;
this->cbExtensions->CheckedChanged += gcnew System::EventHandler(this, &SCPPad::cbExtensions_CheckedChanged);
//
// lblRumble
//
this->lblRumble->AutoSize = true;
this->lblRumble->Location = System::Drawing::Point(72, 9);
this->lblRumble->Name = L"lblRumble";
this->lblRumble->Size = System::Drawing::Size(43, 13);
this->lblRumble->TabIndex = 0;
this->lblRumble->Text = L"Rumble";
//
// tbOutput_0_Large
//
this->tbOutput_0_Large->AutoSize = false;
this->tbOutput_0_Large->BackColor = System::Drawing::SystemColors::Control;
this->tbOutput_0_Large->Location = System::Drawing::Point(17, 30);
this->tbOutput_0_Large->Maximum = 100;
this->tbOutput_0_Large->Name = L"tbOutput_0_Large";
this->tbOutput_0_Large->Size = System::Drawing::Size(150, 25);
this->tbOutput_0_Large->TabIndex = 1;
this->tbOutput_0_Large->TickFrequency = 10;
this->tbOutput_0_Large->TickStyle = System::Windows::Forms::TickStyle::None;
//
// tbOutput_0_Small
//
this->tbOutput_0_Small->AutoSize = false;
this->tbOutput_0_Small->BackColor = System::Drawing::SystemColors::Control;
this->tbOutput_0_Small->Location = System::Drawing::Point(17, 61);
this->tbOutput_0_Small->Maximum = 100;
this->tbOutput_0_Small->Name = L"tbOutput_0_Small";
this->tbOutput_0_Small->Size = System::Drawing::Size(150, 25);
this->tbOutput_0_Small->TabIndex = 2;
this->tbOutput_0_Small->TickFrequency = 10;
this->tbOutput_0_Small->TickStyle = System::Windows::Forms::TickStyle::None;
//
// tbOutput_1_Large
//
this->tbOutput_1_Large->AutoSize = false;
this->tbOutput_1_Large->BackColor = System::Drawing::SystemColors::Control;
this->tbOutput_1_Large->Location = System::Drawing::Point(17, 120);
this->tbOutput_1_Large->Maximum = 100;
this->tbOutput_1_Large->Name = L"tbOutput_1_Large";
this->tbOutput_1_Large->Size = System::Drawing::Size(150, 25);
this->tbOutput_1_Large->TabIndex = 3;
this->tbOutput_1_Large->TickFrequency = 10;
this->tbOutput_1_Large->TickStyle = System::Windows::Forms::TickStyle::None;
//
// tbOutput_1_Small
//
this->tbOutput_1_Small->AutoSize = false;
this->tbOutput_1_Small->BackColor = System::Drawing::SystemColors::Control;
this->tbOutput_1_Small->Location = System::Drawing::Point(17, 151);
this->tbOutput_1_Small->Maximum = 100;
this->tbOutput_1_Small->Name = L"tbOutput_1_Small";
this->tbOutput_1_Small->Size = System::Drawing::Size(150, 25);
this->tbOutput_1_Small->TabIndex = 4;
this->tbOutput_1_Small->TickFrequency = 10;
this->tbOutput_1_Small->TickStyle = System::Windows::Forms::TickStyle::None;
//
// tbOutput_2_Large
//
this->tbOutput_2_Large->AutoSize = false;
this->tbOutput_2_Large->BackColor = System::Drawing::SystemColors::Control;
this->tbOutput_2_Large->Location = System::Drawing::Point(17, 210);
this->tbOutput_2_Large->Maximum = 100;
this->tbOutput_2_Large->Name = L"tbOutput_2_Large";
this->tbOutput_2_Large->Size = System::Drawing::Size(150, 25);
this->tbOutput_2_Large->TabIndex = 5;
this->tbOutput_2_Large->TickFrequency = 10;
this->tbOutput_2_Large->TickStyle = System::Windows::Forms::TickStyle::None;
//
// tbOutput_2_Small
//
this->tbOutput_2_Small->AutoSize = false;
this->tbOutput_2_Small->BackColor = System::Drawing::SystemColors::Control;
this->tbOutput_2_Small->Location = System::Drawing::Point(17, 241);
this->tbOutput_2_Small->Maximum = 100;
this->tbOutput_2_Small->Name = L"tbOutput_2_Small";
this->tbOutput_2_Small->Size = System::Drawing::Size(150, 25);
this->tbOutput_2_Small->TabIndex = 6;
this->tbOutput_2_Small->TickFrequency = 10;
this->tbOutput_2_Small->TickStyle = System::Windows::Forms::TickStyle::None;
//
// tbOutput_3_Large
//
this->tbOutput_3_Large->AutoSize = false;
this->tbOutput_3_Large->BackColor = System::Drawing::SystemColors::Control;
this->tbOutput_3_Large->Location = System::Drawing::Point(17, 300);
this->tbOutput_3_Large->Maximum = 100;
this->tbOutput_3_Large->Name = L"tbOutput_3_Large";
this->tbOutput_3_Large->Size = System::Drawing::Size(150, 25);
this->tbOutput_3_Large->TabIndex = 7;
this->tbOutput_3_Large->TickFrequency = 10;
this->tbOutput_3_Large->TickStyle = System::Windows::Forms::TickStyle::None;
//
// tbOutput_3_Small
//
this->tbOutput_3_Small->AutoSize = false;
this->tbOutput_3_Small->BackColor = System::Drawing::SystemColors::Control;
this->tbOutput_3_Small->Location = System::Drawing::Point(17, 331);
this->tbOutput_3_Small->Maximum = 100;
this->tbOutput_3_Small->Name = L"tbOutput_3_Small";
this->tbOutput_3_Small->Size = System::Drawing::Size(150, 25);
this->tbOutput_3_Small->TabIndex = 8;
this->tbOutput_3_Small->TickFrequency = 10;
this->tbOutput_3_Small->TickStyle = System::Windows::Forms::TickStyle::None;
//
// cbDeadZone
//
this->cbDeadZone->AutoSize = true;
this->cbDeadZone->BackColor = System::Drawing::Color::Transparent;
this->cbDeadZone->Checked = true;
this->cbDeadZone->CheckState = System::Windows::Forms::CheckState::Checked;
this->cbDeadZone->Location = System::Drawing::Point(50, 444);
this->cbDeadZone->Name = L"cbDeadZone";
this->cbDeadZone->Size = System::Drawing::Size(80, 17);
this->cbDeadZone->TabIndex = 9;
this->cbDeadZone->Text = L"Dead Zone";
this->cbDeadZone->UseVisualStyleBackColor = false;
//
// statusBar
//
this->statusBar->Location = System::Drawing::Point(0, 491);
this->statusBar->Name = L"statusBar";
this->statusBar->Size = System::Drawing::Size(1049, 22);
this->statusBar->TabIndex = 7;
//
// updateTimer
//
this->updateTimer->Enabled = true;
this->updateTimer->Interval = 50;
this->updateTimer->Tick += gcnew System::EventHandler(this, &SCPPad::updateTimer_Tick);
//
// SCPPad
//
this->AutoScaleDimensions = System::Drawing::SizeF(6, 13);
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
this->BackColor = System::Drawing::Color::White;
this->BackgroundImage = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"$this.BackgroundImage")));
this->BackgroundImageLayout = System::Windows::Forms::ImageLayout::Center;
this->ClientSize = System::Drawing::Size(1049, 513);
this->Controls->Add(this->lbOutput_0);
this->Controls->Add(this->lbOutput_1);
this->Controls->Add(this->lbOutput_2);
this->Controls->Add(this->lbOutput_3);
this->Controls->Add(this->advPanel);
this->Controls->Add(this->statusBar);
this->FormBorderStyle = System::Windows::Forms::FormBorderStyle::FixedSingle;
this->Icon = (cli::safe_cast<System::Drawing::Icon^>(resources->GetObject(L"$this.Icon")));
this->MaximizeBox = false;
this->Name = L"SCPPad";
this->Text = L"XInput Controller Tester";
this->advPanel->ResumeLayout(false);
this->advPanel->PerformLayout();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_0_Large))->EndInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_0_Small))->EndInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_1_Large))->EndInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_1_Small))->EndInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_2_Large))->EndInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_2_Small))->EndInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_3_Large))->EndInit();
(cli::safe_cast<System::ComponentModel::ISupportInitialize^>(this->tbOutput_3_Small))->EndInit();
this->ResumeLayout(false);
this->PerformLayout();
}