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

📄 eventform.designer.cs

📁 vs2005+sql server2005编写的小区物业管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // 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 = "当前位置";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            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 = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // 突发事件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);
            // 
            // 打印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, 20);
            this.打印ToolStripButton.Text = "打印";
            this.打印ToolStripButton.Click += new System.EventHandler(this.打印ToolStripButton_Click);
            // 
            // 事件编号Label
            // 
            事件编号Label.AutoSize = true;
            事件编号Label.Location = new System.Drawing.Point(7, 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(67, 28);
            this.事件编号TextBox.Name = "事件编号TextBox";
            this.事件编号TextBox.Size = new System.Drawing.Size(133, 21);
            this.事件编号TextBox.TabIndex = 3;
            // 
            // 发生日期Label
            // 
            发生日期Label.AutoSize = true;
            发生日期Label.Location = new System.Drawing.Point(203, 32);
            发生日期Label.Name = "发生日期Label";
            发生日期Label.Size = new System.Drawing.Size(59, 12);
            发生日期Label.TabIndex = 4;
            发生日期Label.Text = "发生日期:";
            // 
            // 发生日期DateTimePicker
            // 
            this.发生日期DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.突发事件BindingSource, "发生日期", true));
            this.发生日期DateTimePicker.Location = new System.Drawing.Point(262, 28);
            this.发生日期DateTimePicker.Name = "发生日期DateTimePicker";
            this.发生日期DateTimePicker.Size = new System.Drawing.Size(129, 21);
            this.发生日期DateTimePicker.TabIndex = 5;
            // 
            // 处理人员Label
            // 
            处理人员Label.AutoSize = true;
            处理人员Label.Location = new System.Drawing.Point(395, 32);
            处理人员Label.Name = "处理人员Label";
            处理人员Label.Size = new System.Drawing.Size(59, 12);
            处理人员Label.TabIndex = 6;
            处理人员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(455, 28);
            this.处理人员TextBox.Name = "处理人员TextBox";
            this.处理人员TextBox.Size = new System.Drawing.Size(78, 21);
            this.处理人员TextBox.TabIndex = 7;
            // 
            // 事件主题Label
            // 
            事件主题Label.AutoSize = true;
            事件主题Label.Location = new System.Drawing.Point(7, 57);
            事件主题Label.Name = "事件主题Label";
            事件主题Label.Size = new System.Drawing.Size(59, 12);
            事件主题Label.TabIndex = 8;
            事件主题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(67, 53);
            this.事件主题TextBox.Name = "事件主题TextBox";
            this.事件主题TextBox.Size = new System.Drawing.Size(466, 21);
            this.事件主题TextBox.TabIndex = 9;
            // 
            // 事件内容Label
            // 
            事件内容Label.AutoSize = true;
            事件内容Label.Location = new System.Drawing.Point(7, 82);
            事件内容Label.Name = "事件内容Label";
            事件内容Label.Size = new System.Drawing.Size(59, 12);
            事件内容Label.TabIndex = 10;
            事件内容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(67, 77);
            this.事件内容TextBox.Name = "事件内容TextBox";
            this.事件内容TextBox.Size = new System.Drawing.Size(466, 21);
            this.事件内容TextBox.TabIndex = 11;
            // 
            // 处理结果Label
            // 
            处理结果Label.AutoSize = true;
            处理结果Label.Location = new System.Drawing.Point(7, 107);
            处理结果Label.Name = "处理结果Label";
            处理结果Label.Size = new System.Drawing.Size(59, 12);
            处理结果Label.TabIndex = 12;
            处理结果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(67, 101);
            this.处理结果TextBox.Name = "处理结果TextBox";
            this.处理结果TextBox.Size = new System.Drawing.Size(466, 21);
            this.处理结果TextBox.TabIndex = 13;
            // 
            // 补充说明Label
            // 
            补充说明Label.AutoSize = true;
            补充说明Label.Location = new System.Drawing.Point(7, 132);
            补充说明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(67, 126);

⌨️ 快捷键说明

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