~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/addins/WindowsPlatform/Dialogs/CustomAddFilesDialog.Designer.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace MonoDevelop.Platform
 
2
{
 
3
    partial class CustomAddFilesDialog
 
4
    {
 
5
        /// <summary> 
 
6
        /// Required designer variable.
 
7
        /// </summary>
 
8
        private System.ComponentModel.IContainer components = null;
 
9
 
 
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)
 
15
        {
 
16
            if (disposing && (components != null))
 
17
            {
 
18
                components.Dispose();
 
19
            }
 
20
            base.Dispose(disposing);
 
21
        }
 
22
 
 
23
        #region Component Designer generated code
 
24
 
 
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()
 
30
        {
 
31
            this.checkOverride = new System.Windows.Forms.CheckBox();
 
32
            this.comboActions = new System.Windows.Forms.ComboBox();
 
33
            this.SuspendLayout();
 
34
            // 
 
35
            // checkOverride
 
36
            // 
 
37
            this.checkOverride.AutoSize = true;
 
38
            this.checkOverride.Location = new System.Drawing.Point(5, 13);
 
39
            this.checkOverride.Name = "checkOverride";
 
40
            this.checkOverride.Size = new System.Drawing.Size(158, 17);
 
41
            this.checkOverride.TabIndex = 0;
 
42
            this.checkOverride.Text = "Override default build action";
 
43
            this.checkOverride.UseVisualStyleBackColor = true;
 
44
            this.checkOverride.CheckedChanged += new System.EventHandler(this.checkOverride_CheckedChanged);
 
45
            // 
 
46
            // comboActions
 
47
            // 
 
48
            this.comboActions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
 
49
            this.comboActions.Enabled = false;
 
50
            this.comboActions.FormattingEnabled = true;
 
51
            this.comboActions.Location = new System.Drawing.Point(170, 11);
 
52
            this.comboActions.Name = "comboActions";
 
53
            this.comboActions.Size = new System.Drawing.Size(192, 21);
 
54
            this.comboActions.TabIndex = 1;
 
55
            // 
 
56
            // CustomAddFilesDialog
 
57
            // 
 
58
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 
59
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
60
            this.Controls.Add(this.comboActions);
 
61
            this.Controls.Add(this.checkOverride);
 
62
            this.Name = "CustomAddFilesDialog";
 
63
            this.Padding = new System.Windows.Forms.Padding(7);
 
64
            this.Size = new System.Drawing.Size(384, 46);
 
65
            this.ResumeLayout(false);
 
66
            this.PerformLayout();
 
67
 
 
68
        }
 
69
 
 
70
        #endregion
 
71
 
 
72
        private System.Windows.Forms.CheckBox checkOverride;
 
73
        private System.Windows.Forms.ComboBox comboActions;
 
74
 
 
75
    }
 
76
}