trying to optimize tabindex on childs again

This commit is contained in:
Pilzinsel64
2024-12-03 12:57:41 +01:00
parent 0cca672bd7
commit cfaeeb8aa0

View File

@@ -47,7 +47,7 @@
radButton_Cancel.Location = new Point(187, 3);
radButton_Cancel.Name = "radButton_Cancel";
radButton_Cancel.Size = new Size(110, 24);
radButton_Cancel.TabIndex = 2147483641;
radButton_Cancel.TabIndex = 1;
radButton_Cancel.Text = "Cancel";
radButton_Cancel.TextAlignment = ContentAlignment.MiddleLeft;
radButton_Cancel.TextImageRelation = TextImageRelation.ImageBeforeText;
@@ -60,7 +60,7 @@
radButton_Confirm.Location = new Point(71, 3);
radButton_Confirm.Name = "radButton_Confirm";
radButton_Confirm.Size = new Size(110, 24);
radButton_Confirm.TabIndex = 2147483640;
radButton_Confirm.TabIndex = 0;
radButton_Confirm.Text = "Okay";
radButton_Confirm.TextAlignment = ContentAlignment.MiddleLeft;
radButton_Confirm.TextImageRelation = TextImageRelation.ImageBeforeText;
@@ -80,7 +80,8 @@
tableLayoutPanel_ActionPanel.RowCount = 1;
tableLayoutPanel_ActionPanel.RowStyles.Add(new RowStyle(SizeType.Absolute, 30F));
tableLayoutPanel_ActionPanel.Size = new Size(300, 30);
tableLayoutPanel_ActionPanel.TabIndex = 2147483647;
tableLayoutPanel_ActionPanel.TabIndex = 3;
tableLayoutPanel_ActionPanel.TabStop = false;
//
// tableLayoutPanel_TitlePanel
//
@@ -93,7 +94,8 @@
tableLayoutPanel_TitlePanel.RowCount = 1;
tableLayoutPanel_TitlePanel.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
tableLayoutPanel_TitlePanel.Size = new Size(300, 30);
tableLayoutPanel_TitlePanel.TabIndex = 2147483646;
tableLayoutPanel_TitlePanel.TabIndex = 2;
tableLayoutPanel_TitlePanel.TabStop = false;
tableLayoutPanel_TitlePanel.Visible = false;
//
// radLabel_Title
@@ -103,7 +105,8 @@
radLabel_Title.Location = new Point(3, 3);
radLabel_Title.Name = "radLabel_Title";
radLabel_Title.Size = new Size(294, 24);
radLabel_Title.TabIndex = 2147483645;
radLabel_Title.TabIndex = 20;
radLabel_Title.TabStop = false;
radLabel_Title.TextImageRelation = TextImageRelation.ImageBeforeText;
//
// RadFlyoutBase