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

📄 complainform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(49, 22);
            this.bindingNavigatorAddNewItem.Text = "新增";
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(49, 22);
            this.bindingNavigatorDeleteItem.Text = "删除";
            // 
            // 服务投诉BindingNavigatorSaveItem
            // 
            this.服务投诉BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("服务投诉BindingNavigatorSaveItem.Image")));
            this.服务投诉BindingNavigatorSaveItem.Name = "服务投诉BindingNavigatorSaveItem";
            this.服务投诉BindingNavigatorSaveItem.Size = new System.Drawing.Size(49, 22);
            this.服务投诉BindingNavigatorSaveItem.Text = "保存";
            this.服务投诉BindingNavigatorSaveItem.Click += new System.EventHandler(this.服务投诉BindingNavigatorSaveItem_Click);
            // 
            // 投诉编号ToolStripLabel
            // 
            this.投诉编号ToolStripLabel.Name = "投诉编号ToolStripLabel";
            this.投诉编号ToolStripLabel.Size = new System.Drawing.Size(59, 22);
            this.投诉编号ToolStripLabel.Text = "投诉编号:";
            // 
            // 投诉编号ToolStripTextBox
            // 
            this.投诉编号ToolStripTextBox.Name = "投诉编号ToolStripTextBox";
            this.投诉编号ToolStripTextBox.Size = new System.Drawing.Size(50, 25);
            this.投诉编号ToolStripTextBox.Text = "%%";
            // 
            // 查询ToolStripButton
            // 
            this.查询ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询ToolStripButton.Image")));
            this.查询ToolStripButton.Name = "查询ToolStripButton";
            this.查询ToolStripButton.Size = new System.Drawing.Size(49, 22);
            this.查询ToolStripButton.Text = "查询";
            this.查询ToolStripButton.Click += new System.EventHandler(this.查询ToolStripButton_Click);
            // 
            // 打印ToolStripButton
            // 
            this.打印ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("打印ToolStripButton.Image")));
            this.打印ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.打印ToolStripButton.Name = "打印ToolStripButton";
            this.打印ToolStripButton.Size = new System.Drawing.Size(49, 22);
            this.打印ToolStripButton.Text = "打印";
            this.打印ToolStripButton.Click += new System.EventHandler(this.打印ToolStripButton_Click);
            // 
            // 投诉编号Label
            // 
            投诉编号Label.AutoSize = true;
            投诉编号Label.Location = new System.Drawing.Point(8, 32);
            投诉编号Label.Name = "投诉编号Label";
            投诉编号Label.Size = new System.Drawing.Size(59, 12);
            投诉编号Label.TabIndex = 2;
            投诉编号Label.Text = "投诉编号:";
            // 
            // 投诉编号TextBox
            // 
            this.投诉编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.服务投诉BindingSource, "投诉编号", true));
            this.投诉编号TextBox.Location = new System.Drawing.Point(69, 27);
            this.投诉编号TextBox.Name = "投诉编号TextBox";
            this.投诉编号TextBox.Size = new System.Drawing.Size(81, 21);
            this.投诉编号TextBox.TabIndex = 3;
            // 
            // 楼栋名称Label
            // 
            楼栋名称Label.AutoSize = true;
            楼栋名称Label.Location = new System.Drawing.Point(152, 32);
            楼栋名称Label.Name = "楼栋名称Label";
            楼栋名称Label.Size = new System.Drawing.Size(59, 12);
            楼栋名称Label.TabIndex = 4;
            楼栋名称Label.Text = "楼栋名称:";
            // 
            // 楼栋名称ComboBox
            // 
            this.楼栋名称ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.服务投诉BindingSource, "楼栋名称", true));
            this.楼栋名称ComboBox.DataSource = this.楼栋信息BindingSource;
            this.楼栋名称ComboBox.DisplayMember = "楼栋名称";
            this.楼栋名称ComboBox.FormattingEnabled = true;
            this.楼栋名称ComboBox.Location = new System.Drawing.Point(212, 28);
            this.楼栋名称ComboBox.Name = "楼栋名称ComboBox";
            this.楼栋名称ComboBox.Size = new System.Drawing.Size(71, 20);
            this.楼栋名称ComboBox.TabIndex = 5;
            this.楼栋名称ComboBox.ValueMember = "楼栋名称";
            this.楼栋名称ComboBox.SelectedIndexChanged += new System.EventHandler(this.楼栋名称ComboBox_SelectedIndexChanged);
            // 
            // 业主编号Label
            // 
            业主编号Label.AutoSize = true;
            业主编号Label.Location = new System.Drawing.Point(284, 32);
            业主编号Label.Name = "业主编号Label";
            业主编号Label.Size = new System.Drawing.Size(59, 12);
            业主编号Label.TabIndex = 6;
            业主编号Label.Text = "业主编号:";
            // 
            // 业主编号TextBox
            // 
            this.业主编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.服务投诉BindingSource, "业主编号", true));
            this.业主编号TextBox.Location = new System.Drawing.Point(343, 27);
            this.业主编号TextBox.Name = "业主编号TextBox";
            this.业主编号TextBox.ReadOnly = true;
            this.业主编号TextBox.Size = new System.Drawing.Size(60, 21);
            this.业主编号TextBox.TabIndex = 7;
            // 
            // 业主姓名Label
            // 
            业主姓名Label.AutoSize = true;
            业主姓名Label.Location = new System.Drawing.Point(405, 32);
            业主姓名Label.Name = "业主姓名Label";
            业主姓名Label.Size = new System.Drawing.Size(59, 12);
            业主姓名Label.TabIndex = 8;
            业主姓名Label.Text = "业主姓名:";
            // 
            // 业主姓名ComboBox
            // 
            this.业主姓名ComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.业主姓名ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.服务投诉BindingSource, "业主姓名", true));
            this.业主姓名ComboBox.DataSource = this.业主信息BindingSource;
            this.业主姓名ComboBox.DisplayMember = "业主姓名";
            this.业主姓名ComboBox.FormattingEnabled = true;
            this.业主姓名ComboBox.Location = new System.Drawing.Point(464, 28);
            this.业主姓名ComboBox.Name = "业主姓名ComboBox";
            this.业主姓名ComboBox.Size = new System.Drawing.Size(71, 20);
            this.业主姓名ComboBox.TabIndex = 9;
            this.业主姓名ComboBox.ValueMember = "业主编号";
            this.业主姓名ComboBox.SelectedIndexChanged += new System.EventHandler(this.业主姓名ComboBox_SelectedIndexChanged);
            // 
            // 投诉日期Label
            // 
            投诉日期Label.AutoSize = true;
            投诉日期Label.Location = new System.Drawing.Point(9, 57);
            投诉日期Label.Name = "投诉日期Label";
            投诉日期Label.Size = new System.Drawing.Size(59, 12);
            投诉日期Label.TabIndex = 10;
            投诉日期Label.Text = "投诉日期:";
            // 
            // 投诉日期DateTimePicker
            // 
            this.投诉日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.服务投诉BindingSource, "投诉日期", true));
            this.投诉日期DateTimePicker.Location = new System.Drawing.Point(69, 52);
            this.投诉日期DateTimePicker.Name = "投诉日期DateTimePicker";
            this.投诉日期DateTimePicker.Size = new System.Drawing.Size(112, 21);
            this.投诉日期DateTimePicker.TabIndex = 11;
            // 
            // 接待人员Label
            // 
            接待人员Label.AutoSize = true;
            接待人员Label.Location = new System.Drawing.Point(184, 57);
            接待人员Label.Name = "接待人员Label";
            接待人员Label.Size = new System.Drawing.Size(59, 12);
            接待人员Label.TabIndex = 12;
            接待人员Label.Text = "接待人员:";
            // 
            // 接待人员TextBox
            // 
            this.接待人员TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.服务投诉BindingSource, "接待人员", true));
            this.接待人员TextBox.Location = new System.Drawing.Point(243, 52);
            this.接待人员TextBox.Name = "接待人员TextBox";
            this.接待人员TextBox.Size = new System.Drawing.Size(59, 21);
            this.接待人员TextBox.TabIndex = 13;
            // 
            // 投诉主题Label
            // 
            投诉主题Label.AutoSize = true;
            投诉主题Label.Location = new System.Drawing.Point(307, 57);
            投诉主题Label.Name = "投诉主题Label";
            投诉主题Label.Size = new System.Drawing.Size(59, 12);
            投诉主题Label.TabIndex = 14;
            投诉主题Label.Text = "投诉主题:";
            // 
            // 投诉主题TextBox
            // 
            this.投诉主题TextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.投诉主题TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.服务投诉BindingSource, "投诉主题", true));
            this.投诉主题TextBox.Location = new System.Drawing.Point(369, 52);
            this.投诉主题TextBox.Name = "投诉主题TextBox";
            this.投诉主题TextBox.Size = new System.Drawing.Size(166, 21);
            this.投诉主题TextBox.TabIndex = 15;

⌨️ 快捷键说明

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