namespace TIProDevExtension { partial class HolidayTester { /// /// 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() { this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.labelHalfDay = new System.Windows.Forms.Label(); this.labelMarketClosed = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.buttonRequest = new System.Windows.Forms.Button(); this.checkBoxCountryUS = new System.Windows.Forms.CheckBox(); this.dateTimePickerNewHoliday = new System.Windows.Forms.DateTimePicker(); this.label1 = new System.Windows.Forms.Label(); this.checkBoxFullDay = new System.Windows.Forms.CheckBox(); this.buttonAdd = new System.Windows.Forms.Button(); this.labelMarketOpenNow = new System.Windows.Forms.Label(); this.SuspendLayout(); // // dateTimePicker1 // this.dateTimePicker1.Location = new System.Drawing.Point(51, 56); this.dateTimePicker1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(423, 31); this.dateTimePicker1.TabIndex = 0; this.dateTimePicker1.ValueChanged += new System.EventHandler(this.DateTimePicker1_ValueChanged); // // labelHalfDay // this.labelHalfDay.AutoSize = true; this.labelHalfDay.Location = new System.Drawing.Point(46, 131); this.labelHalfDay.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelHalfDay.Name = "labelHalfDay"; this.labelHalfDay.Size = new System.Drawing.Size(106, 25); this.labelHalfDay.TabIndex = 1; this.labelHalfDay.Text = "Half Day?"; // // labelMarketClosed // this.labelMarketClosed.AutoSize = true; this.labelMarketClosed.Location = new System.Drawing.Point(46, 175); this.labelMarketClosed.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelMarketClosed.Name = "labelMarketClosed"; this.labelMarketClosed.Size = new System.Drawing.Size(163, 25); this.labelMarketClosed.TabIndex = 2; this.labelMarketClosed.Text = "Market Closed?"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(45, 302); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(95, 25); this.label3.TabIndex = 3; this.label3.Text = "Holidays"; // // textBox1 // this.textBox1.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.textBox1.Location = new System.Drawing.Point(145, 299); this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(1060, 404); this.textBox1.TabIndex = 4; // // buttonRequest // this.buttonRequest.Location = new System.Drawing.Point(689, 15); this.buttonRequest.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonRequest.Name = "buttonRequest"; this.buttonRequest.Size = new System.Drawing.Size(361, 54); this.buttonRequest.TabIndex = 5; this.buttonRequest.Text = "Request Holidays From Server"; this.buttonRequest.UseVisualStyleBackColor = true; this.buttonRequest.Click += new System.EventHandler(this.ButtonRequest_Click); // // checkBoxCountryUS // this.checkBoxCountryUS.AutoSize = true; this.checkBoxCountryUS.Checked = true; this.checkBoxCountryUS.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxCountryUS.Location = new System.Drawing.Point(689, 171); this.checkBoxCountryUS.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxCountryUS.Name = "checkBoxCountryUS"; this.checkBoxCountryUS.Size = new System.Drawing.Size(85, 29); this.checkBoxCountryUS.TabIndex = 6; this.checkBoxCountryUS.Text = "US?"; this.checkBoxCountryUS.UseVisualStyleBackColor = true; // // dateTimePickerNewHoliday // this.dateTimePickerNewHoliday.CustomFormat = "yyyy-MM-dd"; this.dateTimePickerNewHoliday.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerNewHoliday.Location = new System.Drawing.Point(689, 131); this.dateTimePickerNewHoliday.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dateTimePickerNewHoliday.Name = "dateTimePickerNewHoliday"; this.dateTimePickerNewHoliday.Size = new System.Drawing.Size(189, 31); this.dateTimePickerNewHoliday.TabIndex = 7; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(684, 102); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(277, 25); this.label1.TabIndex = 8; this.label1.Text = "Add new holiday for testing:"; // // checkBoxFullDay // this.checkBoxFullDay.AutoSize = true; this.checkBoxFullDay.Location = new System.Drawing.Point(689, 208); this.checkBoxFullDay.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxFullDay.Name = "checkBoxFullDay"; this.checkBoxFullDay.Size = new System.Drawing.Size(336, 29); this.checkBoxFullDay.TabIndex = 9; this.checkBoxFullDay.Text = "Full Day (unchecked=half day)"; this.checkBoxFullDay.UseVisualStyleBackColor = true; // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(689, 245); this.buttonAdd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(112, 46); this.buttonAdd.TabIndex = 10; this.buttonAdd.Text = "Add"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.ButtonAdd_Click); // // labelMarketOpenNow // this.labelMarketOpenNow.AutoSize = true; this.labelMarketOpenNow.Location = new System.Drawing.Point(46, 223); this.labelMarketOpenNow.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelMarketOpenNow.Name = "labelMarketOpenNow"; this.labelMarketOpenNow.Size = new System.Drawing.Size(196, 25); this.labelMarketOpenNow.TabIndex = 11; this.labelMarketOpenNow.Text = "Market Open Now?"; // // HolidayTester // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1223, 719); this.Controls.Add(this.labelMarketOpenNow); this.Controls.Add(this.buttonAdd); this.Controls.Add(this.checkBoxFullDay); this.Controls.Add(this.label1); this.Controls.Add(this.dateTimePickerNewHoliday); this.Controls.Add(this.checkBoxCountryUS); this.Controls.Add(this.buttonRequest); this.Controls.Add(this.textBox1); this.Controls.Add(this.label3); this.Controls.Add(this.labelMarketClosed); this.Controls.Add(this.labelHalfDay); this.Controls.Add(this.dateTimePicker1); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "HolidayTester"; this.Text = "HolidayTester"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.Label labelHalfDay; private System.Windows.Forms.Label labelMarketClosed; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button buttonRequest; private System.Windows.Forms.CheckBox checkBoxCountryUS; private System.Windows.Forms.DateTimePicker dateTimePickerNewHoliday; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox checkBoxFullDay; private System.Windows.Forms.Button buttonAdd; private System.Windows.Forms.Label labelMarketOpenNow; } }