851 lines
42 KiB
C#
851 lines
42 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 FMain : 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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FMain));
|
|
this.StatusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.lb_diskfree = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lb_chcount = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lb_msec = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lb_Saved = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lb_alarm = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lbMonitor = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lbPLC = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lbINDI = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.lb_status = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.ToolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
this.bt_logo = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.btMonitorOn = new System.Windows.Forms.ToolStripButton();
|
|
this.bt_fullscreen = new System.Windows.Forms.ToolStripButton();
|
|
this.bt_tviewr = new System.Windows.Forms.ToolStripButton();
|
|
this.bt_tview = new System.Windows.Forms.ToolStripButton();
|
|
this.bt_alamhistory = new System.Windows.Forms.ToolStripButton();
|
|
this.bt_alamsetup = new System.Windows.Forms.ToolStripButton();
|
|
this.bt_save = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|
this.bt_print = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.bt_show2ndwindow = new System.Windows.Forms.ToolStripButton();
|
|
this.bt_config = new System.Windows.Forms.ToolStripButton();
|
|
this.ToolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
this.btLog = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
|
this.PPreviewDialog = new System.Windows.Forms.PrintPreviewDialog();
|
|
this.PrintGroup = new System.Drawing.Printing.PrintDocument();
|
|
this.PrintWin = new System.Drawing.Printing.PrintDocument();
|
|
this.PrintPreViewWin = new System.Windows.Forms.PrintPreviewDialog();
|
|
this.TableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.Panel1 = new System.Windows.Forms.Panel();
|
|
this.cmb_tanks = new System.Windows.Forms.ComboBox();
|
|
this.Button1 = new System.Windows.Forms.Button();
|
|
this.Timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.menus_xgap = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_gap_5 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_gap_10 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_gap_30 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_gap_60 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_gap_600 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_gap_1800 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_gap_3600 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_gap_21600 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_gap_43200 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menus_xterm = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_1800 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_3600 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_21600 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_x_43200 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menus_ygap = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_y_0_1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_y_0_5 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_y_1_0 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_y_1_5 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_y_2_0 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.cmbt_y_5_0 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.menus_winsize = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.GraphReSetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.DataPointToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.DebugMsgToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.documentElement1 = new vmsnet.DocumentElement();
|
|
this.ds1 = new vmsnet.DS1();
|
|
this.StatusStrip1.SuspendLayout();
|
|
this.ToolStrip1.SuspendLayout();
|
|
this.TableLayoutPanel1.SuspendLayout();
|
|
this.Panel1.SuspendLayout();
|
|
this.cm1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.documentElement1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ds1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// StatusStrip1
|
|
//
|
|
this.StatusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.StatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.lb_diskfree,
|
|
this.lb_chcount,
|
|
this.lb_msec,
|
|
this.lb_Saved,
|
|
this.lb_alarm,
|
|
this.lbMonitor,
|
|
this.lbPLC,
|
|
this.lbINDI,
|
|
this.lb_status});
|
|
this.StatusStrip1.Location = new System.Drawing.Point(0, 747);
|
|
this.StatusStrip1.Name = "StatusStrip1";
|
|
this.StatusStrip1.Size = new System.Drawing.Size(1561, 32);
|
|
this.StatusStrip1.TabIndex = 1;
|
|
this.StatusStrip1.Text = "StatusStrip1";
|
|
//
|
|
// lb_diskfree
|
|
//
|
|
this.lb_diskfree.Name = "lb_diskfree";
|
|
this.lb_diskfree.Size = new System.Drawing.Size(122, 25);
|
|
this.lb_diskfree.Text = "<FreeSpace>";
|
|
//
|
|
// lb_chcount
|
|
//
|
|
this.lb_chcount.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lb_chcount.ForeColor = System.Drawing.Color.Navy;
|
|
this.lb_chcount.Name = "lb_chcount";
|
|
this.lb_chcount.Size = new System.Drawing.Size(110, 25);
|
|
this.lb_chcount.Text = "<장치정보>";
|
|
//
|
|
// lb_msec
|
|
//
|
|
this.lb_msec.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lb_msec.Name = "lb_msec";
|
|
this.lb_msec.Size = new System.Drawing.Size(86, 25);
|
|
this.lb_msec.Text = "<MSEC>";
|
|
//
|
|
// lb_Saved
|
|
//
|
|
this.lb_Saved.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.lb_Saved.Name = "lb_Saved";
|
|
this.lb_Saved.Size = new System.Drawing.Size(121, 25);
|
|
this.lb_Saved.Text = "<LASTSAVE>";
|
|
this.lb_Saved.Click += new System.EventHandler(this.lb_Saved_Click);
|
|
//
|
|
// lb_alarm
|
|
//
|
|
this.lb_alarm.ForeColor = System.Drawing.Color.Silver;
|
|
this.lb_alarm.Name = "lb_alarm";
|
|
this.lb_alarm.Size = new System.Drawing.Size(30, 25);
|
|
this.lb_alarm.Text = "●";
|
|
//
|
|
// lbMonitor
|
|
//
|
|
this.lbMonitor.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lbMonitor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
|
|
this.lbMonitor.Name = "lbMonitor";
|
|
this.lbMonitor.Size = new System.Drawing.Size(125, 25);
|
|
this.lbMonitor.Text = "<MONITOR>";
|
|
//
|
|
// lbPLC
|
|
//
|
|
this.lbPLC.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lbPLC.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
|
|
this.lbPLC.Name = "lbPLC";
|
|
this.lbPLC.Size = new System.Drawing.Size(69, 25);
|
|
this.lbPLC.Text = "<PLC>";
|
|
//
|
|
// lbINDI
|
|
//
|
|
this.lbINDI.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lbINDI.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
|
|
this.lbINDI.Name = "lbINDI";
|
|
this.lbINDI.Size = new System.Drawing.Size(137, 25);
|
|
this.lbINDI.Text = "<INDICATOR>";
|
|
//
|
|
// lb_status
|
|
//
|
|
this.lb_status.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lb_status.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
|
|
this.lb_status.Name = "lb_status";
|
|
this.lb_status.Size = new System.Drawing.Size(104, 25);
|
|
this.lb_status.Text = "<STATUS>";
|
|
//
|
|
// ToolStrip1
|
|
//
|
|
this.ToolStrip1.AutoSize = false;
|
|
this.ToolStrip1.BackColor = System.Drawing.Color.White;
|
|
this.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
|
|
this.ToolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.ToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.bt_logo,
|
|
this.ToolStripSeparator3,
|
|
this.btMonitorOn,
|
|
this.bt_fullscreen,
|
|
this.bt_tviewr,
|
|
this.bt_tview,
|
|
this.bt_alamhistory,
|
|
this.bt_alamsetup,
|
|
this.bt_save,
|
|
this.ToolStripButton2,
|
|
this.bt_print,
|
|
this.ToolStripSeparator2,
|
|
this.bt_show2ndwindow,
|
|
this.bt_config,
|
|
this.ToolStripButton1,
|
|
this.btLog,
|
|
this.toolStripButton3});
|
|
this.ToolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.ToolStrip1.Name = "ToolStrip1";
|
|
this.ToolStrip1.Size = new System.Drawing.Size(1561, 44);
|
|
this.ToolStrip1.TabIndex = 2;
|
|
this.ToolStrip1.Text = "ToolStrip1";
|
|
//
|
|
// bt_logo
|
|
//
|
|
this.bt_logo.AutoSize = false;
|
|
this.bt_logo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bt_logo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.bt_logo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.bt_logo.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.bt_logo.Name = "bt_logo";
|
|
this.bt_logo.Size = new System.Drawing.Size(150, 51);
|
|
this.bt_logo.Text = "ToolStripButton1";
|
|
this.bt_logo.Click += new System.EventHandler(this.bt_logo_Click);
|
|
//
|
|
// ToolStripSeparator3
|
|
//
|
|
this.ToolStripSeparator3.Name = "ToolStripSeparator3";
|
|
this.ToolStripSeparator3.Size = new System.Drawing.Size(6, 44);
|
|
//
|
|
// btMonitorOn
|
|
//
|
|
this.btMonitorOn.Image = ((System.Drawing.Image)(resources.GetObject("btMonitorOn.Image")));
|
|
this.btMonitorOn.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btMonitorOn.Name = "btMonitorOn";
|
|
this.btMonitorOn.Size = new System.Drawing.Size(168, 39);
|
|
this.btMonitorOn.Text = "Monitor On/Off";
|
|
this.btMonitorOn.Click += new System.EventHandler(this.toolStripButton3_Click_1);
|
|
//
|
|
// bt_fullscreen
|
|
//
|
|
this.bt_fullscreen.Image = ((System.Drawing.Image)(resources.GetObject("bt_fullscreen.Image")));
|
|
this.bt_fullscreen.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.bt_fullscreen.Name = "bt_fullscreen";
|
|
this.bt_fullscreen.Size = new System.Drawing.Size(112, 39);
|
|
this.bt_fullscreen.Text = "개별보기";
|
|
this.bt_fullscreen.Click += new System.EventHandler(this.bt_fullscreen_Click);
|
|
//
|
|
// bt_tviewr
|
|
//
|
|
this.bt_tviewr.Enabled = false;
|
|
this.bt_tviewr.Image = ((System.Drawing.Image)(resources.GetObject("bt_tviewr.Image")));
|
|
this.bt_tviewr.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.bt_tviewr.Name = "bt_tviewr";
|
|
this.bt_tviewr.Size = new System.Drawing.Size(177, 39);
|
|
this.bt_tviewr.Text = "실시간트렌드(F1)";
|
|
this.bt_tviewr.Click += new System.EventHandler(this.ToolStripButton3_Click);
|
|
//
|
|
// bt_tview
|
|
//
|
|
this.bt_tview.Enabled = false;
|
|
this.bt_tview.Image = ((System.Drawing.Image)(resources.GetObject("bt_tview.Image")));
|
|
this.bt_tview.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.bt_tview.Name = "bt_tview";
|
|
this.bt_tview.Size = new System.Drawing.Size(159, 39);
|
|
this.bt_tview.Text = "과거트렌드(F1)";
|
|
this.bt_tview.Click += new System.EventHandler(this.ToolStripButton1_Click_2);
|
|
//
|
|
// bt_alamhistory
|
|
//
|
|
this.bt_alamhistory.Enabled = false;
|
|
this.bt_alamhistory.Image = ((System.Drawing.Image)(resources.GetObject("bt_alamhistory.Image")));
|
|
this.bt_alamhistory.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.bt_alamhistory.Name = "bt_alamhistory";
|
|
this.bt_alamhistory.Size = new System.Drawing.Size(141, 39);
|
|
this.bt_alamhistory.Text = "알람목록(F3)";
|
|
this.bt_alamhistory.Click += new System.EventHandler(this.ToolStripButton2_Click_1);
|
|
//
|
|
// bt_alamsetup
|
|
//
|
|
this.bt_alamsetup.Enabled = false;
|
|
this.bt_alamsetup.Image = ((System.Drawing.Image)(resources.GetObject("bt_alamsetup.Image")));
|
|
this.bt_alamsetup.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.bt_alamsetup.Name = "bt_alamsetup";
|
|
this.bt_alamsetup.Size = new System.Drawing.Size(141, 39);
|
|
this.bt_alamsetup.Text = "알람설정(F4)";
|
|
this.bt_alamsetup.Click += new System.EventHandler(this.ToolStripButton1_Click_4);
|
|
//
|
|
// bt_save
|
|
//
|
|
this.bt_save.Enabled = false;
|
|
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(105, 39);
|
|
this.bt_save.Text = "저장(F5)";
|
|
this.bt_save.Click += new System.EventHandler(this.bt_save_Click);
|
|
//
|
|
// ToolStripButton2
|
|
//
|
|
this.ToolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton2.Image")));
|
|
this.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.ToolStripButton2.Name = "ToolStripButton2";
|
|
this.ToolStripButton2.Size = new System.Drawing.Size(141, 39);
|
|
this.ToolStripButton2.Text = "소리끄기(F2)";
|
|
this.ToolStripButton2.Click += new System.EventHandler(this.ToolStripButton2_Click);
|
|
//
|
|
// bt_print
|
|
//
|
|
this.bt_print.Enabled = false;
|
|
this.bt_print.Image = ((System.Drawing.Image)(resources.GetObject("bt_print.Image")));
|
|
this.bt_print.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.bt_print.Name = "bt_print";
|
|
this.bt_print.Size = new System.Drawing.Size(105, 39);
|
|
this.bt_print.Text = "인쇄(F9)";
|
|
this.bt_print.Visible = false;
|
|
this.bt_print.Click += new System.EventHandler(this.bt_print_Click);
|
|
//
|
|
// ToolStripSeparator2
|
|
//
|
|
this.ToolStripSeparator2.Name = "ToolStripSeparator2";
|
|
this.ToolStripSeparator2.Size = new System.Drawing.Size(6, 44);
|
|
//
|
|
// bt_show2ndwindow
|
|
//
|
|
this.bt_show2ndwindow.Enabled = false;
|
|
this.bt_show2ndwindow.Image = ((System.Drawing.Image)(resources.GetObject("bt_show2ndwindow.Image")));
|
|
this.bt_show2ndwindow.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.bt_show2ndwindow.Name = "bt_show2ndwindow";
|
|
this.bt_show2ndwindow.Size = new System.Drawing.Size(94, 39);
|
|
this.bt_show2ndwindow.Text = "보조창";
|
|
this.bt_show2ndwindow.Visible = false;
|
|
this.bt_show2ndwindow.Click += new System.EventHandler(this.bt_show2ndwindow_Click);
|
|
//
|
|
// bt_config
|
|
//
|
|
this.bt_config.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.bt_config.Enabled = false;
|
|
this.bt_config.Image = ((System.Drawing.Image)(resources.GetObject("bt_config.Image")));
|
|
this.bt_config.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.bt_config.Name = "bt_config";
|
|
this.bt_config.Size = new System.Drawing.Size(76, 39);
|
|
this.bt_config.Text = "설정";
|
|
this.bt_config.Click += new System.EventHandler(this.btConfig_Click);
|
|
//
|
|
// ToolStripButton1
|
|
//
|
|
this.ToolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.ToolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton1.Image")));
|
|
this.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.ToolStripButton1.Name = "ToolStripButton1";
|
|
this.ToolStripButton1.Size = new System.Drawing.Size(76, 39);
|
|
this.ToolStripButton1.Text = "정보";
|
|
this.ToolStripButton1.Click += new System.EventHandler(this.ToolStripButton1_Click_6);
|
|
//
|
|
// btLog
|
|
//
|
|
this.btLog.Image = ((System.Drawing.Image)(resources.GetObject("btLog.Image")));
|
|
this.btLog.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.btLog.Name = "btLog";
|
|
this.btLog.Size = new System.Drawing.Size(112, 29);
|
|
this.btLog.Text = "운영로그";
|
|
this.btLog.Click += new System.EventHandler(this.toolStripButton3_Click_2);
|
|
//
|
|
// toolStripButton3
|
|
//
|
|
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
|
|
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.toolStripButton3.Name = "toolStripButton3";
|
|
this.toolStripButton3.Size = new System.Drawing.Size(112, 29);
|
|
this.toolStripButton3.Text = "저장폴더";
|
|
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click_3);
|
|
//
|
|
// PPreviewDialog
|
|
//
|
|
this.PPreviewDialog.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|
this.PPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|
this.PPreviewDialog.ClientSize = new System.Drawing.Size(400, 300);
|
|
this.PPreviewDialog.Document = this.PrintGroup;
|
|
this.PPreviewDialog.Enabled = true;
|
|
this.PPreviewDialog.Icon = ((System.Drawing.Icon)(resources.GetObject("PPreviewDialog.Icon")));
|
|
this.PPreviewDialog.Name = "PrintPreviewDialog1";
|
|
this.PPreviewDialog.UseAntiAlias = true;
|
|
this.PPreviewDialog.Visible = false;
|
|
//
|
|
// PrintGroup
|
|
//
|
|
this.PrintGroup.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.PrintDocument1_PrintPage);
|
|
//
|
|
// PrintWin
|
|
//
|
|
this.PrintWin.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.PrintWin_PrintPage);
|
|
//
|
|
// PrintPreViewWin
|
|
//
|
|
this.PrintPreViewWin.AutoScrollMargin = new System.Drawing.Size(0, 0);
|
|
this.PrintPreViewWin.AutoScrollMinSize = new System.Drawing.Size(0, 0);
|
|
this.PrintPreViewWin.ClientSize = new System.Drawing.Size(400, 300);
|
|
this.PrintPreViewWin.Document = this.PrintWin;
|
|
this.PrintPreViewWin.Enabled = true;
|
|
this.PrintPreViewWin.Icon = ((System.Drawing.Icon)(resources.GetObject("PrintPreViewWin.Icon")));
|
|
this.PrintPreViewWin.Name = "PrintPreviewDialog1";
|
|
this.PrintPreViewWin.UseAntiAlias = true;
|
|
this.PrintPreViewWin.Visible = false;
|
|
//
|
|
// TableLayoutPanel1
|
|
//
|
|
this.TableLayoutPanel1.ColumnCount = 2;
|
|
this.TableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.TableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.TableLayoutPanel1.Controls.Add(this.Panel1, 1, 0);
|
|
this.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.TableLayoutPanel1.Location = new System.Drawing.Point(0, 44);
|
|
this.TableLayoutPanel1.Name = "TableLayoutPanel1";
|
|
this.TableLayoutPanel1.RowCount = 3;
|
|
this.TableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 35F));
|
|
this.TableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.TableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.TableLayoutPanel1.Size = new System.Drawing.Size(1561, 703);
|
|
this.TableLayoutPanel1.TabIndex = 5;
|
|
//
|
|
// Panel1
|
|
//
|
|
this.Panel1.Controls.Add(this.cmb_tanks);
|
|
this.Panel1.Controls.Add(this.Button1);
|
|
this.Panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.Panel1.Location = new System.Drawing.Point(783, 3);
|
|
this.Panel1.Name = "Panel1";
|
|
this.Panel1.Size = new System.Drawing.Size(775, 29);
|
|
this.Panel1.TabIndex = 6;
|
|
//
|
|
// cmb_tanks
|
|
//
|
|
this.cmb_tanks.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cmb_tanks.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmb_tanks.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.cmb_tanks.FormattingEnabled = true;
|
|
this.cmb_tanks.Location = new System.Drawing.Point(0, 0);
|
|
this.cmb_tanks.Name = "cmb_tanks";
|
|
this.cmb_tanks.Size = new System.Drawing.Size(657, 45);
|
|
this.cmb_tanks.TabIndex = 5;
|
|
this.cmb_tanks.SelectedIndexChanged += new System.EventHandler(this.cmb_group_SelectedIndexChanged);
|
|
//
|
|
// Button1
|
|
//
|
|
this.Button1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.Button1.Location = new System.Drawing.Point(657, 0);
|
|
this.Button1.Name = "Button1";
|
|
this.Button1.Size = new System.Drawing.Size(118, 29);
|
|
this.Button1.TabIndex = 0;
|
|
this.Button1.Text = "채널선택";
|
|
this.Button1.UseVisualStyleBackColor = true;
|
|
this.Button1.Click += new System.EventHandler(this.Button1_Click);
|
|
//
|
|
// Timer1
|
|
//
|
|
this.Timer1.Interval = 200;
|
|
this.Timer1.Tick += new System.EventHandler(this.Timer1_Tick);
|
|
//
|
|
// menus_xgap
|
|
//
|
|
this.menus_xgap.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.cmbt_x_gap_5,
|
|
this.cmbt_x_gap_10,
|
|
this.cmbt_x_gap_30,
|
|
this.cmbt_x_gap_60,
|
|
this.cmbt_x_gap_600,
|
|
this.cmbt_x_gap_1800,
|
|
this.cmbt_x_gap_3600,
|
|
this.cmbt_x_gap_21600,
|
|
this.cmbt_x_gap_43200});
|
|
this.menus_xgap.Name = "menus_xgap";
|
|
this.menus_xgap.Size = new System.Drawing.Size(198, 32);
|
|
this.menus_xgap.Text = "X축 간격";
|
|
//
|
|
// cmbt_x_gap_5
|
|
//
|
|
this.cmbt_x_gap_5.Name = "cmbt_x_gap_5";
|
|
this.cmbt_x_gap_5.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_gap_5.Tag = "5";
|
|
this.cmbt_x_gap_5.Text = "5초";
|
|
//
|
|
// cmbt_x_gap_10
|
|
//
|
|
this.cmbt_x_gap_10.Checked = true;
|
|
this.cmbt_x_gap_10.CheckOnClick = true;
|
|
this.cmbt_x_gap_10.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cmbt_x_gap_10.Name = "cmbt_x_gap_10";
|
|
this.cmbt_x_gap_10.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_gap_10.Tag = "10";
|
|
this.cmbt_x_gap_10.Text = "10초";
|
|
//
|
|
// cmbt_x_gap_30
|
|
//
|
|
this.cmbt_x_gap_30.CheckOnClick = true;
|
|
this.cmbt_x_gap_30.Name = "cmbt_x_gap_30";
|
|
this.cmbt_x_gap_30.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_gap_30.Tag = "30";
|
|
this.cmbt_x_gap_30.Text = "30초";
|
|
//
|
|
// cmbt_x_gap_60
|
|
//
|
|
this.cmbt_x_gap_60.CheckOnClick = true;
|
|
this.cmbt_x_gap_60.Name = "cmbt_x_gap_60";
|
|
this.cmbt_x_gap_60.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_gap_60.Tag = "60";
|
|
this.cmbt_x_gap_60.Text = "1분";
|
|
//
|
|
// cmbt_x_gap_600
|
|
//
|
|
this.cmbt_x_gap_600.Name = "cmbt_x_gap_600";
|
|
this.cmbt_x_gap_600.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_gap_600.Tag = "600";
|
|
this.cmbt_x_gap_600.Text = "10분";
|
|
//
|
|
// cmbt_x_gap_1800
|
|
//
|
|
this.cmbt_x_gap_1800.CheckOnClick = true;
|
|
this.cmbt_x_gap_1800.Name = "cmbt_x_gap_1800";
|
|
this.cmbt_x_gap_1800.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_gap_1800.Tag = "1800";
|
|
this.cmbt_x_gap_1800.Text = "30분";
|
|
//
|
|
// cmbt_x_gap_3600
|
|
//
|
|
this.cmbt_x_gap_3600.CheckOnClick = true;
|
|
this.cmbt_x_gap_3600.Name = "cmbt_x_gap_3600";
|
|
this.cmbt_x_gap_3600.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_gap_3600.Tag = "3600";
|
|
this.cmbt_x_gap_3600.Text = "1시간";
|
|
//
|
|
// cmbt_x_gap_21600
|
|
//
|
|
this.cmbt_x_gap_21600.CheckOnClick = true;
|
|
this.cmbt_x_gap_21600.Name = "cmbt_x_gap_21600";
|
|
this.cmbt_x_gap_21600.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_gap_21600.Tag = "21600";
|
|
this.cmbt_x_gap_21600.Text = "6시간";
|
|
//
|
|
// cmbt_x_gap_43200
|
|
//
|
|
this.cmbt_x_gap_43200.CheckOnClick = true;
|
|
this.cmbt_x_gap_43200.Name = "cmbt_x_gap_43200";
|
|
this.cmbt_x_gap_43200.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_gap_43200.Tag = "43200";
|
|
this.cmbt_x_gap_43200.Text = "12시간";
|
|
//
|
|
// menus_xterm
|
|
//
|
|
this.menus_xterm.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.cmbt_x_1800,
|
|
this.cmbt_x_3600,
|
|
this.cmbt_x_21600,
|
|
this.cmbt_x_43200});
|
|
this.menus_xterm.Name = "menus_xterm";
|
|
this.menus_xterm.Size = new System.Drawing.Size(198, 32);
|
|
this.menus_xterm.Text = "X축 범위";
|
|
//
|
|
// cmbt_x_1800
|
|
//
|
|
this.cmbt_x_1800.CheckOnClick = true;
|
|
this.cmbt_x_1800.Name = "cmbt_x_1800";
|
|
this.cmbt_x_1800.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_1800.Tag = "1800";
|
|
this.cmbt_x_1800.Text = "30분";
|
|
//
|
|
// cmbt_x_3600
|
|
//
|
|
this.cmbt_x_3600.Checked = true;
|
|
this.cmbt_x_3600.CheckOnClick = true;
|
|
this.cmbt_x_3600.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cmbt_x_3600.Name = "cmbt_x_3600";
|
|
this.cmbt_x_3600.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_3600.Tag = "3600";
|
|
this.cmbt_x_3600.Text = "1시간";
|
|
//
|
|
// cmbt_x_21600
|
|
//
|
|
this.cmbt_x_21600.CheckOnClick = true;
|
|
this.cmbt_x_21600.Name = "cmbt_x_21600";
|
|
this.cmbt_x_21600.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_21600.Tag = "21600";
|
|
this.cmbt_x_21600.Text = "6시간";
|
|
//
|
|
// cmbt_x_43200
|
|
//
|
|
this.cmbt_x_43200.CheckOnClick = true;
|
|
this.cmbt_x_43200.Name = "cmbt_x_43200";
|
|
this.cmbt_x_43200.Size = new System.Drawing.Size(170, 34);
|
|
this.cmbt_x_43200.Tag = "43200";
|
|
this.cmbt_x_43200.Text = "12시간";
|
|
//
|
|
// menus_ygap
|
|
//
|
|
this.menus_ygap.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.cmbt_y_0_1,
|
|
this.cmbt_y_0_5,
|
|
this.cmbt_y_1_0,
|
|
this.cmbt_y_1_5,
|
|
this.cmbt_y_2_0,
|
|
this.cmbt_y_5_0});
|
|
this.menus_ygap.Name = "menus_ygap";
|
|
this.menus_ygap.Size = new System.Drawing.Size(198, 32);
|
|
this.menus_ygap.Text = "Y축 간격";
|
|
//
|
|
// cmbt_y_0_1
|
|
//
|
|
this.cmbt_y_0_1.CheckOnClick = true;
|
|
this.cmbt_y_0_1.Name = "cmbt_y_0_1";
|
|
this.cmbt_y_0_1.Size = new System.Drawing.Size(138, 34);
|
|
this.cmbt_y_0_1.Tag = "0.1";
|
|
this.cmbt_y_0_1.Text = "0.1";
|
|
//
|
|
// cmbt_y_0_5
|
|
//
|
|
this.cmbt_y_0_5.Checked = true;
|
|
this.cmbt_y_0_5.CheckOnClick = true;
|
|
this.cmbt_y_0_5.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.cmbt_y_0_5.Name = "cmbt_y_0_5";
|
|
this.cmbt_y_0_5.Size = new System.Drawing.Size(138, 34);
|
|
this.cmbt_y_0_5.Tag = "0.5";
|
|
this.cmbt_y_0_5.Text = "0.5";
|
|
//
|
|
// cmbt_y_1_0
|
|
//
|
|
this.cmbt_y_1_0.CheckOnClick = true;
|
|
this.cmbt_y_1_0.Name = "cmbt_y_1_0";
|
|
this.cmbt_y_1_0.Size = new System.Drawing.Size(138, 34);
|
|
this.cmbt_y_1_0.Tag = "1.0";
|
|
this.cmbt_y_1_0.Text = "1.0";
|
|
//
|
|
// cmbt_y_1_5
|
|
//
|
|
this.cmbt_y_1_5.CheckOnClick = true;
|
|
this.cmbt_y_1_5.Name = "cmbt_y_1_5";
|
|
this.cmbt_y_1_5.Size = new System.Drawing.Size(138, 34);
|
|
this.cmbt_y_1_5.Tag = "1.5";
|
|
this.cmbt_y_1_5.Text = "1.5";
|
|
//
|
|
// cmbt_y_2_0
|
|
//
|
|
this.cmbt_y_2_0.CheckOnClick = true;
|
|
this.cmbt_y_2_0.Name = "cmbt_y_2_0";
|
|
this.cmbt_y_2_0.Size = new System.Drawing.Size(138, 34);
|
|
this.cmbt_y_2_0.Tag = "2.0";
|
|
this.cmbt_y_2_0.Text = "2.0";
|
|
//
|
|
// cmbt_y_5_0
|
|
//
|
|
this.cmbt_y_5_0.CheckOnClick = true;
|
|
this.cmbt_y_5_0.Name = "cmbt_y_5_0";
|
|
this.cmbt_y_5_0.Size = new System.Drawing.Size(138, 34);
|
|
this.cmbt_y_5_0.Tag = "5.0";
|
|
this.cmbt_y_5_0.Text = "5.0";
|
|
//
|
|
// ToolStripMenuItem2
|
|
//
|
|
this.ToolStripMenuItem2.Name = "ToolStripMenuItem2";
|
|
this.ToolStripMenuItem2.Size = new System.Drawing.Size(195, 6);
|
|
//
|
|
// menus_winsize
|
|
//
|
|
this.menus_winsize.Name = "menus_winsize";
|
|
this.menus_winsize.Size = new System.Drawing.Size(198, 32);
|
|
this.menus_winsize.Text = "창 크기";
|
|
//
|
|
// GraphReSetToolStripMenuItem
|
|
//
|
|
this.GraphReSetToolStripMenuItem.Name = "GraphReSetToolStripMenuItem";
|
|
this.GraphReSetToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
|
|
this.GraphReSetToolStripMenuItem.Text = "그래프 초기화";
|
|
this.GraphReSetToolStripMenuItem.Click += new System.EventHandler(this.GraphReSetToolStripMenuItem_Click);
|
|
//
|
|
// ToolStripMenuItem3
|
|
//
|
|
this.ToolStripMenuItem3.Name = "ToolStripMenuItem3";
|
|
this.ToolStripMenuItem3.Size = new System.Drawing.Size(195, 6);
|
|
//
|
|
// DataPointToolStripMenuItem
|
|
//
|
|
this.DataPointToolStripMenuItem.CheckOnClick = true;
|
|
this.DataPointToolStripMenuItem.Name = "DataPointToolStripMenuItem";
|
|
this.DataPointToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
|
|
this.DataPointToolStripMenuItem.Text = "Data Point";
|
|
this.DataPointToolStripMenuItem.Click += new System.EventHandler(this.DataPointToolStripMenuItem_Click);
|
|
//
|
|
// DebugMsgToolStripMenuItem
|
|
//
|
|
this.DebugMsgToolStripMenuItem.CheckOnClick = true;
|
|
this.DebugMsgToolStripMenuItem.ForeColor = System.Drawing.Color.Gray;
|
|
this.DebugMsgToolStripMenuItem.Name = "DebugMsgToolStripMenuItem";
|
|
this.DebugMsgToolStripMenuItem.Size = new System.Drawing.Size(198, 32);
|
|
this.DebugMsgToolStripMenuItem.Text = "Debug Msg";
|
|
this.DebugMsgToolStripMenuItem.Click += new System.EventHandler(this.DebugMsgToolStripMenuItem_Click);
|
|
//
|
|
// ToolStripMenuItem4
|
|
//
|
|
this.ToolStripMenuItem4.Name = "ToolStripMenuItem4";
|
|
this.ToolStripMenuItem4.Size = new System.Drawing.Size(195, 6);
|
|
//
|
|
// cm1
|
|
//
|
|
this.cm1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.cm1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.menus_xgap,
|
|
this.menus_xterm,
|
|
this.menus_ygap,
|
|
this.ToolStripMenuItem2,
|
|
this.menus_winsize,
|
|
this.GraphReSetToolStripMenuItem,
|
|
this.ToolStripMenuItem3,
|
|
this.DataPointToolStripMenuItem,
|
|
this.DebugMsgToolStripMenuItem,
|
|
this.ToolStripMenuItem4});
|
|
this.cm1.Name = "ContextMenuStrip1";
|
|
this.cm1.Size = new System.Drawing.Size(199, 246);
|
|
//
|
|
// documentElement1
|
|
//
|
|
this.documentElement1.DataSetName = "DocumentElement";
|
|
this.documentElement1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// ds1
|
|
//
|
|
this.ds1.DataSetName = "DS1";
|
|
this.ds1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// FMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1561, 779);
|
|
this.Controls.Add(this.TableLayoutPanel1);
|
|
this.Controls.Add(this.ToolStrip1);
|
|
this.Controls.Add(this.StatusStrip1);
|
|
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.999999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.KeyPreview = true;
|
|
this.Name = "FMain";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "cell Voltage Mornitoring System";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_Main_FormClosing);
|
|
this.Load += new System.EventHandler(this.Frm_Main_Load);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_Main_KeyDown);
|
|
this.StatusStrip1.ResumeLayout(false);
|
|
this.StatusStrip1.PerformLayout();
|
|
this.ToolStrip1.ResumeLayout(false);
|
|
this.ToolStrip1.PerformLayout();
|
|
this.TableLayoutPanel1.ResumeLayout(false);
|
|
this.Panel1.ResumeLayout(false);
|
|
this.cm1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.documentElement1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ds1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
internal System.Windows.Forms.StatusStrip StatusStrip1;
|
|
internal System.Windows.Forms.ToolStrip ToolStrip1;
|
|
internal System.Windows.Forms.ToolStripStatusLabel lb_status;
|
|
internal System.Windows.Forms.ToolStripButton bt_config;
|
|
internal System.Windows.Forms.ToolStripStatusLabel lb_msec;
|
|
internal System.Windows.Forms.ToolStripStatusLabel lb_chcount;
|
|
internal System.Windows.Forms.ToolStripButton bt_show2ndwindow;
|
|
internal System.Windows.Forms.ToolStripButton bt_tview;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator2;
|
|
internal System.Windows.Forms.ToolStripButton bt_alamhistory;
|
|
internal System.Windows.Forms.ToolStripButton bt_logo;
|
|
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator3;
|
|
internal System.Windows.Forms.ToolStripButton bt_alamsetup;
|
|
internal System.Windows.Forms.ToolStripStatusLabel lb_Saved;
|
|
internal System.Windows.Forms.ToolStripStatusLabel lb_diskfree;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton1;
|
|
internal System.Windows.Forms.ToolStripStatusLabel lb_alarm;
|
|
internal System.Windows.Forms.ToolStripButton bt_save;
|
|
internal System.Windows.Forms.PrintPreviewDialog PPreviewDialog;
|
|
internal System.Drawing.Printing.PrintDocument PrintGroup;
|
|
internal System.Windows.Forms.ToolStripButton bt_print;
|
|
internal System.Drawing.Printing.PrintDocument PrintWin;
|
|
internal System.Windows.Forms.PrintPreviewDialog PrintPreViewWin;
|
|
internal System.Windows.Forms.ToolStripButton ToolStripButton2;
|
|
internal System.Windows.Forms.ToolStripButton bt_fullscreen;
|
|
internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel1;
|
|
internal System.Windows.Forms.ComboBox cmb_tanks;
|
|
internal Timer Timer1;
|
|
internal Panel Panel1;
|
|
internal Button Button1;
|
|
internal ToolStripButton bt_tviewr;
|
|
internal ToolStripStatusLabel lbPLC;
|
|
private System.ComponentModel.IContainer components;
|
|
private ToolStripButton btMonitorOn;
|
|
internal ToolStripStatusLabel lbMonitor;
|
|
private ToolStripButton btLog;
|
|
private ToolStripButton toolStripButton3;
|
|
internal ToolStripMenuItem menus_xgap;
|
|
internal ToolStripMenuItem cmbt_x_gap_5;
|
|
internal ToolStripMenuItem cmbt_x_gap_10;
|
|
internal ToolStripMenuItem cmbt_x_gap_30;
|
|
internal ToolStripMenuItem cmbt_x_gap_60;
|
|
internal ToolStripMenuItem cmbt_x_gap_600;
|
|
internal ToolStripMenuItem cmbt_x_gap_1800;
|
|
internal ToolStripMenuItem cmbt_x_gap_3600;
|
|
internal ToolStripMenuItem cmbt_x_gap_21600;
|
|
internal ToolStripMenuItem cmbt_x_gap_43200;
|
|
internal ToolStripMenuItem menus_xterm;
|
|
internal ToolStripMenuItem cmbt_x_1800;
|
|
internal ToolStripMenuItem cmbt_x_3600;
|
|
internal ToolStripMenuItem cmbt_x_21600;
|
|
internal ToolStripMenuItem cmbt_x_43200;
|
|
internal ToolStripMenuItem menus_ygap;
|
|
internal ToolStripMenuItem cmbt_y_0_1;
|
|
internal ToolStripMenuItem cmbt_y_0_5;
|
|
internal ToolStripMenuItem cmbt_y_1_0;
|
|
internal ToolStripMenuItem cmbt_y_1_5;
|
|
internal ToolStripMenuItem cmbt_y_2_0;
|
|
internal ToolStripMenuItem cmbt_y_5_0;
|
|
internal ToolStripSeparator ToolStripMenuItem2;
|
|
internal ToolStripMenuItem menus_winsize;
|
|
internal ToolStripMenuItem GraphReSetToolStripMenuItem;
|
|
internal ToolStripSeparator ToolStripMenuItem3;
|
|
internal ToolStripMenuItem DataPointToolStripMenuItem;
|
|
internal ToolStripMenuItem DebugMsgToolStripMenuItem;
|
|
internal ToolStripSeparator ToolStripMenuItem4;
|
|
internal ContextMenuStrip cm1;
|
|
private vmsnet.DocumentElement documentElement1;
|
|
private DS1 ds1;
|
|
internal ToolStripStatusLabel lbINDI;
|
|
}
|
|
|
|
}
|