namespace WinFormTest
{
partial class frmMain
{
///
/// 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(frmMain));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnTongBu = new System.Windows.Forms.Button();
this.btnFace = new System.Windows.Forms.Button();
this.btnTest = new System.Windows.Forms.Button();
this.cmbHotelCode = new System.Windows.Forms.ComboBox();
this.btnClose = new System.Windows.Forms.Button();
this.btnQuery = new System.Windows.Forms.Button();
this.txtRoomNumber = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.grdData = new System.Windows.Forms.DataGridView();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdData)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnTongBu);
this.groupBox1.Controls.Add(this.btnFace);
this.groupBox1.Controls.Add(this.btnTest);
this.groupBox1.Controls.Add(this.cmbHotelCode);
this.groupBox1.Controls.Add(this.btnClose);
this.groupBox1.Controls.Add(this.btnQuery);
this.groupBox1.Controls.Add(this.txtRoomNumber);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1041, 58);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// btnTongBu
//
this.btnTongBu.Location = new System.Drawing.Point(843, 22);
this.btnTongBu.Name = "btnTongBu";
this.btnTongBu.Size = new System.Drawing.Size(102, 23);
this.btnTongBu.TabIndex = 9;
this.btnTongBu.Text = "人脸机同步状态";
this.btnTongBu.UseVisualStyleBackColor = true;
//
// btnFace
//
this.btnFace.Location = new System.Drawing.Point(762, 21);
this.btnFace.Name = "btnFace";
this.btnFace.Size = new System.Drawing.Size(75, 23);
this.btnFace.TabIndex = 8;
this.btnFace.Text = "人脸机管理";
this.btnFace.UseVisualStyleBackColor = true;
//
// btnTest
//
this.btnTest.Location = new System.Drawing.Point(600, 21);
this.btnTest.Name = "btnTest";
this.btnTest.Size = new System.Drawing.Size(75, 23);
this.btnTest.TabIndex = 7;
this.btnTest.Text = "接口测试";
this.btnTest.UseVisualStyleBackColor = true;
this.btnTest.Click += new System.EventHandler(this.button1_Click);
//
// cmbHotelCode
//
this.cmbHotelCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbHotelCode.FormattingEnabled = true;
this.cmbHotelCode.Location = new System.Drawing.Point(48, 22);
this.cmbHotelCode.Name = "cmbHotelCode";
this.cmbHotelCode.Size = new System.Drawing.Size(300, 20);
this.cmbHotelCode.TabIndex = 6;
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(681, 21);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 5;
this.btnClose.Text = "关 闭";
this.btnClose.UseVisualStyleBackColor = true;
//
// btnQuery
//
this.btnQuery.Location = new System.Drawing.Point(519, 21);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(75, 23);
this.btnQuery.TabIndex = 4;
this.btnQuery.Text = "查 询";
this.btnQuery.UseVisualStyleBackColor = true;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click_1);
//
// txtRoomNumber
//
this.txtRoomNumber.Location = new System.Drawing.Point(404, 22);
this.txtRoomNumber.Name = "txtRoomNumber";
this.txtRoomNumber.Size = new System.Drawing.Size(100, 21);
this.txtRoomNumber.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(369, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 12);
this.label2.TabIndex = 2;
this.label2.Text = "房号";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "酒店";
//
// grdData
//
this.grdData.AllowUserToAddRows = false;
this.grdData.AllowUserToDeleteRows = false;
this.grdData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.grdData.Dock = System.Windows.Forms.DockStyle.Fill;
this.grdData.Location = new System.Drawing.Point(0, 58);
this.grdData.Name = "grdData";
this.grdData.ReadOnly = true;
this.grdData.RowTemplate.Height = 23;
this.grdData.Size = new System.Drawing.Size(1041, 584);
this.grdData.TabIndex = 1;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1041, 642);
this.Controls.Add(this.grdData);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "宝来威客控与PMS对接接口查询工具 V3";
this.Load += new System.EventHandler(this.Form2_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.grdData)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView grdData;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.TextBox txtRoomNumber;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.ComboBox cmbHotelCode;
private System.Windows.Forms.Button btnTest;
private System.Windows.Forms.Button btnFace;
private System.Windows.Forms.Button btnTongBu;
}
}