Newer
Older
GHFX_REFACTOR / Frm_password_reset.Designer.cs
wxn on 9 Nov 2016 4 KB 冗余代码整理
using System.ComponentModel;
using DevComponents.DotNetBar;
using DevComponents.DotNetBar.Controls;

namespace Cyberpipe
{
    partial class Frm_password_reset
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private 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.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
            this.combo_user = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.SuspendLayout();
            // 
            // labelX1
            // 
            this.labelX1.AutoSize = true;
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.labelX1.Location = new System.Drawing.Point(24, 33);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(44, 16);
            this.labelX1.TabIndex = 0;
            this.labelX1.Text = "账户(*)";
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX1.Location = new System.Drawing.Point(174, 67);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(75, 23);
            this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX1.TabIndex = 2;
            this.buttonX1.Text = "确定";
            this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
            // 
            // combo_user
            // 
            this.combo_user.DisplayMember = "Text";
            this.combo_user.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.combo_user.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combo_user.FormattingEnabled = true;
            this.combo_user.ItemHeight = 15;
            this.combo_user.Location = new System.Drawing.Point(89, 29);
            this.combo_user.Name = "combo_user";
            this.combo_user.Size = new System.Drawing.Size(121, 21);
            this.combo_user.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.combo_user.TabIndex = 3;
            // 
            // Frm_password_reset
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 120);
            this.Controls.Add(this.combo_user);
            this.Controls.Add(this.buttonX1);
            this.Controls.Add(this.labelX1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Frm_password_reset";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "密码重置";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_password_reset_FormClosing);
            this.Load += new System.EventHandler(this.Frm_password_reset_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private LabelX labelX1;
        private ButtonX buttonX1;
        private ComboBoxEx combo_user;
    }
}