223 lines
10 KiB
C#
223 lines
10 KiB
C#
namespace Car_wash
|
|
{
|
|
partial class Managecostofgoodsold
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Managecostofgoodsold));
|
|
this.btncancel = new System.Windows.Forms.Button();
|
|
this.btnupdate = new System.Windows.Forms.Button();
|
|
this.btnsave = new System.Windows.Forms.Button();
|
|
this.lblCid = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txtname = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnclose = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.dob_costofg = new System.Windows.Forms.DateTimePicker();
|
|
this.textBox_cost = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// btncancel
|
|
//
|
|
this.btncancel.BackColor = System.Drawing.SystemColors.ActiveBorder;
|
|
this.btncancel.FlatAppearance.BorderSize = 0;
|
|
this.btncancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btncancel.ForeColor = System.Drawing.Color.White;
|
|
this.btncancel.Location = new System.Drawing.Point(612, 261);
|
|
this.btncancel.Name = "btncancel";
|
|
this.btncancel.Size = new System.Drawing.Size(139, 52);
|
|
this.btncancel.TabIndex = 5;
|
|
this.btncancel.Text = "Cancel";
|
|
this.btncancel.UseVisualStyleBackColor = false;
|
|
this.btncancel.Click += new System.EventHandler(this.btncancel_Click);
|
|
//
|
|
// btnupdate
|
|
//
|
|
this.btnupdate.BackColor = System.Drawing.Color.Orange;
|
|
this.btnupdate.FlatAppearance.BorderSize = 0;
|
|
this.btnupdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnupdate.ForeColor = System.Drawing.Color.White;
|
|
this.btnupdate.Location = new System.Drawing.Point(443, 261);
|
|
this.btnupdate.Name = "btnupdate";
|
|
this.btnupdate.Size = new System.Drawing.Size(139, 52);
|
|
this.btnupdate.TabIndex = 4;
|
|
this.btnupdate.Text = "Update";
|
|
this.btnupdate.UseVisualStyleBackColor = false;
|
|
this.btnupdate.Click += new System.EventHandler(this.btnupdate_Click);
|
|
//
|
|
// btnsave
|
|
//
|
|
this.btnsave.BackColor = System.Drawing.Color.DodgerBlue;
|
|
this.btnsave.FlatAppearance.BorderSize = 0;
|
|
this.btnsave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnsave.ForeColor = System.Drawing.Color.White;
|
|
this.btnsave.Location = new System.Drawing.Point(287, 261);
|
|
this.btnsave.Name = "btnsave";
|
|
this.btnsave.Size = new System.Drawing.Size(139, 52);
|
|
this.btnsave.TabIndex = 3;
|
|
this.btnsave.Text = "Save";
|
|
this.btnsave.UseVisualStyleBackColor = false;
|
|
this.btnsave.Click += new System.EventHandler(this.btnsave_Click);
|
|
//
|
|
// lblCid
|
|
//
|
|
this.lblCid.AutoSize = true;
|
|
this.lblCid.Location = new System.Drawing.Point(12, 276);
|
|
this.lblCid.Name = "lblCid";
|
|
this.lblCid.Size = new System.Drawing.Size(49, 23);
|
|
this.lblCid.TabIndex = 26;
|
|
this.lblCid.Text = "Cid ";
|
|
this.lblCid.Visible = false;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(13, 168);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(65, 23);
|
|
this.label9.TabIndex = 27;
|
|
this.label9.Text = "Cost :";
|
|
//
|
|
// txtname
|
|
//
|
|
this.txtname.Location = new System.Drawing.Point(171, 112);
|
|
this.txtname.Name = "txtname";
|
|
this.txtname.Size = new System.Drawing.Size(581, 32);
|
|
this.txtname.TabIndex = 0;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(13, 115);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(132, 23);
|
|
this.label2.TabIndex = 24;
|
|
this.label2.Text = "Cost Name :";
|
|
//
|
|
// btnclose
|
|
//
|
|
this.btnclose.FlatAppearance.BorderSize = 0;
|
|
this.btnclose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnclose.Image = ((System.Drawing.Image)(resources.GetObject("btnclose.Image")));
|
|
this.btnclose.Location = new System.Drawing.Point(681, 43);
|
|
this.btnclose.Name = "btnclose";
|
|
this.btnclose.Size = new System.Drawing.Size(80, 54);
|
|
this.btnclose.TabIndex = 6;
|
|
this.btnclose.UseVisualStyleBackColor = true;
|
|
this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.SystemColors.Control;
|
|
this.label1.Font = new System.Drawing.Font("Century Gothic", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.Color.DodgerBlue;
|
|
this.label1.Location = new System.Drawing.Point(12, 59);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(314, 27);
|
|
this.label1.TabIndex = 22;
|
|
this.label1.Text = "Manage Cost of Good Sold";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.Orange;
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(764, 34);
|
|
this.panel1.TabIndex = 21;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(13, 222);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(70, 23);
|
|
this.label3.TabIndex = 27;
|
|
this.label3.Text = "Date :";
|
|
//
|
|
// dob_costofg
|
|
//
|
|
this.dob_costofg.Location = new System.Drawing.Point(171, 215);
|
|
this.dob_costofg.Name = "dob_costofg";
|
|
this.dob_costofg.Size = new System.Drawing.Size(581, 32);
|
|
this.dob_costofg.TabIndex = 2;
|
|
//
|
|
// textBox_cost
|
|
//
|
|
this.textBox_cost.Location = new System.Drawing.Point(171, 165);
|
|
this.textBox_cost.Name = "textBox_cost";
|
|
this.textBox_cost.Size = new System.Drawing.Size(581, 32);
|
|
this.textBox_cost.TabIndex = 1;
|
|
this.textBox_cost.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_cost_KeyPress);
|
|
//
|
|
// Managecostofgoodsold
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(764, 334);
|
|
this.Controls.Add(this.dob_costofg);
|
|
this.Controls.Add(this.btncancel);
|
|
this.Controls.Add(this.btnupdate);
|
|
this.Controls.Add(this.btnsave);
|
|
this.Controls.Add(this.lblCid);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.textBox_cost);
|
|
this.Controls.Add(this.txtname);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.btnclose);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.panel1);
|
|
this.Font = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "Managecostofgoodsold";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Managecostofgoodsold";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
public System.Windows.Forms.Button btncancel;
|
|
public System.Windows.Forms.Button btnupdate;
|
|
public System.Windows.Forms.Button btnsave;
|
|
public System.Windows.Forms.Label lblCid;
|
|
private System.Windows.Forms.Label label9;
|
|
public System.Windows.Forms.TextBox txtname;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button btnclose;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label3;
|
|
public System.Windows.Forms.TextBox textBox_cost;
|
|
public System.Windows.Forms.DateTimePicker dob_costofg;
|
|
}
|
|
} |