namespace ErrorAnalysis.UI { partial class Report { /// /// 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() { btnExport = new Button(); btnCancel = new Button(); rdoWord = new RadioButton(); rdoPdf = new RadioButton(); SuspendLayout(); // // btnExport // btnExport.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; btnExport.Location = new Point(147, 52); btnExport.Name = "btnExport"; btnExport.Size = new Size(75, 23); btnExport.TabIndex = 1; btnExport.Text = "Export"; btnExport.UseVisualStyleBackColor = true; btnExport.Click += btnExport_Click; // // btnCancel // btnCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; btnCancel.Location = new Point(66, 52); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(75, 23); btnCancel.TabIndex = 2; btnCancel.Text = "Cancel"; btnCancel.UseVisualStyleBackColor = true; btnCancel.Click += btnCancel_Click; // // rdoWord // rdoWord.AutoSize = true; rdoWord.Location = new Point(109, 12); rdoWord.Name = "rdoWord"; rdoWord.Size = new Size(65, 21); rdoWord.TabIndex = 4; rdoWord.Text = "WORD"; rdoWord.UseVisualStyleBackColor = true; // // rdoPdf // rdoPdf.AutoSize = true; rdoPdf.Checked = true; rdoPdf.Location = new Point(31, 12); rdoPdf.Name = "rdoPdf"; rdoPdf.Size = new Size(48, 21); rdoPdf.TabIndex = 3; rdoPdf.TabStop = true; rdoPdf.Text = "PDF"; rdoPdf.UseVisualStyleBackColor = true; // // Report // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(226, 81); Controls.Add(rdoWord); Controls.Add(rdoPdf); Controls.Add(btnCancel); Controls.Add(btnExport); MaximizeBox = false; MinimizeBox = false; Name = "Report"; StartPosition = FormStartPosition.CenterScreen; Text = "Report"; ResumeLayout(false); PerformLayout(); } #endregion private Button btnExport; private Button btnCancel; private RadioButton rdoWord; private RadioButton rdoPdf; } }