namespace WmDataTester {
partial class WmDataTester {
///
/// 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(WmDataTester));
this.test1Button = new System.Windows.Forms.Button();
this.initButton = new System.Windows.Forms.Button();
this.outputBox = new System.Windows.Forms.TextBox();
this.clearButton = new System.Windows.Forms.Button();
this.test2Button = new System.Windows.Forms.Button();
this.selectBox = new System.Windows.Forms.TextBox();
this.test3Button = new System.Windows.Forms.Button();
this.test4Button = new System.Windows.Forms.Button();
this.test6Button = new System.Windows.Forms.Button();
this.test5Button = new System.Windows.Forms.Button();
this.test7Button = new System.Windows.Forms.Button();
this.addFileButton = new System.Windows.Forms.Button();
this.deleteDataFileButton = new System.Windows.Forms.Button();
this.updateFirstDataFileButton = new System.Windows.Forms.Button();
this.getDataFilesButton = new System.Windows.Forms.Button();
this.saveFirstFileButton = new System.Windows.Forms.Button();
this.randomImageDataFileButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// test1Button
//
this.test1Button.Location = new System.Drawing.Point(12, 54);
this.test1Button.Name = "test1Button";
this.test1Button.Size = new System.Drawing.Size(75, 23);
this.test1Button.TabIndex = 0;
this.test1Button.Text = "Add 1000";
this.test1Button.UseVisualStyleBackColor = true;
this.test1Button.Click += new System.EventHandler(this.test1Button_Click);
//
// initButton
//
this.initButton.Location = new System.Drawing.Point(12, 12);
this.initButton.Name = "initButton";
this.initButton.Size = new System.Drawing.Size(75, 23);
this.initButton.TabIndex = 1;
this.initButton.Text = "Init Data";
this.initButton.UseVisualStyleBackColor = true;
this.initButton.Click += new System.EventHandler(this.initButton_Click);
//
// outputBox
//
this.outputBox.Location = new System.Drawing.Point(117, 12);
this.outputBox.Multiline = true;
this.outputBox.Name = "outputBox";
this.outputBox.Size = new System.Drawing.Size(543, 197);
this.outputBox.TabIndex = 2;
//
// clearButton
//
this.clearButton.Location = new System.Drawing.Point(12, 274);
this.clearButton.Name = "clearButton";
this.clearButton.Size = new System.Drawing.Size(75, 23);
this.clearButton.TabIndex = 3;
this.clearButton.Text = "Clear";
this.clearButton.UseVisualStyleBackColor = true;
this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
//
// test2Button
//
this.test2Button.Location = new System.Drawing.Point(12, 215);
this.test2Button.Name = "test2Button";
this.test2Button.Size = new System.Drawing.Size(75, 23);
this.test2Button.TabIndex = 4;
this.test2Button.Text = "Get:";
this.test2Button.UseVisualStyleBackColor = true;
this.test2Button.Click += new System.EventHandler(this.test2Button_Click);
//
// selectBox
//
this.selectBox.Location = new System.Drawing.Point(117, 215);
this.selectBox.Name = "selectBox";
this.selectBox.Size = new System.Drawing.Size(155, 20);
this.selectBox.TabIndex = 5;
//
// test3Button
//
this.test3Button.Location = new System.Drawing.Point(12, 93);
this.test3Button.Name = "test3Button";
this.test3Button.Size = new System.Drawing.Size(75, 23);
this.test3Button.TabIndex = 6;
this.test3Button.Text = "Update All";
this.test3Button.UseVisualStyleBackColor = true;
this.test3Button.Click += new System.EventHandler(this.test3Button_Click);
//
// test4Button
//
this.test4Button.Location = new System.Drawing.Point(12, 122);
this.test4Button.Name = "test4Button";
this.test4Button.Size = new System.Drawing.Size(75, 23);
this.test4Button.TabIndex = 7;
this.test4Button.Text = "Delete All";
this.test4Button.UseVisualStyleBackColor = true;
this.test4Button.Click += new System.EventHandler(this.test4Button_Click);
//
// test6Button
//
this.test6Button.Location = new System.Drawing.Point(12, 186);
this.test6Button.Name = "test6Button";
this.test6Button.Size = new System.Drawing.Size(75, 23);
this.test6Button.TabIndex = 8;
this.test6Button.Text = "Delete First";
this.test6Button.UseVisualStyleBackColor = true;
this.test6Button.Click += new System.EventHandler(this.test6Button_Click);
//
// test5Button
//
this.test5Button.Location = new System.Drawing.Point(12, 155);
this.test5Button.Name = "test5Button";
this.test5Button.Size = new System.Drawing.Size(75, 23);
this.test5Button.TabIndex = 9;
this.test5Button.Text = "Update First";
this.test5Button.UseVisualStyleBackColor = true;
this.test5Button.Click += new System.EventHandler(this.test5Button_Click);
//
// test7Button
//
this.test7Button.Location = new System.Drawing.Point(12, 244);
this.test7Button.Name = "test7Button";
this.test7Button.Size = new System.Drawing.Size(75, 23);
this.test7Button.TabIndex = 10;
this.test7Button.Text = "Add/Update 1";
this.test7Button.UseVisualStyleBackColor = true;
this.test7Button.Click += new System.EventHandler(this.test7Button_Click);
//
// addFileButton
//
this.addFileButton.Location = new System.Drawing.Point(320, 216);
this.addFileButton.Name = "addFileButton";
this.addFileButton.Size = new System.Drawing.Size(136, 23);
this.addFileButton.TabIndex = 11;
this.addFileButton.Text = "Add Data File";
this.addFileButton.UseVisualStyleBackColor = true;
this.addFileButton.Click += new System.EventHandler(this.addFileButton_Click);
//
// deleteDataFileButton
//
this.deleteDataFileButton.Location = new System.Drawing.Point(320, 248);
this.deleteDataFileButton.Name = "deleteDataFileButton";
this.deleteDataFileButton.Size = new System.Drawing.Size(136, 23);
this.deleteDataFileButton.TabIndex = 12;
this.deleteDataFileButton.Text = "Delete First Data File";
this.deleteDataFileButton.UseVisualStyleBackColor = true;
this.deleteDataFileButton.Click += new System.EventHandler(this.deleteDataFileButton_Click);
//
// updateFirstDataFileButton
//
this.updateFirstDataFileButton.Location = new System.Drawing.Point(320, 280);
this.updateFirstDataFileButton.Name = "updateFirstDataFileButton";
this.updateFirstDataFileButton.Size = new System.Drawing.Size(136, 23);
this.updateFirstDataFileButton.TabIndex = 13;
this.updateFirstDataFileButton.Text = "Update First Data File";
this.updateFirstDataFileButton.UseVisualStyleBackColor = true;
this.updateFirstDataFileButton.Click += new System.EventHandler(this.updateFirstDataFileButton_Click);
//
// getDataFilesButton
//
this.getDataFilesButton.Location = new System.Drawing.Point(320, 312);
this.getDataFilesButton.Name = "getDataFilesButton";
this.getDataFilesButton.Size = new System.Drawing.Size(136, 23);
this.getDataFilesButton.TabIndex = 14;
this.getDataFilesButton.Text = "Get All DataFiles";
this.getDataFilesButton.UseVisualStyleBackColor = true;
this.getDataFilesButton.Click += new System.EventHandler(this.getDataFilesButton_Click);
//
// saveFirstFileButton
//
this.saveFirstFileButton.Location = new System.Drawing.Point(472, 216);
this.saveFirstFileButton.Name = "saveFirstFileButton";
this.saveFirstFileButton.Size = new System.Drawing.Size(152, 40);
this.saveFirstFileButton.TabIndex = 15;
this.saveFirstFileButton.Text = "Save First Data File original filename + random int";
this.saveFirstFileButton.UseVisualStyleBackColor = true;
this.saveFirstFileButton.Click += new System.EventHandler(this.saveFirstFileButton_Click);
//
// randomImageDataFileButton
//
this.randomImageDataFileButton.Location = new System.Drawing.Point(472, 264);
this.randomImageDataFileButton.Name = "randomImageDataFileButton";
this.randomImageDataFileButton.Size = new System.Drawing.Size(152, 40);
this.randomImageDataFileButton.TabIndex = 16;
this.randomImageDataFileButton.Text = "Create Random Image and save it as Data File";
this.randomImageDataFileButton.UseVisualStyleBackColor = true;
this.randomImageDataFileButton.Click += new System.EventHandler(this.randomImageDataFileButton_Click);
//
// WmDataTester
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(672, 352);
this.Controls.Add(this.randomImageDataFileButton);
this.Controls.Add(this.saveFirstFileButton);
this.Controls.Add(this.getDataFilesButton);
this.Controls.Add(this.updateFirstDataFileButton);
this.Controls.Add(this.deleteDataFileButton);
this.Controls.Add(this.addFileButton);
this.Controls.Add(this.test7Button);
this.Controls.Add(this.test5Button);
this.Controls.Add(this.test6Button);
this.Controls.Add(this.test4Button);
this.Controls.Add(this.test3Button);
this.Controls.Add(this.selectBox);
this.Controls.Add(this.test2Button);
this.Controls.Add(this.clearButton);
this.Controls.Add(this.outputBox);
this.Controls.Add(this.initButton);
this.Controls.Add(this.test1Button);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "WmDataTester";
this.Text = "WmDataTester";
this.Load += new System.EventHandler(this.WmDataTester_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button test1Button;
private System.Windows.Forms.Button initButton;
private System.Windows.Forms.TextBox outputBox;
private System.Windows.Forms.Button clearButton;
private System.Windows.Forms.Button test2Button;
private System.Windows.Forms.TextBox selectBox;
private System.Windows.Forms.Button test3Button;
private System.Windows.Forms.Button test4Button;
private System.Windows.Forms.Button test6Button;
private System.Windows.Forms.Button test5Button;
private System.Windows.Forms.Button test7Button;
private System.Windows.Forms.Button addFileButton;
private System.Windows.Forms.Button deleteDataFileButton;
private System.Windows.Forms.Button updateFirstDataFileButton;
private System.Windows.Forms.Button getDataFilesButton;
private System.Windows.Forms.Button saveFirstFileButton;
private System.Windows.Forms.Button randomImageDataFileButton;
}
}