namespace PrevuAPIUtils { partial class CreateClientInfoRecords { /// /// 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.label1 = new System.Windows.Forms.Label(); this.clientNameTbx = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.contractEndDatePkr = new System.Windows.Forms.DateTimePicker(); this.label3 = new System.Windows.Forms.Label(); this.EFUserIDTbx = new System.Windows.Forms.TextBox(); this.EFPwdTbx = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.EFDBNameTbx = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.APITokenTbx = new System.Windows.Forms.TextBox(); this.EFCntxTbx = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.createRecBtn = new System.Windows.Forms.Button(); this.regionCombo = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.EFServerTbx = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(43, 64); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 13); this.label1.TabIndex = 0; this.label1.Text = "Client Name:"; // // clientNameTbx // this.clientNameTbx.Location = new System.Drawing.Point(148, 61); this.clientNameTbx.Name = "clientNameTbx"; this.clientNameTbx.Size = new System.Drawing.Size(200, 20); this.clientNameTbx.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(43, 102); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(98, 13); this.label2.TabIndex = 2; this.label2.Text = "Contract End Date:"; // // contractEndDatePkr // this.contractEndDatePkr.Location = new System.Drawing.Point(148, 96); this.contractEndDatePkr.Name = "contractEndDatePkr"; this.contractEndDatePkr.Size = new System.Drawing.Size(200, 20); this.contractEndDatePkr.TabIndex = 3; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(43, 147); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 13); this.label3.TabIndex = 4; this.label3.Text = "Prevu EF UserID:"; // // EFUserIDTbx // this.EFUserIDTbx.Location = new System.Drawing.Point(148, 144); this.EFUserIDTbx.Name = "EFUserIDTbx"; this.EFUserIDTbx.Size = new System.Drawing.Size(200, 20); this.EFUserIDTbx.TabIndex = 5; // // EFPwdTbx // this.EFPwdTbx.Location = new System.Drawing.Point(148, 180); this.EFPwdTbx.Name = "EFPwdTbx"; this.EFPwdTbx.Size = new System.Drawing.Size(200, 20); this.EFPwdTbx.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(43, 183); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(78, 13); this.label4.TabIndex = 6; this.label4.Text = "Prevu EF Pwd:"; // // EFDBNameTbx // this.EFDBNameTbx.Location = new System.Drawing.Point(148, 216); this.EFDBNameTbx.Name = "EFDBNameTbx"; this.EFDBNameTbx.Size = new System.Drawing.Size(200, 20); this.EFDBNameTbx.TabIndex = 9; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(43, 219); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(103, 13); this.label5.TabIndex = 8; this.label5.Text = "Prevu EF DB Name:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(46, 292); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(61, 13); this.label6.TabIndex = 10; this.label6.Text = "API Token:"; // // APITokenTbx // this.APITokenTbx.Location = new System.Drawing.Point(49, 308); this.APITokenTbx.Name = "APITokenTbx"; this.APITokenTbx.Size = new System.Drawing.Size(558, 20); this.APITokenTbx.TabIndex = 11; // // EFCntxTbx // this.EFCntxTbx.Location = new System.Drawing.Point(49, 359); this.EFCntxTbx.Name = "EFCntxTbx"; this.EFCntxTbx.Size = new System.Drawing.Size(558, 20); this.EFCntxTbx.TabIndex = 13; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(43, 343); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(152, 13); this.label7.TabIndex = 12; this.label7.Text = "Client Info Connection Record:"; // // createRecBtn // this.createRecBtn.Location = new System.Drawing.Point(434, 219); this.createRecBtn.Name = "createRecBtn"; this.createRecBtn.Size = new System.Drawing.Size(113, 23); this.createRecBtn.TabIndex = 14; this.createRecBtn.Text = "create record"; this.createRecBtn.UseVisualStyleBackColor = true; this.createRecBtn.Click += new System.EventHandler(this.createRecBtn_Click); // // regionCombo // this.regionCombo.FormattingEnabled = true; this.regionCombo.Items.AddRange(new object[] { "Production", "UAT", "QA", "Dev"}); this.regionCombo.Location = new System.Drawing.Point(426, 56); this.regionCombo.Name = "regionCombo"; this.regionCombo.Size = new System.Drawing.Size(150, 21); this.regionCombo.TabIndex = 15; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(376, 64); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(44, 13); this.label8.TabIndex = 16; this.label8.Text = "Region:"; // // EFServerTbx // this.EFServerTbx.Location = new System.Drawing.Point(148, 254); this.EFServerTbx.Name = "EFServerTbx"; this.EFServerTbx.Size = new System.Drawing.Size(200, 20); this.EFServerTbx.TabIndex = 18; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(43, 257); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(88, 13); this.label9.TabIndex = 17; this.label9.Text = "Prevu EF Server:"; // // button1 // this.button1.Location = new System.Drawing.Point(426, 252); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(113, 23); this.button1.TabIndex = 19; this.button1.Text = "decode record"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // CreateClientInfoRecords // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(619, 434); this.Controls.Add(this.button1); this.Controls.Add(this.EFServerTbx); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.regionCombo); this.Controls.Add(this.createRecBtn); this.Controls.Add(this.EFCntxTbx); this.Controls.Add(this.label7); this.Controls.Add(this.APITokenTbx); this.Controls.Add(this.label6); this.Controls.Add(this.EFDBNameTbx); this.Controls.Add(this.label5); this.Controls.Add(this.EFPwdTbx); this.Controls.Add(this.label4); this.Controls.Add(this.EFUserIDTbx); this.Controls.Add(this.label3); this.Controls.Add(this.contractEndDatePkr); this.Controls.Add(this.label2); this.Controls.Add(this.clientNameTbx); this.Controls.Add(this.label1); this.Name = "CreateClientInfoRecords"; this.Text = "CreateClientInfoRecords"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox clientNameTbx; private System.Windows.Forms.Label label2; private System.Windows.Forms.DateTimePicker contractEndDatePkr; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox EFUserIDTbx; private System.Windows.Forms.TextBox EFPwdTbx; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox EFDBNameTbx; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox APITokenTbx; private System.Windows.Forms.TextBox EFCntxTbx; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button createRecBtn; private System.Windows.Forms.ComboBox regionCombo; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox EFServerTbx; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button button1; } }