📄 eventform.designer.cs
字号:
namespace MyCommunity
{
partial class EventForm
{
/// <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(EventForm));
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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = 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.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorDeleteItem = 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.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.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.突发事件BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
this.打印ToolStripButton = new System.Windows.Forms.ToolStripButton();
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.突发事件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.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();
((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.突发事件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";
//
// 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 = "新增";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
this.bindingNavigatorCountItem.Text = "/ {0}";
this.bindingNavigatorCountItem.ToolTipText = "总项数";
//
// 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 = "删除";
//
// 事件编号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);
//
// 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 = "移到第一条记录";
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -