OSDN Git Service

Add Miss file
[tortoisegit/TortoiseGitJp.git] / contrib / issue-tracker-plugins / ExampleCsPlugin / MyIssuesForm.Designer.cs
1 namespace ExampleCsPlugin\r
2 {\r
3     partial class MyIssuesForm\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.okButton = new System.Windows.Forms.Button();\r
32             this.cancelButton = new System.Windows.Forms.Button();\r
33             this.listView1 = new System.Windows.Forms.ListView();\r
34             this.SuspendLayout();\r
35             // \r
36             // okButton\r
37             // \r
38             this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
39             this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;\r
40             this.okButton.FlatStyle = System.Windows.Forms.FlatStyle.System;\r
41             this.okButton.Location = new System.Drawing.Point(215, 200);\r
42             this.okButton.Name = "okButton";\r
43             this.okButton.Size = new System.Drawing.Size(75, 23);\r
44             this.okButton.TabIndex = 0;\r
45             this.okButton.Text = "OK";\r
46             this.okButton.UseVisualStyleBackColor = true;\r
47             this.okButton.Click += new System.EventHandler(this.okButton_Click);\r
48             // \r
49             // cancelButton\r
50             // \r
51             this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));\r
52             this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;\r
53             this.cancelButton.FlatStyle = System.Windows.Forms.FlatStyle.System;\r
54             this.cancelButton.Location = new System.Drawing.Point(296, 200);\r
55             this.cancelButton.Name = "cancelButton";\r
56             this.cancelButton.Size = new System.Drawing.Size(75, 23);\r
57             this.cancelButton.TabIndex = 1;\r
58             this.cancelButton.Text = "Cancel";\r
59             this.cancelButton.UseVisualStyleBackColor = true;\r
60             // \r
61             // listView1\r
62             // \r
63             this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)\r
64                         | System.Windows.Forms.AnchorStyles.Left)\r
65                         | System.Windows.Forms.AnchorStyles.Right)));\r
66             this.listView1.CheckBoxes = true;\r
67             this.listView1.FullRowSelect = true;\r
68             this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;\r
69             this.listView1.Location = new System.Drawing.Point(12, 12);\r
70             this.listView1.Name = "listView1";\r
71             this.listView1.Size = new System.Drawing.Size(359, 182);\r
72             this.listView1.TabIndex = 2;\r
73             this.listView1.UseCompatibleStateImageBehavior = false;\r
74             this.listView1.View = System.Windows.Forms.View.Details;\r
75             // \r
76             // MyIssuesForm\r
77             // \r
78             this.AcceptButton = this.okButton;\r
79             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
80             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
81             this.CancelButton = this.cancelButton;\r
82             this.ClientSize = new System.Drawing.Size(383, 235);\r
83             this.Controls.Add(this.listView1);\r
84             this.Controls.Add(this.cancelButton);\r
85             this.Controls.Add(this.okButton);\r
86             this.MaximizeBox = false;\r
87             this.MinimizeBox = false;\r
88             this.Name = "MyIssuesForm";\r
89             this.ShowIcon = false;\r
90             this.ShowInTaskbar = false;\r
91             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
92             this.Text = "MyIssuesForm";\r
93             this.Load += new System.EventHandler(this.MyIssuesForm_Load);\r
94             this.ResumeLayout(false);\r
95 \r
96         }\r
97 \r
98         #endregion\r
99 \r
100         private System.Windows.Forms.Button okButton;\r
101         private System.Windows.Forms.Button cancelButton;\r
102         private System.Windows.Forms.ListView listView1;\r
103     }\r
104 }