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

📄 complainform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
namespace MyCommunity
{
    partial class ComplainForm
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComplainForm));
            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.Windows.Forms.Label 处理结果Label;
            System.Windows.Forms.Label 业主反馈Label;
            System.Windows.Forms.Label 补充说明Label;
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dBCommunityDataSet = new MyCommunity.Data.DBCommunityDataSet();
            this.服务投诉BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.服务投诉TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.服务投诉TableAdapter();
            this.服务投诉BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            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.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            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.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.服务投诉BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.投诉编号ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.投诉编号ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.查询ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.打印ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.投诉编号TextBox = new System.Windows.Forms.TextBox();
            this.楼栋名称ComboBox = new System.Windows.Forms.ComboBox();
            this.业主编号TextBox = new System.Windows.Forms.TextBox();
            this.业主姓名ComboBox = new System.Windows.Forms.ComboBox();
            this.投诉日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            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.处理人员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.楼栋信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.楼栋信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.楼栋信息TableAdapter();
            this.业主信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.业主信息TableAdapter = new MyCommunity.Data.DBCommunityDataSetTableAdapters.业主信息TableAdapter();
            this.服务投诉DataGridView = new System.Windows.Forms.DataGridView();
            this.投诉编号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.楼栋名称DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.业主编号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.业主姓名DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.投诉日期DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.接待人员DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.投诉主题DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.投诉内容DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.处理日期DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.处理人员DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.处理意见DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.处理结果DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.业主反馈DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.补充说明DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            投诉编号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();
            处理结果Label = new System.Windows.Forms.Label();
            业主反馈Label = new System.Windows.Forms.Label();
            补充说明Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dBCommunityDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.服务投诉BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.服务投诉BindingNavigator)).BeginInit();
            this.服务投诉BindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.楼栋信息BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.业主信息BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.服务投诉DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // dBCommunityDataSet
            // 
            this.dBCommunityDataSet.DataSetName = "DBCommunityDataSet";
            this.dBCommunityDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // 服务投诉BindingSource
            // 
            this.服务投诉BindingSource.DataMember = "服务投诉";
            this.服务投诉BindingSource.DataSource = this.dBCommunityDataSet;
            // 
            // 服务投诉TableAdapter
            // 
            this.服务投诉TableAdapter.ClearBeforeFill = true;
            // 
            // 服务投诉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[] {
            this.投诉编号ToolStripLabel,
            this.投诉编号ToolStripTextBox,
            this.查询ToolStripButton,
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.服务投诉BindingNavigatorSaveItem,
            this.打印ToolStripButton});
            this.服务投诉BindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.服务投诉BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.服务投诉BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.服务投诉BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.服务投诉BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.服务投诉BindingNavigator.Name = "服务投诉BindingNavigator";
            this.服务投诉BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.服务投诉BindingNavigator.Size = new System.Drawing.Size(542, 25);
            this.服务投诉BindingNavigator.TabIndex = 0;
            this.服务投诉BindingNavigator.Text = "bindingNavigator1";
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "位置";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(20, 21);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
            this.bindingNavigatorCountItem.Text = "/ {0}";
            this.bindingNavigatorCountItem.ToolTipText = "总项数";
            // 

⌨️ 快捷键说明

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