namespace WinFormTest { partial class frmCheckIn { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCheckIn)); this.btnCheckIn = new System.Windows.Forms.Button(); this.btnCheckOut = new System.Windows.Forms.Button(); this.btnRent = new System.Windows.Forms.Button(); this.txtRoomNumber = new System.Windows.Forms.TextBox(); this.btnCard = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtHotelCode = new System.Windows.Forms.TextBox(); this.btnChangePhone = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.txtPhoneNumber = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtIDNumber = new System.Windows.Forms.TextBox(); this.btnWXLogin = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.txtValidateCode = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtPhotoUrl = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.cmbSex = new System.Windows.Forms.ComboBox(); this.dtBirthday = new System.Windows.Forms.DateTimePicker(); this.btnClose = new System.Windows.Forms.Button(); this.btnFaceCheckIn = new System.Windows.Forms.Button(); this.btnPhoto = new System.Windows.Forms.Button(); this.picPhoto = new System.Windows.Forms.PictureBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.picWebcam = new System.Windows.Forms.PictureBox(); this.rbtnPhoto1 = new System.Windows.Forms.RadioButton(); this.rbtnPhoto2 = new System.Windows.Forms.RadioButton(); ((System.ComponentModel.ISupportInitialize)(this.picPhoto)).BeginInit(); this.groupBox5.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picWebcam)).BeginInit(); this.SuspendLayout(); // // btnCheckIn // this.btnCheckIn.Location = new System.Drawing.Point(529, 12); this.btnCheckIn.Name = "btnCheckIn"; this.btnCheckIn.Size = new System.Drawing.Size(75, 23); this.btnCheckIn.TabIndex = 4; this.btnCheckIn.Text = "开房"; this.btnCheckIn.UseVisualStyleBackColor = true; this.btnCheckIn.Click += new System.EventHandler(this.button1_Click); // // btnCheckOut // this.btnCheckOut.Location = new System.Drawing.Point(625, 72); this.btnCheckOut.Name = "btnCheckOut"; this.btnCheckOut.Size = new System.Drawing.Size(75, 23); this.btnCheckOut.TabIndex = 5; this.btnCheckOut.Text = "退房"; this.btnCheckOut.UseVisualStyleBackColor = true; this.btnCheckOut.Click += new System.EventHandler(this.button2_Click); // // btnRent // this.btnRent.Location = new System.Drawing.Point(529, 72); this.btnRent.Name = "btnRent"; this.btnRent.Size = new System.Drawing.Size(75, 23); this.btnRent.TabIndex = 6; this.btnRent.Text = "待租"; this.btnRent.UseVisualStyleBackColor = true; this.btnRent.Click += new System.EventHandler(this.button3_Click); // // txtRoomNumber // this.txtRoomNumber.Location = new System.Drawing.Point(260, 13); this.txtRoomNumber.MaxLength = 10; this.txtRoomNumber.Name = "txtRoomNumber"; this.txtRoomNumber.Size = new System.Drawing.Size(100, 21); this.txtRoomNumber.TabIndex = 2; // // btnCard // this.btnCard.Location = new System.Drawing.Point(529, 381); this.btnCard.Name = "btnCard"; this.btnCard.Size = new System.Drawing.Size(171, 23); this.btnCard.TabIndex = 8; this.btnCard.Text = "上报插卡身份"; this.btnCard.UseVisualStyleBackColor = true; this.btnCard.Visible = false; this.btnCard.Click += new System.EventHandler(this.button4_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(225, 17); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 5; this.label1.Text = "房号"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(366, 17); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 7; this.label2.Text = "姓名"; // // txtName // this.txtName.Location = new System.Drawing.Point(400, 13); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(100, 21); this.txtName.TabIndex = 3; this.txtName.Text = "张三"; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(96, 380); this.textBox3.Multiline = true; this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(405, 24); this.textBox3.TabIndex = 7; this.textBox3.Visible = false; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(36, 17); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 10; this.label3.Text = "酒店编码"; // // txtHotelCode // this.txtHotelCode.Location = new System.Drawing.Point(96, 13); this.txtHotelCode.Name = "txtHotelCode"; this.txtHotelCode.ReadOnly = true; this.txtHotelCode.Size = new System.Drawing.Size(100, 21); this.txtHotelCode.TabIndex = 1; this.txtHotelCode.Text = "WXDF_Hotel"; // // btnChangePhone // this.btnChangePhone.Location = new System.Drawing.Point(529, 41); this.btnChangePhone.Name = "btnChangePhone"; this.btnChangePhone.Size = new System.Drawing.Size(75, 23); this.btnChangePhone.TabIndex = 11; this.btnChangePhone.Text = "变更手机号"; this.btnChangePhone.UseVisualStyleBackColor = true; this.btnChangePhone.Click += new System.EventHandler(this.button5_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(48, 49); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 13; this.label4.Text = "手机号"; // // txtPhoneNumber // this.txtPhoneNumber.Location = new System.Drawing.Point(96, 45); this.txtPhoneNumber.MaxLength = 50; this.txtPhoneNumber.Name = "txtPhoneNumber"; this.txtPhoneNumber.Size = new System.Drawing.Size(100, 21); this.txtPhoneNumber.TabIndex = 12; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(201, 49); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 15; this.label5.Text = "身份证号"; // // txtIDNumber // this.txtIDNumber.Location = new System.Drawing.Point(260, 45); this.txtIDNumber.MaxLength = 50; this.txtIDNumber.Name = "txtIDNumber"; this.txtIDNumber.Size = new System.Drawing.Size(240, 21); this.txtIDNumber.TabIndex = 14; // // btnWXLogin // this.btnWXLogin.Location = new System.Drawing.Point(529, 326); this.btnWXLogin.Name = "btnWXLogin"; this.btnWXLogin.Size = new System.Drawing.Size(171, 23); this.btnWXLogin.TabIndex = 16; this.btnWXLogin.Text = "微信登录验证"; this.btnWXLogin.UseVisualStyleBackColor = true; this.btnWXLogin.Click += new System.EventHandler(this.btnWXLogin_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(48, 331); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(41, 12); this.label6.TabIndex = 18; this.label6.Text = "验证码"; // // txtValidateCode // this.txtValidateCode.Location = new System.Drawing.Point(96, 327); this.txtValidateCode.MaxLength = 4; this.txtValidateCode.Name = "txtValidateCode"; this.txtValidateCode.Size = new System.Drawing.Size(405, 21); this.txtValidateCode.TabIndex = 17; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(36, 386); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 19; this.label7.Text = "插卡信息"; this.label7.Visible = false; // // txtPhotoUrl // this.txtPhotoUrl.Location = new System.Drawing.Point(96, 102); this.txtPhotoUrl.MaxLength = 10000; this.txtPhotoUrl.Name = "txtPhotoUrl"; this.txtPhotoUrl.Size = new System.Drawing.Size(510, 21); this.txtPhotoUrl.TabIndex = 21; this.txtPhotoUrl.Text = "http://boonlive-rcu.com/Uploads/logo/160.jpg"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(60, 77); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(29, 12); this.label9.TabIndex = 22; this.label9.Text = "性别"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(201, 77); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(53, 12); this.label10.TabIndex = 23; this.label10.Text = "出生日期"; // // cmbSex // this.cmbSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSex.Enabled = false; this.cmbSex.FormattingEnabled = true; this.cmbSex.Items.AddRange(new object[] { "女", "男"}); this.cmbSex.Location = new System.Drawing.Point(96, 73); this.cmbSex.Name = "cmbSex"; this.cmbSex.Size = new System.Drawing.Size(99, 20); this.cmbSex.TabIndex = 24; // // dtBirthday // this.dtBirthday.Location = new System.Drawing.Point(260, 73); this.dtBirthday.Name = "dtBirthday"; this.dtBirthday.Size = new System.Drawing.Size(135, 21); this.dtBirthday.TabIndex = 25; // // btnClose // this.btnClose.Location = new System.Drawing.Point(625, 12); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 26; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnFaceCheckIn // this.btnFaceCheckIn.Location = new System.Drawing.Point(625, 101); this.btnFaceCheckIn.Name = "btnFaceCheckIn"; this.btnFaceCheckIn.Size = new System.Drawing.Size(75, 23); this.btnFaceCheckIn.TabIndex = 27; this.btnFaceCheckIn.Text = "自助机开房"; this.btnFaceCheckIn.UseVisualStyleBackColor = true; this.btnFaceCheckIn.Click += new System.EventHandler(this.btnFaceCheckIn_Click); // // btnPhoto // this.btnPhoto.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPhoto.Location = new System.Drawing.Point(320, 192); this.btnPhoto.Name = "btnPhoto"; this.btnPhoto.Size = new System.Drawing.Size(61, 32); this.btnPhoto.TabIndex = 28; this.btnPhoto.Text = "拍照"; this.btnPhoto.UseVisualStyleBackColor = true; // // picPhoto // this.picPhoto.Image = ((System.Drawing.Image)(resources.GetObject("picPhoto.Image"))); this.picPhoto.InitialImage = null; this.picPhoto.Location = new System.Drawing.Point(9, 20); this.picPhoto.Name = "picPhoto"; this.picPhoto.Size = new System.Drawing.Size(200, 150); this.picPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picPhoto.TabIndex = 0; this.picPhoto.TabStop = false; // // groupBox5 // this.groupBox5.Controls.Add(this.picPhoto); this.groupBox5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox5.Location = new System.Drawing.Point(388, 129); this.groupBox5.Name = "groupBox5"; this.groupBox5.Size = new System.Drawing.Size(218, 177); this.groupBox5.TabIndex = 30; this.groupBox5.TabStop = false; this.groupBox5.Text = "照片"; // // groupBox4 // this.groupBox4.Controls.Add(this.picWebcam); this.groupBox4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox4.Location = new System.Drawing.Point(96, 129); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(218, 177); this.groupBox4.TabIndex = 29; this.groupBox4.TabStop = false; this.groupBox4.Text = "摄像头"; // // picWebcam // this.picWebcam.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.picWebcam.Location = new System.Drawing.Point(9, 17); this.picWebcam.Name = "picWebcam"; this.picWebcam.Size = new System.Drawing.Size(200, 150); this.picWebcam.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picWebcam.TabIndex = 14; this.picWebcam.TabStop = false; // // rbtnPhoto1 // this.rbtnPhoto1.AutoSize = true; this.rbtnPhoto1.Checked = true; this.rbtnPhoto1.Location = new System.Drawing.Point(18, 104); this.rbtnPhoto1.Name = "rbtnPhoto1"; this.rbtnPhoto1.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.rbtnPhoto1.Size = new System.Drawing.Size(71, 16); this.rbtnPhoto1.TabIndex = 31; this.rbtnPhoto1.TabStop = true; this.rbtnPhoto1.Text = "云端图片"; this.rbtnPhoto1.UseVisualStyleBackColor = true; // // rbtnPhoto2 // this.rbtnPhoto2.AutoSize = true; this.rbtnPhoto2.Location = new System.Drawing.Point(19, 200); this.rbtnPhoto2.Name = "rbtnPhoto2"; this.rbtnPhoto2.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.rbtnPhoto2.Size = new System.Drawing.Size(71, 16); this.rbtnPhoto2.TabIndex = 32; this.rbtnPhoto2.Text = "本地拍照"; this.rbtnPhoto2.UseVisualStyleBackColor = true; // // frmCheckIn // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(729, 365); this.Controls.Add(this.rbtnPhoto2); this.Controls.Add(this.rbtnPhoto1); this.Controls.Add(this.btnPhoto); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox4); this.Controls.Add(this.btnFaceCheckIn); this.Controls.Add(this.btnClose); this.Controls.Add(this.dtBirthday); this.Controls.Add(this.cmbSex); this.Controls.Add(this.label10); this.Controls.Add(this.label9); this.Controls.Add(this.txtPhotoUrl); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.txtValidateCode); this.Controls.Add(this.btnWXLogin); this.Controls.Add(this.label5); this.Controls.Add(this.txtIDNumber); this.Controls.Add(this.label4); this.Controls.Add(this.txtPhoneNumber); this.Controls.Add(this.btnChangePhone); this.Controls.Add(this.label3); this.Controls.Add(this.txtHotelCode); this.Controls.Add(this.textBox3); this.Controls.Add(this.label2); this.Controls.Add(this.txtName); this.Controls.Add(this.label1); this.Controls.Add(this.btnCard); this.Controls.Add(this.txtRoomNumber); this.Controls.Add(this.btnRent); this.Controls.Add(this.btnCheckOut); this.Controls.Add(this.btnCheckIn); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frmCheckIn"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "接口测试"; ((System.ComponentModel.ISupportInitialize)(this.picPhoto)).EndInit(); this.groupBox5.ResumeLayout(false); this.groupBox4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picWebcam)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnCheckIn; private System.Windows.Forms.Button btnCheckOut; private System.Windows.Forms.Button btnRent; private System.Windows.Forms.TextBox txtRoomNumber; private System.Windows.Forms.Button btnCard; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtHotelCode; private System.Windows.Forms.Button btnChangePhone; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtPhoneNumber; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtIDNumber; private System.Windows.Forms.Button btnWXLogin; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtValidateCode; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox txtPhotoUrl; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.ComboBox cmbSex; private System.Windows.Forms.DateTimePicker dtBirthday; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button btnFaceCheckIn; private System.Windows.Forms.Button btnPhoto; private System.Windows.Forms.PictureBox picPhoto; private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.PictureBox picWebcam; private System.Windows.Forms.RadioButton rbtnPhoto1; private System.Windows.Forms.RadioButton rbtnPhoto2; } }