|
|
@ -32,38 +32,50 @@ namespace ICSharpCode.Reports.Addin.ReportWizard |
|
|
|
private void InitializeComponent() |
|
|
|
private void InitializeComponent() |
|
|
|
{ |
|
|
|
{ |
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
|
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox(); |
|
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox(); |
|
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox(); |
|
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox(); |
|
|
|
this.radioTableLayout = new System.Windows.Forms.RadioButton(); |
|
|
|
this.radioTableLayout = new System.Windows.Forms.RadioButton(); |
|
|
|
this.radioListLayout = new System.Windows.Forms.RadioButton(); |
|
|
|
this.radioListLayout = new System.Windows.Forms.RadioButton(); |
|
|
|
this.groupBox1.SuspendLayout(); |
|
|
|
this.groupBox1.SuspendLayout(); |
|
|
|
|
|
|
|
this.groupBox2.SuspendLayout(); |
|
|
|
this.SuspendLayout(); |
|
|
|
this.SuspendLayout(); |
|
|
|
//
|
|
|
|
//
|
|
|
|
// groupBox1
|
|
|
|
// groupBox1
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.groupBox1.Controls.Add(this.comboBox1); |
|
|
|
this.groupBox1.Controls.Add(this.groupBox2); |
|
|
|
this.groupBox1.Controls.Add(this.checkBox1); |
|
|
|
this.groupBox1.Controls.Add(this.checkBox1); |
|
|
|
this.groupBox1.Controls.Add(this.radioTableLayout); |
|
|
|
this.groupBox1.Controls.Add(this.radioTableLayout); |
|
|
|
this.groupBox1.Controls.Add(this.radioListLayout); |
|
|
|
this.groupBox1.Controls.Add(this.radioListLayout); |
|
|
|
this.groupBox1.Location = new System.Drawing.Point(17, 18); |
|
|
|
this.groupBox1.Location = new System.Drawing.Point(17, 18); |
|
|
|
this.groupBox1.Name = "groupBox1"; |
|
|
|
this.groupBox1.Name = "groupBox1"; |
|
|
|
this.groupBox1.Size = new System.Drawing.Size(232, 205); |
|
|
|
this.groupBox1.Size = new System.Drawing.Size(232, 242); |
|
|
|
this.groupBox1.TabIndex = 2; |
|
|
|
this.groupBox1.TabIndex = 2; |
|
|
|
this.groupBox1.TabStop = false; |
|
|
|
this.groupBox1.TabStop = false; |
|
|
|
this.groupBox1.Text = "Report Layout"; |
|
|
|
this.groupBox1.Text = "Report Layout"; |
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
// groupBox2
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.groupBox2.Controls.Add(this.comboBox1); |
|
|
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(64, 146); |
|
|
|
|
|
|
|
this.groupBox2.Name = "groupBox2"; |
|
|
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(200, 64); |
|
|
|
|
|
|
|
this.groupBox2.TabIndex = 6; |
|
|
|
|
|
|
|
this.groupBox2.TabStop = false; |
|
|
|
|
|
|
|
this.groupBox2.Text = "groupBox2"; |
|
|
|
|
|
|
|
this.groupBox2.Visible = false; |
|
|
|
|
|
|
|
//
|
|
|
|
// comboBox1
|
|
|
|
// comboBox1
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.comboBox1.FormattingEnabled = true; |
|
|
|
this.comboBox1.FormattingEnabled = true; |
|
|
|
this.comboBox1.Location = new System.Drawing.Point(64, 160); |
|
|
|
this.comboBox1.Location = new System.Drawing.Point(6, 28); |
|
|
|
this.comboBox1.Name = "comboBox1"; |
|
|
|
this.comboBox1.Name = "comboBox1"; |
|
|
|
this.comboBox1.Size = new System.Drawing.Size(121, 21); |
|
|
|
this.comboBox1.Size = new System.Drawing.Size(121, 21); |
|
|
|
this.comboBox1.TabIndex = 5; |
|
|
|
this.comboBox1.TabIndex = 6; |
|
|
|
this.comboBox1.Visible = false; |
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// checkBox1
|
|
|
|
// checkBox1
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.checkBox1.Location = new System.Drawing.Point(64, 116); |
|
|
|
this.checkBox1.Location = new System.Drawing.Point(64, 106); |
|
|
|
this.checkBox1.Name = "checkBox1"; |
|
|
|
this.checkBox1.Name = "checkBox1"; |
|
|
|
this.checkBox1.Size = new System.Drawing.Size(104, 24); |
|
|
|
this.checkBox1.Size = new System.Drawing.Size(104, 24); |
|
|
|
this.checkBox1.TabIndex = 4; |
|
|
|
this.checkBox1.TabIndex = 4; |
|
|
@ -97,10 +109,12 @@ namespace ICSharpCode.Reports.Addin.ReportWizard |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.Controls.Add(this.groupBox1); |
|
|
|
this.Controls.Add(this.groupBox1); |
|
|
|
this.Name = "LayoutPanelControl"; |
|
|
|
this.Name = "LayoutPanelControl"; |
|
|
|
this.Size = new System.Drawing.Size(270, 252); |
|
|
|
this.Size = new System.Drawing.Size(331, 284); |
|
|
|
this.groupBox1.ResumeLayout(false); |
|
|
|
this.groupBox1.ResumeLayout(false); |
|
|
|
|
|
|
|
this.groupBox2.ResumeLayout(false); |
|
|
|
this.ResumeLayout(false); |
|
|
|
this.ResumeLayout(false); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2; |
|
|
|
private System.Windows.Forms.CheckBox checkBox1; |
|
|
|
private System.Windows.Forms.CheckBox checkBox1; |
|
|
|
private System.Windows.Forms.ComboBox comboBox1; |
|
|
|
private System.Windows.Forms.ComboBox comboBox1; |
|
|
|
private System.Windows.Forms.RadioButton radioTableLayout; |
|
|
|
private System.Windows.Forms.RadioButton radioTableLayout; |
|
|
|