namespace SA_LTT_UI.Screen { partial class ScreenAlarmSetting { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.dgv_AlarmInfos = new System.Windows.Forms.DataGridView(); this.btn_Cancel = new System.Windows.Forms.Button(); this.btn_Save = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dgv_AlarmInfos)).BeginInit(); this.SuspendLayout(); // // dgv_AlarmInfos // this.dgv_AlarmInfos.AllowUserToAddRows = false; this.dgv_AlarmInfos.AllowUserToDeleteRows = false; this.dgv_AlarmInfos.AllowUserToResizeColumns = false; this.dgv_AlarmInfos.AllowUserToResizeRows = false; this.dgv_AlarmInfos.BackgroundColor = System.Drawing.Color.White; this.dgv_AlarmInfos.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dgv_AlarmInfos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.Color.White; dataGridViewCellStyle3.Font = new System.Drawing.Font("Gulim", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.SteelBlue; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_AlarmInfos.DefaultCellStyle = dataGridViewCellStyle3; this.dgv_AlarmInfos.Dock = System.Windows.Forms.DockStyle.Top; this.dgv_AlarmInfos.EnableHeadersVisualStyles = false; this.dgv_AlarmInfos.GridColor = System.Drawing.Color.SteelBlue; this.dgv_AlarmInfos.Location = new System.Drawing.Point(0, 0); this.dgv_AlarmInfos.MultiSelect = false; this.dgv_AlarmInfos.Name = "dgv_AlarmInfos"; this.dgv_AlarmInfos.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dgv_AlarmInfos.RowHeadersVisible = false; this.dgv_AlarmInfos.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.CornflowerBlue; this.dgv_AlarmInfos.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgv_AlarmInfos.RowTemplate.Height = 23; this.dgv_AlarmInfos.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.dgv_AlarmInfos.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv_AlarmInfos.Size = new System.Drawing.Size(1916, 727); this.dgv_AlarmInfos.TabIndex = 3; this.dgv_AlarmInfos.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_AlarmInfos_CellValueChanged_1); // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(1775, 733); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(108, 73); this.btn_Cancel.TabIndex = 4; this.btn_Cancel.Text = "Cancel"; this.btn_Cancel.UseVisualStyleBackColor = true; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Save // this.btn_Save.Location = new System.Drawing.Point(1648, 733); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(108, 73); this.btn_Save.TabIndex = 5; this.btn_Save.Text = "Save"; this.btn_Save.UseVisualStyleBackColor = true; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // ScreenAlarmSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btn_Save); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.dgv_AlarmInfos); this.Name = "ScreenAlarmSetting"; this.Size = new System.Drawing.Size(1916, 809); ((System.ComponentModel.ISupportInitialize)(this.dgv_AlarmInfos)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dgv_AlarmInfos; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.Button btn_Save; } }