namespace SHARP_CLAS_UI.Screen { partial class Form_Parameter_Alarm_Setting { /// /// 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 Windows Form 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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); this.dgv_Alarm_list = new System.Windows.Forms.DataGridView(); this.btn_Save = new System.Windows.Forms.Button(); this.btn_Reset = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dgv_Alarm_list)).BeginInit(); this.SuspendLayout(); // // dgv_Alarm_list // this.dgv_Alarm_list.AllowUserToAddRows = false; this.dgv_Alarm_list.AllowUserToDeleteRows = false; this.dgv_Alarm_list.AllowUserToResizeColumns = false; this.dgv_Alarm_list.AllowUserToResizeRows = false; this.dgv_Alarm_list.BackgroundColor = System.Drawing.Color.White; this.dgv_Alarm_list.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dgv_Alarm_list.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.BackColor = System.Drawing.Color.White; dataGridViewCellStyle5.Font = new System.Drawing.Font("Gulim", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.SteelBlue; dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgv_Alarm_list.DefaultCellStyle = dataGridViewCellStyle5; this.dgv_Alarm_list.EnableHeadersVisualStyles = false; this.dgv_Alarm_list.GridColor = System.Drawing.Color.SteelBlue; this.dgv_Alarm_list.Location = new System.Drawing.Point(16, 12); this.dgv_Alarm_list.MultiSelect = false; this.dgv_Alarm_list.Name = "dgv_Alarm_list"; this.dgv_Alarm_list.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dgv_Alarm_list.RowHeadersVisible = false; this.dgv_Alarm_list.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Black; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.CornflowerBlue; this.dgv_Alarm_list.RowsDefaultCellStyle = dataGridViewCellStyle6; this.dgv_Alarm_list.RowTemplate.Height = 23; this.dgv_Alarm_list.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.dgv_Alarm_list.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgv_Alarm_list.Size = new System.Drawing.Size(1731, 763); this.dgv_Alarm_list.TabIndex = 2; this.dgv_Alarm_list.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_Alarm_list_CellContentClick); // // btn_Save // this.btn_Save.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Save.Location = new System.Drawing.Point(1553, 781); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(194, 57); 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); // // btn_Reset // this.btn_Reset.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_Reset.Location = new System.Drawing.Point(1353, 781); this.btn_Reset.Name = "btn_Reset"; this.btn_Reset.Size = new System.Drawing.Size(194, 57); this.btn_Reset.TabIndex = 6; this.btn_Reset.Text = "RESET"; this.btn_Reset.UseVisualStyleBackColor = true; this.btn_Reset.Click += new System.EventHandler(this.btn_Reset_Click); // // Form_Parameter_Alarm_Setting // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1760, 850); this.Controls.Add(this.btn_Reset); this.Controls.Add(this.btn_Save); this.Controls.Add(this.dgv_Alarm_list); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Form_Parameter_Alarm_Setting"; this.Text = "Form_Parameter_Alarm_Setting"; ((System.ComponentModel.ISupportInitialize)(this.dgv_Alarm_list)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dgv_Alarm_list; private System.Windows.Forms.Button btn_Save; private System.Windows.Forms.Button btn_Reset; } }