namespace RfidWeb { partial class FromSQl { /// /// 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() { this.ucBtnExt1 = new HZH_Controls.Controls.UCBtnExt(); this.ucBtnExt2 = new HZH_Controls.Controls.UCBtnExt(); this.ucHorizontalList1 = new HZH_Controls.Controls.UCHorizontalList(); this.SuspendLayout(); // // ucBtnExt1 // this.ucBtnExt1.BackColor = System.Drawing.Color.White; this.ucBtnExt1.BtnBackColor = System.Drawing.Color.White; this.ucBtnExt1.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ucBtnExt1.BtnForeColor = System.Drawing.Color.White; this.ucBtnExt1.BtnText = "插入数据库用户表"; this.ucBtnExt1.ConerRadius = 5; this.ucBtnExt1.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnExt1.EnabledMouseEffect = false; this.ucBtnExt1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59))))); this.ucBtnExt1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.ucBtnExt1.IsRadius = true; this.ucBtnExt1.IsShowRect = true; this.ucBtnExt1.IsShowTips = false; this.ucBtnExt1.Location = new System.Drawing.Point(21, 12); this.ucBtnExt1.Margin = new System.Windows.Forms.Padding(0); this.ucBtnExt1.Name = "ucBtnExt1"; this.ucBtnExt1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(58))))); this.ucBtnExt1.RectWidth = 1; this.ucBtnExt1.Size = new System.Drawing.Size(142, 40); this.ucBtnExt1.TabIndex = 0; this.ucBtnExt1.TabStop = false; this.ucBtnExt1.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99))))); this.ucBtnExt1.TipsText = ""; this.ucBtnExt1.BtnClick += new System.EventHandler(this.ucBtnExt1_BtnClick); // // ucBtnExt2 // this.ucBtnExt2.BackColor = System.Drawing.Color.White; this.ucBtnExt2.BtnBackColor = System.Drawing.Color.White; this.ucBtnExt2.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ucBtnExt2.BtnForeColor = System.Drawing.Color.White; this.ucBtnExt2.BtnText = "插入数据库用户表"; this.ucBtnExt2.ConerRadius = 5; this.ucBtnExt2.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnExt2.EnabledMouseEffect = false; this.ucBtnExt2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59))))); this.ucBtnExt2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.ucBtnExt2.IsRadius = true; this.ucBtnExt2.IsShowRect = true; this.ucBtnExt2.IsShowTips = false; this.ucBtnExt2.Location = new System.Drawing.Point(21, 68); this.ucBtnExt2.Margin = new System.Windows.Forms.Padding(0); this.ucBtnExt2.Name = "ucBtnExt2"; this.ucBtnExt2.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(58))))); this.ucBtnExt2.RectWidth = 1; this.ucBtnExt2.Size = new System.Drawing.Size(142, 40); this.ucBtnExt2.TabIndex = 1; this.ucBtnExt2.TabStop = false; this.ucBtnExt2.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99))))); this.ucBtnExt2.TipsText = ""; this.ucBtnExt2.BtnClick += new System.EventHandler(this.ucBtnExt2_BtnClick); // // ucHorizontalList1 // this.ucHorizontalList1.DataSource = null; this.ucHorizontalList1.IsAutoSelectFirst = true; this.ucHorizontalList1.Location = new System.Drawing.Point(419, 46); this.ucHorizontalList1.Name = "ucHorizontalList1"; this.ucHorizontalList1.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59))))); this.ucHorizontalList1.SelectedItem = null; this.ucHorizontalList1.Size = new System.Drawing.Size(514, 53); this.ucHorizontalList1.TabIndex = 2; // // FromSQl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1106, 758); this.Controls.Add(this.ucHorizontalList1); this.Controls.Add(this.ucBtnExt2); this.Controls.Add(this.ucBtnExt1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "FromSQl"; this.Text = "FromSQl"; this.ResumeLayout(false); } #endregion private HZH_Controls.Controls.UCBtnExt ucBtnExt1; private HZH_Controls.Controls.UCBtnExt ucBtnExt2; private HZH_Controls.Controls.UCHorizontalList ucHorizontalList1; } }