천호석
2022-12-02 0ea3c195df71c3e26bf341d095d209b4d8e4c562
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
namespace SHARP_CLAS_UI.Screen
{
    partial class Form_Parameter_Alarm_Setting
    {
        /// <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 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;
    }
}