namespace BizHawk.MultiClient { partial class GifAnimator { /// /// 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(GifAnimator)); this.Save = new System.Windows.Forms.Button(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.TB_Frame_Skip = new System.Windows.Forms.TextBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.TB_Num_Frames = new System.Windows.Forms.TextBox(); this.Cancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // Save // this.Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.Save.Location = new System.Drawing.Point(12, 108); this.Save.Name = "Save"; this.Save.Size = new System.Drawing.Size(75, 23); this.Save.TabIndex = 5; this.Save.Text = "&Save"; this.Save.UseVisualStyleBackColor = true; this.Save.Click += new System.EventHandler(this.Exit_Click); // // checkBox1 // this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(73, 85); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(93, 17); this.checkBox1.TabIndex = 4; this.checkBox1.Text = "Reverse Loop"; this.checkBox1.UseVisualStyleBackColor = true; // // TB_Frame_Skip // this.TB_Frame_Skip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TB_Frame_Skip.Location = new System.Drawing.Point(108, 32); this.TB_Frame_Skip.MaxLength = 1024; this.TB_Frame_Skip.Name = "TB_Frame_Skip"; this.TB_Frame_Skip.Size = new System.Drawing.Size(58, 20); this.TB_Frame_Skip.TabIndex = 2; // // comboBox1 // this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(108, 58); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(58, 21); this.comboBox1.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 35); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 13); this.label1.TabIndex = 8; this.label1.Text = "Frames to Skip:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 61); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(90, 13); this.label2.TabIndex = 9; this.label2.Text = "Animation Speed:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 9); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(75, 13); this.label3.TabIndex = 7; this.label3.Text = "Length of GIF:"; // // TB_Num_Frames // this.TB_Num_Frames.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.TB_Num_Frames.Location = new System.Drawing.Point(108, 6); this.TB_Num_Frames.Name = "TB_Num_Frames"; this.TB_Num_Frames.Size = new System.Drawing.Size(58, 20); this.TB_Num_Frames.TabIndex = 1; // // Cancel // this.Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.Cancel.Location = new System.Drawing.Point(93, 108); this.Cancel.Name = "Cancel"; this.Cancel.Size = new System.Drawing.Size(75, 23); this.Cancel.TabIndex = 6; this.Cancel.Text = "&Cancel"; this.Cancel.UseVisualStyleBackColor = true; this.Cancel.Click += new System.EventHandler(this.button1_Click); // // GifAnimator // this.AcceptButton = this.Save; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.Cancel; this.ClientSize = new System.Drawing.Size(183, 146); this.Controls.Add(this.Cancel); this.Controls.Add(this.label3); this.Controls.Add(this.TB_Num_Frames); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.comboBox1); this.Controls.Add(this.TB_Frame_Skip); this.Controls.Add(this.checkBox1); this.Controls.Add(this.Save); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimumSize = new System.Drawing.Size(199, 184); this.Name = "GifAnimator"; this.ShowIcon = false; this.Text = "GifAnimator"; this.Load += new System.EventHandler(this.GifAnimator_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button Save; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.TextBox TB_Frame_Skip; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox TB_Num_Frames; private System.Windows.Forms.Button Cancel; } }