2015-04-15 18:32:56 +00:00
|
|
|
|
///
|
2019-09-16 08:51:25 +00:00
|
|
|
|
/// Copyright (c) 2013-2019 Sensus Slovensko a.s.
|
2015-04-15 18:32:56 +00:00
|
|
|
|
///
|
2019-09-16 08:51:25 +00:00
|
|
|
|
namespace TBF.UI.Procedures
|
2014-07-28 07:54:35 +00:00
|
|
|
|
{
|
|
|
|
|
|
partial class ProceduresDlg
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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()
|
|
|
|
|
|
{
|
2017-12-04 11:26:48 +00:00
|
|
|
|
this.splitContainer = new System.Windows.Forms.SplitContainer();
|
2022-05-23 08:38:14 +00:00
|
|
|
|
this.proceduresCtrl = new TBF.UI.Procedures.ProceduresCtrl();
|
2019-09-16 08:51:25 +00:00
|
|
|
|
this.sharedButtons = new TBF.UI.Shared.SharedButtons();
|
2017-12-04 11:26:48 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
|
|
|
|
|
this.splitContainer.Panel1.SuspendLayout();
|
|
|
|
|
|
this.splitContainer.Panel2.SuspendLayout();
|
|
|
|
|
|
this.splitContainer.SuspendLayout();
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// splitContainer
|
|
|
|
|
|
//
|
|
|
|
|
|
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
|
|
|
|
this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.splitContainer.Name = "splitContainer";
|
|
|
|
|
|
//
|
|
|
|
|
|
// splitContainer.Panel1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.splitContainer.Panel1.Controls.Add(this.proceduresCtrl);
|
|
|
|
|
|
//
|
|
|
|
|
|
// splitContainer.Panel2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.splitContainer.Panel2.Controls.Add(this.sharedButtons);
|
2020-01-23 09:04:25 +00:00
|
|
|
|
this.splitContainer.Size = new System.Drawing.Size(711, 402);
|
|
|
|
|
|
this.splitContainer.SplitterDistance = 606;
|
2017-12-04 11:26:48 +00:00
|
|
|
|
this.splitContainer.TabIndex = 0;
|
|
|
|
|
|
//
|
|
|
|
|
|
// proceduresCtrl
|
|
|
|
|
|
//
|
|
|
|
|
|
this.proceduresCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.proceduresCtrl.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.proceduresCtrl.Name = "proceduresCtrl";
|
2022-05-23 08:38:14 +00:00
|
|
|
|
this.proceduresCtrl.Size = new System.Drawing.Size(606, 402);
|
2017-12-04 11:26:48 +00:00
|
|
|
|
this.proceduresCtrl.TabIndex = 0;
|
|
|
|
|
|
//
|
|
|
|
|
|
// sharedButtons
|
|
|
|
|
|
//
|
|
|
|
|
|
this.sharedButtons.Location = new System.Drawing.Point(1, 0);
|
|
|
|
|
|
this.sharedButtons.Name = "sharedButtons";
|
|
|
|
|
|
this.sharedButtons.Size = new System.Drawing.Size(100, 649);
|
|
|
|
|
|
this.sharedButtons.TabIndex = 0;
|
|
|
|
|
|
//
|
|
|
|
|
|
// ProceduresDlg
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2020-01-23 09:04:25 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(711, 402);
|
2017-12-04 11:26:48 +00:00
|
|
|
|
this.Controls.Add(this.splitContainer);
|
|
|
|
|
|
this.Name = "ProceduresDlg";
|
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
|
|
|
this.Text = "ProceduresDlg";
|
2022-05-23 08:38:14 +00:00
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProceduresDlg_FormClosing);
|
2017-12-04 11:26:48 +00:00
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ProceduresDlg_FormClosed);
|
|
|
|
|
|
this.Load += new System.EventHandler(this.ProceduresDlg_Load);
|
|
|
|
|
|
this.splitContainer.Panel1.ResumeLayout(false);
|
|
|
|
|
|
this.splitContainer.Panel2.ResumeLayout(false);
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
|
|
|
|
|
this.splitContainer.ResumeLayout(false);
|
|
|
|
|
|
this.ResumeLayout(false);
|
2014-07-28 07:54:35 +00:00
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer;
|
2019-09-16 08:51:25 +00:00
|
|
|
|
private TBF.UI.Shared.SharedButtons sharedButtons;
|
|
|
|
|
|
private ProceduresCtrl proceduresCtrl;
|
2014-07-28 07:54:35 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|