3 partial class SignatureDialog
6 /// Required designer variable.
8 private System
.ComponentModel
.IContainer components
= null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing
)
16 if (disposing
&& (components
!= null))
20 base.Dispose(disposing
);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 this.flowLayoutPanel1
= new System
.Windows
.Forms
.FlowLayoutPanel();
32 this.Sign
= new System
.Windows
.Forms
.Button();
33 this.Done
= new System
.Windows
.Forms
.Button();
34 this.panel1
= new System
.Windows
.Forms
.Panel();
35 this.flowLayoutPanel1
.SuspendLayout();
40 this.flowLayoutPanel1
.Controls
.Add(this.Sign
);
41 this.flowLayoutPanel1
.Controls
.Add(this.Done
);
42 this.flowLayoutPanel1
.Location
= new System
.Drawing
.Point(131, 225);
43 this.flowLayoutPanel1
.Name
= "flowLayoutPanel1";
44 this.flowLayoutPanel1
.Size
= new System
.Drawing
.Size(168, 29);
45 this.flowLayoutPanel1
.TabIndex
= 0;
49 this.Sign
.Location
= new System
.Drawing
.Point(3, 3);
50 this.Sign
.Name
= "Sign";
51 this.Sign
.Size
= new System
.Drawing
.Size(75, 23);
52 this.Sign
.TabIndex
= 0;
53 this.Sign
.Text
= "Sign...";
54 this.Sign
.UseVisualStyleBackColor
= true;
58 this.Done
.Location
= new System
.Drawing
.Point(84, 3);
59 this.Done
.Name
= "Done";
60 this.Done
.Size
= new System
.Drawing
.Size(75, 23);
61 this.Done
.TabIndex
= 1;
62 this.Done
.Text
= "Done";
63 this.Done
.UseVisualStyleBackColor
= true;
67 this.panel1
.Location
= new System
.Drawing
.Point(12, 12);
68 this.panel1
.Name
= "panel1";
69 this.panel1
.Size
= new System
.Drawing
.Size(287, 196);
70 this.panel1
.TabIndex
= 1;
74 this.AutoScaleDimensions
= new System
.Drawing
.SizeF(6F
, 13F
);
75 this.AutoScaleMode
= System
.Windows
.Forms
.AutoScaleMode
.Font
;
76 this.ClientSize
= new System
.Drawing
.Size(311, 266);
77 this.Controls
.Add(this.panel1
);
78 this.Controls
.Add(this.flowLayoutPanel1
);
79 this.Name
= "SignatureDialog";
80 this.Text
= "SignatureDialog";
81 this.flowLayoutPanel1
.ResumeLayout(false);
82 this.ResumeLayout(false);
88 private System
.Windows
.Forms
.FlowLayoutPanel flowLayoutPanel1
;
89 private System
.Windows
.Forms
.Button Sign
;
90 private System
.Windows
.Forms
.Button Done
;
91 private System
.Windows
.Forms
.Panel panel1
;