root/lang/csharp/MTFileUploader/MTFileUploader/SettingsForm.Designer.cs

Revision 11243, 7.6 kB (checked in by mayuki, 8 months ago)

接続先を複数登録できるようにした。

  • Property svn:keywords set to Id
Line 
1namespace MTFileUploader
2{
3    partial class SettingsForm
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 Windows Form 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.propertyGrid = new System.Windows.Forms.PropertyGrid();
32            this.panel1 = new System.Windows.Forms.Panel();
33            this.btnOK = new System.Windows.Forms.Button();
34            this.comboSites = new System.Windows.Forms.ComboBox();
35            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
36            this.ToolStripMenuItemAdd = new System.Windows.Forms.ToolStripMenuItem();
37            this.ToolStripMenuItemDelete = new System.Windows.Forms.ToolStripMenuItem();
38            this.btnCancel = new System.Windows.Forms.Button();
39            this.panel1.SuspendLayout();
40            this.menuStrip1.SuspendLayout();
41            this.SuspendLayout();
42            //
43            // propertyGrid
44            //
45            this.propertyGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
46                        | System.Windows.Forms.AnchorStyles.Left)
47                        | System.Windows.Forms.AnchorStyles.Right)));
48            this.propertyGrid.Location = new System.Drawing.Point(0, 55);
49            this.propertyGrid.Name = "propertyGrid";
50            this.propertyGrid.Size = new System.Drawing.Size(311, 221);
51            this.propertyGrid.TabIndex = 0;
52            this.propertyGrid.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyGrid_PropertyValueChanged);
53            //
54            // panel1
55            //
56            this.panel1.Controls.Add(this.btnCancel);
57            this.panel1.Controls.Add(this.btnOK);
58            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
59            this.panel1.Location = new System.Drawing.Point(0, 282);
60            this.panel1.Name = "panel1";
61            this.panel1.Size = new System.Drawing.Size(311, 41);
62            this.panel1.TabIndex = 1;
63            //
64            // btnOK
65            //
66            this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
67            this.btnOK.Location = new System.Drawing.Point(91, 6);
68            this.btnOK.Name = "btnOK";
69            this.btnOK.Size = new System.Drawing.Size(101, 23);
70            this.btnOK.TabIndex = 0;
71            this.btnOK.Text = "保存(&S)";
72            this.btnOK.UseVisualStyleBackColor = true;
73            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
74            //
75            // comboSites
76            //
77            this.comboSites.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
78                        | System.Windows.Forms.AnchorStyles.Right)));
79            this.comboSites.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
80            this.comboSites.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
81            this.comboSites.FormattingEnabled = true;
82            this.comboSites.Location = new System.Drawing.Point(0, 29);
83            this.comboSites.Name = "comboSites";
84            this.comboSites.Size = new System.Drawing.Size(311, 20);
85            this.comboSites.TabIndex = 2;
86            this.comboSites.SelectedIndexChanged += new System.EventHandler(this.comboSites_SelectedIndexChanged);
87            //
88            // menuStrip1
89            //
90            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
91            this.ToolStripMenuItemAdd,
92            this.ToolStripMenuItemDelete});
93            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
94            this.menuStrip1.Name = "menuStrip1";
95            this.menuStrip1.Size = new System.Drawing.Size(311, 26);
96            this.menuStrip1.TabIndex = 3;
97            this.menuStrip1.Text = "menuStrip1";
98            //
99            // ToolStripMenuItemAdd
100            //
101            this.ToolStripMenuItemAdd.Name = "ToolStripMenuItemAdd";
102            this.ToolStripMenuItemAdd.Size = new System.Drawing.Size(86, 22);
103            this.ToolStripMenuItemAdd.Text = "新規追加(&A)";
104            this.ToolStripMenuItemAdd.Click += new System.EventHandler(this.ToolStripMenuItemAdd_Click);
105            //
106            // ToolStripMenuItemDelete
107            //
108            this.ToolStripMenuItemDelete.Name = "ToolStripMenuItemDelete";
109            this.ToolStripMenuItemDelete.Size = new System.Drawing.Size(63, 22);
110            this.ToolStripMenuItemDelete.Text = "削除(&D)";
111            this.ToolStripMenuItemDelete.Click += new System.EventHandler(this.ToolStripMenuItemDelete_Click);
112            //
113            // btnCancel
114            //
115            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
116            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
117            this.btnCancel.Location = new System.Drawing.Point(198, 6);
118            this.btnCancel.Name = "btnCancel";
119            this.btnCancel.Size = new System.Drawing.Size(101, 23);
120            this.btnCancel.TabIndex = 1;
121            this.btnCancel.Text = "キャンセル";
122            this.btnCancel.UseVisualStyleBackColor = true;
123            //
124            // SettingsForm
125            //
126            this.AcceptButton = this.btnOK;
127            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
128            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
129            this.CancelButton = this.btnCancel;
130            this.ClientSize = new System.Drawing.Size(311, 323);
131            this.Controls.Add(this.comboSites);
132            this.Controls.Add(this.panel1);
133            this.Controls.Add(this.propertyGrid);
134            this.Controls.Add(this.menuStrip1);
135            this.Name = "SettingsForm";
136            this.Text = "接続先の設定";
137            this.Load += new System.EventHandler(this.SettingsForm_Load);
138            this.panel1.ResumeLayout(false);
139            this.menuStrip1.ResumeLayout(false);
140            this.menuStrip1.PerformLayout();
141            this.ResumeLayout(false);
142            this.PerformLayout();
143
144        }
145
146        #endregion
147
148        private System.Windows.Forms.PropertyGrid propertyGrid;
149        private System.Windows.Forms.Panel panel1;
150        private System.Windows.Forms.Button btnOK;
151        private System.Windows.Forms.ComboBox comboSites;
152        private System.Windows.Forms.MenuStrip menuStrip1;
153        private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemAdd;
154        private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemDelete;
155        private System.Windows.Forms.Button btnCancel;
156    }
157}
Note: See TracBrowser for help on using the browser.