72 lines
3.6 KiB
C#
72 lines
3.6 KiB
C#
namespace TBF.Rig.Output.DB.ResultsWriter
|
|
{
|
|
partial class ResultsWriterResultsDlg
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null)) components.Dispose();
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
this.resultsConfigCtrl = new Results.Forms.ResultsConfigCtrl();
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
|
|
this.resultsConfigCtrl.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.resultsConfigCtrl.Location = new System.Drawing.Point(3, 3);
|
|
this.resultsConfigCtrl.Name = "resultsConfigCtrl";
|
|
this.resultsConfigCtrl.Size = new System.Drawing.Size(925, 496);
|
|
this.resultsConfigCtrl.TabIndex = 0;
|
|
this.resultsConfigCtrl.Unlocked = true;
|
|
|
|
this.okButton.Anchor =
|
|
((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom |
|
|
System.Windows.Forms.AnchorStyles.Right)));
|
|
this.okButton.Location = new System.Drawing.Point(714, 512);
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.Size = new System.Drawing.Size(104, 30);
|
|
this.okButton.TabIndex = 1;
|
|
this.okButton.Text = "OK";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
|
|
this.cancelButton.Anchor =
|
|
((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom |
|
|
System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.cancelButton.Location = new System.Drawing.Point(824, 512);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(104, 30);
|
|
this.cancelButton.TabIndex = 2;
|
|
this.cancelButton.Text = "Cancel";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
|
|
this.AcceptButton = this.okButton;
|
|
this.CancelButton = this.cancelButton;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(940, 554);
|
|
this.Controls.Add(this.cancelButton);
|
|
this.Controls.Add(this.okButton);
|
|
this.Controls.Add(this.resultsConfigCtrl);
|
|
this.Name = "ResultsWriterResultsDlg";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "ResultsWriter configuration";
|
|
this.Load += new System.EventHandler(this.ResultsWriterResultsDlg_Load);
|
|
this.ResumeLayout(false);
|
|
}
|
|
|
|
private Results.Forms.ResultsConfigCtrl resultsConfigCtrl;
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
}
|
|
} |