OSDN Git Service

Initial check in
[radegast/radegast.git] / Radegast / GUI / Dialogs / Pay.Designer.cs
1 namespace Radegast\r
2 {\r
3     partial class frmPay\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             this.label1 = new System.Windows.Forms.Label();\r
32             this.label2 = new System.Windows.Forms.Label();\r
33             this.nudAmount = new System.Windows.Forms.NumericUpDown();\r
34             this.label3 = new System.Windows.Forms.Label();\r
35             this.txtPerson = new System.Windows.Forms.TextBox();\r
36             this.btnCancel = new System.Windows.Forms.Button();\r
37             this.btnPay = new System.Windows.Forms.Button();\r
38             ((System.ComponentModel.ISupportInitialize)(this.nudAmount)).BeginInit();\r
39             this.SuspendLayout();\r
40             // \r
41             // label1\r
42             // \r
43             this.label1.AutoSize = true;\r
44             this.label1.Location = new System.Drawing.Point(12, 9);\r
45             this.label1.Name = "label1";\r
46             this.label1.Size = new System.Drawing.Size(113, 13);\r
47             this.label1.TabIndex = 0;\r
48             this.label1.Text = "You are about to pay:";\r
49             // \r
50             // label2\r
51             // \r
52             this.label2.AutoSize = true;\r
53             this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
54             this.label2.Location = new System.Drawing.Point(12, 28);\r
55             this.label2.Name = "label2";\r
56             this.label2.Size = new System.Drawing.Size(20, 13);\r
57             this.label2.TabIndex = 2;\r
58             this.label2.Text = "L$";\r
59             // \r
60             // nudAmount\r
61             // \r
62             this.nudAmount.Location = new System.Drawing.Point(38, 25);\r
63             this.nudAmount.Maximum = new decimal(new int[] {\r
64             999999999,\r
65             0,\r
66             0,\r
67             0});\r
68             this.nudAmount.Minimum = new decimal(new int[] {\r
69             1,\r
70             0,\r
71             0,\r
72             0});\r
73             this.nudAmount.Name = "nudAmount";\r
74             this.nudAmount.Size = new System.Drawing.Size(87, 21);\r
75             this.nudAmount.TabIndex = 3;\r
76             this.nudAmount.ThousandsSeparator = true;\r
77             this.nudAmount.Value = new decimal(new int[] {\r
78             1,\r
79             0,\r
80             0,\r
81             0});\r
82             // \r
83             // label3\r
84             // \r
85             this.label3.AutoSize = true;\r
86             this.label3.Location = new System.Drawing.Point(12, 49);\r
87             this.label3.Name = "label3";\r
88             this.label3.Size = new System.Drawing.Size(86, 13);\r
89             this.label3.TabIndex = 4;\r
90             this.label3.Text = "To the recipient:";\r
91             // \r
92             // txtPerson\r
93             // \r
94             this.txtPerson.Location = new System.Drawing.Point(12, 65);\r
95             this.txtPerson.Name = "txtPerson";\r
96             this.txtPerson.ReadOnly = true;\r
97             this.txtPerson.Size = new System.Drawing.Size(220, 21);\r
98             this.txtPerson.TabIndex = 5;\r
99             // \r
100             // btnCancel\r
101             // \r
102             this.btnCancel.Location = new System.Drawing.Point(76, 92);\r
103             this.btnCancel.Name = "btnCancel";\r
104             this.btnCancel.Size = new System.Drawing.Size(75, 23);\r
105             this.btnCancel.TabIndex = 7;\r
106             this.btnCancel.Text = "Cancel";\r
107             this.btnCancel.UseVisualStyleBackColor = true;\r
108             this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);\r
109             // \r
110             // btnPay\r
111             // \r
112             this.btnPay.Location = new System.Drawing.Point(157, 92);\r
113             this.btnPay.Name = "btnPay";\r
114             this.btnPay.Size = new System.Drawing.Size(75, 23);\r
115             this.btnPay.TabIndex = 8;\r
116             this.btnPay.Text = "Pay";\r
117             this.btnPay.UseVisualStyleBackColor = true;\r
118             this.btnPay.Click += new System.EventHandler(this.btnPay_Click);\r
119             // \r
120             // frmPay\r
121             // \r
122             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
123             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
124             this.ClientSize = new System.Drawing.Size(244, 127);\r
125             this.Controls.Add(this.btnPay);\r
126             this.Controls.Add(this.btnCancel);\r
127             this.Controls.Add(this.txtPerson);\r
128             this.Controls.Add(this.label3);\r
129             this.Controls.Add(this.nudAmount);\r
130             this.Controls.Add(this.label2);\r
131             this.Controls.Add(this.label1);\r
132             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
133             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
134             this.MaximizeBox = false;\r
135             this.MinimizeBox = false;\r
136             this.Name = "frmPay";\r
137             this.ShowIcon = false;\r
138             this.ShowInTaskbar = false;\r
139             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
140             this.Text = "Pay";\r
141             ((System.ComponentModel.ISupportInitialize)(this.nudAmount)).EndInit();\r
142             this.ResumeLayout(false);\r
143             this.PerformLayout();\r
144 \r
145         }\r
146 \r
147         #endregion\r
148 \r
149         private System.Windows.Forms.Label label1;\r
150         private System.Windows.Forms.Label label2;\r
151         private System.Windows.Forms.NumericUpDown nudAmount;\r
152         private System.Windows.Forms.Label label3;\r
153         private System.Windows.Forms.TextBox txtPerson;\r
154         private System.Windows.Forms.Button btnCancel;\r
155         private System.Windows.Forms.Button btnPay;\r
156     }\r
157 }