📄 systemevent.designer.cs
字号:
namespace BlueHill_Win_
{
partial class SystemEvent
{
/// <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();
this.BtnQueryEvent = new System.Windows.Forms.Button();
this.BtnOK = new System.Windows.Forms.Button();
this.dataGrid1 = new System.Windows.Forms.DataGrid();
this.blueHillManagementDataSet7 = new BlueHill_Win_.BlueHillManagementDataSet7();
this.系统事件表BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.系统事件表TableAdapter = new BlueHill_Win_.BlueHillManagementDataSet7TableAdapters.系统事件表TableAdapter();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.系统事件表BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// BtnQueryEvent
//
this.BtnQueryEvent.Location = new System.Drawing.Point(355, 204);
this.BtnQueryEvent.Name = "BtnQueryEvent";
this.BtnQueryEvent.Size = new System.Drawing.Size(75, 23);
this.BtnQueryEvent.TabIndex = 2;
this.BtnQueryEvent.Text = "查询";
this.BtnQueryEvent.UseVisualStyleBackColor = true;
this.BtnQueryEvent.Click += new System.EventHandler(this.BtnQueryEvent_Click);
//
// BtnOK
//
this.BtnOK.Location = new System.Drawing.Point(355, 266);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(75, 23);
this.BtnOK.TabIndex = 2;
this.BtnOK.Text = "确定";
this.BtnOK.UseVisualStyleBackColor = true;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// dataGrid1
//
this.dataGrid1.CaptionText = "系统事件记录";
this.dataGrid1.DataMember = "";
this.dataGrid1.DataSource = this.系统事件表BindingSource;
this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid1.Location = new System.Drawing.Point(0, 2);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.ReadOnly = true;
this.dataGrid1.Size = new System.Drawing.Size(293, 322);
this.dataGrid1.TabIndex = 3;
//
// blueHillManagementDataSet7
//
this.blueHillManagementDataSet7.DataSetName = "BlueHillManagementDataSet7";
this.blueHillManagementDataSet7.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 系统事件表BindingSource
//
this.系统事件表BindingSource.DataMember = "系统事件表";
this.系统事件表BindingSource.DataSource = this.blueHillManagementDataSet7;
//
// 系统事件表TableAdapter
//
this.系统事件表TableAdapter.ClearBeforeFill = true;
//
// pictureBox1
//
this.pictureBox1.Image = global::BlueHill_Win_.Properties.Resources.png_0005;
this.pictureBox1.Location = new System.Drawing.Point(299, 190);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(50, 50);
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// SystemEvent
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(442, 323);
this.Controls.Add(this.dataGrid1);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.BtnQueryEvent);
this.Controls.Add(this.pictureBox1);
this.MaximizeBox = false;
this.Name = "SystemEvent";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系统事件";
this.TopMost = true;
this.Load += new System.EventHandler(this.SystemEvent_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.blueHillManagementDataSet7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.系统事件表BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button BtnQueryEvent;
private System.Windows.Forms.Button BtnOK;
private System.Windows.Forms.DataGrid dataGrid1;
private BlueHillManagementDataSet7 blueHillManagementDataSet7;
private System.Windows.Forms.BindingSource 系统事件表BindingSource;
private BlueHill_Win_.BlueHillManagementDataSet7TableAdapters.系统事件表TableAdapter 系统事件表TableAdapter;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -