236 lines
7.8 KiB
C#
236 lines
7.8 KiB
C#
using System;
|
|
using System.ComponentModel;
|
|
using System.Diagnostics;
|
|
using System.Drawing;
|
|
using System.Windows.Forms;
|
|
|
|
namespace SL200_RTLogViewer.subForm
|
|
{
|
|
// Token: 0x0200000B RID: 11
|
|
public class atcCodeSelForm : Form
|
|
{
|
|
// Token: 0x14000002 RID: 2
|
|
// (add) Token: 0x06000041 RID: 65 RVA: 0x0000586C File Offset: 0x00003A6C
|
|
// (remove) Token: 0x06000042 RID: 66 RVA: 0x000058A4 File Offset: 0x00003AA4
|
|
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
|
|
public event atcCodeSelForm.DataSender CloseEvent;
|
|
|
|
// Token: 0x06000043 RID: 67 RVA: 0x000058D9 File Offset: 0x00003AD9
|
|
public atcCodeSelForm()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
|
|
// Token: 0x06000044 RID: 68 RVA: 0x000058F1 File Offset: 0x00003AF1
|
|
private void button_02_Click(object sender, EventArgs e)
|
|
{
|
|
this.CloseEvent(((Button)sender).Text);
|
|
base.Close();
|
|
}
|
|
|
|
// Token: 0x06000045 RID: 69 RVA: 0x00005912 File Offset: 0x00003B12
|
|
private void button_01_Click(object sender, EventArgs e)
|
|
{
|
|
this.CloseEvent(((Button)sender).Text);
|
|
base.Close();
|
|
}
|
|
|
|
// Token: 0x06000046 RID: 70 RVA: 0x00005933 File Offset: 0x00003B33
|
|
private void button_25_Click(object sender, EventArgs e)
|
|
{
|
|
this.CloseEvent(((Button)sender).Text);
|
|
base.Close();
|
|
}
|
|
|
|
// Token: 0x06000047 RID: 71 RVA: 0x00005954 File Offset: 0x00003B54
|
|
private void button_40_Click(object sender, EventArgs e)
|
|
{
|
|
this.CloseEvent(((Button)sender).Text);
|
|
base.Close();
|
|
}
|
|
|
|
// Token: 0x06000048 RID: 72 RVA: 0x00005975 File Offset: 0x00003B75
|
|
private void button_55_Click(object sender, EventArgs e)
|
|
{
|
|
this.CloseEvent(((Button)sender).Text);
|
|
base.Close();
|
|
}
|
|
|
|
// Token: 0x06000049 RID: 73 RVA: 0x00005996 File Offset: 0x00003B96
|
|
private void button_65_Click(object sender, EventArgs e)
|
|
{
|
|
this.CloseEvent(((Button)sender).Text);
|
|
base.Close();
|
|
}
|
|
|
|
// Token: 0x0600004A RID: 74 RVA: 0x000059B7 File Offset: 0x00003BB7
|
|
private void button_75_Click(object sender, EventArgs e)
|
|
{
|
|
this.CloseEvent(((Button)sender).Text);
|
|
base.Close();
|
|
}
|
|
|
|
// Token: 0x0600004B RID: 75 RVA: 0x000059D8 File Offset: 0x00003BD8
|
|
private void button_DE_Click(object sender, EventArgs e)
|
|
{
|
|
this.CloseEvent(((Button)sender).Text);
|
|
base.Close();
|
|
}
|
|
|
|
// Token: 0x0600004C RID: 76 RVA: 0x000059F9 File Offset: 0x00003BF9
|
|
private void button_DW_Click(object sender, EventArgs e)
|
|
{
|
|
this.CloseEvent(((Button)sender).Text);
|
|
base.Close();
|
|
}
|
|
|
|
// Token: 0x0600004D RID: 77 RVA: 0x00005A1C File Offset: 0x00003C1C
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
bool flag = disposing && this.components != null;
|
|
if (flag)
|
|
{
|
|
this.components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
// Token: 0x0600004E RID: 78 RVA: 0x00005A54 File Offset: 0x00003C54
|
|
private void InitializeComponent()
|
|
{
|
|
this.button_40 = new Button();
|
|
this.button_25 = new Button();
|
|
this.button_01 = new Button();
|
|
this.button_02 = new Button();
|
|
this.button_DW = new Button();
|
|
this.button_DE = new Button();
|
|
this.button_75 = new Button();
|
|
this.button_65 = new Button();
|
|
this.button_55 = new Button();
|
|
base.SuspendLayout();
|
|
this.button_40.Font = new Font("맑은 고딕", 12f, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
this.button_40.Location = new Point(225, 3);
|
|
this.button_40.Name = "button_40";
|
|
this.button_40.Size = new Size(75, 42);
|
|
this.button_40.TabIndex = 9;
|
|
this.button_40.Text = "40";
|
|
this.button_40.UseVisualStyleBackColor = true;
|
|
this.button_40.Click += this.button_40_Click;
|
|
this.button_25.Font = new Font("맑은 고딕", 12f, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
this.button_25.Location = new Point(151, 3);
|
|
this.button_25.Name = "button_25";
|
|
this.button_25.Size = new Size(75, 42);
|
|
this.button_25.TabIndex = 8;
|
|
this.button_25.Text = "25";
|
|
this.button_25.UseVisualStyleBackColor = true;
|
|
this.button_25.Click += this.button_25_Click;
|
|
this.button_01.Font = new Font("맑은 고딕", 12f, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
this.button_01.Location = new Point(77, 3);
|
|
this.button_01.Name = "button_01";
|
|
this.button_01.Size = new Size(75, 42);
|
|
this.button_01.TabIndex = 7;
|
|
this.button_01.Text = "01";
|
|
this.button_01.UseVisualStyleBackColor = true;
|
|
this.button_01.Click += this.button_01_Click;
|
|
this.button_02.Font = new Font("맑은 고딕", 12f, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
this.button_02.Location = new Point(3, 3);
|
|
this.button_02.Name = "button_02";
|
|
this.button_02.Size = new Size(75, 42);
|
|
this.button_02.TabIndex = 6;
|
|
this.button_02.Text = "02";
|
|
this.button_02.UseVisualStyleBackColor = true;
|
|
this.button_02.Click += this.button_02_Click;
|
|
this.button_DW.Font = new Font("맑은 고딕", 12f, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
this.button_DW.Location = new Point(225, 47);
|
|
this.button_DW.Name = "button_DW";
|
|
this.button_DW.Size = new Size(75, 42);
|
|
this.button_DW.TabIndex = 13;
|
|
this.button_DW.Text = "DW";
|
|
this.button_DW.UseVisualStyleBackColor = true;
|
|
this.button_DW.Click += this.button_DW_Click;
|
|
this.button_DE.Font = new Font("맑은 고딕", 12f, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
this.button_DE.Location = new Point(151, 47);
|
|
this.button_DE.Name = "button_DE";
|
|
this.button_DE.Size = new Size(75, 42);
|
|
this.button_DE.TabIndex = 12;
|
|
this.button_DE.Text = "DE";
|
|
this.button_DE.UseVisualStyleBackColor = true;
|
|
this.button_DE.Click += this.button_DE_Click;
|
|
this.button_75.Font = new Font("맑은 고딕", 12f, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
this.button_75.Location = new Point(77, 47);
|
|
this.button_75.Name = "button_75";
|
|
this.button_75.Size = new Size(75, 42);
|
|
this.button_75.TabIndex = 11;
|
|
this.button_75.Text = "75";
|
|
this.button_75.UseVisualStyleBackColor = true;
|
|
this.button_75.Click += this.button_75_Click;
|
|
this.button_65.Font = new Font("맑은 고딕", 12f, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
this.button_65.Location = new Point(3, 47);
|
|
this.button_65.Name = "button_65";
|
|
this.button_65.Size = new Size(75, 42);
|
|
this.button_65.TabIndex = 10;
|
|
this.button_65.Text = "65";
|
|
this.button_65.UseVisualStyleBackColor = true;
|
|
this.button_65.Click += this.button_65_Click;
|
|
this.button_55.Font = new Font("맑은 고딕", 12f, FontStyle.Bold, GraphicsUnit.Point, 129);
|
|
this.button_55.Location = new Point(300, 3);
|
|
this.button_55.Name = "button_55";
|
|
this.button_55.Size = new Size(75, 42);
|
|
this.button_55.TabIndex = 14;
|
|
this.button_55.Text = "55";
|
|
this.button_55.UseVisualStyleBackColor = true;
|
|
this.button_55.Click += this.button_55_Click;
|
|
base.AutoScaleMode = AutoScaleMode.None;
|
|
this.BackColor = SystemColors.HotTrack;
|
|
base.ClientSize = new Size(378, 93);
|
|
base.Controls.Add(this.button_55);
|
|
base.Controls.Add(this.button_DW);
|
|
base.Controls.Add(this.button_DE);
|
|
base.Controls.Add(this.button_75);
|
|
base.Controls.Add(this.button_65);
|
|
base.Controls.Add(this.button_40);
|
|
base.Controls.Add(this.button_25);
|
|
base.Controls.Add(this.button_01);
|
|
base.Controls.Add(this.button_02);
|
|
base.FormBorderStyle = FormBorderStyle.None;
|
|
base.Name = "atcCodeSelForm";
|
|
this.Text = "atcCodeSelForm";
|
|
base.ResumeLayout(false);
|
|
}
|
|
|
|
// Token: 0x0400002B RID: 43
|
|
private IContainer components = null;
|
|
|
|
// Token: 0x0400002C RID: 44
|
|
private Button button_40;
|
|
|
|
// Token: 0x0400002D RID: 45
|
|
private Button button_25;
|
|
|
|
// Token: 0x0400002E RID: 46
|
|
private Button button_01;
|
|
|
|
// Token: 0x0400002F RID: 47
|
|
private Button button_02;
|
|
|
|
// Token: 0x04000030 RID: 48
|
|
private Button button_DW;
|
|
|
|
// Token: 0x04000031 RID: 49
|
|
private Button button_DE;
|
|
|
|
// Token: 0x04000032 RID: 50
|
|
private Button button_75;
|
|
|
|
// Token: 0x04000033 RID: 51
|
|
private Button button_65;
|
|
|
|
// Token: 0x04000034 RID: 52
|
|
private Button button_55;
|
|
|
|
// Token: 0x02000059 RID: 89
|
|
// (Invoke) Token: 0x06000198 RID: 408
|
|
public delegate void DataSender(string value);
|
|
}
|
|
}
|