Update customer view font size.

This commit is contained in:
kougyoku 2019-10-22 08:01:28 -07:00
parent deb2bc0a0c
commit d0b12a0141
1 changed files with 2 additions and 2 deletions

View File

@ -58,12 +58,12 @@
this.dgvCustomerView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgvCustomerView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvCustomerView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvCustomerView.Font = new System.Drawing.Font("Times New Roman", 20F);
this.dgvCustomerView.Font = new System.Drawing.Font("Times New Roman", 30F);
this.dgvCustomerView.Location = new System.Drawing.Point(0, 0);
this.dgvCustomerView.Name = "dgvCustomerView";
this.dgvCustomerView.ReadOnly = true;
this.dgvCustomerView.RowHeadersWidth = 62;
this.dgvCustomerView.RowTemplate.Height = 28;
this.dgvCustomerView.RowTemplate.Height = 50;
this.dgvCustomerView.Size = new System.Drawing.Size(1029, 618);
this.dgvCustomerView.TabIndex = 0;
//