namespace pkNX.WinForms { partial class EvolutionRow { /// /// 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.NUD_Level = new System.Windows.Forms.NumericUpDown(); this.NUD_Form = new System.Windows.Forms.NumericUpDown(); this.PB_Preview = new System.Windows.Forms.PictureBox(); this.CB_Arg = new System.Windows.Forms.ComboBox(); this.CB_Species = new System.Windows.Forms.ComboBox(); this.CB_Method = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.NUD_Level)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_Form)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.PB_Preview)).BeginInit(); this.SuspendLayout(); // // NUD_Level // this.NUD_Level.Location = new System.Drawing.Point(372, 13); this.NUD_Level.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.NUD_Level.Minimum = new decimal(new int[] { 127, 0, 0, -2147483648}); this.NUD_Level.Name = "NUD_Level"; this.NUD_Level.Size = new System.Drawing.Size(38, 20); this.NUD_Level.TabIndex = 72; this.NUD_Level.Value = new decimal(new int[] { 100, 0, 0, 0}); // // NUD_Form // this.NUD_Form.Location = new System.Drawing.Point(332, 13); this.NUD_Form.Maximum = new decimal(new int[] { 127, 0, 0, 0}); this.NUD_Form.Minimum = new decimal(new int[] { 127, 0, 0, -2147483648}); this.NUD_Form.Name = "NUD_Form"; this.NUD_Form.Size = new System.Drawing.Size(38, 20); this.NUD_Form.TabIndex = 71; this.NUD_Form.Value = new decimal(new int[] { 100, 0, 0, 0}); // // PB_Preview // this.PB_Preview.Location = new System.Drawing.Point(0, 5); this.PB_Preview.Name = "PB_Preview"; this.PB_Preview.Size = new System.Drawing.Size(40, 30); this.PB_Preview.TabIndex = 70; this.PB_Preview.TabStop = false; // // CB_Arg // this.CB_Arg.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.CB_Arg.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Arg.FormattingEnabled = true; this.CB_Arg.Location = new System.Drawing.Point(248, 12); this.CB_Arg.Name = "CB_Arg"; this.CB_Arg.Size = new System.Drawing.Size(82, 21); this.CB_Arg.TabIndex = 69; this.CB_Arg.Visible = false; // // CB_Species // this.CB_Species.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.CB_Species.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.CB_Species.FormattingEnabled = true; this.CB_Species.Location = new System.Drawing.Point(160, 12); this.CB_Species.Name = "CB_Species"; this.CB_Species.Size = new System.Drawing.Size(87, 21); this.CB_Species.TabIndex = 68; // // CB_Method // this.CB_Method.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CB_Method.DropDownWidth = 250; this.CB_Method.FormattingEnabled = true; this.CB_Method.Location = new System.Drawing.Point(41, 12); this.CB_Method.MaxDropDownItems = 10; this.CB_Method.Name = "CB_Method"; this.CB_Method.Size = new System.Drawing.Size(118, 21); this.CB_Method.TabIndex = 66; // // EvolutionRow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.NUD_Level); this.Controls.Add(this.NUD_Form); this.Controls.Add(this.PB_Preview); this.Controls.Add(this.CB_Arg); this.Controls.Add(this.CB_Species); this.Controls.Add(this.CB_Method); this.Name = "EvolutionRow"; this.Size = new System.Drawing.Size(414, 40); ((System.ComponentModel.ISupportInitialize)(this.NUD_Level)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NUD_Form)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.PB_Preview)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.NumericUpDown NUD_Level; private System.Windows.Forms.NumericUpDown NUD_Form; private System.Windows.Forms.PictureBox PB_Preview; private System.Windows.Forms.ComboBox CB_Arg; private System.Windows.Forms.ComboBox CB_Species; private System.Windows.Forms.ComboBox CB_Method; } }