111 lines
4.7 KiB
C#
111 lines
4.7 KiB
C#
namespace Volian.Controls.Library
|
|
{
|
|
partial class frmEPAnnotationDetails
|
|
{
|
|
/// <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()
|
|
{
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.panel_btns = new System.Windows.Forms.Panel();
|
|
this.panelEP = new System.Windows.Forms.TableLayoutPanel();
|
|
this.panel_btns.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnOk.Location = new System.Drawing.Point(9, 7);
|
|
this.btnOk.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(56, 19);
|
|
this.btnOk.TabIndex = 0;
|
|
this.btnOk.Text = "OK";
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(82, 7);
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(56, 19);
|
|
this.btnCancel.TabIndex = 1;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// panel_btns
|
|
//
|
|
this.panel_btns.Controls.Add(this.btnCancel);
|
|
this.panel_btns.Controls.Add(this.btnOk);
|
|
this.panel_btns.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel_btns.Location = new System.Drawing.Point(0, 512);
|
|
this.panel_btns.Name = "panel_btns";
|
|
this.panel_btns.Size = new System.Drawing.Size(762, 30);
|
|
this.panel_btns.TabIndex = 2;
|
|
//
|
|
// panelEP
|
|
//
|
|
this.panelEP.AutoScroll = true;
|
|
this.panelEP.ColumnCount = 2;
|
|
this.panelEP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.panelEP.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.panelEP.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelEP.Location = new System.Drawing.Point(0, 0);
|
|
this.panelEP.Name = "panelEP";
|
|
this.panelEP.RowCount = 1;
|
|
this.panelEP.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.panelEP.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 512F));
|
|
this.panelEP.Size = new System.Drawing.Size(762, 512);
|
|
this.panelEP.TabIndex = 3;
|
|
//
|
|
// frmEPAnnotationDetails
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoSize = true;
|
|
this.ClientSize = new System.Drawing.Size(762, 542);
|
|
this.Controls.Add(this.panelEP);
|
|
this.Controls.Add(this.panel_btns);
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Name = "frmEPAnnotationDetails";
|
|
this.Text = "Electronic Procedure Details";
|
|
this.TopMost = true;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmEPAnnotationDetails_FormClosing);
|
|
this.panel_btns.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnOk;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Panel panel_btns;
|
|
private System.Windows.Forms.TableLayoutPanel panelEP;
|
|
}
|
|
} |