added SSCLI 1.0
[windows-sources.git] / sdk / samples / WPFSamples / XpsReadWriteSign / csharp / signaturedialog.designer.cs
blob40ff73b65c2d98cb20bf690ecb8e89abb799cb09
1 namespace XpsApiSdk
3 partial class SignatureDialog
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
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))
18 components.Dispose();
20 base.Dispose(disposing);
23 #region Windows Form Designer generated code
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
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();
36 this.SuspendLayout();
37 //
38 // flowLayoutPanel1
39 //
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;
46 //
47 // Sign
48 //
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;
55 //
56 // Done
57 //
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;
64 //
65 // panel1
66 //
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;
71 //
72 // SignatureDialog
73 //
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);
86 #endregion
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;