Files
suhyup_agent_program/ControlServer/Form4.Designer.cs
2026-05-28 14:48:48 +09:00

166 lines
6.8 KiB
C#

namespace ControlServer
{
partial class Form4
{
/// <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()
{
DataGridViewCellStyle dataGridViewCellStyle7 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle12 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle8 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle9 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle10 = new DataGridViewCellStyle();
DataGridViewCellStyle dataGridViewCellStyle11 = new DataGridViewCellStyle();
grdLog = new DataGridView();
Col5 = new DataGridViewTextBoxColumn();
Col0 = new DataGridViewTextBoxColumn();
Col3 = new DataGridViewTextBoxColumn();
Col4 = new DataGridViewTextBoxColumn();
Col6 = new DataGridViewTextBoxColumn();
Col7 = new DataGridViewTextBoxColumn();
btnPrev = new Button();
((System.ComponentModel.ISupportInitialize)grdLog).BeginInit();
SuspendLayout();
//
// grdLog
//
dataGridViewCellStyle7.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle7.BackColor = SystemColors.ButtonShadow;
dataGridViewCellStyle7.Font = new Font("맑은 고딕", 9F);
dataGridViewCellStyle7.ForeColor = SystemColors.WindowText;
dataGridViewCellStyle7.SelectionBackColor = SystemColors.Highlight;
dataGridViewCellStyle7.SelectionForeColor = SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = DataGridViewTriState.True;
grdLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
grdLog.ColumnHeadersHeight = 29;
grdLog.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
grdLog.Columns.AddRange(new DataGridViewColumn[] { Col5, Col0, Col3, Col4, Col6, Col7 });
dataGridViewCellStyle12.Alignment = DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle12.BackColor = SystemColors.Window;
dataGridViewCellStyle12.Font = new Font("맑은 고딕", 9F);
dataGridViewCellStyle12.ForeColor = SystemColors.ControlText;
dataGridViewCellStyle12.SelectionBackColor = SystemColors.Highlight;
dataGridViewCellStyle12.SelectionForeColor = SystemColors.HighlightText;
dataGridViewCellStyle12.WrapMode = DataGridViewTriState.False;
grdLog.DefaultCellStyle = dataGridViewCellStyle12;
grdLog.Location = new Point(164, 87);
grdLog.Name = "grdLog";
grdLog.RowHeadersWidth = 51;
grdLog.Size = new Size(1000, 638);
grdLog.TabIndex = 4;
//
// Col5
//
dataGridViewCellStyle8.Alignment = DataGridViewContentAlignment.MiddleCenter;
Col5.DefaultCellStyle = dataGridViewCellStyle8;
Col5.Frozen = true;
Col5.HeaderText = "일시";
Col5.MinimumWidth = 6;
Col5.Name = "Col5";
Col5.Width = 220;
//
// Col0
//
dataGridViewCellStyle9.Alignment = DataGridViewContentAlignment.MiddleCenter;
Col0.DefaultCellStyle = dataGridViewCellStyle9;
Col0.Frozen = true;
Col0.HeaderText = "단말기명";
Col0.MinimumWidth = 6;
Col0.Name = "Col0";
Col0.Width = 170;
//
// Col3
//
dataGridViewCellStyle10.Alignment = DataGridViewContentAlignment.MiddleCenter;
Col3.DefaultCellStyle = dataGridViewCellStyle10;
Col3.Frozen = true;
Col3.HeaderText = "명령 유형";
Col3.MinimumWidth = 6;
Col3.Name = "Col3";
Col3.Width = 125;
//
// Col4
//
dataGridViewCellStyle11.Alignment = DataGridViewContentAlignment.MiddleCenter;
Col4.DefaultCellStyle = dataGridViewCellStyle11;
Col4.Frozen = true;
Col4.HeaderText = "수행자";
Col4.MinimumWidth = 6;
Col4.Name = "Col4";
Col4.Width = 125;
//
// Col6
//
Col6.Frozen = true;
Col6.HeaderText = "결과";
Col6.MinimumWidth = 6;
Col6.Name = "Col6";
Col6.Width = 125;
//
// Col7
//
Col7.Frozen = true;
Col7.HeaderText = "상세내용";
Col7.MinimumWidth = 6;
Col7.Name = "Col7";
Col7.Width = 285;
//
// btnPrev
//
btnPrev.Font = new Font("맑은 고딕", 10.2F, FontStyle.Bold, GraphicsUnit.Point, 129);
btnPrev.Location = new Point(164, 12);
btnPrev.Name = "btnPrev";
btnPrev.Size = new Size(174, 56);
btnPrev.TabIndex = 13;
btnPrev.Text = "이전";
btnPrev.UseVisualStyleBackColor = true;
btnPrev.MouseClick += btnPrev_MouseClick;
//
// Form4
//
AutoScaleDimensions = new SizeF(9F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1357, 737);
Controls.Add(btnPrev);
Controls.Add(grdLog);
Name = "Form4";
Text = "Form4";
((System.ComponentModel.ISupportInitialize)grdLog).EndInit();
ResumeLayout(false);
}
#endregion
private DataGridView grdLog;
private DataGridViewTextBoxColumn Col5;
private DataGridViewTextBoxColumn Col0;
private DataGridViewTextBoxColumn Col3;
private DataGridViewTextBoxColumn Col4;
private DataGridViewTextBoxColumn Col6;
private DataGridViewTextBoxColumn Col7;
private Button btnPrev;
}
}