125 lines
5.2 KiB
C#
125 lines
5.2 KiB
C#
using System.ComponentModel;
|
|
|
|
namespace TBF.Rig.Output.Printers.GroupPrinting.Single
|
|
{
|
|
partial class PrinterTestBenchComponentSelectorDlg
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private 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.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.listViewEx = new Common.Forms.ListViewEx();
|
|
this.btSelect = new System.Windows.Forms.Button();
|
|
this.btCancel = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
this.splitContainer1.IsSplitterFixed = true;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.listViewEx);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.btCancel);
|
|
this.splitContainer1.Panel2.Controls.Add(this.btSelect);
|
|
this.splitContainer1.Size = new System.Drawing.Size(926, 471);
|
|
this.splitContainer1.SplitterDistance = 732;
|
|
this.splitContainer1.TabIndex = 0;
|
|
//
|
|
// listViewEx
|
|
//
|
|
this.listViewEx.AllowColumnReorder = true;
|
|
this.listViewEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listViewEx.DoubleClickActivation = false;
|
|
this.listViewEx.FullRowSelect = true;
|
|
this.listViewEx.HideSelection = false;
|
|
this.listViewEx.Location = new System.Drawing.Point(0, 0);
|
|
this.listViewEx.Name = "listViewEx";
|
|
this.listViewEx.Size = new System.Drawing.Size(732, 471);
|
|
this.listViewEx.TabIndex = 0;
|
|
this.listViewEx.UseCompatibleStateImageBehavior = false;
|
|
this.listViewEx.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// btSelect
|
|
//
|
|
this.btSelect.Location = new System.Drawing.Point(30, 12);
|
|
this.btSelect.Name = "btSelect";
|
|
this.btSelect.Size = new System.Drawing.Size(135, 60);
|
|
this.btSelect.TabIndex = 0;
|
|
this.btSelect.Text = "Select";
|
|
this.btSelect.UseVisualStyleBackColor = true;
|
|
this.btSelect.Click += new System.EventHandler(this.btSelect_Click);
|
|
//
|
|
// btCancel
|
|
//
|
|
this.btCancel.Location = new System.Drawing.Point(32, 89);
|
|
this.btCancel.Name = "btCancel";
|
|
this.btCancel.Size = new System.Drawing.Size(132, 53);
|
|
this.btCancel.TabIndex = 1;
|
|
this.btCancel.Text = "Cancel";
|
|
this.btCancel.UseVisualStyleBackColor = true;
|
|
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
|
|
//
|
|
// PrinterTestBenchComponentSelectorDlg
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.ClientSize = new System.Drawing.Size(926, 471);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Location = new System.Drawing.Point(15, 15);
|
|
this.Name = "PrinterTestBenchComponentSelectorDlg";
|
|
this.Load += new System.EventHandler(this.PrinterTestBenchComponentSelectorDlg_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
}
|
|
|
|
private System.Windows.Forms.Button btCancel;
|
|
|
|
private System.Windows.Forms.Button btSelect;
|
|
|
|
private Common.Forms.ListViewEx listViewEx;
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
|
#endregion
|
|
}
|
|
} |