This commit is contained in:
2022-07-01 17:04:58 +00:00
parent 2ba87e8560
commit 71b6249a33
12 changed files with 112 additions and 101 deletions

View File

@@ -60,25 +60,25 @@
//
this.lblTitle.Dock = System.Windows.Forms.DockStyle.Top;
this.lblTitle.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblTitle.Location = new System.Drawing.Point(0, 0);
this.lblTitle.Location = new System.Drawing.Point(16, 16);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(637, 30);
this.lblTitle.Size = new System.Drawing.Size(605, 30);
this.lblTitle.TabIndex = 7;
//
// lblDescription
//
this.lblDescription.Dock = System.Windows.Forms.DockStyle.Top;
this.lblDescription.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDescription.Location = new System.Drawing.Point(0, 30);
this.lblDescription.Location = new System.Drawing.Point(16, 46);
this.lblDescription.Name = "lblDescription";
this.lblDescription.Size = new System.Drawing.Size(637, 165);
this.lblDescription.Size = new System.Drawing.Size(605, 165);
this.lblDescription.TabIndex = 8;
//
// lblStatus
//
this.lblStatus.AutoSize = true;
this.lblStatus.Dock = System.Windows.Forms.DockStyle.Top;
this.lblStatus.Location = new System.Drawing.Point(0, 195);
this.lblStatus.Location = new System.Drawing.Point(16, 211);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(0, 13);
this.lblStatus.TabIndex = 10;
@@ -87,9 +87,9 @@
//
this.ckAutoClose.AutoSize = true;
this.ckAutoClose.Dock = System.Windows.Forms.DockStyle.Top;
this.ckAutoClose.Location = new System.Drawing.Point(0, 208);
this.ckAutoClose.Location = new System.Drawing.Point(16, 224);
this.ckAutoClose.Name = "ckAutoClose";
this.ckAutoClose.Size = new System.Drawing.Size(637, 17);
this.ckAutoClose.Size = new System.Drawing.Size(605, 17);
this.ckAutoClose.TabIndex = 11;
this.ckAutoClose.Text = "Auto close invoiced work orders";
this.ckAutoClose.UseVisualStyleBackColor = true;
@@ -108,6 +108,7 @@
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "SetAutoClose";
this.Padding = new System.Windows.Forms.Padding(16);
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SetAutoClose";
this.Load += new System.EventHandler(this.SetQBClass_load);