diff options
author | emkael <emkael@tlen.pl> | 2018-11-16 20:05:08 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-10-27 14:53:42 +0100 |
commit | becf3691eb4691e952eb3bc37db97145ffd73c5b (patch) | |
tree | 6d3008e3a32fb1f7031da6dd7d0124b34a2dea2f | |
parent | b61a1b86710125970d269ee2a20a291d47e60b96 (diff) |
Setting S3 bucket ID from settings window
-rw-r--r-- | spedytor/Form1.cs | 4 | ||||
-rw-r--r-- | spedytor/MysqlSettings.Designer.cs | 89 | ||||
-rw-r--r-- | spedytor/MysqlSettings.cs | 3 |
3 files changed, 62 insertions, 34 deletions
diff --git a/spedytor/Form1.cs b/spedytor/Form1.cs index f6370b1..ce730c6 100644 --- a/spedytor/Form1.cs +++ b/spedytor/Form1.cs @@ -41,7 +41,9 @@ namespace spedytor private void checkS3Options() { - cSend.Enabled = (Properties.S3Settings.Default.AWS_ACCESS_KEY.Length > 0 && Properties.S3Settings.Default.AWS_SECRET_KEY.Length > 0); + cSend.Enabled = (Properties.S3Settings.Default.AWS_ACCESS_KEY.Length > 0 + && Properties.S3Settings.Default.AWS_SECRET_KEY.Length > 0 + && Properties.S3Settings.Default.AWS_BUCKET_ID.Length > 0); if (!cSend.Enabled) { cSend.Checked = false; diff --git a/spedytor/MysqlSettings.Designer.cs b/spedytor/MysqlSettings.Designer.cs index 55f0d45..0cf00a9 100644 --- a/spedytor/MysqlSettings.Designer.cs +++ b/spedytor/MysqlSettings.Designer.cs @@ -35,11 +35,13 @@ this.ePort = new System.Windows.Forms.TextBox(); this.bOk = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.label1 = new System.Windows.Forms.Label(); - this.label2 = new System.Windows.Forms.Label(); - this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.label5 = new System.Windows.Forms.Label(); + this.eS3Bucket = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.eS3ID = new System.Windows.Forms.TextBox(); @@ -79,7 +81,7 @@ // // bOk // - this.bOk.Location = new System.Drawing.Point(12, 227); + this.bOk.Location = new System.Drawing.Point(12, 253); this.bOk.Name = "bOk"; this.bOk.Size = new System.Drawing.Size(155, 23); this.bOk.TabIndex = 4; @@ -104,25 +106,15 @@ this.groupBox1.TabStop = false; this.groupBox1.Text = "MySQL"; // - // label1 - // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(11, 22); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(32, 13); - this.label1.TabIndex = 4; - this.label1.Text = "Host:"; - this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; - // - // label2 + // label4 // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(11, 48); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(32, 13); - this.label2.TabIndex = 5; - this.label2.Text = "User:"; - this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.label4.AutoSize = true; + this.label4.Location = new System.Drawing.Point(14, 100); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(29, 13); + this.label4.TabIndex = 7; + this.label4.Text = "Port:"; + this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // @@ -134,29 +126,58 @@ this.label3.Text = "Hasło:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // - // label4 + // label2 // - this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(14, 100); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(29, 13); - this.label4.TabIndex = 7; - this.label4.Text = "Port:"; - this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(11, 48); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(32, 13); + this.label2.TabIndex = 5; + this.label2.Text = "User:"; + this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(11, 22); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(32, 13); + this.label1.TabIndex = 4; + this.label1.Text = "Host:"; + this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox2 // + this.groupBox2.Controls.Add(this.label5); + this.groupBox2.Controls.Add(this.eS3Bucket); this.groupBox2.Controls.Add(this.label7); this.groupBox2.Controls.Add(this.label8); this.groupBox2.Controls.Add(this.eS3ID); this.groupBox2.Controls.Add(this.eS3Key); this.groupBox2.Location = new System.Drawing.Point(12, 144); this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(155, 77); + this.groupBox2.Size = new System.Drawing.Size(155, 102); this.groupBox2.TabIndex = 8; this.groupBox2.TabStop = false; this.groupBox2.Text = "S3"; // + // label5 + // + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(7, 74); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(37, 13); + this.label5.TabIndex = 7; + this.label5.Text = "Adres:"; + this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // eS3Bucket + // + this.eS3Bucket.Location = new System.Drawing.Point(49, 71); + this.eS3Bucket.Name = "eS3Bucket"; + this.eS3Bucket.Size = new System.Drawing.Size(100, 20); + this.eS3Bucket.TabIndex = 6; + // // label7 // this.label7.AutoSize = true; @@ -196,7 +217,7 @@ this.AcceptButton = this.bOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(179, 260); + this.ClientSize = new System.Drawing.Size(179, 285); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.bOk); @@ -230,5 +251,7 @@ private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox eS3ID; private System.Windows.Forms.TextBox eS3Key; + private System.Windows.Forms.Label label5; + private System.Windows.Forms.TextBox eS3Bucket; } -}
\ No newline at end of file +} diff --git a/spedytor/MysqlSettings.cs b/spedytor/MysqlSettings.cs index a07dc46..7c798be 100644 --- a/spedytor/MysqlSettings.cs +++ b/spedytor/MysqlSettings.cs @@ -23,6 +23,7 @@ namespace spedytor ePort.Text = Properties.Settings.Default.PORT; eS3ID.Text = Properties.S3Settings.Default.AWS_ACCESS_KEY; eS3Key.Text = Properties.S3Settings.Default.AWS_SECRET_KEY; + eS3Bucket.Text = Properties.S3Settings.Default.AWS_BUCKET_ID; } private void button1_Click(object sender, EventArgs e) @@ -33,6 +34,8 @@ namespace spedytor Properties.Settings.Default.PORT = ePort.Text; Properties.S3Settings.Default.AWS_ACCESS_KEY = eS3ID.Text.Trim(); Properties.S3Settings.Default.AWS_SECRET_KEY = eS3Key.Text.Trim(); + Properties.S3Settings.Default.AWS_BUCKET_ID = eS3Bucket.Text.Trim(); + Properties.S3Settings.Default.Save(); string msg = MySQL.test(); if (msg == "") |