namespace AyaNovaQBI { partial class FixPriceDifference { /// /// 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.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.lblTitle = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rbChangeQB = new System.Windows.Forms.RadioButton(); this.rbChangeAya = new System.Windows.Forms.RadioButton(); this.rbQBOnce = new System.Windows.Forms.RadioButton(); this.rbAyaOnce = new System.Windows.Forms.RadioButton(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // btnOK // this.btnOK.Location = new System.Drawing.Point(550, 368); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 6; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(4, 368); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 5; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lblTitle // this.lblTitle.BackColor = System.Drawing.SystemColors.Window; this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.ForeColor = System.Drawing.SystemColors.WindowText; this.lblTitle.Location = new System.Drawing.Point(4, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(628, 74); this.lblTitle.TabIndex = 7; this.lblTitle.Text = "title"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupBox1 // this.groupBox1.Controls.Add(this.rbChangeQB); this.groupBox1.Controls.Add(this.rbChangeAya); this.groupBox1.Controls.Add(this.rbQBOnce); this.groupBox1.Controls.Add(this.rbAyaOnce); this.groupBox1.Location = new System.Drawing.Point(4, 77); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(628, 153); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; // // rbChangeQB // this.rbChangeQB.AutoSize = true; this.rbChangeQB.Location = new System.Drawing.Point(9, 119); this.rbChangeQB.Name = "rbChangeQB"; this.rbChangeQB.Size = new System.Drawing.Size(420, 17); this.rbChangeQB.TabIndex = 3; this.rbChangeQB.TabStop = true; this.rbChangeQB.Tag = "CHANGEQB"; this.rbChangeQB.Text = "Change the QuickBooks object\'s default price to be the AyaNova price from now on"; this.rbChangeQB.UseVisualStyleBackColor = true; this.rbChangeQB.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); // // rbChangeAya // this.rbChangeAya.AutoSize = true; this.rbChangeAya.Location = new System.Drawing.Point(9, 86); this.rbChangeAya.Name = "rbChangeAya"; this.rbChangeAya.Size = new System.Drawing.Size(420, 17); this.rbChangeAya.TabIndex = 2; this.rbChangeAya.TabStop = true; this.rbChangeAya.Tag = "CHANGEAYA"; this.rbChangeAya.Text = "Change the AyaNova object\'s default price to be the QuickBooks price from now on"; this.rbChangeAya.UseVisualStyleBackColor = true; this.rbChangeAya.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); // // rbQBOnce // this.rbQBOnce.AutoSize = true; this.rbQBOnce.Location = new System.Drawing.Point(9, 53); this.rbQBOnce.Name = "rbQBOnce"; this.rbQBOnce.Size = new System.Drawing.Size(305, 17); this.rbQBOnce.TabIndex = 1; this.rbQBOnce.TabStop = true; this.rbQBOnce.Tag = "QBONCE"; this.rbQBOnce.Text = "Change the work order item\'s price to the QuickBooks price"; this.rbQBOnce.UseVisualStyleBackColor = true; this.rbQBOnce.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); // // rbAyaOnce // this.rbAyaOnce.AutoSize = true; this.rbAyaOnce.Location = new System.Drawing.Point(9, 20); this.rbAyaOnce.Name = "rbAyaOnce"; this.rbAyaOnce.Size = new System.Drawing.Size(295, 17); this.rbAyaOnce.TabIndex = 0; this.rbAyaOnce.TabStop = true; this.rbAyaOnce.Tag = "AYAONCE"; this.rbAyaOnce.Text = "Use the work order price as it is; even though it\'s different"; this.rbAyaOnce.UseVisualStyleBackColor = true; this.rbAyaOnce.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged); // // FixPriceDifference // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(637, 403); this.ControlBox = false; this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnOK); this.Controls.Add(this.btnCancel); this.Controls.Add(this.lblTitle); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "FixPriceDifference"; this.ShowInTaskbar = false; this.Text = "Resolve AyaNova object price"; this.Load += new System.EventHandler(this.SetQBClass_load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton rbChangeQB; private System.Windows.Forms.RadioButton rbChangeAya; private System.Windows.Forms.RadioButton rbQBOnce; private System.Windows.Forms.RadioButton rbAyaOnce; } }