Files
vms2016_kadisp/cVMS.NET_CS/Setting/Frm_Win.Designer.cs
2024-11-26 20:15:16 +09:00

72 lines
2.3 KiB
C#

using System.Collections.Generic;
using System;
using System.Drawing;
using System.Diagnostics;
using System.Data;
using System.Collections;
using System.Windows.Forms;
namespace vmsnet
{
partial class Frm_Win : System.Windows.Forms.Form
{
//Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
[System.Diagnostics.DebuggerNonUserCode()]protected override void Dispose(bool disposing)
{
try
{
if (disposing && components != null)
{
components.Dispose();
}
}
finally
{
base.Dispose(disposing);
}
}
//Windows Form 디자이너에 필요합니다.
private System.ComponentModel.Container components = null;
//참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다.
//수정하려면 Windows Form 디자이너를 사용하십시오.
//코드 편집기를 사용하여 수정하지 마십시오.
[System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent()
{
this.PropertyGrid1 = new System.Windows.Forms.PropertyGrid();
this.KeyDown += new System.Windows.Forms.KeyEventHandler(Frm_Grp_KeyDown);
this.Load += new System.EventHandler(Frm_Cell_Load);
this.SuspendLayout();
//
//PropertyGrid1
//
this.PropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.PropertyGrid1.Font = new System.Drawing.Font("나눔고딕", (float) (9.75F), System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, System.Convert.ToByte(129));
this.PropertyGrid1.Location = new System.Drawing.Point(0, 0);
this.PropertyGrid1.Name = "PropertyGrid1";
this.PropertyGrid1.Size = new System.Drawing.Size(423, 488);
this.PropertyGrid1.TabIndex = 0;
//
//Frm_Win
//
this.AutoScaleDimensions = new System.Drawing.SizeF((float) (7.0F), (float) (12.0F));
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(423, 488);
this.Controls.Add(this.PropertyGrid1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.KeyPreview = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Frm_Win";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "창설정";
this.ResumeLayout(false);
}
internal System.Windows.Forms.PropertyGrid PropertyGrid1;
}
}