This commit is contained in:
2022-07-25 16:37:40 +00:00
parent b536fbb3be
commit d9ba8e9f51
7 changed files with 189 additions and 89 deletions

View File

@@ -37,14 +37,16 @@
this.rbQBOnce = new System.Windows.Forms.RadioButton();
this.rbAyaOnce = new System.Windows.Forms.RadioButton();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.groupBox1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.Location = new System.Drawing.Point(555, 364);
this.btnOK.Location = new System.Drawing.Point(550, 334);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 6;
@@ -56,7 +58,7 @@
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(12, 364);
this.btnCancel.Location = new System.Drawing.Point(12, 334);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 5;
@@ -73,7 +75,7 @@
this.lblTitle.ForeColor = System.Drawing.SystemColors.WindowText;
this.lblTitle.Location = new System.Drawing.Point(3, 0);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(637, 74);
this.lblTitle.Size = new System.Drawing.Size(634, 74);
this.lblTitle.TabIndex = 7;
this.lblTitle.Text = "title";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -88,7 +90,7 @@
this.groupBox1.Controls.Add(this.rbAyaOnce);
this.groupBox1.Location = new System.Drawing.Point(3, 77);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(637, 153);
this.groupBox1.Size = new System.Drawing.Size(634, 153);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
//
@@ -146,23 +148,32 @@
//
// panel1
//
this.panel1.Controls.Add(this.lblTitle);
this.panel1.Controls.Add(this.btnOK);
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(637, 403);
this.panel1.Size = new System.Drawing.Size(637, 369);
this.panel1.TabIndex = 12;
//
// panel2
//
this.panel2.Controls.Add(this.btnCancel);
this.panel2.Controls.Add(this.lblTitle);
this.panel2.Controls.Add(this.groupBox1);
this.panel2.Controls.Add(this.btnOK);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(637, 369);
this.panel2.TabIndex = 12;
//
// FixPriceDifference
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(637, 403);
this.ClientSize = new System.Drawing.Size(637, 369);
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
@@ -173,6 +184,7 @@
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
@@ -188,5 +200,6 @@
private System.Windows.Forms.RadioButton rbQBOnce;
private System.Windows.Forms.RadioButton rbAyaOnce;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
}
}