⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 companyform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace MyHotel
{
    partial class CompanyForm
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label 酒店名称Label;
            System.Windows.Forms.Label 法人代表Label;
            System.Windows.Forms.Label 酒店地址Label;
            System.Windows.Forms.Label 服务电话Label;
            System.Windows.Forms.Label 邮政编码Label;
            System.Windows.Forms.Label 电子邮件Label;
            System.Windows.Forms.Label 酒店网站Label;
            System.Windows.Forms.Label 管理系统背景照片Label;
            System.Windows.Forms.Label 管理系统显示名称Label;
            System.Windows.Forms.Label 显示优先级Label;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CompanyForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.酒店信息BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.酒店信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.myHotelDataSet = new MyHotel.MyHotelDataSet();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.酒店信息BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.酒店名称TextBox = new System.Windows.Forms.TextBox();
            this.法人代表TextBox = new System.Windows.Forms.TextBox();
            this.酒店地址TextBox = new System.Windows.Forms.TextBox();
            this.服务电话TextBox = new System.Windows.Forms.TextBox();
            this.邮政编码TextBox = new System.Windows.Forms.TextBox();
            this.电子邮件TextBox = new System.Windows.Forms.TextBox();
            this.酒店网站TextBox = new System.Windows.Forms.TextBox();
            this.管理系统背景照片TextBox = new System.Windows.Forms.TextBox();
            this.管理系统显示名称TextBox = new System.Windows.Forms.TextBox();
            this.显示优先级TextBox = new System.Windows.Forms.TextBox();
            this.酒店信息DataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.酒店信息TableAdapter = new MyHotel.MyHotelDataSetTableAdapters.酒店信息TableAdapter();
            酒店名称Label = new System.Windows.Forms.Label();
            法人代表Label = new System.Windows.Forms.Label();
            酒店地址Label = new System.Windows.Forms.Label();
            服务电话Label = new System.Windows.Forms.Label();
            邮政编码Label = new System.Windows.Forms.Label();
            电子邮件Label = new System.Windows.Forms.Label();
            酒店网站Label = new System.Windows.Forms.Label();
            管理系统背景照片Label = new System.Windows.Forms.Label();
            管理系统显示名称Label = new System.Windows.Forms.Label();
            显示优先级Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.酒店信息BindingNavigator)).BeginInit();
            this.酒店信息BindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.酒店信息BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myHotelDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.酒店信息DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 酒店名称Label
            // 
            酒店名称Label.AutoSize = true;
            酒店名称Label.Location = new System.Drawing.Point(2, 32);
            酒店名称Label.Name = "酒店名称Label";
            酒店名称Label.Size = new System.Drawing.Size(59, 12);
            酒店名称Label.TabIndex = 1;
            酒店名称Label.Text = "酒店名称:";
            // 
            // 法人代表Label
            // 
            法人代表Label.AutoSize = true;
            法人代表Label.Location = new System.Drawing.Point(2, 59);
            法人代表Label.Name = "法人代表Label";
            法人代表Label.Size = new System.Drawing.Size(59, 12);
            法人代表Label.TabIndex = 3;
            法人代表Label.Text = "法人代表:";
            // 
            // 酒店地址Label
            // 
            酒店地址Label.AutoSize = true;
            酒店地址Label.Location = new System.Drawing.Point(2, 86);
            酒店地址Label.Name = "酒店地址Label";
            酒店地址Label.Size = new System.Drawing.Size(59, 12);
            酒店地址Label.TabIndex = 5;
            酒店地址Label.Text = "酒店地址:";
            // 
            // 服务电话Label
            // 
            服务电话Label.AutoSize = true;
            服务电话Label.Location = new System.Drawing.Point(2, 113);
            服务电话Label.Name = "服务电话Label";
            服务电话Label.Size = new System.Drawing.Size(59, 12);
            服务电话Label.TabIndex = 7;
            服务电话Label.Text = "服务电话:";
            // 
            // 邮政编码Label
            // 
            邮政编码Label.AutoSize = true;
            邮政编码Label.Location = new System.Drawing.Point(2, 140);
            邮政编码Label.Name = "邮政编码Label";
            邮政编码Label.Size = new System.Drawing.Size(59, 12);
            邮政编码Label.TabIndex = 9;
            邮政编码Label.Text = "邮政编码:";
            // 
            // 电子邮件Label
            // 
            电子邮件Label.AutoSize = true;
            电子邮件Label.Location = new System.Drawing.Point(261, 32);
            电子邮件Label.Name = "电子邮件Label";
            电子邮件Label.Size = new System.Drawing.Size(59, 12);
            电子邮件Label.TabIndex = 11;
            电子邮件Label.Text = "电子邮件:";
            // 
            // 酒店网站Label
            // 
            酒店网站Label.AutoSize = true;
            酒店网站Label.Location = new System.Drawing.Point(261, 59);
            酒店网站Label.Name = "酒店网站Label";
            酒店网站Label.Size = new System.Drawing.Size(59, 12);
            酒店网站Label.TabIndex = 13;
            酒店网站Label.Text = "酒店网站:";
            // 
            // 管理系统背景照片Label
            // 
            管理系统背景照片Label.AutoSize = true;
            管理系统背景照片Label.Location = new System.Drawing.Point(261, 86);
            管理系统背景照片Label.Name = "管理系统背景照片Label";
            管理系统背景照片Label.Size = new System.Drawing.Size(107, 12);
            管理系统背景照片Label.TabIndex = 15;
            管理系统背景照片Label.Text = "管理系统背景照片:";
            // 
            // 管理系统显示名称Label
            // 
            管理系统显示名称Label.AutoSize = true;
            管理系统显示名称Label.Location = new System.Drawing.Point(261, 113);
            管理系统显示名称Label.Name = "管理系统显示名称Label";
            管理系统显示名称Label.Size = new System.Drawing.Size(107, 12);
            管理系统显示名称Label.TabIndex = 17;
            管理系统显示名称Label.Text = "管理系统显示名称:";
            // 
            // 显示优先级Label
            // 
            显示优先级Label.AutoSize = true;
            显示优先级Label.Location = new System.Drawing.Point(261, 140);
            显示优先级Label.Name = "显示优先级Label";
            显示优先级Label.Size = new System.Drawing.Size(71, 12);
            显示优先级Label.TabIndex = 19;
            显示优先级Label.Text = "显示优先级:";
            // 
            // 酒店信息BindingNavigator
            // 
            this.酒店信息BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.酒店信息BindingNavigator.BindingSource = this.酒店信息BindingSource;
            this.酒店信息BindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.酒店信息BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.酒店信息BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -