개정판 48de8bf8
dev issue #000 : edit form
DTI_PID/SPPIDConverter_CustomCommand/SPPIDConverter.Designer.cs | ||
---|---|---|
194 | 194 |
// toolStripProgressBar |
195 | 195 |
// |
196 | 196 |
this.toolStripProgressBar.Name = "toolStripProgressBar"; |
197 |
this.toolStripProgressBar.Size = new System.Drawing.Size(138, 20);
|
|
197 |
this.toolStripProgressBar.Size = new System.Drawing.Size(750, 20);
|
|
198 | 198 |
this.toolStripProgressBar.Step = 1; |
199 | 199 |
// |
200 | 200 |
// splitContainer1 |
DTI_PID/SPPIDConverter_CustomCommand/SPPIDConverter.cs | ||
---|---|---|
220 | 220 |
|
221 | 221 |
ToolbarControl toolBarControl = toolBars["Main"].Controls.AppendMacroCommand(dllPath); |
222 | 222 |
toolBarControl.ToolTipText = toolTipText; |
223 |
//toolBarControl.Picture = image;
|
|
223 |
toolBarControl.Picture = Image.FromFile(SPPIDUtill.defaultPath + @"Converter\icon.png");//image;
|
|
224 | 224 |
|
225 | 225 |
Menus menu = application.Menus; |
226 | 226 |
find = true; |
내보내기 Unified diff