namespace xicheji
{
partial class MainForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
button4 = new Button();
pictureBox1 = new PictureBox();
nowTimer = new System.Windows.Forms.Timer(components);
uploadTimer = new System.Windows.Forms.Timer(components);
receivePLCTimer = new System.Windows.Forms.Timer(components);
lblTime = new Label();
btnSetting = new Button();
btnConnectCamera = new Button();
button2 = new Button();
button3 = new Button();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
SuspendLayout();
//
// button4
//
button4.Location = new Point(199, 55);
button4.Name = "button4";
button4.Size = new Size(75, 23);
button4.TabIndex = 5;
button4.Text = "button4";
button4.UseVisualStyleBackColor = true;
button4.Click += button4_Click;
//
// pictureBox1
//
pictureBox1.Location = new Point(690, 131);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(365, 463);
pictureBox1.TabIndex = 6;
pictureBox1.TabStop = false;
//
// nowTimer
//
nowTimer.Enabled = true;
nowTimer.Interval = 1000;
nowTimer.Tick += nowTimer_Tick;
//
// uploadTimer
//
uploadTimer.Tick += uploadTimer_Tick;
//
// receivePLCTimer
//
receivePLCTimer.Tick += receivePLCTimer_Tick;
//
// lblTime
//
lblTime.Anchor = AnchorStyles.Top | AnchorStyles.Right;
lblTime.AutoSize = true;
lblTime.Font = new Font("Microsoft YaHei UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
lblTime.Location = new Point(871, 25);
lblTime.Name = "lblTime";
lblTime.Size = new Size(203, 21);
lblTime.TabIndex = 7;
lblTime.Text = "0000年 0月 00日 00:00:00";
//
// btnSetting
//
btnSetting.Anchor = AnchorStyles.Top | AnchorStyles.Right;
btnSetting.Location = new Point(815, 26);
btnSetting.Name = "btnSetting";
btnSetting.Size = new Size(50, 23);
btnSetting.TabIndex = 8;
btnSetting.Text = "配置";
btnSetting.UseVisualStyleBackColor = true;
btnSetting.Click += btnSetting_Click;
//
// btnConnectCamera
//
btnConnectCamera.Location = new Point(975, 102);
btnConnectCamera.Name = "btnConnectCamera";
btnConnectCamera.Size = new Size(80, 23);
btnConnectCamera.TabIndex = 0;
btnConnectCamera.Text = "重连摄像头";
btnConnectCamera.UseVisualStyleBackColor = true;
btnConnectCamera.Click += button1_Click;
//
// button2
//
button2.Location = new Point(23, 55);
button2.Name = "button2";
button2.Size = new Size(75, 23);
button2.TabIndex = 3;
button2.Text = "button2";
button2.UseVisualStyleBackColor = true;
button2.Click += button2_Click;
//
// button3
//
button3.Location = new Point(104, 55);
button3.Name = "button3";
button3.Size = new Size(75, 23);
button3.TabIndex = 4;
button3.Text = "button3";
button3.UseVisualStyleBackColor = true;
button3.Click += button3_Click;
//
// MainForm
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1086, 662);
Controls.Add(btnSetting);
Controls.Add(lblTime);
Controls.Add(pictureBox1);
Controls.Add(button4);
Controls.Add(button3);
Controls.Add(button2);
Controls.Add(btnConnectCamera);
Name = "MainForm";
ShowIcon = false;
Text = "Form1";
Load += MainForm_Load;
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button button4;
private PictureBox pictureBox1;
private System.Windows.Forms.Timer nowTimer;
private System.Windows.Forms.Timer uploadTimer;
private System.Windows.Forms.Timer receivePLCTimer;
private Label lblTime;
private Button btnSetting;
private Button btnConnectCamera;
private Button button2;
private Button button3;
}
}