mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 06:27:15 +00:00
reading account journal complete
This commit is contained in:
@@ -294,7 +294,7 @@
|
||||
dataGridView1.Name = "dataGridView1";
|
||||
dataGridView1.ReadOnly = true;
|
||||
dataGridView1.RowTemplate.Height = 30;
|
||||
dataGridView1.Size = new Size(1042, 264);
|
||||
dataGridView1.Size = new Size(1042, 280);
|
||||
dataGridView1.TabIndex = 25;
|
||||
//
|
||||
// itemDescriptionDataGridViewTextBoxColumn
|
||||
@@ -400,10 +400,10 @@
|
||||
//
|
||||
tabControl1.Controls.Add(tabPageAccountTransactions);
|
||||
tabControl1.Controls.Add(tabPageNotes);
|
||||
tabControl1.Location = new Point(16, 541);
|
||||
tabControl1.Location = new Point(16, 561);
|
||||
tabControl1.Name = "tabControl1";
|
||||
tabControl1.SelectedIndex = 0;
|
||||
tabControl1.Size = new Size(1042, 197);
|
||||
tabControl1.Size = new Size(1042, 232);
|
||||
tabControl1.TabIndex = 27;
|
||||
//
|
||||
// tabPageAccountTransactions
|
||||
@@ -411,7 +411,7 @@
|
||||
tabPageAccountTransactions.Location = new Point(4, 24);
|
||||
tabPageAccountTransactions.Name = "tabPageAccountTransactions";
|
||||
tabPageAccountTransactions.Padding = new Padding(3);
|
||||
tabPageAccountTransactions.Size = new Size(1034, 169);
|
||||
tabPageAccountTransactions.Size = new Size(1034, 204);
|
||||
tabPageAccountTransactions.TabIndex = 0;
|
||||
tabPageAccountTransactions.Text = "Account Transactions";
|
||||
tabPageAccountTransactions.UseVisualStyleBackColor = true;
|
||||
@@ -430,7 +430,7 @@
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(1070, 750);
|
||||
ClientSize = new Size(1070, 805);
|
||||
Controls.Add(tabControl1);
|
||||
Controls.Add(textBoxOrderChannel);
|
||||
Controls.Add(dataGridView1);
|
||||
|
||||
Reference in New Issue
Block a user