namespace dccdc.Selfhelp { partial class frm_sjdj { /// /// 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.label1 = new System.Windows.Forms.Label(); this.txt_sjh = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(41, 146); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(361, 29); this.label1.TabIndex = 0; this.label1.Text = "请输入登记时的手机号码:"; // // txt_sjh // this.txt_sjh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(236)))), ((int)(((byte)(238))))); this.txt_sjh.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txt_sjh.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_sjh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(110)))), ((int)(((byte)(110))))); this.txt_sjh.Location = new System.Drawing.Point(408, 143); this.txt_sjh.Name = "txt_sjh"; this.txt_sjh.Size = new System.Drawing.Size(328, 34); this.txt_sjh.TabIndex = 1; this.txt_sjh.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_sjh_KeyDown); // // button1 // this.button1.BackColor = System.Drawing.Color.Transparent; this.button1.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button1.FlatAppearance.BorderSize = 2; this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.ForeColor = System.Drawing.Color.White; this.button1.Location = new System.Drawing.Point(376, 243); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(133, 52); this.button1.TabIndex = 2; this.button1.Text = "登记"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // frm_sjdj // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(103)))), ((int)(((byte)(188)))), ((int)(((byte)(252))))); this.ClientSize = new System.Drawing.Size(960, 424); this.Controls.Add(this.button1); this.Controls.Add(this.txt_sjh); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frm_sjdj"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "frm_sjdj"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frm_sjdj_FormClosed); this.Load += new System.EventHandler(this.frm_sjdj_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txt_sjh; private System.Windows.Forms.Button button1; } }