namespace SharpImage.Main { partial class siFormOpenSeries { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(siFormOpenSeries)); this.cmdOK = new System.Windows.Forms.Button(); this.lblPath = new System.Windows.Forms.Label(); this.lblPattern = new System.Windows.Forms.Label(); this.lblPixelType = new System.Windows.Forms.Label(); this.comboPixelType = new System.Windows.Forms.ComboBox(); this.txtPath = new System.Windows.Forms.TextBox(); this.cmdBrowsePath = new System.Windows.Forms.Button(); this.txtPattern = new System.Windows.Forms.TextBox(); this.lblPreview = new System.Windows.Forms.Label(); this.cmdCancel = new System.Windows.Forms.Button(); this.txtPreview = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // cmdOK // this.cmdOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cmdOK.Location = new System.Drawing.Point(298, 305); this.cmdOK.Name = "cmdOK"; this.cmdOK.Size = new System.Drawing.Size(70, 28); this.cmdOK.TabIndex = 7; this.cmdOK.Text = "Open"; this.cmdOK.UseVisualStyleBackColor = true; this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click); // // lblPath // this.lblPath.AutoSize = true; this.lblPath.Location = new System.Drawing.Point(36, 37); this.lblPath.Name = "lblPath"; this.lblPath.Size = new System.Drawing.Size(32, 13); this.lblPath.TabIndex = 8; this.lblPath.Text = "Path:"; // // lblPattern // this.lblPattern.AutoSize = true; this.lblPattern.Location = new System.Drawing.Point(24, 65); this.lblPattern.Name = "lblPattern"; this.lblPattern.Size = new System.Drawing.Size(44, 13); this.lblPattern.TabIndex = 9; this.lblPattern.Text = "Pattern:"; // // lblPixelType // this.lblPixelType.AutoSize = true; this.lblPixelType.Location = new System.Drawing.Point(9, 9); this.lblPixelType.Name = "lblPixelType"; this.lblPixelType.Size = new System.Drawing.Size(59, 13); this.lblPixelType.TabIndex = 10; this.lblPixelType.Text = "Pixel Type:"; // // comboPixelType // this.comboPixelType.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.comboPixelType.BackColor = System.Drawing.SystemColors.Window; this.comboPixelType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboPixelType.FormattingEnabled = true; this.comboPixelType.Location = new System.Drawing.Point(74, 5); this.comboPixelType.Name = "comboPixelType"; this.comboPixelType.Size = new System.Drawing.Size(294, 21); this.comboPixelType.TabIndex = 11; // // txtPath // this.txtPath.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.txtPath.BackColor = System.Drawing.Color.White; this.txtPath.Location = new System.Drawing.Point(74, 33); this.txtPath.Name = "txtPath"; this.txtPath.Size = new System.Drawing.Size(263, 20); this.txtPath.TabIndex = 12; this.txtPath.TextChanged += new System.EventHandler(this.txtPath_TextChanged); // // cmdBrowsePath // this.cmdBrowsePath.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cmdBrowsePath.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdBrowsePath.Location = new System.Drawing.Point(343, 33); this.cmdBrowsePath.Name = "cmdBrowsePath"; this.cmdBrowsePath.Size = new System.Drawing.Size(25, 20); this.cmdBrowsePath.TabIndex = 13; this.cmdBrowsePath.Text = "..."; this.cmdBrowsePath.UseVisualStyleBackColor = true; this.cmdBrowsePath.Click += new System.EventHandler(this.cmdBrowsePath_Click); // // txtPattern // this.txtPattern.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.txtPattern.Location = new System.Drawing.Point(74, 61); this.txtPattern.Name = "txtPattern"; this.txtPattern.Size = new System.Drawing.Size(294, 20); this.txtPattern.TabIndex = 14; this.txtPattern.TextChanged += new System.EventHandler(this.txtPattern_TextChanged); // // lblPreview // this.lblPreview.AutoSize = true; this.lblPreview.Location = new System.Drawing.Point(37, 93); this.lblPreview.Name = "lblPreview"; this.lblPreview.Size = new System.Drawing.Size(31, 13); this.lblPreview.TabIndex = 15; this.lblPreview.Text = "Files:"; // // cmdCancel // this.cmdCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cmdCancel.Location = new System.Drawing.Point(226, 305); this.cmdCancel.Name = "cmdCancel"; this.cmdCancel.Size = new System.Drawing.Size(70, 28); this.cmdCancel.TabIndex = 17; this.cmdCancel.Text = "Cancel"; this.cmdCancel.UseVisualStyleBackColor = true; this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click); // // txtPreview // this.txtPreview.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.txtPreview.Location = new System.Drawing.Point(74, 93); this.txtPreview.Multiline = true; this.txtPreview.Name = "txtPreview"; this.txtPreview.ReadOnly = true; this.txtPreview.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtPreview.Size = new System.Drawing.Size(294, 202); this.txtPreview.TabIndex = 16; this.txtPreview.WordWrap = false; // // siFormOpenSeries // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(375, 341); this.Controls.Add(this.txtPreview); this.Controls.Add(this.cmdCancel); this.Controls.Add(this.lblPreview); this.Controls.Add(this.txtPattern); this.Controls.Add(this.cmdBrowsePath); this.Controls.Add(this.txtPath); this.Controls.Add(this.comboPixelType); this.Controls.Add(this.lblPixelType); this.Controls.Add(this.lblPattern); this.Controls.Add(this.lblPath); this.Controls.Add(this.cmdOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(250, 260); this.Name = "siFormOpenSeries"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Open Image Series..."; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button cmdOK; private System.Windows.Forms.Label lblPath; private System.Windows.Forms.Label lblPattern; private System.Windows.Forms.Label lblPixelType; private System.Windows.Forms.ComboBox comboPixelType; private System.Windows.Forms.TextBox txtPath; private System.Windows.Forms.Button cmdBrowsePath; private System.Windows.Forms.TextBox txtPattern; private System.Windows.Forms.Label lblPreview; private System.Windows.Forms.Button cmdCancel; private System.Windows.Forms.TextBox txtPreview; } }