初始化版本
This commit is contained in:
104
SLC1-N/Warning.Designer.cs
generated
Normal file
104
SLC1-N/Warning.Designer.cs
generated
Normal file
@@ -0,0 +1,104 @@
|
||||
namespace SLC1_N
|
||||
{
|
||||
partial class Warning
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Warning));
|
||||
this.Check = new System.Windows.Forms.Button();
|
||||
this.DataGridView1 = new System.Windows.Forms.DataGridView();
|
||||
((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// Check
|
||||
//
|
||||
this.Check.Font = new System.Drawing.Font("宋体", 12F);
|
||||
this.Check.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||||
this.Check.Location = new System.Drawing.Point(45, 85);
|
||||
this.Check.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.Check.Name = "Check";
|
||||
this.Check.Size = new System.Drawing.Size(106, 44);
|
||||
this.Check.TabIndex = 102;
|
||||
this.Check.Text = "刷新查询";
|
||||
this.Check.UseVisualStyleBackColor = true;
|
||||
this.Check.Click += new System.EventHandler(this.Check_Click);
|
||||
//
|
||||
// DataGridView1
|
||||
//
|
||||
this.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
||||
this.DataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
||||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
||||
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 11F);
|
||||
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.DataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
this.DataGridView1.Location = new System.Drawing.Point(212, 8);
|
||||
this.DataGridView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.DataGridView1.MultiSelect = false;
|
||||
this.DataGridView1.Name = "DataGridView1";
|
||||
this.DataGridView1.ReadOnly = true;
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
||||
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 11F);
|
||||
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.DataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.DataGridView1.RowTemplate.Height = 23;
|
||||
this.DataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||||
this.DataGridView1.Size = new System.Drawing.Size(506, 473);
|
||||
this.DataGridView1.TabIndex = 97;
|
||||
//
|
||||
// Warning
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(730, 492);
|
||||
this.Controls.Add(this.Check);
|
||||
this.Controls.Add(this.DataGridView1);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.Name = "Warning";
|
||||
this.Text = "报警记录";
|
||||
this.Load += new System.EventHandler(this.Warning_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button Check;
|
||||
public System.Windows.Forms.DataGridView DataGridView1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user