메일서버 변경
This commit is contained in:
@@ -333,7 +333,7 @@
|
||||
label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label7.Name = "label7";
|
||||
label7.Padding = new System.Windows.Forms.Padding(5);
|
||||
label7.Size = new System.Drawing.Size(910, 103);
|
||||
label7.Size = new System.Drawing.Size(910, 80);
|
||||
label7.TabIndex = 1;
|
||||
label7.Text = resources.GetString("label7.Text");
|
||||
//
|
||||
@@ -591,10 +591,11 @@
|
||||
//
|
||||
// btSave
|
||||
//
|
||||
this.btSave.Location = new System.Drawing.Point(11, 749);
|
||||
this.btSave.Font = new System.Drawing.Font("맑은 고딕", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.btSave.Location = new System.Drawing.Point(929, 13);
|
||||
this.btSave.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btSave.Name = "btSave";
|
||||
this.btSave.Size = new System.Drawing.Size(490, 43);
|
||||
this.btSave.Size = new System.Drawing.Size(141, 547);
|
||||
this.btSave.TabIndex = 2;
|
||||
this.btSave.Text = "저장(&S)";
|
||||
this.btSave.UseVisualStyleBackColor = true;
|
||||
@@ -685,10 +686,10 @@
|
||||
//
|
||||
// btSaveAdd
|
||||
//
|
||||
this.btSaveAdd.Location = new System.Drawing.Point(511, 749);
|
||||
this.btSaveAdd.Location = new System.Drawing.Point(929, 584);
|
||||
this.btSaveAdd.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btSaveAdd.Name = "btSaveAdd";
|
||||
this.btSaveAdd.Size = new System.Drawing.Size(410, 43);
|
||||
this.btSaveAdd.Size = new System.Drawing.Size(141, 136);
|
||||
this.btSaveAdd.TabIndex = 3;
|
||||
this.btSaveAdd.Text = "저장 및 추가(&A)";
|
||||
this.btSaveAdd.UseVisualStyleBackColor = true;
|
||||
@@ -1162,7 +1163,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(929, 796);
|
||||
this.ClientSize = new System.Drawing.Size(1079, 729);
|
||||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.Controls.Add(this.btSaveAdd);
|
||||
|
||||
Reference in New Issue
Block a user