CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
CslaDataSourceConfiguration.designer.cs
Go to the documentation of this file.
1namespace Csla.Web.Design
2{
3 partial class CslaDataSourceConfiguration
4 {
8 private System.ComponentModel.IContainer components = null;
9
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
29 private void InitializeComponent()
30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CslaDataSourceConfiguration));
32 this.label2 = new System.Windows.Forms.Label();
33 this.okButton = new System.Windows.Forms.Button();
34 this.cancelButton = new System.Windows.Forms.Button();
35 this.TypeComboBox = new System.Windows.Forms.ComboBox();
36 this.SuspendLayout();
37 //
38 // label2
39 //
40 resources.ApplyResources(this.label2, "label2");
41 this.label2.Name = "label2";
42 //
43 // okButton
44 //
45 resources.ApplyResources(this.okButton, "okButton");
46 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
47 this.okButton.Name = "okButton";
48 this.okButton.UseVisualStyleBackColor = true;
49 //
50 // cancelButton
51 //
52 resources.ApplyResources(this.cancelButton, "cancelButton");
53 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
54 this.cancelButton.Name = "cancelButton";
55 this.cancelButton.UseVisualStyleBackColor = true;
56 //
57 // TypeComboBox
58 //
59 resources.ApplyResources(this.TypeComboBox, "TypeComboBox");
60 this.TypeComboBox.FormattingEnabled = true;
61 this.TypeComboBox.Name = "TypeComboBox";
62 this.TypeComboBox.Sorted = true;
63 //
64 // CslaDataSourceConfiguration
65 //
66 this.AcceptButton = this.okButton;
67 resources.ApplyResources(this, "$this");
68 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
69 this.CancelButton = this.cancelButton;
70 this.ControlBox = false;
71 this.Controls.Add(this.TypeComboBox);
72 this.Controls.Add(this.cancelButton);
73 this.Controls.Add(this.okButton);
74 this.Controls.Add(this.label2);
75 this.MaximizeBox = false;
76 this.MinimizeBox = false;
77 this.Name = "CslaDataSourceConfiguration";
78 this.ShowInTaskbar = false;
79 this.ResumeLayout(false);
80 this.PerformLayout();
81
82 }
83
84 #endregion
85
86 private System.Windows.Forms.Label label2;
87 private System.Windows.Forms.Button okButton;
88 private System.Windows.Forms.Button cancelButton;
89 private System.Windows.Forms.ComboBox TypeComboBox;
90 }
91}
override void Dispose(bool disposing)
Clean up any resources being used.