This commit is contained in:
2022-07-01 19:01:02 +00:00
parent 71b6249a33
commit 7365f74250
6 changed files with 38 additions and 55 deletions

View File

@@ -39,27 +39,27 @@
//
this.lblCompany.Dock = System.Windows.Forms.DockStyle.Top;
this.lblCompany.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCompany.Location = new System.Drawing.Point(0, 0);
this.lblCompany.Location = new System.Drawing.Point(16, 16);
this.lblCompany.Name = "lblCompany";
this.lblCompany.Size = new System.Drawing.Size(522, 30);
this.lblCompany.Size = new System.Drawing.Size(490, 30);
this.lblCompany.TabIndex = 0;
this.lblCompany.Text = "A company";
//
// lblPath
//
this.lblPath.Dock = System.Windows.Forms.DockStyle.Top;
this.lblPath.Location = new System.Drawing.Point(0, 30);
this.lblPath.Location = new System.Drawing.Point(16, 46);
this.lblPath.Name = "lblPath";
this.lblPath.Size = new System.Drawing.Size(522, 37);
this.lblPath.Size = new System.Drawing.Size(490, 37);
this.lblPath.TabIndex = 1;
//
// lblExplain
//
this.lblExplain.Dock = System.Windows.Forms.DockStyle.Top;
this.lblExplain.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblExplain.Location = new System.Drawing.Point(0, 67);
this.lblExplain.Location = new System.Drawing.Point(16, 83);
this.lblExplain.Name = "lblExplain";
this.lblExplain.Size = new System.Drawing.Size(522, 23);
this.lblExplain.Size = new System.Drawing.Size(490, 23);
this.lblExplain.TabIndex = 2;
this.lblExplain.Text = "AyaNova QBI will work with this company file";
//
@@ -98,6 +98,7 @@
this.Controls.Add(this.lblCompany);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "ApproveCompanyFile";
this.Padding = new System.Windows.Forms.Padding(16);
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ApproveCompanyFile";