~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/Misc/Reports/ICSharpCode.Reports.Addin/Project/ReportWizard/WizardPanels/LayoutPanelControl.Designer.cs

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
 
2
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
 
3
 
 
4
namespace ICSharpCode.Reports.Addin.ReportWizard
 
5
{
 
6
        partial class LayoutPanelControl
 
7
        {
 
8
                /// <summary>
 
9
                /// Designer variable used to keep track of non-visual components.
 
10
                /// </summary>
 
11
                private System.ComponentModel.IContainer components = null;
 
12
                
 
13
                /// <summary>
 
14
                /// Disposes resources used by the control.
 
15
                /// </summary>
 
16
                /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 
17
                protected override void Dispose(bool disposing)
 
18
                {
 
19
                        if (disposing) {
 
20
                                if (components != null) {
 
21
                                        components.Dispose();
 
22
                                }
 
23
                        }
 
24
                        base.Dispose(disposing);
 
25
                }
 
26
                
 
27
                /// <summary>
 
28
                /// This method is required for Windows Forms designer support.
 
29
                /// Do not change the method contents inside the source code editor. The Forms designer might
 
30
                /// not be able to load this method if it was changed manually.
 
31
                /// </summary>
 
32
                private void InitializeComponent()
 
33
                {
 
34
                        this.groupBox1 = new System.Windows.Forms.GroupBox();
 
35
                        this.groupBox2 = new System.Windows.Forms.GroupBox();
 
36
                        this.comboBox1 = new System.Windows.Forms.ComboBox();
 
37
                        this.checkBox1 = new System.Windows.Forms.CheckBox();
 
38
                        this.radioTableLayout = new System.Windows.Forms.RadioButton();
 
39
                        this.radioListLayout = new System.Windows.Forms.RadioButton();
 
40
                        this.groupBox1.SuspendLayout();
 
41
                        this.groupBox2.SuspendLayout();
 
42
                        this.SuspendLayout();
 
43
                        // 
 
44
                        // groupBox1
 
45
                        // 
 
46
                        this.groupBox1.Controls.Add(this.groupBox2);
 
47
                        this.groupBox1.Controls.Add(this.checkBox1);
 
48
                        this.groupBox1.Controls.Add(this.radioTableLayout);
 
49
                        this.groupBox1.Controls.Add(this.radioListLayout);
 
50
                        this.groupBox1.Location = new System.Drawing.Point(17, 18);
 
51
                        this.groupBox1.Name = "groupBox1";
 
52
                        this.groupBox1.Size = new System.Drawing.Size(232, 242);
 
53
                        this.groupBox1.TabIndex = 2;
 
54
                        this.groupBox1.TabStop = false;
 
55
                        this.groupBox1.Text = "Report Layout";
 
56
                        // 
 
57
                        // groupBox2
 
58
                        // 
 
59
                        this.groupBox2.Controls.Add(this.comboBox1);
 
60
                        this.groupBox2.Location = new System.Drawing.Point(55, 146);
 
61
                        this.groupBox2.Name = "groupBox2";
 
62
                        this.groupBox2.Size = new System.Drawing.Size(200, 64);
 
63
                        this.groupBox2.TabIndex = 6;
 
64
                        this.groupBox2.TabStop = false;
 
65
                        this.groupBox2.Text = "groupBox2";
 
66
                        this.groupBox2.Visible = false;
 
67
                        // 
 
68
                        // comboBox1
 
69
                        // 
 
70
                        this.comboBox1.FormattingEnabled = true;
 
71
                        this.comboBox1.Location = new System.Drawing.Point(6, 28);
 
72
                        this.comboBox1.Name = "comboBox1";
 
73
                        this.comboBox1.Size = new System.Drawing.Size(121, 21);
 
74
                        this.comboBox1.TabIndex = 6;
 
75
                        // 
 
76
                        // checkBox1
 
77
                        // 
 
78
                        this.checkBox1.Location = new System.Drawing.Point(64, 106);
 
79
                        this.checkBox1.Name = "checkBox1";
 
80
                        this.checkBox1.Size = new System.Drawing.Size(104, 24);
 
81
                        this.checkBox1.TabIndex = 4;
 
82
                        this.checkBox1.Text = "Grouping";
 
83
                        this.checkBox1.UseVisualStyleBackColor = true;
 
84
                        this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1CheckedChanged);
 
85
                        // 
 
86
                        // radioTableLayout
 
87
                        // 
 
88
                        this.radioTableLayout.Location = new System.Drawing.Point(64, 65);
 
89
                        this.radioTableLayout.Name = "radioTableLayout";
 
90
                        this.radioTableLayout.Size = new System.Drawing.Size(104, 24);
 
91
                        this.radioTableLayout.TabIndex = 3;
 
92
                        this.radioTableLayout.TabStop = true;
 
93
                        this.radioTableLayout.Text = "Table Layout";
 
94
                        this.radioTableLayout.UseVisualStyleBackColor = true;
 
95
                        // 
 
96
                        // radioListLayout
 
97
                        // 
 
98
                        this.radioListLayout.Location = new System.Drawing.Point(64, 19);
 
99
                        this.radioListLayout.Name = "radioListLayout";
 
100
                        this.radioListLayout.Size = new System.Drawing.Size(104, 24);
 
101
                        this.radioListLayout.TabIndex = 2;
 
102
                        this.radioListLayout.TabStop = true;
 
103
                        this.radioListLayout.Text = "List Layout";
 
104
                        this.radioListLayout.UseVisualStyleBackColor = true;
 
105
                        // 
 
106
                        // LayoutPanelControl
 
107
                        // 
 
108
                        this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 
109
                        this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
110
                        this.Controls.Add(this.groupBox1);
 
111
                        this.Name = "LayoutPanelControl";
 
112
                        this.Size = new System.Drawing.Size(331, 284);
 
113
                        this.groupBox1.ResumeLayout(false);
 
114
                        this.groupBox2.ResumeLayout(false);
 
115
                        this.ResumeLayout(false);
 
116
                }
 
117
                private System.Windows.Forms.GroupBox groupBox2;
 
118
                private System.Windows.Forms.CheckBox checkBox1;
 
119
                private System.Windows.Forms.ComboBox comboBox1;
 
120
                private System.Windows.Forms.RadioButton radioTableLayout;
 
121
                private System.Windows.Forms.RadioButton radioListLayout;
 
122
                private System.Windows.Forms.GroupBox groupBox1;
 
123
                
 
124
        }
 
125
}