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

📄 advertisementform.designer.cs

📁 C++编写的房产中介管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace MyHouse
{
    partial class AdvertisementForm
    {
        /// <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.Windows.Forms.Label 说明Label;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AdvertisementForm));
            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.myHouseDataSet = new MyHouse.MyHouseDataSet();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.资料编号ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.资料编号ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.经办人ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.经办人ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.查询ToolStripButton = 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.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.广告发布管理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.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.自编号TextBox = new System.Windows.Forms.TextBox();
            this.资料类型ComboBox = new System.Windows.Forms.ComboBox();
            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.发布日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.截止日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.经办人TextBox = new System.Windows.Forms.TextBox();
            this.说明TextBox = new System.Windows.Forms.TextBox();
            this.广告发布管理TableAdapter = new MyHouse.MyHouseDataSetTableAdapters.广告发布管理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();
            说明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.myHouseDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.广告发布管理DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 自编号Label
            // 
            自编号Label.AutoSize = true;
            自编号Label.Location = new System.Drawing.Point(4, 33);
            自编号Label.Name = "自编号Label";
            自编号Label.Size = new System.Drawing.Size(47, 12);
            自编号Label.TabIndex = 2;
            自编号Label.Text = "自编号:";
            // 
            // 资料类型Label
            // 
            资料类型Label.AutoSize = true;
            资料类型Label.Location = new System.Drawing.Point(256, 33);
            资料类型Label.Name = "资料类型Label";
            资料类型Label.Size = new System.Drawing.Size(59, 12);
            资料类型Label.TabIndex = 4;
            资料类型Label.Text = "资料类型:";
            // 
            // 资料编号Label
            // 
            资料编号Label.AutoSize = true;
            资料编号Label.Location = new System.Drawing.Point(399, 33);
            资料编号Label.Name = "资料编号Label";
            资料编号Label.Size = new System.Drawing.Size(59, 12);
            资料编号Label.TabIndex = 6;
            资料编号Label.Text = "资料编号:";
            // 
            // 发布媒体Label
            // 
            发布媒体Label.AutoSize = true;
            发布媒体Label.Location = new System.Drawing.Point(4, 57);
            发布媒体Label.Name = "发布媒体Label";
            发布媒体Label.Size = new System.Drawing.Size(59, 12);
            发布媒体Label.TabIndex = 8;
            发布媒体Label.Text = "发布媒体:";
            // 
            // 期号Label
            // 
            期号Label.AutoSize = true;
            期号Label.Location = new System.Drawing.Point(147, 56);
            期号Label.Name = "期号Label";
            期号Label.Size = new System.Drawing.Size(35, 12);
            期号Label.TabIndex = 10;
            期号Label.Text = "期号:";
            // 
            // 广告描述Label
            // 
            广告描述Label.AutoSize = true;
            广告描述Label.Location = new System.Drawing.Point(152, 81);
            广告描述Label.Name = "广告描述Label";
            广告描述Label.Size = new System.Drawing.Size(59, 12);
            广告描述Label.TabIndex = 12;
            广告描述Label.Text = "广告描述:";
            // 
            // 广告价格Label
            // 
            广告价格Label.AutoSize = true;
            广告价格Label.Location = new System.Drawing.Point(4, 81);
            广告价格Label.Name = "广告价格Label";
            广告价格Label.Size = new System.Drawing.Size(83, 12);
            广告价格Label.TabIndex = 14;
            广告价格Label.Text = "广告价格(元):";
            // 
            // 发布日期Label
            // 
            发布日期Label.AutoSize = true;
            发布日期Label.Location = new System.Drawing.Point(256, 57);
            发布日期Label.Name = "发布日期Label";
            发布日期Label.Size = new System.Drawing.Size(59, 12);
            发布日期Label.TabIndex = 16;
            发布日期Label.Text = "发布日期:";
            // 
            // 截止日期Label
            // 
            截止日期Label.AutoSize = true;
            截止日期Label.Location = new System.Drawing.Point(414, 57);
            截止日期Label.Name = "截止日期Label";
            截止日期Label.Size = new System.Drawing.Size(23, 12);
            截止日期Label.TabIndex = 18;
            截止日期Label.Text = "至:";
            // 
            // 经办人Label
            // 
            经办人Label.AutoSize = true;
            经办人Label.Location = new System.Drawing.Point(147, 33);
            经办人Label.Name = "经办人Label";
            经办人Label.Size = new System.Drawing.Size(47, 12);
            经办人Label.TabIndex = 20;
            经办人Label.Text = "经办人:";
            // 
            // 说明Label
            // 
            说明Label.AutoSize = true;
            说明Label.Location = new System.Drawing.Point(4, 105);
            说明Label.Name = "说明Label";
            说明Label.Size = new System.Drawing.Size(35, 12);
            说明Label.TabIndex = 22;
            说明Label.Text = "说明:";
            // 
            // 广告发布管理BindingNavigator
            // 
            this.广告发布管理BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.广告发布管理BindingNavigator.BindingSource = this.广告发布管理BindingSource;
            this.广告发布管理BindingNavigator.CountItem = null;
            this.广告发布管理BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.广告发布管理BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.资料编号ToolStripLabel,
            this.资料编号ToolStripTextBox,
            this.经办人ToolStripLabel,
            this.经办人ToolStripTextBox,
            this.查询ToolStripButton,
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,

⌨️ 快捷键说明

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