169 lines
7.7 KiB
C#
169 lines
7.7 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_SelectCH : 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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_SelectCH));
|
|
this.Button1 = new System.Windows.Forms.Button();
|
|
this.Panel1 = new System.Windows.Forms.Panel();
|
|
this.Button4 = new System.Windows.Forms.Button();
|
|
this.Button3 = new System.Windows.Forms.Button();
|
|
this.Button2 = new System.Windows.Forms.Button();
|
|
this.CheckedListBox1 = new System.Windows.Forms.ListView();
|
|
this.ColumnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.Panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// Button1
|
|
//
|
|
this.Button1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.Button1.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Button1.Location = new System.Drawing.Point(0, 624);
|
|
this.Button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Button1.Name = "Button1";
|
|
this.Button1.Size = new System.Drawing.Size(388, 101);
|
|
this.Button1.TabIndex = 1;
|
|
this.Button1.Text = "확인";
|
|
this.Button1.UseVisualStyleBackColor = true;
|
|
this.Button1.Click += new System.EventHandler(this.Button1_Click);
|
|
//
|
|
// Panel1
|
|
//
|
|
this.Panel1.Controls.Add(this.Button4);
|
|
this.Panel1.Controls.Add(this.Button3);
|
|
this.Panel1.Controls.Add(this.Button2);
|
|
this.Panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.Panel1.Location = new System.Drawing.Point(219, 0);
|
|
this.Panel1.Name = "Panel1";
|
|
this.Panel1.Size = new System.Drawing.Size(169, 624);
|
|
this.Panel1.TabIndex = 2;
|
|
//
|
|
// Button4
|
|
//
|
|
this.Button4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.Button4.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Button4.Location = new System.Drawing.Point(0, 166);
|
|
this.Button4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Button4.Name = "Button4";
|
|
this.Button4.Size = new System.Drawing.Size(169, 83);
|
|
this.Button4.TabIndex = 4;
|
|
this.Button4.Text = "선택 반전";
|
|
this.Button4.UseVisualStyleBackColor = true;
|
|
this.Button4.Visible = false;
|
|
this.Button4.Click += new System.EventHandler(this.Button4_Click);
|
|
//
|
|
// Button3
|
|
//
|
|
this.Button3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.Button3.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Button3.Location = new System.Drawing.Point(0, 83);
|
|
this.Button3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Button3.Name = "Button3";
|
|
this.Button3.Size = new System.Drawing.Size(169, 83);
|
|
this.Button3.TabIndex = 3;
|
|
this.Button3.Text = "전체 해제";
|
|
this.Button3.UseVisualStyleBackColor = true;
|
|
this.Button3.Click += new System.EventHandler(this.Button3_Click);
|
|
//
|
|
// Button2
|
|
//
|
|
this.Button2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.Button2.Font = new System.Drawing.Font("맑은 고딕", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Button2.Location = new System.Drawing.Point(0, 0);
|
|
this.Button2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.Button2.Name = "Button2";
|
|
this.Button2.Size = new System.Drawing.Size(169, 83);
|
|
this.Button2.TabIndex = 2;
|
|
this.Button2.Text = "전체 선택";
|
|
this.Button2.UseVisualStyleBackColor = true;
|
|
this.Button2.Visible = false;
|
|
this.Button2.Click += new System.EventHandler(this.Button2_Click);
|
|
//
|
|
// CheckedListBox1
|
|
//
|
|
this.CheckedListBox1.CheckBoxes = true;
|
|
this.CheckedListBox1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.ColumnHeader2});
|
|
this.CheckedListBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.CheckedListBox1.FullRowSelect = true;
|
|
this.CheckedListBox1.GridLines = true;
|
|
this.CheckedListBox1.HideSelection = false;
|
|
this.CheckedListBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.CheckedListBox1.MultiSelect = false;
|
|
this.CheckedListBox1.Name = "CheckedListBox1";
|
|
this.CheckedListBox1.Size = new System.Drawing.Size(219, 624);
|
|
this.CheckedListBox1.TabIndex = 3;
|
|
this.CheckedListBox1.UseCompatibleStateImageBehavior = false;
|
|
this.CheckedListBox1.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// ColumnHeader2
|
|
//
|
|
this.ColumnHeader2.Text = "Title";
|
|
this.ColumnHeader2.Width = 214;
|
|
//
|
|
// Frm_SelectCH
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(388, 725);
|
|
this.Controls.Add(this.CheckedListBox1);
|
|
this.Controls.Add(this.Panel1);
|
|
this.Controls.Add(this.Button1);
|
|
this.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.KeyPreview = true;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "Frm_SelectCH";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "채널 선택";
|
|
this.Load += new System.EventHandler(this.Frm_SelectCH_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_SelectCH_KeyDown);
|
|
this.Panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
internal Button Button1;
|
|
internal Panel Panel1;
|
|
internal Button Button2;
|
|
internal Button Button4;
|
|
internal Button Button3;
|
|
internal ColumnHeader ColumnHeader2;
|
|
public ListView CheckedListBox1;
|
|
}
|
|
|
|
}
|