3 partial class CslaDataSourceConfiguration
8 private System.ComponentModel.IContainer components =
null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components !=
null))
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
29 private void InitializeComponent()
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();
40 resources.ApplyResources(this.label2,
"label2");
41 this.label2.Name =
"label2";
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;
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;
59 resources.ApplyResources(this.TypeComboBox,
"TypeComboBox");
60 this.TypeComboBox.FormattingEnabled =
true;
61 this.TypeComboBox.Name =
"TypeComboBox";
62 this.TypeComboBox.Sorted =
true;
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);
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;
CslaDataSource configuration form.
override void Dispose(bool disposing)
Clean up any resources being used.