namespace HotelPms.Share.Windows.Tool { partial class DBLogin { /// /// 必要なデザイナ変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中のリソースをすべてクリーンアップします。 /// /// マネージ リソースが破棄される場合 true、破棄されない場合は false です。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows フォーム デザイナで生成されたコード /// /// デザイナ サポートに必要なメソッドです。このメソッドの内容を /// コード エディタで変更しないでください。 /// private void InitializeComponent() { this.txtDstCatalog = new System.Windows.Forms.TextBox(); this.lblDstCatalog = new System.Windows.Forms.Label(); this.txtDstPassword = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtDstUser = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cmbSrcDataSource = new System.Windows.Forms.ComboBox(); this.btnLogin = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.listBox1 = new System.Windows.Forms.ListBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // txtDstCatalog // this.txtDstCatalog.Location = new System.Drawing.Point(122, 103); this.txtDstCatalog.Name = "txtDstCatalog"; this.txtDstCatalog.Size = new System.Drawing.Size(123, 19); this.txtDstCatalog.TabIndex = 4; // // lblDstCatalog // this.lblDstCatalog.AutoSize = true; this.lblDstCatalog.Location = new System.Drawing.Point(20, 106); this.lblDstCatalog.Name = "lblDstCatalog"; this.lblDstCatalog.Size = new System.Drawing.Size(74, 12); this.lblDstCatalog.TabIndex = 14; this.lblDstCatalog.Text = "データベース名"; // // txtDstPassword // this.txtDstPassword.Location = new System.Drawing.Point(122, 78); this.txtDstPassword.Name = "txtDstPassword"; this.txtDstPassword.Size = new System.Drawing.Size(123, 19); this.txtDstPassword.TabIndex = 3; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(21, 81); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(52, 12); this.label6.TabIndex = 12; this.label6.Text = "パスワード"; // // txtDstUser // this.txtDstUser.Location = new System.Drawing.Point(122, 53); this.txtDstUser.Name = "txtDstUser"; this.txtDstUser.Size = new System.Drawing.Size(123, 19); this.txtDstUser.TabIndex = 2; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(20, 56); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(45, 12); this.label7.TabIndex = 10; this.label7.Text = "ユーザー"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(21, 31); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(57, 12); this.label8.TabIndex = 8; this.label8.Text = "サーバー名"; // // groupBox1 // this.groupBox1.Controls.Add(this.cmbSrcDataSource); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.txtDstCatalog); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.lblDstCatalog); this.groupBox1.Controls.Add(this.txtDstUser); this.groupBox1.Controls.Add(this.txtDstPassword); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(282, 145); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "予約センター"; // // cmbSrcDataSource // this.cmbSrcDataSource.FormattingEnabled = true; this.cmbSrcDataSource.Location = new System.Drawing.Point(122, 27); this.cmbSrcDataSource.Name = "cmbSrcDataSource"; this.cmbSrcDataSource.Size = new System.Drawing.Size(123, 20); this.cmbSrcDataSource.TabIndex = 15; this.cmbSrcDataSource.Text = "SC1425"; this.cmbSrcDataSource.DropDown += new System.EventHandler(this.cmbSrcDataSource_DropDown); // // btnLogin // this.btnLogin.Location = new System.Drawing.Point(315, 86); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(96, 27); this.btnLogin.TabIndex = 18; this.btnLogin.Text = "ログイン"; this.btnLogin.UseVisualStyleBackColor = true; this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(315, 130); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(96, 27); this.btnCancel.TabIndex = 19; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(12, 163); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(409, 160); this.listBox1.TabIndex = 20; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); // // DBLogin // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(433, 331); this.Controls.Add(this.listBox1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnLogin); this.Controls.Add(this.groupBox1); this.MaximumSize = new System.Drawing.Size(441, 365); this.Name = "DBLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ログイン"; this.Shown += new System.EventHandler(this.Login_Shown); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox txtDstCatalog; private System.Windows.Forms.Label lblDstCatalog; private System.Windows.Forms.TextBox txtDstPassword; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtDstUser; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnLogin; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.ComboBox cmbSrcDataSource; private System.Windows.Forms.ListBox listBox1; } }