146 lines
6.6 KiB
C#
146 lines
6.6 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Slovensko a.s.
|
|
///
|
|
namespace TBF.UI.Camera
|
|
{
|
|
partial class PicturesTabPageCtrl
|
|
{
|
|
/// <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 Component 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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PicturesTabPageCtrl));
|
|
this.picturesFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.minusButton = new System.Windows.Forms.Button();
|
|
this.plusButton = new System.Windows.Forms.Button();
|
|
this.liveButton = new System.Windows.Forms.Button();
|
|
this.stopButton = new System.Windows.Forms.Button();
|
|
this.grabButton = new System.Windows.Forms.Button();
|
|
this.saveImageButton = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// picturesFlowLayoutPanel
|
|
//
|
|
resources.ApplyResources(this.picturesFlowLayoutPanel, "picturesFlowLayoutPanel");
|
|
this.picturesFlowLayoutPanel.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.picturesFlowLayoutPanel.ForeColor = System.Drawing.SystemColors.Control;
|
|
this.picturesFlowLayoutPanel.Name = "picturesFlowLayoutPanel";
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
resources.ApplyResources(this.splitContainer1, "splitContainer1");
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.picturesFlowLayoutPanel);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.ControlLight;
|
|
this.splitContainer1.Panel2.Controls.Add(this.saveImageButton);
|
|
this.splitContainer1.Panel2.Controls.Add(this.grabButton);
|
|
this.splitContainer1.Panel2.Controls.Add(this.stopButton);
|
|
this.splitContainer1.Panel2.Controls.Add(this.liveButton);
|
|
this.splitContainer1.Panel2.Controls.Add(this.minusButton);
|
|
this.splitContainer1.Panel2.Controls.Add(this.plusButton);
|
|
//
|
|
// minusButton
|
|
//
|
|
resources.ApplyResources(this.minusButton, "minusButton");
|
|
this.minusButton.Name = "minusButton";
|
|
this.minusButton.UseVisualStyleBackColor = true;
|
|
this.minusButton.Click += new System.EventHandler(this.minusButton_Click);
|
|
//
|
|
// plusButton
|
|
//
|
|
resources.ApplyResources(this.plusButton, "plusButton");
|
|
this.plusButton.Name = "plusButton";
|
|
this.plusButton.UseVisualStyleBackColor = true;
|
|
this.plusButton.Click += new System.EventHandler(this.plusButton_Click);
|
|
//
|
|
// liveButton
|
|
//
|
|
resources.ApplyResources(this.liveButton, "liveButton");
|
|
this.liveButton.Name = "liveButton";
|
|
this.liveButton.UseVisualStyleBackColor = true;
|
|
this.liveButton.Click += new System.EventHandler(this.liveButton_Click);
|
|
//
|
|
// stopButton
|
|
//
|
|
resources.ApplyResources(this.stopButton, "stopButton");
|
|
this.stopButton.Name = "stopButton";
|
|
this.stopButton.UseVisualStyleBackColor = true;
|
|
this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
|
|
//
|
|
// grabButton
|
|
//
|
|
resources.ApplyResources(this.grabButton, "grabButton");
|
|
this.grabButton.Name = "grabButton";
|
|
this.grabButton.UseVisualStyleBackColor = true;
|
|
this.grabButton.Click += new System.EventHandler(this.grabButton_Click);
|
|
//
|
|
// saveImageButton
|
|
//
|
|
resources.ApplyResources(this.saveImageButton, "saveImageButton");
|
|
this.saveImageButton.Name = "saveImageButton";
|
|
this.saveImageButton.UseVisualStyleBackColor = true;
|
|
this.saveImageButton.Click += new System.EventHandler(this.saveImageButton_Click);
|
|
//
|
|
// PicturesTabPageCtrl
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.Silver;
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Name = "PicturesTabPageCtrl";
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel picturesFlowLayoutPanel;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.Button minusButton;
|
|
private System.Windows.Forms.Button plusButton;
|
|
private System.Windows.Forms.Button grabButton;
|
|
private System.Windows.Forms.Button stopButton;
|
|
private System.Windows.Forms.Button liveButton;
|
|
private System.Windows.Forms.Button saveImageButton;
|
|
}
|
|
}
|