namespace ButcherFactory.Dialogs { partial class SelectBillStateDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectBillStateDialog)); this.uButton1 = new WinFormControl.UButton(); this.uButton2 = new WinFormControl.UButton(); this.uButton3 = new WinFormControl.UButton(); this.uButton4 = new WinFormControl.UButton(); this.SuspendLayout(); // // uButton1 // this.uButton1.AsClicked = false; this.uButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("uButton1.BackgroundImage"))); this.uButton1.EnableGroup = false; this.uButton1.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214))))); this.uButton1.FlatAppearance.BorderSize = 0; this.uButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.uButton1.Font = new System.Drawing.Font("宋体", 12F); this.uButton1.ForeColor = System.Drawing.Color.Black; this.uButton1.Location = new System.Drawing.Point(63, 36); this.uButton1.Name = "uButton1"; this.uButton1.PlaySound = false; this.uButton1.SelfControlEnable = false; this.uButton1.Size = new System.Drawing.Size(120, 75); this.uButton1.SoundType = WinFormControl.SoundType.Click; this.uButton1.TabIndex = 0; this.uButton1.Tag = "0"; this.uButton1.Text = "未审核"; this.uButton1.UseVisualStyleBackColor = true; this.uButton1.WithStataHode = false; this.uButton1.Click += new System.EventHandler(this.BtnClick); // // uButton2 // this.uButton2.AsClicked = false; this.uButton2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("uButton2.BackgroundImage"))); this.uButton2.EnableGroup = false; this.uButton2.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214))))); this.uButton2.FlatAppearance.BorderSize = 0; this.uButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.uButton2.Font = new System.Drawing.Font("宋体", 12F); this.uButton2.ForeColor = System.Drawing.Color.Black; this.uButton2.Location = new System.Drawing.Point(255, 36); this.uButton2.Name = "uButton2"; this.uButton2.PlaySound = false; this.uButton2.SelfControlEnable = false; this.uButton2.Size = new System.Drawing.Size(120, 75); this.uButton2.SoundType = WinFormControl.SoundType.Click; this.uButton2.TabIndex = 1; this.uButton2.Tag = "20"; this.uButton2.Text = "已审核"; this.uButton2.UseVisualStyleBackColor = true; this.uButton2.WithStataHode = false; this.uButton2.Click += new System.EventHandler(this.BtnClick); // // uButton3 // this.uButton3.AsClicked = false; this.uButton3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("uButton3.BackgroundImage"))); this.uButton3.EnableGroup = false; this.uButton3.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214))))); this.uButton3.FlatAppearance.BorderSize = 0; this.uButton3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.uButton3.Font = new System.Drawing.Font("宋体", 12F); this.uButton3.ForeColor = System.Drawing.Color.Black; this.uButton3.Location = new System.Drawing.Point(63, 151); this.uButton3.Name = "uButton3"; this.uButton3.PlaySound = false; this.uButton3.SelfControlEnable = false; this.uButton3.Size = new System.Drawing.Size(120, 75); this.uButton3.SoundType = WinFormControl.SoundType.Click; this.uButton3.TabIndex = 2; this.uButton3.Tag = "30"; this.uButton3.Text = "已完毕"; this.uButton3.UseVisualStyleBackColor = true; this.uButton3.WithStataHode = false; this.uButton3.Click += new System.EventHandler(this.BtnClick); // // uButton4 // this.uButton4.AsClicked = false; this.uButton4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("uButton4.BackgroundImage"))); this.uButton4.EnableGroup = false; this.uButton4.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(155)))), ((int)(((byte)(214))))); this.uButton4.FlatAppearance.BorderSize = 0; this.uButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.uButton4.Font = new System.Drawing.Font("宋体", 12F); this.uButton4.ForeColor = System.Drawing.Color.Black; this.uButton4.Location = new System.Drawing.Point(255, 151); this.uButton4.Name = "uButton4"; this.uButton4.PlaySound = false; this.uButton4.SelfControlEnable = false; this.uButton4.Size = new System.Drawing.Size(120, 75); this.uButton4.SoundType = WinFormControl.SoundType.Click; this.uButton4.TabIndex = 3; this.uButton4.Tag = "1"; this.uButton4.Text = "已作废"; this.uButton4.UseVisualStyleBackColor = true; this.uButton4.WithStataHode = false; this.uButton4.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.Controls.Add(this.uButton4); this.Controls.Add(this.uButton3); this.Controls.Add(this.uButton2); this.Controls.Add(this.uButton1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "SelectBillStateDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "单据状态"; this.ResumeLayout(false); } #endregion private WinFormControl.UButton uButton1; private WinFormControl.UButton uButton2; private WinFormControl.UButton uButton3; private WinFormControl.UButton uButton4; } }