namespace LayoutBXLYT { partial class FileSelector { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.stButton1 = new Toolbox.Library.Forms.STButton(); this.listViewCustom1 = new Toolbox.Library.Forms.ListViewCustom(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.contentContainer.SuspendLayout(); this.SuspendLayout(); // // contentContainer // this.contentContainer.Controls.Add(this.listViewCustom1); this.contentContainer.Controls.Add(this.stButton1); this.contentContainer.Size = new System.Drawing.Size(274, 393); this.contentContainer.Controls.SetChildIndex(this.stButton1, 0); this.contentContainer.Controls.SetChildIndex(this.listViewCustom1, 0); // // stButton1 // this.stButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.stButton1.DialogResult = System.Windows.Forms.DialogResult.OK; this.stButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.stButton1.Location = new System.Drawing.Point(190, 361); this.stButton1.Name = "stButton1"; this.stButton1.Size = new System.Drawing.Size(75, 23); this.stButton1.TabIndex = 11; this.stButton1.Text = "Ok"; this.stButton1.UseVisualStyleBackColor = false; // // listViewCustom1 // this.listViewCustom1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.listViewCustom1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.listViewCustom1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); this.listViewCustom1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.listViewCustom1.Location = new System.Drawing.Point(5, 31); this.listViewCustom1.Name = "listViewCustom1"; this.listViewCustom1.OwnerDraw = true; this.listViewCustom1.Size = new System.Drawing.Size(260, 324); this.listViewCustom1.TabIndex = 12; this.listViewCustom1.UseCompatibleStateImageBehavior = false; this.listViewCustom1.View = System.Windows.Forms.View.Details; this.listViewCustom1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listViewCustom1_MouseDoubleClick); // // columnHeader1 // this.columnHeader1.Width = 256; // // FileSelector // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(280, 398); this.Name = "FileSelector"; this.contentContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Toolbox.Library.Forms.STButton stButton1; private Toolbox.Library.Forms.ListViewCustom listViewCustom1; private System.Windows.Forms.ColumnHeader columnHeader1; } }