Finally Deployed. Don't know the total amount of changes.
This commit is contained in:
@ -75,7 +75,7 @@
|
||||
// Label7
|
||||
//
|
||||
this.Label7.AutoSize = true;
|
||||
this.Label7.Location = new System.Drawing.Point(70, 141);
|
||||
this.Label7.Location = new System.Drawing.Point(70, 169);
|
||||
this.Label7.Name = "Label7";
|
||||
this.Label7.Size = new System.Drawing.Size(36, 13);
|
||||
this.Label7.TabIndex = 17;
|
||||
@ -88,7 +88,7 @@
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(26, 115);
|
||||
this.label5.Location = new System.Drawing.Point(26, 143);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(80, 13);
|
||||
this.label5.TabIndex = 16;
|
||||
@ -150,7 +150,7 @@
|
||||
this.txtPrice.AccessibleName = "";
|
||||
this.txtPrice.Location = new System.Drawing.Point(112, 64);
|
||||
this.txtPrice.Name = "txtPrice";
|
||||
this.txtPrice.Size = new System.Drawing.Size(84, 20);
|
||||
this.txtPrice.Size = new System.Drawing.Size(104, 20);
|
||||
this.txtPrice.TabIndex = 3;
|
||||
this.txtPrice.Text = "0";
|
||||
//
|
||||
@ -159,9 +159,9 @@
|
||||
this.cmbVat.DataSource = this.bsVat;
|
||||
this.cmbVat.DisplayMember = "Name";
|
||||
this.cmbVat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmbVat.Location = new System.Drawing.Point(213, 87);
|
||||
this.cmbVat.Location = new System.Drawing.Point(112, 114);
|
||||
this.cmbVat.Name = "cmbVat";
|
||||
this.cmbVat.Size = new System.Drawing.Size(88, 21);
|
||||
this.cmbVat.Size = new System.Drawing.Size(189, 21);
|
||||
this.cmbVat.TabIndex = 4;
|
||||
this.cmbVat.ValueMember = "TaxID";
|
||||
//
|
||||
@ -172,7 +172,7 @@
|
||||
// chkIsActive
|
||||
//
|
||||
this.chkIsActive.AutoSize = true;
|
||||
this.chkIsActive.Location = new System.Drawing.Point(191, 115);
|
||||
this.chkIsActive.Location = new System.Drawing.Point(307, 89);
|
||||
this.chkIsActive.Name = "chkIsActive";
|
||||
this.chkIsActive.Size = new System.Drawing.Size(67, 17);
|
||||
this.chkIsActive.TabIndex = 7;
|
||||
@ -182,15 +182,15 @@
|
||||
// txtServiceCharge
|
||||
//
|
||||
this.txtServiceCharge.AccessibleName = "Phone 1";
|
||||
this.txtServiceCharge.Location = new System.Drawing.Point(112, 113);
|
||||
this.txtServiceCharge.Location = new System.Drawing.Point(112, 141);
|
||||
this.txtServiceCharge.Name = "txtServiceCharge";
|
||||
this.txtServiceCharge.Size = new System.Drawing.Size(73, 20);
|
||||
this.txtServiceCharge.Size = new System.Drawing.Size(189, 20);
|
||||
this.txtServiceCharge.TabIndex = 5;
|
||||
this.txtServiceCharge.Text = "0";
|
||||
//
|
||||
// btnAddProductGroup
|
||||
//
|
||||
this.btnAddProductGroup.Location = new System.Drawing.Point(307, 139);
|
||||
this.btnAddProductGroup.Location = new System.Drawing.Point(307, 167);
|
||||
this.btnAddProductGroup.Name = "btnAddProductGroup";
|
||||
this.btnAddProductGroup.Size = new System.Drawing.Size(96, 21);
|
||||
this.btnAddProductGroup.TabIndex = 9;
|
||||
@ -203,7 +203,7 @@
|
||||
this.cmbProductGroup.DataSource = this.bsProductGroups;
|
||||
this.cmbProductGroup.DisplayMember = "Name";
|
||||
this.cmbProductGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmbProductGroup.Location = new System.Drawing.Point(112, 139);
|
||||
this.cmbProductGroup.Location = new System.Drawing.Point(112, 167);
|
||||
this.cmbProductGroup.Name = "cmbProductGroup";
|
||||
this.cmbProductGroup.Size = new System.Drawing.Size(189, 21);
|
||||
this.cmbProductGroup.TabIndex = 8;
|
||||
@ -211,7 +211,7 @@
|
||||
//
|
||||
// btnCancel
|
||||
//
|
||||
this.btnCancel.Location = new System.Drawing.Point(328, 166);
|
||||
this.btnCancel.Location = new System.Drawing.Point(328, 195);
|
||||
this.btnCancel.Name = "btnCancel";
|
||||
this.btnCancel.Size = new System.Drawing.Size(75, 75);
|
||||
this.btnCancel.TabIndex = 11;
|
||||
@ -221,7 +221,7 @@
|
||||
//
|
||||
// btnOk
|
||||
//
|
||||
this.btnOk.Location = new System.Drawing.Point(247, 166);
|
||||
this.btnOk.Location = new System.Drawing.Point(247, 195);
|
||||
this.btnOk.Name = "btnOk";
|
||||
this.btnOk.Size = new System.Drawing.Size(75, 75);
|
||||
this.btnOk.TabIndex = 10;
|
||||
@ -232,7 +232,7 @@
|
||||
// txtFullPrice
|
||||
//
|
||||
this.txtFullPrice.AccessibleName = "";
|
||||
this.txtFullPrice.Location = new System.Drawing.Point(201, 64);
|
||||
this.txtFullPrice.Location = new System.Drawing.Point(222, 64);
|
||||
this.txtFullPrice.Name = "txtFullPrice";
|
||||
this.txtFullPrice.Size = new System.Drawing.Size(79, 20);
|
||||
this.txtFullPrice.TabIndex = 19;
|
||||
@ -245,7 +245,7 @@
|
||||
this.cmbServiceTax.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmbServiceTax.Location = new System.Drawing.Point(112, 87);
|
||||
this.cmbServiceTax.Name = "cmbServiceTax";
|
||||
this.cmbServiceTax.Size = new System.Drawing.Size(96, 21);
|
||||
this.cmbServiceTax.Size = new System.Drawing.Size(189, 21);
|
||||
this.cmbServiceTax.TabIndex = 20;
|
||||
this.cmbServiceTax.ValueMember = "TaxID";
|
||||
//
|
||||
@ -261,7 +261,7 @@
|
||||
// chkIsScTaxable
|
||||
//
|
||||
this.chkIsScTaxable.AutoSize = true;
|
||||
this.chkIsScTaxable.Location = new System.Drawing.Point(307, 89);
|
||||
this.chkIsScTaxable.Location = new System.Drawing.Point(307, 144);
|
||||
this.chkIsScTaxable.Name = "chkIsScTaxable";
|
||||
this.chkIsScTaxable.Size = new System.Drawing.Size(91, 17);
|
||||
this.chkIsScTaxable.TabIndex = 22;
|
||||
@ -271,7 +271,7 @@
|
||||
// chkIsNotAvailable
|
||||
//
|
||||
this.chkIsNotAvailable.AutoSize = true;
|
||||
this.chkIsNotAvailable.Location = new System.Drawing.Point(255, 114);
|
||||
this.chkIsNotAvailable.Location = new System.Drawing.Point(307, 116);
|
||||
this.chkIsNotAvailable.Name = "chkIsNotAvailable";
|
||||
this.chkIsNotAvailable.Size = new System.Drawing.Size(57, 17);
|
||||
this.chkIsNotAvailable.TabIndex = 23;
|
||||
@ -282,7 +282,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(415, 276);
|
||||
this.ClientSize = new System.Drawing.Size(415, 282);
|
||||
this.Controls.Add(this.chkIsNotAvailable);
|
||||
this.Controls.Add(this.chkIsScTaxable);
|
||||
this.Controls.Add(this.label6);
|
||||
|
||||
Reference in New Issue
Block a user