123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- namespace xicheji
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|