123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- namespace FastReport.Data.ConnectionEditors
- {
- partial class MsAccessConnectionEditor
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.gbDatabase = new System.Windows.Forms.GroupBox();
- this.tbPassword = new System.Windows.Forms.TextBox();
- this.tbUserName = new System.Windows.Forms.TextBox();
- this.lblPassword = new System.Windows.Forms.Label();
- this.lblUserName = new System.Windows.Forms.Label();
- this.tbDatabase = new FastReport.Controls.TextBoxButton();
- this.lblDatabase = new System.Windows.Forms.Label();
- this.btnAdvanced = new System.Windows.Forms.Button();
- this.cbxProvider = new System.Windows.Forms.ComboBox();
- this.lbProvider = new System.Windows.Forms.Label();
- this.gbDatabase.SuspendLayout();
- this.SuspendLayout();
- //
- // gbDatabase
- //
- this.gbDatabase.Controls.Add(this.tbPassword);
- this.gbDatabase.Controls.Add(this.tbUserName);
- this.gbDatabase.Controls.Add(this.lblPassword);
- this.gbDatabase.Controls.Add(this.lblUserName);
- this.gbDatabase.Controls.Add(this.tbDatabase);
- this.gbDatabase.Controls.Add(this.lblDatabase);
- this.gbDatabase.Controls.Add(this.cbxProvider);
- this.gbDatabase.Controls.Add(this.lbProvider);
- this.gbDatabase.Controls.Add(this.btnAdvanced);
- this.gbDatabase.Location = new System.Drawing.Point(8, 4);
- this.gbDatabase.Name = "gbDatabase";
- this.gbDatabase.Size = new System.Drawing.Size(320, 190);
- this.gbDatabase.TabIndex = 0;
- this.gbDatabase.TabStop = false;
- this.gbDatabase.Text = "Database";
- //
- // tbPassword
- //
- this.tbPassword.Location = new System.Drawing.Point(120, 126);
- this.tbPassword.Name = "tbPassword";
- this.tbPassword.Size = new System.Drawing.Size(188, 20);
- this.tbPassword.TabIndex = 4;
- this.tbPassword.UseSystemPasswordChar = true;
- //
- // tbUserName
- //
- this.tbUserName.Location = new System.Drawing.Point(120, 102);
- this.tbUserName.Name = "tbUserName";
- this.tbUserName.Size = new System.Drawing.Size(188, 20);
- this.tbUserName.TabIndex = 3;
- //
- // lblPassword
- //
- this.lblPassword.AutoSize = true;
- this.lblPassword.Location = new System.Drawing.Point(12, 130);
- this.lblPassword.Name = "lblPassword";
- this.lblPassword.Size = new System.Drawing.Size(56, 13);
- this.lblPassword.TabIndex = 3;
- this.lblPassword.Text = "Password:";
- //
- // lblUserName
- //
- this.lblUserName.AutoSize = true;
- this.lblUserName.Location = new System.Drawing.Point(12, 106);
- this.lblUserName.Name = "lblUserName";
- this.lblUserName.Size = new System.Drawing.Size(61, 13);
- this.lblUserName.TabIndex = 2;
- this.lblUserName.Text = "User name:";
- //
- // tbDatabase
- //
- this.tbDatabase.ButtonText = "";
- this.tbDatabase.Image = null;
- this.tbDatabase.Location = new System.Drawing.Point(12, 40);
- this.tbDatabase.Name = "tbDatabase";
- this.tbDatabase.Size = new System.Drawing.Size(296, 21);
- this.tbDatabase.TabIndex = 1;
- this.tbDatabase.ButtonClick += new System.EventHandler(this.tbDatabase_ButtonClick);
- //
- // lblDatabase
- //
- this.lblDatabase.AutoSize = true;
- this.lblDatabase.Location = new System.Drawing.Point(12, 20);
- this.lblDatabase.Name = "lblDatabase";
- this.lblDatabase.Size = new System.Drawing.Size(101, 13);
- this.lblDatabase.TabIndex = 0;
- this.lblDatabase.Text = "Database file name:";
- //
- // btnAdvanced
- //
- this.btnAdvanced.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnAdvanced.AutoSize = true;
- this.btnAdvanced.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
- this.btnAdvanced.Location = new System.Drawing.Point(234, 156);
- this.btnAdvanced.Name = "btnAdvanced";
- this.btnAdvanced.Size = new System.Drawing.Size(75, 23);
- this.btnAdvanced.TabIndex = 5;
- this.btnAdvanced.Text = "Advanced...";
- this.btnAdvanced.UseVisualStyleBackColor = true;
- this.btnAdvanced.Click += new System.EventHandler(this.btnAdvanced_Click);
- //
- // lbProvider
- //
- this.lbProvider.Location = new System.Drawing.Point(12, 80);
- this.lbProvider.Name = "lbProvider";
- this.lbProvider.Size = new System.Drawing.Size(100, 16);
- this.lbProvider.Text = "Provider:";
- this.lbProvider.TabIndex = 6;
- //
- // cbxProvider
- //
- this.cbxProvider.Location = new System.Drawing.Point(120, 76);
- this.cbxProvider.Name = "cbxProvider";
- this.cbxProvider.Size = new System.Drawing.Size(188, 16);
- this.cbxProvider.TabIndex = 2;
- this.cbxProvider.Items.AddRange(MsAccessDataConnection.ProviderList);
- this.cbxProvider.SelectedIndex = 0;
- this.cbxProvider.SelectedIndexChanged += CbxProvider_SelectedIndexChanged;
- //
- // MsAccessConnectionEditor
- //
- this.Controls.Add(this.gbDatabase);
- this.Name = "MsAccessConnectionEditor";
- this.Size = new System.Drawing.Size(336, 200);
- this.gbDatabase.ResumeLayout(false);
- this.gbDatabase.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.GroupBox gbDatabase;
- private System.Windows.Forms.TextBox tbPassword;
- private System.Windows.Forms.TextBox tbUserName;
- private System.Windows.Forms.Label lblPassword;
- private System.Windows.Forms.Label lblUserName;
- private FastReport.Controls.TextBoxButton tbDatabase;
- private System.Windows.Forms.Label lblDatabase;
- private System.Windows.Forms.Button btnAdvanced;
- private FastReport.Controls.LabelLine labelLine1;
- private System.Windows.Forms.ComboBox cbxProvider;
- private System.Windows.Forms.Label lbProvider;
- }
- }
|