This commit is contained in:
15
AyaNovaQBI/SetQBClass.Designer.cs
generated
15
AyaNovaQBI/SetQBClass.Designer.cs
generated
@@ -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;
|
||||
@@ -88,9 +88,9 @@
|
||||
this.cbQBClasses.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.cbQBClasses.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cbQBClasses.FormattingEnabled = true;
|
||||
this.cbQBClasses.Location = new System.Drawing.Point(0, 208);
|
||||
this.cbQBClasses.Location = new System.Drawing.Point(16, 224);
|
||||
this.cbQBClasses.Name = "cbQBClasses";
|
||||
this.cbQBClasses.Size = new System.Drawing.Size(637, 21);
|
||||
this.cbQBClasses.Size = new System.Drawing.Size(605, 21);
|
||||
this.cbQBClasses.TabIndex = 11;
|
||||
//
|
||||
// SetQBClass
|
||||
@@ -107,6 +107,7 @@
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
||||
this.Name = "SetQBClass";
|
||||
this.Padding = new System.Windows.Forms.Padding(16);
|
||||
this.ShowInTaskbar = false;
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "SetQBClass";
|
||||
|
||||
Reference in New Issue
Block a user