namespace Test { partial class Form1 { /// /// 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(Form1)); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.uButton1 = new WinFormControl.UButton(); this.uScanPanel1 = new WinFormControl.UScanPanel(); this.uWeightControl1 = new WinFormControl.UWeightControl(); this.SuspendLayout(); // // comboBox1 // this.comboBox1.Font = new System.Drawing.Font("宋体", 15F); this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(53, 239); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 28); this.comboBox1.TabIndex = 3; // // uButton1 // this.uButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("uButton1.BackgroundImage"))); 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.ForeColor = System.Drawing.Color.Black; this.uButton1.Location = new System.Drawing.Point(254, 239); this.uButton1.Name = "uButton1"; this.uButton1.PlaySound = true; this.uButton1.Size = new System.Drawing.Size(130, 47); this.uButton1.SoundType = WinFormControl.SoundType.Di; this.uButton1.TabIndex = 2; this.uButton1.Text = "uButton1"; this.uButton1.UseVisualStyleBackColor = true; this.uButton1.Click += new System.EventHandler(this.uButton1_Click); // // uScanPanel1 // this.uScanPanel1.BackColor = System.Drawing.Color.Transparent; this.uScanPanel1.Location = new System.Drawing.Point(101, 182); this.uScanPanel1.Name = "uScanPanel1"; this.uScanPanel1.Size = new System.Drawing.Size(303, 32); this.uScanPanel1.TabIndex = 1; this.uScanPanel1.BeforeScan += new System.Action(this.uScanPanel1_BeforeScan); this.uScanPanel1.AfterScan += new System.Action(this.uScanPanel1_AfterScan); // // uWeightControl1 // this.uWeightControl1.BackColor = System.Drawing.Color.Transparent; this.uWeightControl1.Location = new System.Drawing.Point(2, 12); this.uWeightControl1.Name = "uWeightControl1"; this.uWeightControl1.Size = new System.Drawing.Size(348, 78); this.uWeightControl1.TabIndex = 0; this.uWeightControl1.WeightFalg = "Test"; this.uWeightControl1.ReceivedValue += new System.Action(this.uWeightControl1_ReceivedValue); // // Form1 // 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(604, 363); this.Controls.Add(this.comboBox1); this.Controls.Add(this.uButton1); this.Controls.Add(this.uScanPanel1); this.Controls.Add(this.uWeightControl1); this.KeyPreview = true; this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); } #endregion private WinFormControl.UWeightControl uWeightControl1; private WinFormControl.UScanPanel uScanPanel1; private WinFormControl.UButton uButton1; private System.Windows.Forms.ComboBox comboBox1; } }