initial commit
This commit is contained in:
122
Viewer/TrendViewer/Setting/Frm_Config.Designer.cs
generated
Normal file
122
Viewer/TrendViewer/Setting/Frm_Config.Designer.cs
generated
Normal file
@@ -0,0 +1,122 @@
|
||||
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_Config : 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 디자이너에 필요합니다.
|
||||
//수정하려면 Windows Form 디자이너를 사용하십시오.
|
||||
//코드 편집기를 사용하여 수정하지 마십시오.
|
||||
[System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Config));
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.nudMaxCH = new System.Windows.Forms.NumericUpDown();
|
||||
this.bt_save = new System.Windows.Forms.ToolStripButton();
|
||||
this.ToolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudMaxCH)).BeginInit();
|
||||
this.ToolStrip1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(16, 23);
|
||||
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(118, 21);
|
||||
this.label1.TabIndex = 2;
|
||||
this.label1.Text = "최대 표시 채널";
|
||||
//
|
||||
// nudMaxCH
|
||||
//
|
||||
this.nudMaxCH.Location = new System.Drawing.Point(155, 19);
|
||||
this.nudMaxCH.Margin = new System.Windows.Forms.Padding(6, 10, 6, 10);
|
||||
this.nudMaxCH.Name = "nudMaxCH";
|
||||
this.nudMaxCH.Size = new System.Drawing.Size(139, 29);
|
||||
this.nudMaxCH.TabIndex = 3;
|
||||
this.nudMaxCH.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.nudMaxCH.Value = new decimal(new int[] {
|
||||
10,
|
||||
0,
|
||||
0,
|
||||
0});
|
||||
//
|
||||
// bt_save
|
||||
//
|
||||
this.bt_save.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||
this.bt_save.Image = ((System.Drawing.Image)(resources.GetObject("bt_save.Image")));
|
||||
this.bt_save.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.bt_save.Name = "bt_save";
|
||||
this.bt_save.Size = new System.Drawing.Size(83, 52);
|
||||
this.bt_save.Text = "저장";
|
||||
this.bt_save.Click += new System.EventHandler(this.ToolStripButton1_Click);
|
||||
//
|
||||
// ToolStrip1
|
||||
//
|
||||
this.ToolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
||||
this.ToolStrip1.ImageScalingSize = new System.Drawing.Size(48, 48);
|
||||
this.ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.bt_save});
|
||||
this.ToolStrip1.Location = new System.Drawing.Point(0, 72);
|
||||
this.ToolStrip1.Name = "ToolStrip1";
|
||||
this.ToolStrip1.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
|
||||
this.ToolStrip1.Size = new System.Drawing.Size(359, 55);
|
||||
this.ToolStrip1.TabIndex = 0;
|
||||
this.ToolStrip1.Text = "ToolStrip1";
|
||||
this.ToolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.ToolStrip1_ItemClicked);
|
||||
//
|
||||
// Frm_Config
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(359, 127);
|
||||
this.Controls.Add(this.nudMaxCH);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.ToolStrip1);
|
||||
this.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.KeyPreview = true;
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.Name = "Frm_Config";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "프로그램설정";
|
||||
this.Load += new System.EventHandler(this.Frm_Config_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudMaxCH)).EndInit();
|
||||
this.ToolStrip1.ResumeLayout(false);
|
||||
this.ToolStrip1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
private System.ComponentModel.IContainer components;
|
||||
private Label label1;
|
||||
internal NumericUpDown nudMaxCH;
|
||||
internal ToolStripButton bt_save;
|
||||
internal ToolStrip ToolStrip1;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user