📄 manualform.designer.cs
字号:
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);
//
// 业务资料管理DataGridView
//
this.业务资料管理DataGridView.AllowUserToAddRows = false;
this.业务资料管理DataGridView.AllowUserToDeleteRows = false;
this.业务资料管理DataGridView.AllowUserToResizeRows = false;
this.业务资料管理DataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.业务资料管理DataGridView.AutoGenerateColumns = false;
this.业务资料管理DataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2,
this.dataGridViewTextBoxColumn3,
this.dataGridViewTextBoxColumn4,
this.dataGridViewTextBoxColumn5});
this.业务资料管理DataGridView.DataSource = this.业务资料管理BindingSource;
this.业务资料管理DataGridView.Location = new System.Drawing.Point(3, 126);
this.业务资料管理DataGridView.MultiSelect = false;
this.业务资料管理DataGridView.Name = "业务资料管理DataGridView";
this.业务资料管理DataGridView.ReadOnly = true;
this.业务资料管理DataGridView.RowHeadersVisible = false;
this.业务资料管理DataGridView.RowTemplate.Height = 23;
this.业务资料管理DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.业务资料管理DataGridView.Size = new System.Drawing.Size(541, 287);
this.业务资料管理DataGridView.TabIndex = 1;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "自编号";
this.dataGridViewTextBoxColumn1.HeaderText = "自编号";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "类别";
this.dataGridViewTextBoxColumn2.HeaderText = "类别";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "标题";
this.dataGridViewTextBoxColumn3.HeaderText = "标题";
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.ReadOnly = true;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "说明";
this.dataGridViewTextBoxColumn4.HeaderText = "说明";
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.ReadOnly = true;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.DataPropertyName = "原始文件名";
this.dataGridViewTextBoxColumn5.HeaderText = "原始文件名";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
//
// 自编号TextBox
//
this.自编号TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.业务资料管理BindingSource, "自编号", true));
this.自编号TextBox.Location = new System.Drawing.Point(54, 27);
this.自编号TextBox.Name = "自编号TextBox";
this.自编号TextBox.Size = new System.Drawing.Size(228, 21);
this.自编号TextBox.TabIndex = 3;
//
// 类别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(327, 28);
this.类别TextBox.Name = "类别TextBox";
this.类别TextBox.Size = new System.Drawing.Size(217, 21);
this.类别TextBox.TabIndex = 5;
//
// 标题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(42, 52);
this.标题TextBox.Name = "标题TextBox";
this.标题TextBox.Size = new System.Drawing.Size(502, 21);
this.标题TextBox.TabIndex = 7;
//
// 说明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(42, 77);
this.说明TextBox.Name = "说明TextBox";
this.说明TextBox.Size = new System.Drawing.Size(502, 21);
this.说明TextBox.TabIndex = 9;
//
// 原始文件名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(77, 101);
this.原始文件名TextBox.Name = "原始文件名TextBox";
this.原始文件名TextBox.Size = new System.Drawing.Size(373, 21);
this.原始文件名TextBox.TabIndex = 11;
//
// 显示文件Button
//
this.显示文件Button.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.显示文件Button.Image = ((System.Drawing.Image)(resources.GetObject("显示文件Button.Image")));
this.显示文件Button.Location = new System.Drawing.Point(456, 101);
this.显示文件Button.Name = "显示文件Button";
this.显示文件Button.Size = new System.Drawing.Size(88, 23);
this.显示文件Button.TabIndex = 46;
this.显示文件Button.Text = "显示文件";
this.显示文件Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
this.显示文件Button.UseVisualStyleBackColor = true;
this.显示文件Button.Click += new System.EventHandler(this.显示文件Button_Click);
//
// ManualForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(550, 418);
this.Controls.Add(this.显示文件Button);
this.Controls.Add(自编号Label);
this.Controls.Add(this.自编号TextBox);
this.Controls.Add(类别Label);
this.Controls.Add(this.类别TextBox);
this.Controls.Add(标题Label);
this.Controls.Add(this.标题TextBox);
this.Controls.Add(说明Label);
this.Controls.Add(this.说明TextBox);
this.Controls.Add(原始文件名Label);
this.Controls.Add(this.原始文件名TextBox);
this.Controls.Add(this.业务资料管理DataGridView);
this.Controls.Add(this.业务资料管理BindingNavigator);
this.Name = "ManualForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "业务资料管理";
this.Load += new System.EventHandler(this.ManualForm_Load);
((System.ComponentModel.ISupportInitialize)(this.myHouseDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.业务资料管理BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.业务资料管理BindingNavigator)).EndInit();
this.业务资料管理BindingNavigator.ResumeLayout(false);
this.业务资料管理BindingNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.业务资料管理DataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MyHouseDataSet myHouseDataSet;
private System.Windows.Forms.BindingSource 业务资料管理BindingSource;
private MyHouse.MyHouseDataSetTableAdapters.业务资料管理TableAdapter 业务资料管理TableAdapter;
private System.Windows.Forms.BindingNavigator 业务资料管理BindingNavigator;
private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripButton 业务资料管理BindingNavigatorSaveItem;
private System.Windows.Forms.DataGridView 业务资料管理DataGridView;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.TextBox 自编号TextBox;
private System.Windows.Forms.TextBox 类别TextBox;
private System.Windows.Forms.TextBox 标题TextBox;
private System.Windows.Forms.TextBox 说明TextBox;
private System.Windows.Forms.TextBox 原始文件名TextBox;
private System.Windows.Forms.Button 显示文件Button;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -