You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

127 lines
5.7 KiB

namespace ButcherFactory.Dialogs
{
partial class SelectBillStateDialog
{
/// <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()
{
this.colorButton4 = new ButcherFactory.Controls.ColorButton();
this.colorButton3 = new ButcherFactory.Controls.ColorButton();
this.colorButton2 = new ButcherFactory.Controls.ColorButton();
this.colorButton1 = new ButcherFactory.Controls.ColorButton();
this.SuspendLayout();
//
// colorButton4
//
this.colorButton4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245)))));
this.colorButton4.Font = new System.Drawing.Font("宋体", 15F);
this.colorButton4.ForeColor = System.Drawing.Color.White;
this.colorButton4.Location = new System.Drawing.Point(255, 151);
this.colorButton4.Name = "colorButton4";
this.colorButton4.Radius = 12;
this.colorButton4.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(234)))), ((int)(((byte)(106)))));
this.colorButton4.Size = new System.Drawing.Size(120, 75);
this.colorButton4.TabIndex = 7;
this.colorButton4.Tag = "1";
this.colorButton4.Text = "已作废";
this.colorButton4.UseVisualStyleBackColor = false;
this.colorButton4.Click += new System.EventHandler(this.BtnClick);
//
// colorButton3
//
this.colorButton3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245)))));
this.colorButton3.Font = new System.Drawing.Font("宋体", 15F);
this.colorButton3.ForeColor = System.Drawing.Color.White;
this.colorButton3.Location = new System.Drawing.Point(63, 151);
this.colorButton3.Name = "colorButton3";
this.colorButton3.Radius = 12;
this.colorButton3.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(234)))), ((int)(((byte)(106)))));
this.colorButton3.Size = new System.Drawing.Size(120, 75);
this.colorButton3.TabIndex = 6;
this.colorButton3.Tag = "30";
this.colorButton3.Text = "已完毕";
this.colorButton3.UseVisualStyleBackColor = false;
this.colorButton3.Click += new System.EventHandler(this.BtnClick);
//
// colorButton2
//
this.colorButton2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245)))));
this.colorButton2.Font = new System.Drawing.Font("宋体", 15F);
this.colorButton2.ForeColor = System.Drawing.Color.White;
this.colorButton2.Location = new System.Drawing.Point(255, 36);
this.colorButton2.Name = "colorButton2";
this.colorButton2.Radius = 12;
this.colorButton2.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(234)))), ((int)(((byte)(106)))));
this.colorButton2.Size = new System.Drawing.Size(120, 75);
this.colorButton2.TabIndex = 5;
this.colorButton2.Tag = "20";
this.colorButton2.Text = "已审核";
this.colorButton2.UseVisualStyleBackColor = false;
this.colorButton2.Click += new System.EventHandler(this.BtnClick);
//
// colorButton1
//
this.colorButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(135)))), ((int)(((byte)(245)))));
this.colorButton1.Font = new System.Drawing.Font("宋体", 15F);
this.colorButton1.ForeColor = System.Drawing.Color.White;
this.colorButton1.Location = new System.Drawing.Point(63, 36);
this.colorButton1.Name = "colorButton1";
this.colorButton1.Radius = 12;
this.colorButton1.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(234)))), ((int)(((byte)(106)))));
this.colorButton1.Size = new System.Drawing.Size(120, 75);
this.colorButton1.TabIndex = 4;
this.colorButton1.Tag = "0";
this.colorButton1.Text = "未审核";
this.colorButton1.UseVisualStyleBackColor = false;
this.colorButton1.Click += new System.EventHandler(this.BtnClick);
//
// SelectBillStateDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(445, 263);
this.ControlBox = false;
this.Controls.Add(this.colorButton4);
this.Controls.Add(this.colorButton3);
this.Controls.Add(this.colorButton2);
this.Controls.Add(this.colorButton1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "SelectBillStateDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "单据状态";
this.ResumeLayout(false);
}
#endregion
private Controls.ColorButton colorButton1;
private Controls.ColorButton colorButton2;
private Controls.ColorButton colorButton3;
private Controls.ColorButton colorButton4;
}
}