File: OperationPickerDialog.designer.cs

package info (click to toggle)
mono 6.8.0.105%2Bdfsg-3.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,284,512 kB
  • sloc: cs: 11,172,132; xml: 2,850,069; ansic: 671,653; cpp: 122,091; perl: 59,366; javascript: 30,841; asm: 22,168; makefile: 20,093; sh: 15,020; python: 4,827; pascal: 925; sql: 859; sed: 16; php: 1
file content (204 lines) | stat: -rw-r--r-- 10,247 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//------------------------------------------------------------
namespace System.Workflow.Activities.Design
{
    partial class OperationPickerDialog
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OperationPickerDialog));
            this.operationsToolStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.importContractButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.addOperationButton = new System.Windows.Forms.ToolStripButton();
            this.okButton = new System.Windows.Forms.Button();
            this.cancelButton = new System.Windows.Forms.Button();
            this.operationsPanel = new System.Workflow.Activities.Design.GradientPanel();
            this.operationsListBox = new System.Workflow.Activities.Design.RichListBox();
            this.detailsViewPanel = new System.Workflow.Activities.Design.GradientPanel();
            this.footerPanel = new System.Workflow.Activities.Design.GradientPanel();
            this.operationsToolStrip.SuspendLayout();
            this.operationsPanel.SuspendLayout();
            this.footerPanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // operationsToolStrip
            // 
            this.operationsToolStrip.BackColor = System.Drawing.SystemColors.Control;
            this.operationsToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.operationsToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabel1,
            this.importContractButton,
            this.toolStripButton1,
            this.addOperationButton});
            resources.ApplyResources(this.operationsToolStrip, "operationsToolStrip");
            this.operationsToolStrip.Name = "operationsToolStrip";
            this.operationsToolStrip.Stretch = true;
            this.operationsToolStrip.TabStop = true;
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Padding = new System.Windows.Forms.Padding(15, 0, 0, 0);
            resources.ApplyResources(this.toolStripLabel1, "toolStripLabel1");
            // 
            // importContractButton
            // 
            this.importContractButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.importContractButton.Image = global::System.ServiceModel.ImageResources.Import;
            resources.ApplyResources(this.importContractButton, "importContractButton");
            this.importContractButton.Name = "importContractButton";
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripButton1.Image = global::System.ServiceModel.ImageResources.AddContract;
            resources.ApplyResources(this.toolStripButton1, "toolStripButton1");
            this.toolStripButton1.Name = "toolStripButton1";
            // 
            // addOperationButton
            // 
            this.addOperationButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.addOperationButton.Image = global::System.ServiceModel.ImageResources.AddOperation;
            resources.ApplyResources(this.addOperationButton, "addOperationButton");
            this.addOperationButton.Name = "addOperationButton";
            // 
            // okButton
            // 
            resources.ApplyResources(this.okButton, "okButton");
            this.okButton.Name = "okButton";
            this.okButton.UseVisualStyleBackColor = true;
            // 
            // cancelButton
            // 
            this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            resources.ApplyResources(this.cancelButton, "cancelButton");
            this.cancelButton.Name = "cancelButton";
            this.cancelButton.UseVisualStyleBackColor = true;
            // 
            // operationsPanel
            // 
            resources.ApplyResources(this.operationsPanel, "operationsPanel");
            this.operationsPanel.BaseColor = System.Drawing.SystemColors.Window;
            this.operationsPanel.BorderColor = System.Drawing.SystemColors.ControlDark;
            this.operationsPanel.Controls.Add(this.operationsListBox);
            this.operationsPanel.DropShadow = false;
            this.operationsPanel.Glossy = false;
            this.operationsPanel.LightingColor = System.Drawing.SystemColors.Window;
            this.operationsPanel.Name = "operationsPanel";
            this.operationsPanel.Radius = 3;
            this.operationsPanel.Padding = new System.Windows.Forms.Padding(3);
            // 
            // operationsListBox
            // 
            this.operationsListBox.BackColor = System.Drawing.SystemColors.Window;
            this.operationsListBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.operationsListBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.operationsListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
            this.operationsListBox.Editable = false;
            resources.ApplyResources(this.operationsListBox, "operationsListBox");
            this.operationsListBox.FormattingEnabled = true;
            this.operationsListBox.Name = "operationsListBox";
            this.operationsListBox.SelectedItemViewControl = null;
            // 
            // detailsViewPanel
            // 
            resources.ApplyResources(this.detailsViewPanel, "detailsViewPanel");
            this.detailsViewPanel.BackColor = System.Drawing.Color.Transparent;
            this.detailsViewPanel.BaseColor = System.Drawing.SystemColors.Control;
            this.detailsViewPanel.BorderColor = System.Drawing.Color.Transparent;
            this.detailsViewPanel.DropShadow = false;
            this.detailsViewPanel.Glossy = false;
            this.detailsViewPanel.LightingColor = System.Drawing.SystemColors.Control;
            this.detailsViewPanel.Name = "detailsViewPanel";
            this.detailsViewPanel.Radius = 3;
            // 
            // footerPanel
            // 
            this.footerPanel.BackColor = System.Drawing.SystemColors.Control;
            this.footerPanel.BaseColor = System.Drawing.Color.Transparent;
            this.footerPanel.BorderColor = System.Drawing.SystemColors.ControlDark;
            this.footerPanel.Controls.Add(this.cancelButton);
            this.footerPanel.Controls.Add(this.okButton);
            resources.ApplyResources(this.footerPanel, "footerPanel");
            this.footerPanel.DropShadow = false;
            this.footerPanel.Glossy = false;
            this.footerPanel.LightingColor = System.Drawing.Color.Transparent;
            this.footerPanel.Name = "footerPanel";
            this.footerPanel.Radius = 1;
            // 
            // OperationPickerDialog
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13f);
            this.AutoSize = true;
            this.AcceptButton = this.okButton;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.CancelButton = this.cancelButton;
            resources.ApplyResources(this, "$this");
            this.Controls.Add(this.operationsToolStrip);
            this.Controls.Add(this.operationsPanel);
            this.Controls.Add(this.detailsViewPanel);
            this.Controls.Add(this.footerPanel);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.HelpButton = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "OperationPickerDialog";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Load += new System.EventHandler(this.OperationPickerDialogLoad);
            this.operationsToolStrip.ResumeLayout(false);
            this.operationsToolStrip.PerformLayout();
            this.operationsPanel.ResumeLayout(false);
            this.footerPanel.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip operationsToolStrip;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripButton importContractButton;
        private System.Windows.Forms.ToolStripButton toolStripButton1;
        private System.Windows.Forms.ToolStripButton addOperationButton;
        private GradientPanel operationsPanel;
        private RichListBox operationsListBox;
        private GradientPanel detailsViewPanel;
        private GradientPanel footerPanel;
        private System.Windows.Forms.Button cancelButton;
        private System.Windows.Forms.Button okButton;


    }
}