Tweak to the tab order. o_o

Signed-off-by: Melissa Avery-Weir <melissa.avery@wellsfargo.com>
This commit is contained in:
Melissa Avery-Weir
2011-09-27 10:37:05 -04:00
parent d3d7e374dd
commit cd047b1085
2 changed files with 18 additions and 19 deletions

View File

@@ -23,9 +23,9 @@
/// the contents of this method with the code editor. /// the contents of this method with the code editor.
/// </summary> /// </summary>
private void InitializeComponent() { private void InitializeComponent() {
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.lblExtra9 = new System.Windows.Forms.Label(); this.lblExtra9 = new System.Windows.Forms.Label();
this.lblExtra8 = new System.Windows.Forms.Label(); this.lblExtra8 = new System.Windows.Forms.Label();
@@ -504,7 +504,7 @@
this.charClassComboBox.Location = new System.Drawing.Point(56, 66); this.charClassComboBox.Location = new System.Drawing.Point(56, 66);
this.charClassComboBox.Name = "charClassComboBox"; this.charClassComboBox.Name = "charClassComboBox";
this.charClassComboBox.Size = new System.Drawing.Size(156, 21); this.charClassComboBox.Size = new System.Drawing.Size(156, 21);
this.charClassComboBox.TabIndex = 3; this.charClassComboBox.TabIndex = 1;
// //
// label6 // label6
// //
@@ -526,7 +526,7 @@
this.groupBox1.Location = new System.Drawing.Point(15, 98); this.groupBox1.Location = new System.Drawing.Point(15, 98);
this.groupBox1.Name = "groupBox1"; this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(201, 73); this.groupBox1.Size = new System.Drawing.Size(201, 73);
this.groupBox1.TabIndex = 4; this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "Attributes"; this.groupBox1.Text = "Attributes";
// //
@@ -573,7 +573,7 @@
this.txtCharacter.Location = new System.Drawing.Point(56, 40); this.txtCharacter.Location = new System.Drawing.Point(56, 40);
this.txtCharacter.Name = "txtCharacter"; this.txtCharacter.Name = "txtCharacter";
this.txtCharacter.Size = new System.Drawing.Size(156, 20); this.txtCharacter.Size = new System.Drawing.Size(156, 20);
this.txtCharacter.TabIndex = 2; this.txtCharacter.TabIndex = 0;
this.txtCharacter.TextChanged += new System.EventHandler(this.txtCharacter_TextChanged); this.txtCharacter.TextChanged += new System.EventHandler(this.txtCharacter_TextChanged);
// //
// label2 // label2
@@ -612,7 +612,7 @@
this.mainToolStrip.Location = new System.Drawing.Point(0, 0); this.mainToolStrip.Location = new System.Drawing.Point(0, 0);
this.mainToolStrip.Name = "mainToolStrip"; this.mainToolStrip.Name = "mainToolStrip";
this.mainToolStrip.Size = new System.Drawing.Size(710, 25); this.mainToolStrip.Size = new System.Drawing.Size(710, 25);
this.mainToolStrip.TabIndex = 11; this.mainToolStrip.TabIndex = 1;
// //
// newToolStripButton // newToolStripButton
// //
@@ -780,10 +780,10 @@
// editColumn // editColumn
// //
this.editColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.editColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle17.BackColor = System.Drawing.Color.White; dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
dataGridViewCellStyle17.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle17.NullValue"))); dataGridViewCellStyle1.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle1.NullValue")));
this.editColumn.DefaultCellStyle = dataGridViewCellStyle17; this.editColumn.DefaultCellStyle = dataGridViewCellStyle1;
this.editColumn.HeaderText = ""; this.editColumn.HeaderText = "";
this.editColumn.Image = global::d20_SRD_Spell_Lists.Properties.Resources.pencil; this.editColumn.Image = global::d20_SRD_Spell_Lists.Properties.Resources.pencil;
this.editColumn.Name = "editColumn"; this.editColumn.Name = "editColumn";
@@ -808,7 +808,7 @@
this.btnAdd.Location = new System.Drawing.Point(623, 144); this.btnAdd.Location = new System.Drawing.Point(623, 144);
this.btnAdd.Name = "btnAdd"; this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23); this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 6; this.btnAdd.TabIndex = 3;
this.btnAdd.Text = "Add Spell"; this.btnAdd.Text = "Add Spell";
this.btnAdd.UseVisualStyleBackColor = true; this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
@@ -837,8 +837,7 @@
this.splitContainer1.Panel2.Controls.Add(this.spellsDataGridView); this.splitContainer1.Panel2.Controls.Add(this.spellsDataGridView);
this.splitContainer1.Size = new System.Drawing.Size(710, 537); this.splitContainer1.Size = new System.Drawing.Size(710, 537);
this.splitContainer1.SplitterDistance = 179; this.splitContainer1.SplitterDistance = 179;
this.splitContainer1.TabIndex = 5; this.splitContainer1.TabIndex = 0;
this.splitContainer1.TabStop = true;
// //
// printDoc // printDoc
// //
@@ -847,10 +846,10 @@
// dataGridViewImageColumn1 // dataGridViewImageColumn1
// //
this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle18.BackColor = System.Drawing.Color.Gray; dataGridViewCellStyle2.BackColor = System.Drawing.Color.Gray;
dataGridViewCellStyle18.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle18.NullValue"))); dataGridViewCellStyle2.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle2.NullValue")));
this.dataGridViewImageColumn1.DefaultCellStyle = dataGridViewCellStyle18; this.dataGridViewImageColumn1.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridViewImageColumn1.HeaderText = ""; this.dataGridViewImageColumn1.HeaderText = "";
this.dataGridViewImageColumn1.Image = global::d20_SRD_Spell_Lists.Properties.Resources.edit_16; this.dataGridViewImageColumn1.Image = global::d20_SRD_Spell_Lists.Properties.Resources.edit_16;
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1"; this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";

View File

@@ -139,7 +139,7 @@
<value>True</value> <value>True</value>
</metadata> </metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="dataGridViewCellStyle17.NullValue" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="dataGridViewCellStyle1.NullValue" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
Qk32AgAAAAAAADYAAAAoAAAADgAAABAAAAABABgAAAAAAAAAAADEDgAAxA4AAAAAAAAAAAAAAAAAAAAA Qk32AgAAAAAAADYAAAAoAAAADgAAABAAAAABABgAAAAAAAAAAADEDgAAxA4AAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYGEgoTGw8bGw8bGw8bGw8bGw8bGw8bG AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYGEgoTGw8bGw8bGw8bGw8bGw8bGw8bG
@@ -162,7 +162,7 @@
<metadata name="printDoc.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="printDoc.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>130, 17</value> <value>130, 17</value>
</metadata> </metadata>
<data name="dataGridViewCellStyle18.NullValue" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="dataGridViewCellStyle2.NullValue" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
Qk32AgAAAAAAADYAAAAoAAAADgAAABAAAAABABgAAAAAAAAAAADEDgAAxA4AAAAAAAAAAAAAAAAAAAAA Qk32AgAAAAAAADYAAAAoAAAADgAAABAAAAABABgAAAAAAAAAAADEDgAAxA4AAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYGEgoTGw8bGw8bGw8bGw8bGw8bGw8bG AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYGEgoTGw8bGw8bGw8bGw8bGw8bGw8bG